*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;color:#1f2937;background:#fff;scroll-behavior:smooth;font-size:16px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1280px;margin:0 auto;padding:0 40px;width:100%}@media (max-width:1200px){.container{max-width:100%;padding:0 32px}}@media (max-width:768px){.container{padding:0 24px;padding:0 20px}}.btn{padding:14px 32px;font-size:16px;text-align:center}.btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#ec4899);border:none;font-weight:600;letter-spacing:.5px;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(102,126,234,.4)}.btn-primary:active{transform:translateY(0)}@media (max-width:768px){.container{padding:0 16px}.btn{padding:12px 24px;font-size:14px;width:100%}}.App{min-height:100vh}html{scroll-behavior:smooth}.landing-page{min-height:100vh;overflow-x:hidden;background:#fff}.navbar{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 3px rgba(0,0,0,.05);z-index:1000;padding:20px 0;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.06)}.nav-content{justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 40px}.nav-content,.nav-links{display:flex;align-items:center}.nav-links{gap:35px}.nav-link{color:#374151;text-decoration:none;font-weight:500;font-size:15px;transition:all .2s ease;position:relative;padding:8px 0;letter-spacing:-.01em}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#1f2937;transition:width .3s ease}.nav-link:hover{color:#1f2937}.nav-link:hover:after{width:100%}.btn-nav{padding:12px 24px;font-size:14px;font-weight:600;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:6px;transition:all .2s ease}.btn-nav:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding:160px 40px 120px;background:linear-gradient(135deg,#1e293b,#0f172a 30%,#1e293b 70%,#0f172a);color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(37,99,235,.12) 0,transparent 60%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.08) 0,transparent 60%);animation:pulse 8s ease-in-out infinite}.hero.fade-in{animation:fadeIn 1s ease-in}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-content{animation:fadeInUp 1s ease-out}.hero-badge{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px;font-weight:500;border:1px solid hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.9)}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-headline{font-size:3.75rem;color:#fff}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gradient-text{color:#3b82f6;font-weight:600}.hero-subheadline{margin-bottom:40px;opacity:.85;color:hsla(0,0%,100%,.9)}.hero-cta-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:0}.btn-pulse{animation:pulseButton 2s ease-in-out infinite}@keyframes pulseButton{0%,to{box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}50%{box-shadow:0 0 0 20px hsla(0,0%,100%,0)}}.btn-arrow{margin-left:10px;display:inline-block;transition:transform .3s ease}.btn-primary:hover .btn-arrow{transform:translateX(5px)}.btn-secondary{background:transparent;border:1.5px solid hsla(0,0%,100%,.3);color:#fff}.btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.hero-shapes{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.shape{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:float 25s ease-in-out infinite}.shape-1{width:400px;height:400px;top:-200px;right:-200px;animation-delay:0s}.shape-2{width:300px;height:300px;bottom:-150px;left:-150px;animation-delay:8s}.shape-3{width:200px;height:200px;top:50%;right:10%;animation-delay:15s}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.trust-section{padding:80px 40px;background:#fff;border-bottom:1px solid #e5e7eb}.trust-logos{justify-content:center;gap:48px;flex-wrap:wrap;max-width:1280px;margin:0 auto}.trust-logo-item,.trust-logos{display:flex;align-items:center}.trust-logo-item{flex-direction:column;gap:10px;color:#6b7280;font-weight:500;font-size:.875rem;transition:all .2s ease}.trust-logo-item:hover{color:#374151;transform:translateY(-2px)}.trust-icon{font-size:1.75rem;opacity:.8}.section-header{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}.section-badge{display:inline-block;background:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#ec4899);color:#fff;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px}.features{padding:100px 40px;background:#fff;position:relative}.features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.2),transparent)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;max-width:1280px;margin:0 auto}.feature-card{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#fff;padding:40px 32px;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;overflow:hidden}.feature-card:after{background:linear-gradient(90deg,transparent,rgba(31,41,55,.03),transparent);transition:left .6s ease}.feature-card:after,.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%}.feature-card:before{background:linear-gradient(90deg,transparent,rgba(79,70,229,.1),transparent);transition:left .5s}.feature-card:hover:before{left:100%}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.1);border-color:#9ca3af}.feature-card:hover:after{left:100%}.feature-icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-icon-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#1d4ed8);opacity:0;transition:opacity .4s ease}.feature-card:hover .feature-icon-wrapper{transform:scale(1.05) rotate(2deg)}.feature-card:hover .feature-icon-wrapper:before{opacity:1}.feature-card:hover .feature-icon{position:relative;z-index:1;filter:brightness(0) invert(1)}.feature-icon{font-size:1.75rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#111827;letter-spacing:-.01em}.feature-card p{color:#6b7280;line-height:1.7;font-size:.9375rem;margin-bottom:16px}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{padding:10px 0;color:#4b5563;font-size:.95rem;display:flex;align-items:center;gap:12px}.feature-list li:before{content:"✓";color:#2563eb;font-weight:700;font-size:1.2rem}.benefits{padding:120px 40px;background:linear-gradient(135deg,#fff,#f9fafb);position:relative}.benefits:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.2),transparent)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:35px;gap:35px;max-width:1400px;margin:0 auto}.benefit-card{background:#fff;padding:50px 40px;border-radius:24px;text-align:center;box-shadow:0 10px 35px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:2px solid transparent}.benefit-card:after{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scaleX(0);transition:transform .3s ease}.benefit-card:hover:after{transform:scaleX(1)}.benefit-card:hover{transform:translateY(-15px);box-shadow:0 30px 60px rgba(37,99,235,.25);border-color:#2563eb}.benefit-icon{font-size:4.5rem;margin-bottom:30px;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.benefit-card h3{font-size:1.5rem;font-weight:700;margin-bottom:15px;color:#1f2937}.benefit-card p{color:#6b7280;line-height:1.7;font-size:1rem}.testimonials{padding:120px 40px;background:linear-gradient(135deg,#f9fafb,#fff);position:relative}.testimonials:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.2),transparent)}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:35px;gap:35px}.testimonial-card{padding:40px 35px;border-radius:24px;box-shadow:0 10px 35px rgba(0,0,0,.1);border:2px solid transparent}.testimonial-card:before{content:'"';position:absolute;top:20px;left:25px;font-size:5rem;color:#4f46e5;opacity:.1;font-weight:700;line-height:1}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(79,70,229,.15);border-color:#4f46e5}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:25px;font-style:italic;position:relative;z-index:1}.testimonial-author{gap:15px}.author-avatar,.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.author-info,.testimonial-info{display:flex;flex-direction:column}.author-name,.testimonial-info h4{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:4px}.author-title,.testimonial-info p{font-size:.9rem;color:#6b7280}.testimonial-content{margin-bottom:25px}.stars{font-size:1.2rem;margin-bottom:15px}.portfolio,.portfolio-section{padding:120px 40px;background:linear-gradient(135deg,#fff,#f9fafb);position:relative}.portfolio-section:before,.portfolio:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.2),transparent)}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:40px;gap:40px;max-width:1400px;margin:0 auto}.portfolio-card,.portfolio-item{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 35px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent}.portfolio-card:hover,.portfolio-item:hover{transform:translateY(-12px);box-shadow:0 30px 60px rgba(79,70,229,.2);border-color:#4f46e5}.portfolio-image{width:100%;height:250px;overflow:hidden}.portfolio-placeholder{height:250px;background:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;font-size:5rem;opacity:.9}.portfolio-content{padding:35px}.portfolio-content h3{font-size:1.5rem;font-weight:700;margin-bottom:15px;color:#1f2937}.portfolio-content p{color:#6b7280;line-height:1.7;margin-bottom:20px;font-size:1rem}.portfolio-tech{display:flex;gap:10px;flex-wrap:wrap}.tech-tag{background:#f3f4f6;color:#4b5563;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #e5e7eb;transition:all .3s ease}.tech-tag:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.lead-form-section{padding:100px 40px;background:#f9fafb;position:relative}.lead-form-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.2),transparent)}.form-container{max-width:700px;margin:0 auto;background:#fff;padding:48px 40px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid #e5e7eb;position:relative}.form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6)}.form-header{text-align:center;margin-bottom:50px}.form-title{font-size:2.25rem;font-weight:700;margin-bottom:20px;color:#111827;letter-spacing:-.025em}.form-subtitle{text-align:center;color:#6b7280;margin-bottom:32px;font-size:1.125rem;line-height:1.7}.enquiry-flow-section{padding:100px 40px;background:#f9fafb;position:relative}.enquiry-flow-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.2),transparent)}.flow-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:30px;max-width:1200px;margin:0 auto}.flow-step{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}.flow-step:first-child{animation-delay:.1s}.flow-step:nth-child(3){animation-delay:.2s}.flow-step:nth-child(5){animation-delay:.3s}.flow-step:nth-child(7){animation-delay:.4s}.flow-step:nth-child(9){animation-delay:.5s}.flow-step{background:#fff;padding:36px 28px;border-radius:16px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;min-width:180px;flex:1 1;max-width:220px;position:relative;overflow:hidden}.flow-step:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.flow-step:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12);border-color:#9ca3af}.flow-step:hover:after{transform:scaleX(1)}.flow-step-optional{opacity:.85;border-style:dashed}.flow-icon{width:64px;height:64px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600;margin:0 auto 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(37,99,235,.25)}.flow-step:hover .flow-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px rgba(37,99,235,.35)}.flow-step h3{font-size:1.125rem;font-weight:600;margin-bottom:12px;color:#111827;line-height:1.4}.flow-step-detailed p{color:#6b7280;font-size:.9375rem;line-height:1.6;margin-top:8px}.flow-benefits{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:48px auto 0}.flow-benefit{text-align:center;padding:24px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.flow-benefit-icon{font-size:2rem;margin-bottom:12px;display:block}.flow-benefit h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:8px}.flow-benefit p{color:#6b7280;font-size:.875rem;line-height:1.5}@media (max-width:768px){.flow-benefits{grid-template-columns:1fr}}.flow-step p{color:#6b7280;font-size:.95rem;line-height:1.6}.flow-arrow{font-size:1.5rem;color:#3b82f6;font-weight:300;flex-shrink:0;animation:slideIn .8s ease-out forwards;opacity:0}.flow-arrow:nth-child(2){animation-delay:.15s}.flow-arrow:nth-child(4){animation-delay:.25s}.flow-arrow:nth-child(6){animation-delay:.35s}.flow-arrow:nth-child(8){animation-delay:.45s}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.automation-channels-section{padding:100px 40px;background:#f9fafb;position:relative}.automation-channels-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.2),transparent)}.channels-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;max-width:1200px;margin:0 auto}.channel-card{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}.channel-card:first-child{animation-delay:.1s}.channel-card:nth-child(2){animation-delay:.2s}.channel-card:nth-child(3){animation-delay:.3s}.channel-card:nth-child(4){animation-delay:.4s}.channel-card:nth-child(5){animation-delay:.5s}@media (max-width:1024px){.channels-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.channels-grid{grid-template-columns:1fr}}.channel-card{background:#fff;padding:36px 28px;border-radius:16px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;overflow:hidden}.channel-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.channel-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12);border-color:#9ca3af}.channel-card:hover:before{transform:scaleX(1)}.channel-icon{font-size:2rem;margin-bottom:20px;display:block;opacity:.8}.channel-card h3{font-size:1.125rem;font-weight:600;margin-bottom:12px;color:#111827}.channel-card p{color:#6b7280;line-height:1.6;font-size:.9375rem}.packages-section{padding:100px 40px;background:#fff;position:relative}.packages-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.2),transparent)}.pricing-currency-toggle{display:flex;justify-content:center;gap:12px;margin-bottom:40px}.currency-btn{padding:10px 20px;font-size:.875rem;border:1.5px solid #e5e7eb;color:#6b7280;border-radius:6px}.currency-btn:hover{transform:translateY(-1px)}.packages-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1000px;margin:0 auto}@media (max-width:768px){.packages-grid{grid-template-columns:1fr}}.package-card{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;display:flex;flex-direction:column;overflow:hidden}.package-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.package-card-animated{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.package-card-animated:first-child{animation-delay:.1s}.package-card-animated:nth-child(2){animation-delay:.2s}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.package-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.12);border-color:#9ca3af}.package-card:hover:before{transform:scaleX(1)}.package-card-popular{border-color:#2563eb;border-width:2px}.package-card-popular:hover{transform:translateY(-4px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:6px 16px;border-radius:6px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px rgba(37,99,235,.3);letter-spacing:.02em}.package-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #f3f4f6}.package-name{font-size:1.5rem;font-weight:700;color:#111827;letter-spacing:-.02em}.package-features{flex:1 1;margin-bottom:40px}.package-feature{display:flex;align-items:center;gap:15px;padding:15px 0;color:#4b5563;font-size:1.05rem}.feature-check{color:#2563eb;font-weight:700;font-size:1.3rem;flex-shrink:0}.btn-package{width:100%;padding:14px 24px;font-size:.9375rem;font-weight:600;border-radius:8px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(37,99,235,.25)}.btn-package:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px rgba(37,99,235,.35)}.btn-package-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none}.btn-package-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px rgba(37,99,235,.35)}.what-we-do-section{padding:100px 40px;background:#fff;position:relative}.what-we-do-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.2),transparent)}.what-we-do-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:1000px;margin:0 auto}@media (max-width:768px){.what-we-do-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.what-we-do-grid{grid-template-columns:1fr}}.what-we-do-item{background:#fff;padding:28px 24px;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;display:flex;align-items:center;gap:16px;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.what-we-do-item:first-child{animation-delay:.1s}.what-we-do-item:nth-child(2){animation-delay:.2s}.what-we-do-item:nth-child(3){animation-delay:.3s}.what-we-do-item:nth-child(4){animation-delay:.4s}.what-we-do-item:nth-child(5){animation-delay:.5s}.what-we-do-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:#9ca3af}.what-we-do-icon{font-size:1.25rem;color:#2563eb;font-weight:600;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:6px}.what-we-do-item h3{font-size:1rem;font-weight:500;color:#374151;margin:0;line-height:1.5}.who-this-is-for-section{padding:100px 40px;background:#fff;position:relative}.who-this-is-for-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.2),transparent)}.who-this-is-for-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px;max-width:900px;margin:0 auto}.who-this-is-for-column{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}.who-this-is-for-column:first-child{animation-delay:.1s}.who-this-is-for-column:nth-child(2){animation-delay:.3s}@media (max-width:768px){.who-this-is-for-grid{grid-template-columns:1fr}}.who-this-is-for-column{background:#f8fafc;padding:40px 32px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid #e2e8f0;position:relative;transition:all .3s ease}.who-this-is-for-column:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(37,99,235,.08)}.who-this-is-for-icon{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:20px}.who-this-is-for-description{color:#6b7280;font-size:.9375rem;line-height:1.7;margin-bottom:20px}.who-this-is-for-heading{font-size:1.25rem;font-weight:600;margin-bottom:24px;color:#111827}.who-this-is-for-list{list-style:none;padding:0;margin:0}.who-this-is-for-list li{padding:12px 0;color:#6b7280;font-size:.9375rem;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:12px}.who-this-is-for-list li:last-child{border-bottom:none}.who-this-is-for-list li:before{content:"•";color:#6b7280;font-weight:600;font-size:1.25rem;flex-shrink:0}.package-price{margin-top:24px;margin-bottom:8px}.price-amount{display:block;font-size:2rem;font-weight:700;color:#111827;margin-bottom:4px;letter-spacing:-.02em;transition:all .3s ease}.package-card:hover .price-amount{color:#1f2937;transform:scale(1.05)}.price-period{display:block;font-size:.875rem;color:#6b7280;font-weight:500}.why-choose-section{padding:100px 40px;background:#fff;position:relative}.why-choose-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.2),transparent)}.why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;max-width:1200px;margin:0 auto}.why-choose-item p{line-height:1.7;margin-top:8px}.why-choose-item{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}.why-choose-item:first-child{animation-delay:.1s}.why-choose-item:nth-child(2){animation-delay:.2s}.why-choose-item:nth-child(3){animation-delay:.3s}.why-choose-item:nth-child(4){animation-delay:.4s}.why-choose-item:nth-child(5){animation-delay:.5s}@media (max-width:1024px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.why-choose-grid{grid-template-columns:1fr}}.why-choose-item{background:#fff;padding:36px 28px;border-radius:16px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;overflow:hidden}.why-choose-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.why-choose-item:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12);border-color:#9ca3af}.why-choose-item:hover:before{transform:scaleX(1)}.why-choose-icon{font-size:3.5rem;margin-bottom:25px;display:block}.why-choose-item h3{font-size:1.125rem;font-weight:600;margin-bottom:12px;color:#111827}.why-choose-item p{color:#6b7280;line-height:1.6;font-size:.9375rem}.legal-page{min-height:100vh;background:#fff;padding-top:80px}.legal-content{padding:60px 0 100px}.legal-wrapper{max-width:800px;margin:0 auto;padding:0 20px}.legal-wrapper h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:12px;letter-spacing:-.025em}.legal-updated{color:#6b7280;font-size:.9375rem;margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.legal-wrapper section{margin-bottom:40px}.legal-wrapper h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:16px;margin-top:32px;letter-spacing:-.02em}.legal-wrapper h3{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:12px;margin-top:24px}.legal-wrapper p{color:#4b5563;line-height:1.7;font-size:.9375rem;margin-bottom:16px}.legal-wrapper ul{margin:16px 0;padding-left:24px}.legal-wrapper li{color:#4b5563;line-height:1.7;font-size:.9375rem;margin-bottom:8px}.legal-wrapper a{color:#1f2937;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.legal-wrapper a:hover{color:#111827}.legal-wrapper strong{color:#111827;font-weight:600}@media (max-width:768px){.legal-wrapper{padding:0 16px}.legal-wrapper h1{font-size:2rem}.legal-wrapper h2{font-size:1.25rem}.legal-content{padding:40px 0 60px}.nav-content{padding:0 20px}.nav-links{gap:15px}.nav-link{display:none}.hero{padding:120px 20px 80px;min-height:85vh}.hero-content{padding:0 10px}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.125rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.automation-channels-section,.benefits,.enquiry-flow-section,.features,.lead-form-section,.packages-section,.portfolio,.testimonials,.what-we-do-section,.who-this-is-for-section,.why-choose-section{padding:80px 20px}.benefits-grid,.channels-grid,.features-grid,.packages-grid,.portfolio-grid,.testimonials-grid,.what-we-do-grid,.who-this-is-for-grid,.why-choose-grid{grid-template-columns:1fr;gap:25px}.flow-container{flex-direction:column;gap:20px}.flow-arrow{transform:rotate(90deg);font-size:2rem}.flow-step{max-width:100%;min-width:auto}.package-card-popular{transform:scale(1)}.package-card-popular:hover{transform:translateY(-12px)}.form-container{padding:50px 30px}.form-title{font-size:2rem}.trust-logos{gap:30px}.trust-section{padding:40px 20px}}.lead-capture-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:600;margin-bottom:8px;color:#374151;font-size:14px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;font-size:16px;border:2px solid #e5e7eb;border-radius:8px;transition:border-color .3s ease;font-family:inherit;resize:vertical}.form-group textarea{min-height:100px;line-height:1.5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.char-count{display:block;font-size:12px;color:#6b7280;margin-top:4px;text-align:right}.error-message{display:block;color:#ef4444;font-size:14px;margin-top:6px}.btn-submit{width:100%;margin-top:10px;font-size:16px}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.alert{padding:20px;border-radius:12px;margin-top:25px;display:flex;align-items:flex-start;gap:15px;font-size:14px;line-height:1.6;border:2px solid}.alert-icon{font-size:1.5rem;flex-shrink:0;margin-top:2px}.alert-content{flex:1 1}.alert-content strong{display:block;margin-bottom:5px;font-size:15px}.alert-content p{margin:0;font-size:14px}.alert-success{background:linear-gradient(135deg,#d1fae5,#ecfdf5);color:#065f46;border-color:#10b981}.alert-error{background:linear-gradient(135deg,#fee2e2,#fef2f2);color:#991b1b;border-color:#ef4444}@media (max-width:768px){.lead-capture-form{padding:30px 20px}}.chatbot-toggle{position:fixed;bottom:30px;right:30px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;font-size:22px;cursor:pointer;box-shadow:0 4px 16px rgba(37,99,235,.4);z-index:1000;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.chatbot-toggle:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(37,99,235,.5)}.chatbot-toggle:active{transform:scale(.95)}.chatbot-window{position:fixed;bottom:110px;right:30px;width:380px;height:580px;max-height:80vh;background:#fff;border-radius:24px;box-shadow:0 25px 80px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05);z-index:1000;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(229,231,235,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chatbot-header{background:linear-gradient(135deg,#fff,#f8fafc);padding:20px 24px;justify-content:space-between;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.05)}.chatbot-header,.chatbot-header h3{color:#111827;display:flex;align-items:center}.chatbot-header h3{margin:0;font-size:17px;font-weight:700;letter-spacing:-.01em;gap:8px}.chatbot-header h3:before{content:"💬";font-size:20px}.chatbot-close{background:#f3f4f6;border:none;color:#6b7280;font-size:18px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.chatbot-close:hover{background:#e5e7eb;color:#111827}.chatbot-messages{flex:1 1;overflow-y:auto;padding:20px;background:#fff;scroll-behavior:smooth}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f5f9}.chatbot-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chatbot-message{margin-bottom:16px;display:flex}.user-message{justify-content:flex-end}.bot-message{justify-content:flex-start}.message-content{max-width:80%;padding:10px 14px;border-radius:16px;line-height:1.6;font-size:13.5px;word-wrap:break-word}.user-message .message-content{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px rgba(37,99,235,.25);font-weight:500}.bot-message .message-content{background:#f8fafc;color:#1f2937;border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #e5e7eb;font-weight:400}.typing-indicator{display:inline-block;animation:typing 1.4s infinite}.chatbot-quick-actions{padding:16px 20px;border-top:1px solid #e5e7eb;background:#fff;display:flex;flex-direction:column;gap:8px;max-height:140px;overflow-y:auto}.quick-action-btn{padding:10px 14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;cursor:pointer;text-align:left;transition:all .2s ease;color:#374151;font-weight:500}.quick-action-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb;transform:translateX(3px);box-shadow:0 2px 4px rgba(37,99,235,.1)}.chatbot-input-form{display:flex;padding:16px 20px;border-top:1px solid #e5e7eb;background:#fff;gap:10px;align-items:center;box-shadow:0 -2px 8px rgba(0,0,0,.03)}.chatbot-input{flex:1 1;padding:12px 16px;border:1.5px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:inherit;transition:all .2s ease;background:#f8fafc;color:#111827}.chatbot-input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.chatbot-send-btn{padding:12px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(37,99,235,.25);min-width:70px}.chatbot-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.35)}.chatbot-send-btn:disabled{opacity:.5;cursor:not-allowed}.typing-indicator{display:inline-flex;gap:4px;align-items:center}.typing-indicator:after{content:"...";animation:typing 1.4s infinite}@keyframes typing{0%,60%,to{opacity:.3}30%{opacity:1}}.message-timestamp{font-size:10px;color:#9ca3af;margin-top:4px;text-align:right}.bot-message .message-timestamp{text-align:left}.chatbot-inline{width:100%;margin-top:24px}.chatbot-window-inline{width:100%;height:500px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden;border:2px solid #e5e7eb}.chatbot-window-inline .chatbot-header{background:linear-gradient(135deg,#fff,#f8fafc);color:#111827;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.05)}.chatbot-window-inline .chatbot-messages{flex:1 1;overflow-y:auto;padding:20px;background:#fff;scroll-behavior:smooth}.chatbot-window-inline .chatbot-quick-actions{padding:16px 20px;border-top:1px solid #e5e7eb;background:#fff;display:flex;flex-direction:column;gap:8px;max-height:140px;overflow-y:auto}.chatbot-window-inline .chatbot-input-form{display:flex;padding:16px 20px;border-top:1px solid #e5e7eb;background:#fff;gap:10px;align-items:center;box-shadow:0 -2px 8px rgba(0,0,0,.03)}@media (max-width:768px){.chatbot-window{width:calc(100vw - 40px);right:20px;left:20px;height:500px;bottom:100px}.chatbot-toggle{right:20px;bottom:20px;width:52px;height:52px;font-size:20px}.chatbot-window-inline{height:450px}.demo-container{grid-template-columns:1fr}}.admin-dashboard{min-height:100vh;background:#f9fafb;padding:40px 20px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}.dashboard-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0}.btn-refresh{padding:10px 20px;font-size:14px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;margin-bottom:40px}.stat-card{padding:30px;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.stat-value{font-size:2.5rem;font-weight:700;color:#4f46e5;margin-bottom:8px}.stat-label{font-size:14px}.leads-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow-x:auto}.leads-table{width:100%;border-collapse:collapse}.leads-table thead{background:#f9fafb}.leads-table th{padding:16px;text-align:left;font-weight:600;color:#374151;font-size:14px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb}.leads-table td{padding:16px;border-bottom:1px solid #e5e7eb;color:#1f2937}.leads-table tbody tr:hover{background:#f9fafb}.leads-table tbody tr:last-child td{border-bottom:none}.leads-table a{color:#4f46e5;text-decoration:none}.leads-table a:hover{text-decoration:underline}.empty-state,.error-state,.loading-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.empty-state p,.error-state p,.loading-state p{font-size:18px;color:#6b7280;margin:0}.error-state{background:#fee2e2;color:#991b1b}.error-hint{margin-top:10px;font-size:14px!important;opacity:.8}.dashboard-footer{margin-top:40px;text-align:center;padding-top:20px;border-top:1px solid #e5e7eb}.dashboard-footer a{color:#4f46e5;text-decoration:none;font-weight:500}.dashboard-footer a:hover{text-decoration:underline}@media (max-width:768px){.admin-dashboard{padding:20px 16px}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header h1{font-size:2rem}.leads-table{font-size:14px}.leads-table td,.leads-table th{padding:12px 8px}}.contact-section{padding:80px 40px;background:#f9fafb;color:#111827;position:relative}.contact-content{position:relative;z-index:1;max-width:900px;margin:0 auto;width:100%}.contact-header{text-align:center;margin-bottom:48px}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:#111827}.contact-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.contact-subdetail{font-size:.875rem;color:#9ca3af;margin-top:8px;display:block}.contact-info-compact{margin-bottom:0}.contact-main{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:700px;margin:0 auto}.contact-email,.contact-service{display:flex;align-items:flex-start;gap:20px;padding:32px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease}.contact-email:hover,.contact-service:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.12);border-color:#2563eb}.contact-icon{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:10px;color:#2563eb}.contact-email h3,.contact-service h3{font-size:1.125rem;font-weight:600;margin-bottom:8px;color:#111827}.contact-detail{font-size:1rem;color:#111827;display:block;font-weight:500}.contact-link{color:#2563eb;transition:all .2s ease}.contact-link:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.contact-section{padding:60px 20px}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-main{grid-template-columns:1fr;gap:20px}.contact-email,.contact-service{padding:24px}}.footer{background:linear-gradient(180deg,#fff,#f8fafc);color:#374151;padding:80px 20px 40px;margin-top:0;border-top:1px solid #e5e7eb}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;max-width:1200px;margin:0 auto 40px}.footer-section{display:flex;flex-direction:column}.footer-description{margin-top:20px;line-height:1.7;color:#6b7280;font-size:.95rem;max-width:280px}.footer-social{margin-top:25px;display:flex;flex-direction:column;gap:10px}.social-label{font-size:.9rem;color:#9ca3af;font-weight:500}.social-links{display:flex;gap:15px}.social-link{color:#e5e7eb;text-decoration:none;font-size:.9rem;transition:color .3s ease;padding:5px 0}.social-link:hover{color:#667eea}.footer-heading{font-size:1.1rem;font-weight:700;margin-bottom:20px;color:#111827;letter-spacing:-.01em}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#6b7280;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block;font-weight:500}.footer-links a:hover{color:#2563eb;transform:translateX(4px)}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:20px}.footer-contact li{display:flex;gap:15px;align-items:flex-start}.contact-icon{font-size:1.3rem;flex-shrink:0;margin-top:2px}.footer-contact strong{display:block;color:#111827;font-size:.95rem;margin-bottom:5px;font-weight:600}.footer-contact p{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.footer-contact a{color:#2563eb;text-decoration:none;transition:color .3s ease;font-weight:500}.footer-contact a:hover{color:#1d4ed8;text-decoration:underline}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:30px;max-width:1200px;margin:0 auto}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.copyright{color:#6b7280;font-size:.9rem;margin:0;font-weight:500}.footer-badges{display:flex;gap:15px;flex-wrap:wrap}.footer-badge{background:#eff6ff;padding:6px 12px;border-radius:20px;font-size:.85rem;color:#1e40af;border:1px solid rgba(37,99,235,.2);font-weight:500}@media (max-width:768px){.footer{padding:40px 20px 20px}.footer-content{grid-template-columns:1fr;gap:30px}.footer-bottom-content{flex-direction:column;text-align:center}.footer-badges{justify-content:center}}.logo-container{gap:12px;font-weight:700;text-decoration:none;color:inherit}.logo-container,.logo-icon{display:flex;align-items:center}.logo-icon{justify-content:center}.logo-icon svg{width:100%;height:100%;display:block}.logo-small .logo-icon{width:35px;height:35px}.logo-medium .logo-icon{width:45px;height:45px}.logo-large .logo-icon{width:60px;height:60px}.logo-text{display:flex;align-items:baseline;gap:2px;font-size:inherit}.logo-name{background:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#ec4899);-webkit-background-clip:text;background-clip:text;font-weight:800;letter-spacing:-.5px}.logo-name,.logo-number{-webkit-text-fill-color:transparent}.logo-number{background:linear-gradient(135deg,#f59e0b,#ef4444);-webkit-background-clip:text;background-clip:text;font-weight:900;font-size:1.15em;letter-spacing:-1px}.logo-small .logo-text{font-size:1.3rem}.logo-medium .logo-text{font-size:1.8rem}.logo-large .logo-text{font-size:2.5rem}.trust-badges{padding:80px 20px;background:linear-gradient(135deg,#f9fafb,#fff);border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.trust-content{max-width:1200px;margin:0 auto}.trust-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:50px;color:#1f2937}.badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:25px;gap:25px}.trust-badge{display:flex;align-items:center;gap:15px;padding:25px 20px;background:#fff;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease;border:2px solid transparent}.trust-badge:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(102,126,234,.15);border-color:#667eea}.badge-icon{font-size:2.5rem;flex-shrink:0}.badge-text{display:flex;flex-direction:column;gap:5px}.badge-text strong{font-size:1rem;font-weight:600;color:#1f2937;display:block}.badge-text span{font-size:.85rem;color:#6b7280}@media (max-width:768px){.trust-badges{padding:60px 20px}.trust-title{font-size:1.5rem;margin-bottom:30px}.badges-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.trust-badge{padding:20px 15px;flex-direction:column;text-align:center}.badge-icon{font-size:2rem}}.case-study-section{padding:120px 20px;background:linear-gradient(135deg,#f9fafb,#fff)}.case-study-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:32px;box-shadow:0 20px 60px rgba(0,0,0,.12);overflow:hidden;border:2px solid #e5e7eb}.case-study-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:50px 50px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px}.case-study-client{display:flex;align-items:center;gap:20px}.client-logo{width:70px;height:70px;border-radius:16px;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;border:2px solid hsla(0,0%,100%,.3)}.case-study-client h3{font-size:1.6rem;font-weight:700;margin-bottom:5px;color:#fff}.case-study-client p{font-size:1rem;opacity:.9;margin:0}.case-study-results{display:flex;gap:40px;flex-wrap:wrap}.result-item{text-align:center}.result-number{font-size:2.5rem;font-weight:800;margin-bottom:5px;color:#fbbf24}.result-label{font-size:.9rem;opacity:.9;font-weight:500}.case-study-content{padding:50px}.case-study-content h4{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:15px;margin-top:30px}.case-study-content h4:first-child{margin-top:0}.case-study-content p{color:#6b7280;line-height:1.8;font-size:1.05rem;margin-bottom:20px}.case-study-challenge,.case-study-solution{border-left:4px solid #667eea;padding-left:25px;margin-bottom:30px}.case-study-results-detail ul{list-style:none;padding:0;margin:0}.case-study-results-detail li{padding:12px 0 12px 30px;position:relative;color:#4b5563;font-size:1.05rem;line-height:1.7}.case-study-results-detail li:before{content:"";position:absolute;left:0;top:15px;width:20px;height:20px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center}.case-study-tech{margin-top:40px;padding-top:30px;border-top:2px solid #e5e7eb}.tech-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:15px}.tech-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 18px;border-radius:20px;font-size:.9rem;font-weight:600;border:none}@media (max-width:768px){.case-study-section{padding:80px 20px}.case-study-header{padding:35px 30px;flex-direction:column;align-items:flex-start}.case-study-results{width:100%;justify-content:space-around;gap:20px}.case-study-content{padding:35px 25px}.result-number{font-size:2rem}}.logo-section{padding:100px 20px;background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.logo-section-header{text-align:center;margin-bottom:60px}.logo-section-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#1f2937;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-section-subtitle{font-size:1.2rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:50px;gap:50px;max-width:1400px;margin:0 auto}.logo-category{background:linear-gradient(135deg,#f9fafb,#fff);padding:40px 35px;border-radius:24px;border:2px solid #e5e7eb;transition:all .3s ease}.logo-category:hover{border-color:#667eea;box-shadow:0 10px 30px rgba(102,126,234,.1);transform:translateY(-5px)}.logo-category-title{font-size:1.3rem;font-weight:700;color:#1f2937;margin-bottom:30px;text-align:center;padding-bottom:15px;border-bottom:2px solid #e5e7eb}.logo-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:25px;gap:25px}.logo-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 15px;background:#fff;border-radius:16px;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.logo-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:#667eea}.logo-svg{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:10px;transition:all .3s ease}.logo-svg svg{width:100%;height:100%;transition:transform .3s ease}.logo-item:hover .logo-svg svg{transform:scale(1.1)}.logo-name{font-size:.9rem;font-weight:600;color:#4b5563;text-align:center;transition:color .3s ease}.logo-item:hover .logo-name{color:#667eea}.logo-text-icon{font-size:2rem;font-weight:800;color:#1f2937}.logo-react-icon,.logo-text-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.logo-react-icon{position:relative}.react-circle{width:35px;height:35px;border:3px solid #61dafb;border-radius:50%;position:absolute}.react-orbit{width:50px;height:50px;border:2px solid #61dafb;border-radius:50%;position:absolute;opacity:.6}.logo-vercel-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vercel-triangle{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:35px solid #000;position:relative}.vercel-triangle:after{content:"";position:absolute;top:10px;left:-15px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:25px solid #fff}.logo-google-icon{width:100%;height:100%}.google-g,.logo-google-icon{display:flex;align-items:center;justify-content:center}.google-g{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4285f4,#34a853 50%,#fbbc05 75%,#ea4335);color:#fff;font-weight:700;font-size:1.5rem;font-family:Google Sans,Arial,sans-serif}.logo-openai-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.openai-sparkle{font-size:2rem;background:linear-gradient(135deg,#10a37f,#0d8a6d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cert-icon{font-size:2.5rem;display:block}.client-logos-section{margin-top:60px;padding-top:50px;border-top:2px solid #e5e7eb;text-align:center}.client-logos-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:40px}.client-logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:30px;gap:30px;max-width:1000px;margin:0 auto}.client-logo-item{display:flex;flex-direction:column;align-items:center;gap:15px;padding:25px 20px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e5e7eb;transition:all .3s ease;cursor:pointer}.client-logo-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(102,126,234,.15);border-color:#667eea;background:#fff}.client-logo-circle{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem;box-shadow:0 4px 15px rgba(102,126,234,.3);transition:transform .3s ease}.client-logo-item:hover .client-logo-circle{transform:scale(1.1)}.client-logo-item span{font-size:.95rem;font-weight:600;color:#4b5563;transition:color .3s ease}.client-logo-item:hover span{color:#667eea}@media (max-width:768px){.logo-section{padding:60px 20px}.logo-section-title{font-size:2rem}.logo-section-subtitle{font-size:1.1rem}.logos-grid{grid-template-columns:1fr;gap:30px}.logo-items{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:15px}.logo-svg{width:50px;height:50px}}.business-showcase{min-height:100vh;background:#fff}.showcase-navbar{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 3px rgba(0,0,0,.05);z-index:1000;padding:20px 0;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.06)}.showcase-hero{position:relative;min-height:75vh;display:flex;align-items:center;padding:160px 40px 100px;background:#fff;color:#111827;overflow:hidden}.showcase-hero:before{top:0;background:linear-gradient(135deg,rgba(249,250,251,.5),transparent 50%),radial-gradient(circle at 10% 20%,rgba(37,99,235,.02) 0,transparent 40%),radial-gradient(circle at 90% 80%,rgba(59,130,246,.015) 0,transparent 40%);pointer-events:none}.showcase-hero:after,.showcase-hero:before{content:"";position:absolute;left:0;right:0;bottom:0}.showcase-hero:after{height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.06),transparent)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.showcase-hero.fade-in{animation:fadeIn 1s ease-in}.hero-badge{margin-bottom:32px}.gradient-text{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;font-weight:700}.hero-stats{display:flex;justify-content:center;gap:40px;margin-top:80px;padding:0 40px;flex-wrap:wrap;position:relative;z-index:2}.stat-card{background:#fff;padding:32px 40px;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(229,231,235,.8);transition:all .3s ease;min-width:180px;animation:fadeInUp .8s ease-out forwards;opacity:0}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.stat-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(37,99,235,.15);border-color:#2563eb}.stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;line-height:1}.stat-label{font-size:.9rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.hero-stats{gap:20px;padding:0 20px}.stat-card{min-width:140px;padding:24px 20px}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.1rem}}.business-types-section{padding:100px 40px;background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.business-types-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.1),transparent)}.business-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;max-width:1400px;margin:0 auto}.business-type-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:32px;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.business-type-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.business-type-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(37,99,235,.15);border-color:#2563eb}.business-type-card:hover:before{transform:scaleX(1)}.business-icon{font-size:3rem;margin-bottom:20px;text-align:center}.business-type-card h3{font-size:1.75rem;font-weight:700;margin-bottom:16px;color:#111827;text-align:center}.business-description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:24px;text-align:center}.business-problems,.business-solutions{margin-bottom:20px}.business-problems h4,.business-solutions h4{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.business-problems ul,.business-solutions ul{list-style:none;padding:0;margin:0}.business-problems li{font-size:.9rem;color:#6b7280;padding:6px 0 6px 20px;position:relative}.business-problems li:before{content:"⚠";position:absolute;left:0;color:#f59e0b}.business-solutions li{font-size:.9rem;color:#374151;padding:6px 0;font-weight:500}.business-pricing-preview{display:flex;gap:24px;justify-content:center;padding:20px 0;margin:24px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.pricing-info{display:flex;flex-direction:column;align-items:center;gap:4px}.price-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.price-value{font-size:1.25rem;font-weight:700;color:#2563eb}.view-demo-btn{text-align:center;padding:14px 24px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:8px;font-weight:600;font-size:1rem;margin-top:20px;transition:all .3s ease}.business-type-card:hover .view-demo-btn{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.demo-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.demo-feature{background:#fff;padding:32px;border-radius:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e5e7eb;transition:all .3s ease}.demo-feature:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(37,99,235,.1);border-color:#2563eb}.demo-feature-icon{font-size:3rem;margin-bottom:20px}.demo-feature h3{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#111827}.demo-feature p{font-size:.95rem;color:#6b7280;line-height:1.6}.cta-section{padding:80px 40px}.cta-content p{margin-bottom:12px}.cta-note{margin-top:24px;padding:16px 24px;background:rgba(37,99,235,.15);border:1px solid rgba(37,99,235,.3);border-radius:8px;max-width:600px;margin-left:auto;margin-right:auto;font-size:.95rem}@media (max-width:768px){.hero-headline{font-size:2.5rem}.section-title{font-size:2rem}.business-types-grid,.demo-features-grid,.next-steps-grid{grid-template-columns:1fr}.contact-info-box{padding:24px}}.business-page{min-height:100vh;background:#fff}.business-navbar{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 3px rgba(0,0,0,.05);z-index:1000;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.06)}.business-hero{position:relative;min-height:70vh;display:flex;align-items:center;padding:160px 40px 80px;background:#fff;color:#111827;overflow:hidden}.business-hero:before{top:0;background:linear-gradient(135deg,rgba(249,250,251,.5),transparent 50%),radial-gradient(circle at 10% 20%,rgba(37,99,235,.02) 0,transparent 40%),radial-gradient(circle at 90% 80%,rgba(59,130,246,.015) 0,transparent 40%);pointer-events:none}.business-hero:after,.business-hero:before{content:"";position:absolute;left:0;right:0;bottom:0}.business-hero:after{height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.06),transparent)}.business-hero.fade-in{animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center;padding:0 20px;width:100%}.hero-badge{display:inline-block;background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:10px 20px;border-radius:50px;margin-bottom:24px;font-size:.875rem;font-weight:600;border:1px solid rgba(37,99,235,.2);color:#1e40af;letter-spacing:.02em;text-transform:uppercase}.hero-icon{font-size:4rem;margin-bottom:24px}.hero-headline{font-size:3.5rem;font-weight:700;margin-bottom:24px;line-height:1.15;letter-spacing:-.03em;color:#111827}.hero-subheadline{font-size:1.25rem;margin-bottom:24px;line-height:1.7;color:#4b5563;font-weight:400}.demo-notice,.hero-subheadline{max-width:700px;margin-left:auto;margin-right:auto}.demo-notice{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid rgba(37,99,235,.2);padding:16px 24px;border-radius:12px;margin-top:32px;font-size:.95rem;color:#1e40af;box-shadow:0 2px 8px rgba(37,99,235,.08)}.problems-section{padding:100px 40px;background:#f8fafc}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.problem-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e5e7eb;transition:all .3s ease}.problem-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:#f59e0b}.problem-icon{font-size:2rem;margin-bottom:16px}.problem-card h3{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#111827}.problem-card p{font-size:.95rem;color:#6b7280;line-height:1.6}.solutions-section{padding:100px 40px;background:#fff}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.solution-card{background:#f8fafc;padding:32px;border-radius:12px;border:2px solid #e5e7eb;transition:all .3s ease;position:relative}.solution-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6);transform:scaleX(0);transition:transform .4s ease}.solution-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(37,99,235,.15);border-color:#2563eb}.solution-card:hover:before{transform:scaleX(1)}.solution-icon{font-size:2rem;color:#2563eb;margin-bottom:16px;font-weight:700}.solution-card h3{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#111827}.solution-card p{font-size:.95rem;color:#6b7280;line-height:1.6}.how-it-works-section{padding:100px 40px;background:#f8fafc}.workflow-steps{display:flex;flex-direction:column;gap:24px;max-width:800px;margin:0 auto}.workflow-step{gap:24px;background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e5e7eb}.step-number,.workflow-step{display:flex;align-items:center}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content{flex:1 1}.step-content h3{font-size:1.25rem;font-weight:700;margin-bottom:8px;color:#111827}.step-content p{font-size:.95rem;color:#6b7280;line-height:1.6}.step-arrow{font-size:2rem;color:#2563eb;flex-shrink:0}.demo-section{padding:100px 40px;background:#fff}.demo-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;max-width:1400px;margin:0 auto}@media (max-width:968px){.demo-container{grid-template-columns:1fr;gap:32px}}.demo-chatbot-wrapper,.demo-form-wrapper{background:#f8fafc;padding:40px;border-radius:16px;border:2px solid #e5e7eb}.demo-chatbot-wrapper h3,.demo-form-wrapper h3{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#111827}.demo-description{font-size:.95rem;color:#6b7280;margin-bottom:24px;line-height:1.6}.business-lead-form{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.pricing-section{padding:100px 40px;background:#f8fafc}.currency-toggle{display:flex;gap:12px;justify-content:center;margin-bottom:40px}.currency-btn{padding:10px 24px;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.currency-btn:hover{border-color:#2563eb;color:#2563eb}.currency-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:#2563eb}.pricing-card{background:#fff;padding:48px;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1);border:2px solid #e5e7eb;max-width:700px;margin:0 auto;text-align:center}.pricing-header{margin-bottom:40px;padding-bottom:32px;border-bottom:2px solid #e5e7eb}.pricing-header h3{font-size:2rem;font-weight:700;margin-bottom:12px;color:#111827}.pricing-header p{font-size:1rem;color:#6b7280}.pricing-details{gap:24px;margin-bottom:40px}.pricing-details,.pricing-item{display:flex;flex-direction:column}.pricing-item{gap:8px}.pricing-label{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.pricing-value{font-size:2.5rem;font-weight:700;color:#2563eb}.pricing-note{font-size:.875rem;color:#6b7280}.pricing-features{text-align:left;margin-bottom:32px;padding:24px;background:#f8fafc;border-radius:12px}.pricing-features h4{font-size:1.125rem;font-weight:700;margin-bottom:16px;color:#111827}.pricing-features ul{list-style:none;padding:0;margin:0}.pricing-features li{font-size:.95rem;color:#374151;padding:8px 0;font-weight:500}.addons-section{margin-top:64px;padding-top:64px;border-top:2px solid #e5e7eb}.addons-title{font-size:1.75rem;font-weight:700;margin-bottom:8px;color:#111827;text-align:center}.addons-subtitle{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:40px}.addons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;max-width:1200px;margin:0 auto 32px}.addon-card{background:#fff;padding:28px;border-radius:16px;border:2px solid #e5e7eb;transition:all .3s ease;position:relative}.addon-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(37,99,235,.1);border-color:#2563eb}.addon-icon{font-size:2.5rem;margin-bottom:16px;text-align:center}.addon-card h4{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#111827;text-align:center}.addon-description{font-size:.9rem;color:#6b7280;line-height:1.6;margin-bottom:20px;text-align:center}.addon-pricing{text-align:center;margin-bottom:8px}.addon-price{font-size:1.75rem;font-weight:700;color:#2563eb}.addon-period{font-size:.875rem;color:#6b7280;margin-left:4px}.addon-monthly{text-align:center;margin-bottom:20px}.addon-features{list-style:none;padding:0;margin:0;text-align:left}.addon-features li{font-size:.875rem;color:#374151;padding:6px 0;font-weight:500}.pricing-note-box{background:#eff6ff;border:2px solid #2563eb;border-radius:12px;padding:20px;text-align:center;max-width:800px;margin:0 auto;font-size:.95rem;color:#1e40af}.testimonials-section{padding:100px 40px;background:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:32px;gap:32px;max-width:1400px;margin:0 auto}.testimonial-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;transition:all .3s ease;position:relative}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(37,99,235,.15);border-color:#2563eb}.testimonial-content{margin-bottom:24px}.stars{color:#fbbf24;font-size:1.1rem;margin-bottom:12px;letter-spacing:2px}.testimonial-content p{font-size:.95rem;line-height:1.7;color:#374151;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;flex-shrink:0}.author-info{display:flex;flex-direction:column}.author-name{font-size:1rem;font-weight:700;color:#111827;margin-bottom:4px}.author-title,.form-hint{font-size:.875rem;color:#6b7280}.form-hint{margin-bottom:16px}.services-checkboxes{display:flex;flex-direction:column;gap:12px}.checkbox-label{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#f8fafc}.checkbox-label:hover{border-color:#2563eb;background:#eff6ff}.checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#2563eb;flex-shrink:0}.checkbox-label input[type=checkbox]:checked+.checkbox-content{color:#111827}.checkbox-label:has(input:checked){border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.checkbox-content{display:flex;flex-direction:column;gap:4px;flex:1 1}.checkbox-content strong{font-size:.95rem;color:#111827;font-weight:600}.checkbox-price{font-size:.875rem;color:#2563eb;font-weight:600}.checkbox-desc{font-size:.8rem;color:#6b7280}.cta-section{padding:100px 40px;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:#fff}.cta-content p{font-size:1.125rem;opacity:.9;margin-bottom:24px;max-width:700px}.cta-content p,.section-header{margin-left:auto;margin-right:auto}.section-header{text-align:center;margin-bottom:64px;max-width:800px}.section-label{display:inline-block;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px}.section-title{font-size:2.75rem;font-weight:700;margin-bottom:20px;text-align:center;color:#111827;letter-spacing:-.025em;line-height:1.2}.section-subtitle{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.7;font-weight:400;text-align:center}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.whats-next-section{padding:100px 40px;background:#fff}.next-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px;max-width:1400px;margin:0 auto 64px}.next-step-card{background:#f8fafc;padding:32px;border-radius:16px;border:2px solid #e5e7eb;position:relative;transition:all .3s ease;text-align:center}.next-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(37,99,235,.1);border-color:#2563eb}.step-number-badge{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px;box-shadow:0 4px 12px rgba(37,99,235,.3)}.next-step-card h3{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#111827}.next-step-card p{font-size:.95rem;color:#6b7280;line-height:1.6}.contact-info-box{background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:40px;border-radius:16px;border:2px solid #2563eb;max-width:800px;margin:0 auto;text-align:center}.contact-info-box h3{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#111827}.contact-info-box p{font-size:1rem;color:#374151;margin-bottom:12px;line-height:1.6}.contact-details{margin:24px 0}.contact-link{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(37,99,235,.3)}.contact-link:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px rgba(37,99,235,.4)}.contact-note{margin-top:20px;padding:12px 20px;background:#fff;border-radius:8px;font-size:.9rem;color:#4b5563}.btn{padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px rgba(37,99,235,.3)}.btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px rgba(37,99,235,.4)}.btn-large{padding:16px 32px;font-size:1.125rem}@media (max-width:968px){.demo-container{grid-template-columns:1fr}}@media (max-width:768px){.hero-headline{font-size:2.5rem}.section-title{font-size:2rem}.workflow-steps{gap:16px}.workflow-step{flex-direction:column;text-align:center}.step-arrow{transform:rotate(90deg)}.next-steps-grid{grid-template-columns:1fr}.contact-info-box{padding:24px}}.video-showcase{width:100%;margin:2rem 0}.video-showcase-header{text-align:center;margin-bottom:2rem}.video-showcase-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.video-showcase-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.video-container{position:relative;width:100%;max-width:900px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);background:#000}.video-iframe{width:100%;aspect-ratio:16/9;display:block;border:none}.video-direct{width:100%;height:auto;display:block;max-height:600px}.video-placeholder{width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px dashed #ccc}.video-placeholder-content{text-align:center;padding:2rem}.video-placeholder-icon{font-size:4rem;margin-bottom:1rem}.video-placeholder-content p{font-size:1.2rem;color:#666;margin-bottom:.5rem;font-weight:600}.video-placeholder-content small{color:#999;font-size:.9rem}@media (max-width:768px){.video-showcase-title{font-size:1.5rem}.video-showcase-description{font-size:1rem;padding:0 1rem}.video-container{border-radius:8px}}