:root{--color-primary: #10b981;--color-primary-dark: #059669;--color-navy: #0f172a;--color-navy-light: #1e293b;--color-text-dark: #111827;--color-text-gray: #4b5563;--color-text-light: #9ca3af;--color-bg-light: #f9fafb;--color-bg-white: #ffffff;--font-family: "Inter", sans-serif;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-full: 9999px;--spacing-container: 1400px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--color-text-dark);background-color:var(--color-bg-white);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}.container{max-width:var(--spacing-container);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;border-radius:var(--radius-md);font-weight:600;font-size:.95rem;transition:all .2s ease-in-out}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-1px)}.btn-outline{background-color:transparent;color:var(--color-text-dark);border:1px solid #e5e7eb}.btn-outline:hover{background-color:var(--color-bg-light)}.text-primary{color:var(--color-primary)}@media (max-width: 640px){.btn{padding:.4rem .875rem;font-size:.8125rem;white-space:nowrap}}.navbar{background-color:var(--color-bg-white);border-bottom:1px solid #f3f4f6;position:sticky;top:0;z-index:100;padding:1rem 0}.navbar-container{display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--color-text-dark)}.nav-contact-pill{display:flex;align-items:center;gap:.5rem;background-color:var(--color-navy);color:#fff;padding:.6rem 1.25rem;border-radius:var(--radius-full);font-weight:600;font-size:.875rem;text-decoration:none;transition:opacity .2s ease}.nav-contact-pill:hover{opacity:.9}@media (max-width: 420px){.navbar-logo{font-size:1rem;gap:.25rem}.navbar-logo svg{width:20px;height:20px}}.hero{padding:2rem 0;background-color:var(--color-bg-white);overflow:hidden}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-badge{display:inline-block;align-self:flex-start;padding:.5rem 1rem;background-color:#ecfdf5;color:var(--color-primary-dark);font-size:.75rem;font-weight:700;letter-spacing:.05em;border-radius:var(--radius-full)}.hero-title{font-size:3.5rem;line-height:1.1;font-weight:800;color:var(--color-navy);letter-spacing:-.02em}.hero-subtitle{font-size:1.125rem;color:var(--color-text-gray);max-width:90%;line-height:1.6}.hero-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background-color:var(--color-primary);color:#fff;border-radius:var(--radius-full);padding:1rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;margin-top:1rem;box-shadow:0 4px 14px #10b98163;transition:all .2s ease;width:fit-content}.hero-contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180;background-color:#059669}.hero-contact-button .arrow-icon{margin-left:.5rem;transition:transform .2s ease}.hero-contact-button:hover .arrow-icon{transform:translate(4px)}.hero-features{display:flex;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--color-text-dark);background-color:var(--color-bg-white);padding:.5rem .75rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #f3f4f6}.hero-visual{display:flex;justify-content:center;align-items:flex-start;width:100%;min-width:0;overflow:hidden;min-height:700px;padding-top:2rem}.hero-visual-scale-wrapper{display:flex;flex-direction:column;align-items:center;transform-origin:center top;transition:transform .3s ease;width:100%}.hero-visual-top{display:flex;gap:2rem;align-items:center;justify-content:center}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes float-delayed{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.phone-mockup{position:relative;width:280px;height:522px;background-color:#111;border-radius:40px;box-shadow:0 25px 50px -12px #00000040,inset 0 0 0 8px #222;overflow:hidden;display:flex;flex-direction:column;z-index:2;animation:float 6s ease-in-out infinite}.phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:120px;height:25px;background-color:#222;border-bottom-left-radius:16px;border-bottom-right-radius:16px;z-index:10}.phone-screen{flex:1;background:linear-gradient(180deg,#1f2937,#111827);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:4rem 1.5rem 3rem}.phone-header{display:flex;flex-direction:column;align-items:center;gap:.5rem}.incoming-call{color:#9ca3af;font-size:.875rem}.caller-name{color:#fff;font-size:1.5rem;font-weight:600}.caller-type{color:#9ca3af;font-size:.75rem}.phone-waveform{display:flex;align-items:center;gap:4px;height:100px}.phone-waveform .bar{width:4px;background-color:var(--color-primary);border-radius:4px;animation:pulse 1s infinite alternate ease-in-out}.bar-1{height:20px;animation-delay:0s}.bar-2{height:40px;animation-delay:.2s}.bar-3{height:60px;animation-delay:.4s}.bar-4{height:30px;animation-delay:.6s}.bar-5{height:50px;animation-delay:.8s}@keyframes pulse{0%{transform:scaleY(1)}to{transform:scaleY(1.5)}}.phone-actions{display:flex;justify-content:space-between;width:100%;padding:0 1rem}.action-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.decline{background-color:#ef4444}.accept{background-color:var(--color-primary)}.chat-mockup{position:relative;width:290px;background-color:#fff;border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden;z-index:3;border:1px solid #f3f4f6;animation:float-delayed 7s ease-in-out infinite 1s}.chat-header{background-color:#f9fafb;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6}.store-info{display:flex;flex-direction:column}.store-name{font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:4px}.store-status{font-size:.75rem;color:#6b7280}.chat-body{padding:1rem;background-color:#efeae2;display:flex;flex-direction:column;gap:.75rem}.message{padding:.75rem;border-radius:8px;font-size:.8125rem;position:relative;box-shadow:var(--shadow-sm);max-width:90%;line-height:1.4}.received{background-color:#fff;align-self:flex-start;border-top-left-radius:0}.sent{background-color:#dcf8c6;align-self:flex-end;border-top-right-radius:0}.msg-time{display:block;font-size:.625rem;color:#9ca3af;text-align:right;margin-top:4px}.sent .msg-time{color:#6b7280;display:flex;justify-content:flex-end;align-items:center;gap:2px}.chat-action-btn{width:100%;margin-top:.5rem;padding:.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;color:var(--color-primary-dark);font-weight:600;font-size:.75rem}.hero-arrow-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:80px;margin:1rem 0;animation:float 6s ease-in-out infinite .5s}.hero-arrow-down{width:100px;height:80px;opacity:.7}.recovered-widget{position:relative;width:320px;background-color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:1.5rem;z-index:4;border:1px solid #f3f4f6;animation:float-delayed 5s ease-in-out infinite 2s}.widget-text{display:flex;flex-direction:column}.widget-label{font-size:.75rem;color:var(--color-text-gray);font-weight:500}.widget-amount{font-size:1.25rem;font-weight:800;color:var(--color-primary-dark)}.widget-icon{width:40px;height:40px;background-color:#ecfdf5;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 1280px){.hero-visual-scale-wrapper{transform:scale(.9)}}@media (max-width: 1024px){.hero-visual-scale-wrapper{transform:scale(.8)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-badge{align-self:center}.hero-title{font-size:2.5rem}.hero-subtitle{max-width:100%}.hero-contact-button,.hero-features{justify-content:center;margin-left:auto;margin-right:auto}.hero-visual{margin-top:1rem;height:680px;min-height:auto}.hero-visual-scale-wrapper{transform:scale(.9)}}@media (max-width: 640px){.hero-title{font-size:2rem}.hero-visual{height:500px;min-height:auto}.hero-visual-scale-wrapper{transform:scale(.65)}.hero-visual-top{gap:1rem}}@media (max-width: 480px){.hero-visual{height:400px;min-height:auto}.hero-visual-scale-wrapper{transform:scale(.52)}.hero-contact-button{width:100%;padding:1rem;font-size:.95rem}}.stats-banner{background-color:var(--color-navy);color:#fff;padding:4rem 1.5rem;margin:0 auto;max-width:1300px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-top:2rem;margin-bottom:5rem}.stats-title{text-align:center;font-size:1.5rem;font-weight:600;margin-bottom:3rem}.stats-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.stat-card{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem}.stat-icon-wrapper{margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.stat-value{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.stat-desc{font-size:.875rem;color:#cbd5e1;line-height:1.5}.stat-divider{width:1px;height:80px;background-color:#ffffff1a;align-self:center}@media (max-width: 900px){.stats-banner{margin:2rem 1rem 4rem;border-radius:var(--radius-md)}.stats-grid{flex-wrap:wrap;gap:2rem 0}.stat-card{flex:0 0 45%}.stat-divider{display:none}}@media (max-width: 600px){.stat-card{flex:0 0 100%}}.process-flow{padding:5rem 0;background-color:var(--color-bg-white)}.section-title{text-align:center;font-size:2.25rem;font-weight:800;color:var(--color-navy);margin-bottom:4rem}.steps-container{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.step-card{display:flex;flex-direction:column;position:relative}.step-graphic{position:relative;display:flex;align-items:center;margin-bottom:1.5rem;height:120px;background-color:var(--color-bg-white);border:1px solid #f3f4f6;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);justify-content:center;overflow:hidden}.step-icon-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.cart-icon-wrap,.person-icon{width:48px;height:48px;color:var(--color-primary);display:flex;align-items:center;justify-content:center}.cart-icon-wrap svg,.person-icon svg{width:100%;height:100%}.doubt-list{display:flex;flex-direction:column;gap:8px}.doubt-list .d{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--color-text-dark);background:#f9fafb;padding:4px 10px;border-radius:12px;border:1px solid #e5e7eb}.doubt-list .d svg{width:14px;height:14px;color:#ef4444}.wa-mini{display:flex;align-items:center;gap:8px;background:#ecfdf5;border:1px solid #d1fae5;padding:8px 12px;border-radius:12px;max-width:90%}.wa-mini svg{width:20px;height:20px;color:#10b981;flex-shrink:0}.wa-mini span{font-size:.7rem;color:var(--color-navy);font-weight:600;line-height:1.2}.step-connector{position:absolute;right:-24px;top:50%;transform:translateY(-50%);z-index:1;color:#d1d5db}.step-title{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:var(--color-navy);line-height:1.3}.step-desc{font-size:.8125rem;color:var(--color-text-gray);line-height:1.5}@media (max-width: 1440px){.steps-container{grid-template-columns:repeat(3,1fr);gap:3rem 1.5rem}.step-card:nth-child(3) .step-connector{display:none}}@media (max-width: 768px){.steps-container{grid-template-columns:repeat(2,1fr)}.step-card:nth-child(2) .step-connector,.step-card:nth-child(4) .step-connector{display:none}.step-card:nth-child(3) .step-connector{display:block}}@media (max-width: 500px){.steps-container{grid-template-columns:repeat(2,1fr);gap:1rem}.section-title{font-size:1.75rem;margin-bottom:2rem}.step-connector{display:none}.step-graphic{height:90px;margin-bottom:1rem}.step-title{font-size:.8rem}.step-desc{font-size:.7rem}.cart-icon-wrap,.person-icon{width:36px;height:36px}.doubt-list .d{font-size:.6rem;padding:2px 6px}.doubt-list .d svg{width:10px;height:10px}.wa-mini{padding:4px 8px;gap:4px}.wa-mini svg{width:14px;height:14px}.wa-mini span{font-size:.55rem}}.results{padding:5rem 0;background-color:var(--color-bg-light);border-top:1px solid #f3f4f6}.results-container{display:flex;gap:2rem;margin-bottom:4rem}.testimonial-card{flex:0 0 35%;background-color:#fff;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;position:relative;border:1px solid #f3f4f6}.quote-icon{margin-bottom:1rem}.testimonial-text{font-size:1.125rem;line-height:1.7;color:var(--color-text-dark);font-weight:500;flex:1}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:2rem}.author-avatar{width:48px;height:48px;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--color-text-gray)}.author-info{display:flex;flex-direction:column}.author-name{font-weight:700;font-size:.95rem;color:var(--color-navy)}.author-title{font-size:.8125rem;color:var(--color-text-gray)}.author-store{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--color-primary-dark);margin-top:2px;font-weight:600}.results-grid{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.result-card{background-color:#fff;padding:2rem 1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #f3f4f6}.result-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.bg-green{background-color:var(--color-primary)}.bg-purple{background-color:#8b5cf6}.bg-orange{background-color:#f59e0b}.bg-blue{background-color:#3b82f6}.result-value{font-size:1.75rem;font-weight:800;color:var(--color-navy);margin-bottom:.25rem}.result-label{font-weight:600;font-size:.875rem;color:var(--color-text-dark);margin-bottom:.5rem}.result-desc{font-size:.75rem;color:var(--color-text-gray);line-height:1.5}.integrations-banner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:3rem;border-top:1px solid #e5e7eb}.integrations-title{font-weight:600;color:var(--color-text-dark)}.integrations-logos{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.logo-placeholder{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.shopify{color:#95bf47}.gokwik{color:#2563eb;font-weight:700}.woo{color:#96588a}.webengage{color:#1f2937}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--color-text-gray);margin-top:1rem}@media (max-width: 1440px){.results-container{flex-direction:column}.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.results-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.result-card{padding:1.25rem .75rem}.result-icon{width:40px;height:40px;margin-bottom:1rem}.result-value{font-size:1.25rem}.result-label{font-size:.75rem}.result-desc{font-size:.65rem}.testimonial-text{font-size:.95rem}.testimonial-card{padding:1.5rem}.integrations-title{font-size:.9rem}.integrations-logos{gap:1.5rem}.logo-placeholder{font-size:1rem}}.footer-cta{background-color:var(--color-navy);color:#fff;padding:5rem 0;margin:0 auto;max-width:1300px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-top:4rem}.cta-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-content{display:flex;flex-direction:column;gap:1.5rem}.cta-title{font-size:2.25rem;font-weight:800;line-height:1.2}.cta-desc{font-size:1rem;color:#cbd5e1;max-width:90%}.cta-buttons{display:flex;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.cta-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background-color:var(--color-primary);color:#fff;border-radius:var(--radius-full);padding:1rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 4px 14px #10b98163;transition:all .2s ease;width:fit-content}.cta-contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180;background-color:#059669}.cta-contact-button .arrow-icon{margin-left:.5rem;transition:transform .2s ease}.cta-contact-button:hover .arrow-icon{transform:translate(4px)}.cta-features{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#e2e8f0}.cta-visuals{display:flex;gap:1.5rem}.chart-card{flex:1;background-color:#fff;border-radius:var(--radius-md);padding:1.5rem;color:var(--color-text-dark);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.chart-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.chart-title{font-size:.75rem;font-weight:600;color:var(--color-text-gray)}.chart-value-group{display:flex;flex-direction:column}.chart-value{font-size:1.5rem;font-weight:800;color:var(--color-navy)}.chart-change{font-size:.75rem;font-weight:600}.text-light{color:#9ca3af;font-weight:400}.chart-body{height:60px;width:100%;display:flex;align-items:flex-end;justify-content:space-between}.bar-chart{gap:4px}.bar{flex:1;background-color:#e5e7eb;border-radius:2px 2px 0 0}.bar.active{background-color:#8b5cf6}@media (max-width: 1024px){.cta-container{grid-template-columns:1fr;gap:3rem}.footer-cta{margin:2rem 1rem 0;border-radius:var(--radius-md) var(--radius-md) 0 0;padding:3rem 1.5rem}}@media (max-width: 640px){.cta-visuals{flex-direction:column}.cta-features{gap:1rem;flex-direction:column}.cta-contact-button{width:100%;padding:1rem;font-size:.95rem}.cta-title{font-size:1.75rem}.cta-desc{font-size:.9rem}.chart-card{padding:1.25rem}.chart-value{font-size:1.25rem}}.footer{background-color:var(--color-bg-white);border-top:1px solid #e5e7eb;padding:1.5rem 0;font-size:.8125rem;color:var(--color-text-gray)}.footer-container{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:1.5rem}.footer-links a{transition:color .2s ease}.footer-links a:hover{color:var(--color-text-dark)}@media (max-width: 600px){.footer-container{flex-direction:column-reverse;gap:1rem;text-align:center}}.app-container{display:flex;flex-direction:column;min-height:100vh}
