*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;font-family:Inter,sans-serif}.navbar{z-index:100;background-color:#fff;border-bottom:1px solid #ececec;width:100%;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:16px 24px;display:flex}.nav-logo{align-items:center;gap:10px;display:flex}.logo-icon{width:38px;height:38px}.logo-text{object-fit:contain;color:#191919;width:150px}.nav-links{align-items:center;gap:36px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#191919;font-size:14px;font-weight:500;text-decoration:none}.nav-links a:hover{color:#f5a623}.svg{vertical-align:middle;width:14px;height:14px;margin-left:4px}.btn{color:#000;cursor:pointer;letter-spacing:.3px;background-color:#f5a623;border:none;border-radius:8px;min-height:42px;padding:13px 24px;font-size:14px;font-weight:600;transition:background-color .3s}.btn:hover{background-color:#e09515}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.hamburger span{background-color:#333;width:25px;height:3px;display:block}@media (width<=768px){.nav-right{display:none}.hamburger{display:flex}.nav-links{background-color:#fff;border-top:1px solid #d3d3d3;flex-direction:column;align-items:center;gap:18px;width:100%;padding:16px 24px;display:none;position:absolute;top:67px;left:0;box-shadow:0 4px 10px #0000000f}.nav-links.open{display:flex}}@media (width<=992px){.nav-container{padding:16px 20px}.nav-links{gap:22px}.nav-links a{font-size:13px}.btn{padding:12px 18px;font-size:13px}.logo-text{width:130px}}.hero{background-color:#f0f4ff;padding:60px 0}.hero-container{justify-content:space-between;align-items:center;gap:40px;max-width:1180px;margin:0 auto;padding:0 24px;display:flex}.hero-left{flex:1;max-width:620px}.hero-tag{color:#3f3f3f;font-size:14px;font-weight:600}.hero-heading{color:#1a1a1a;margin-top:14px;margin-bottom:24px;font-size:38px;font-weight:700;line-height:1.3}.yellow{color:#f5a623}.hero-points{flex-wrap:nowrap;align-items:center;gap:18px;margin-bottom:32px;display:flex}.hero-points span{color:#444;white-space:nowrap;align-items:center;gap:8px;font-size:14px;display:flex}.hero-points img{object-fit:contain;width:18px;height:18px}.hero-buttons{gap:16px;display:flex}.btn-primary{color:#000;cursor:pointer;letter-spacing:.3px;background-color:#f5a623;border:none;border-radius:8px;min-height:42px;padding:13px 24px;font-size:14px;font-weight:600;transition:background-color .3s}.btn-primary:hover{background-color:#e09515}.btn-outline{color:#f5a623;cursor:pointer;letter-spacing:.5px;background-color:#0000;border:2px solid #f5a623;border-radius:6px;padding:12px 24px;font-size:14px;font-weight:700}.btn-outline:hover{background-color:#fff8ee}.hero-right{flex:1;justify-content:center;align-items:center;display:flex}.hero-img{object-fit:contain;max-width:460px}@media (width<=992px){.hero-container{gap:24px}.hero-heading{font-size:32px}.hero-left{max-width:100%}}@media (width<=768px){.hero-container{text-align:center;flex-direction:column}.hero-left{max-width:100%}.hero-heading{font-size:28px}.hero-points{flex-direction:column;align-items:center;gap:14px}.hero-points span{justify-content:center;width:100%}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-right{margin-top:40px}.hero-img{max-width:300px}}.features{background:#fff;padding:90px 0}.features-heading{text-align:center;margin-bottom:80px}.features-heading p{color:#1b1b57;letter-spacing:1px;margin-bottom:12px;font-size:14px;font-weight:600}.features-heading h2{color:#111827;font-size:52px;font-weight:700;line-height:1.2}.features-heading h2 span{color:#f5a623}.feature-row{justify-content:space-between;align-items:center;gap:70px;max-width:1100px;margin:0 auto 100px;padding:0 24px;display:flex}.feature-content{flex:1}.feature-label{align-items:center;gap:10px;margin-bottom:22px;display:flex}.feature-label img{width:18px}.feature-label span{color:#5b6472;font-size:13px;font-weight:600}.feature-content h3{color:#141b34;margin-bottom:22px;font-size:44px;line-height:1.25}.feature-content h3 span{color:#3c59d8}.feature-content p{color:#555;max-width:470px;margin-bottom:32px;font-size:18px;line-height:1.8}.feature-btn{color:#4863e4;cursor:pointer;background:#fff;border:2px solid #4863e4;border-radius:8px;padding:14px 32px;font-size:14px;font-weight:600;transition:all .3s}.feature-btn:hover{color:#fff;background:#4863e4}.feature-image{flex:1}.feature-image img{border-radius:28px;width:100%;display:block}.brands{background:#fff;padding:40px 20px 70px}.brands-container{text-align:center;max-width:1100px;margin:0 auto}.brands-container h2{color:#20232d;margin-bottom:35px;font-size:34px;font-weight:600}.brands-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:65px;display:flex}.brand-logo{object-fit:contain;display:block}.ecommerce-logo{width:240px}.flipkart-logo{width:150px}@media (width<=768px){.brands{padding:35px 20px 50px}.brands-container h2{font-size:18px}.brands-logos{flex-direction:row;gap:35px}.ecommerce-logo,.flipkart-logo{width:120px}}@media (width<=992px){.feature-row{text-align:center;flex-direction:column;gap:35px}.feature-content,.feature-image{flex:none;width:100%;max-width:100%}.feature-row,.feature-content{order:1}.feature-row,.feature-image{order:2}.feature-image{justify-content:center;display:flex}.feature-image img{width:100%;max-width:500px;display:block}.feature-label{justify-content:center}.feature-content p{max-width:100%;margin:0 auto 32px}.features-heading h2{font-size:40px}.feature-content h3{font-size:34px}}.how-it-works{background:#eaf5ff;padding:90px 20px}.how-heading{text-align:center;margin-bottom:60px}.how-heading h2{color:#141b34;margin-bottom:15px;font-size:52px;line-height:1.25}.how-heading h2 span{color:#4169e1}.how-heading p{color:gray;font-size:18px}.steps-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1180px;margin:auto;display:grid}.step-card img{width:100%;display:block}.step-info{align-items:flex-start;gap:18px;padding:22px;display:flex}.step-number{flex-shrink:0;font-size:44px;font-weight:700;line-height:1}.step-card:first-child .step-number{color:green}.step-card:nth-child(2) .step-number{color:#4169e1}.step-card:nth-child(3) .step-number{color:purple}.step-card:nth-child(4) .step-number{color:#00bfff}.step-info h3{color:#1b233d;font-size:19px}@media (width<=992px){.how-heading h2{font-size:40px}.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.how-it-works{padding:70px 20px}.how-heading{margin-bottom:45px}.how-heading h2{font-size:32px}.how-heading p{font-size:15px}.steps-grid{grid-template-columns:1fr;gap:28px}.step-info{padding:18px}.step-info h3{font-size:20px}.step-number{font-size:38px}}.integration{background:#fff;padding:90px 20px}.integration-heading{text-align:center;margin-bottom:55px}.integration-heading h2{color:#000;margin-bottom:14px;font-size:52px;font-weight:700}.integration-heading p{color:#383838;font-size:18px;line-height:1.6}.integration-container{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1150px;margin:0 auto;display:grid}.integration-card{border-radius:18px;transition:all .3s;overflow:hidden}.integration-card img{border-radius:18px;width:100%;display:block}.product-tour{background:#f7f8fc;padding:90px 20px}.product-heading{text-align:center;margin-bottom:50px}.product-heading h2{color:#000;font-size:54px;font-weight:600;line-height:1.2}.product-heading span{color:#4169e1}.product-image{max-width:1000px;margin:0 auto}.product-image img{width:100%;display:block}@media (width<=992px){.integration-heading h2{font-size:40px}.integration-container{grid-template-columns:repeat(2,1fr)}.product-tour{padding:70px 20px}.product-heading h2{font-size:42px}.product-image{max-width:800px}}@media (width<=576px){.integration{padding:70px 18px}.integration-heading{margin-bottom:40px}.integration-heading h2{font-size:32px}.integration-heading p{font-size:15px}.integration-container{grid-template-columns:1fr;gap:18px}.product-tour{padding:60px 18px}.product-heading{margin-bottom:35px}.product-heading h2{font-size:30px;line-height:1.3}}.industry{background:#1d3658;padding:70px 20px 70px 90px}.industry-container{justify-content:space-between;align-items:center;gap:30px;max-width:1120px;margin:0 auto;display:flex}.content{flex:0 0 45%}.content h2{color:#fff;margin-bottom:40px;font-size:39px;font-weight:700;line-height:1.25}.items{margin-bottom:28px}.items h3{color:#fff;margin-bottom:8px;font-size:25px;font-weight:540}.items span{color:#32cd32;letter-spacing:1px;margin-bottom:12px;font-size:11px;font-weight:500;display:block}.items p{color:#d3d3d3;max-width:420px;font-size:12px;line-height:1.7}.items.active{align-items:flex-start;gap:18px;display:flex}.line{object-fit:cover;flex-shrink:0;width:5px;height:95px;margin-top:4px}.item{color:#aeabab;margin-bottom:35px;padding-left:26px}.item h3{margin-bottom:8px;font-size:25px;font-weight:540}.item span{letter-spacing:1px;margin-bottom:12px;font-size:11px;font-weight:500;display:block}.item p{max-width:420px;font-size:12px;line-height:1.7}.image{flex:0 0 55%;justify-content:flex-end;align-items:flex-end;padding-top:90px;display:flex;transform:translate(-10px)}.image img{width:100%;max-width:590px}@media (width<=992px){.industry-container{flex-direction:column;gap:50px}.content h2{font-size:38px}.items.active{text-align:left;justify-content:center}.items p,.item p{max-width:100%}.image img{max-width:460px}}@media (width<=576px){.industry{padding:70px 18px}.industry-container{flex-direction:column;align-items:center}.content{flex-direction:column;align-items:center;width:100%;display:flex}.content h2,.items{text-align:center}.items.active{justify-content:center;align-items:flex-start;gap:14px}.line{width:4px;height:82px}.items h3{font-size:18px}.items span{font-size:10px}.item{text-align:left;margin-bottom:28px;padding-left:32px}.item h3{font-size:18px}.items p{max-width:290px;margin:10px auto 0;font-size:11px}.item span{font-size:10px}.item p{font-size:11px}.image{flex:0 0 100%;justify-content:center;align-items:center;width:100%;display:flex}.image img{width:100%;max-width:360px;margin:0 auto;display:block;transform:translate(-22px)}}.testimonials{background:#d5e9fa;padding:90px 20px}.testimonial-container{max-width:1200px;margin:0 auto}.testimonial-heading{text-align:center;margin-bottom:60px}.testimonial-heading h2{color:#1d1d1d;font-size:50px;font-weight:600;line-height:1.2}.testimonial-heading span{color:#4169e1}.testimonial-wrapper{justify-content:center;align-items:stretch;gap:20px;display:flex;position:relative}.testimonial-card{background:#fff;border:1px solid #dcdcdc;border-radius:20px;width:360px;padding:28px;transition:all .3s}.stars{color:orange;letter-spacing:2px;margin-bottom:22px;font-size:22px}.testimonial-card p{color:#696969;margin-bottom:35px;font-size:13px;line-height:1.8}.client{align-items:center;gap:14px;display:flex}.client img{object-fit:cover;border-radius:50%;width:55px;height:55px}.client h4{color:#222;margin-bottom:4px;font-size:18px}.client span{color:gray;font-size:14px}.arrow{cursor:pointer;z-index:5;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 25px #0000001f}.arrow img{width:22px}.left-arrow{left:-28px}.right-arrow{right:-28px}.dot{justify-content:center;gap:10px;margin-top:35px;display:flex}@media (width<=992px){.testimonial-heading h2{font-size:42px}.testimonial-wrapper{flex-wrap:wrap;gap:25px}.testimonial-card{width:330px}.left-arrow,.right-arrow{display:none}}@media (width<=576px){.testimonials{padding:70px 18px}.testimonial-heading{margin-bottom:40px}.testimonial-heading h2{font-size:34px}.testimonial-wrapper{flex-direction:column;align-items:center;gap:20px}.testimonial-card{width:100%;max-width:340px;padding:22px}.stars{font-size:20px}.testimonial-card p{margin-bottom:25px;font-size:14px}.client img{width:48px;height:48px}.client h4{font-size:16px}.client span{font-size:12px}.left-arrow,.right-arrow{display:none}}.faq{background:#f7f8fc;padding:90px 20px}.faq-container{max-width:1120px;margin:0 auto}.faq-heading{text-align:center;margin-bottom:50px}.faq-heading h2{color:#1d2340;margin-bottom:18px;font-size:48px;font-weight:600;line-height:1.2}.faq-heading span{color:#3556d8}.faq-heading p{color:#555;max-width:560px;margin:auto;font-size:20px;line-height:1.7}.faq-list{max-width:760px;margin:auto}.faq-card{background:#fff;border:1px solid #e7eaf2;border-radius:10px;margin-bottom:16px;transition:all .3s;overflow:hidden}.faq-card.active{box-shadow:0 10px 30px #0000000f}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:22px 18px;display:flex}.faq-question h3{color:#222;width:92%;font-size:23px;font-weight:600;line-height:1.4}.faq-question img{object-fit:contain;flex-shrink:0;width:18px;height:18px}.faq-answer{padding:0 18px 22px}.faq-answer p{color:#555;max-width:650px;font-size:16px;line-height:1.8}@media (width<=992px){.faq-heading h2{font-size:40px}.faq-question h3{font-size:20px}.faq-answer p{font-size:15px}}@media (width<=576px){.faq{padding:70px 18px}.faq-heading{margin-bottom:35px}.faq-heading h2{font-size:34px}.faq-heading p{font-size:15px;line-height:1.6}.faq-question{padding:18px 16px}.faq-question h3{width:88%;font-size:17px;line-height:1.5}.faq-question img{width:16px;height:16px}.faq-answer{padding:0 16px 18px}.faq-answer p{font-size:14px;line-height:1.7}}.cta{background:#fff;padding:90px 20px}.cta-container{background:linear-gradient(90deg,#1fd160 0%,#26356d 100%);border-radius:24px;justify-content:space-between;align-items:center;gap:60px;max-width:1120px;margin:0 auto;padding:60px 55px;display:flex;overflow:hidden}.cta-content{flex:1}.cta-content h2{color:#fff;margin-bottom:28px;font-size:50px;font-weight:700;line-height:1.18}.cta-content p{color:#ffffffe6;max-width:480px;margin-bottom:38px;font-size:18px;line-height:1.8}.cta-content button{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #fffc;border-radius:10px;padding:16px 34px;font-size:15px;font-weight:600;transition:all .3s}.cta-content button:hover{color:#1b2b66;background:#fff}.cta-image{flex:1;justify-content:center;align-items:center;display:flex}.cta-image img{border-radius:24px;width:100%;max-width:470px;display:block}@media (width<=992px){.cta-container{text-align:center;flex-direction:column;gap:45px;padding:55px 35px}.cta-content p{margin-inline:auto}.cta-content h2{font-size:42px}.cta-image img{max-width:430px}}@media (width<=576px){.cta{padding:70px 18px}.cta-container{border-radius:20px;gap:32px;padding:40px 24px}.cta-content h2{font-size:34px;line-height:1.22}.cta-content p{margin-bottom:28px;font-size:15px;line-height:1.7}.cta-content button{width:100%;padding:15px;font-size:14px}.cta-image img{border-radius:18px;width:100%;max-width:320px}}.footer{background:#fff;border-top:1px solid #e9edf4;padding:70px 20px 30px}.footer-container{max-width:1120px;margin:0 auto}.footer-top{border-bottom:1px solid #dfe7f2;justify-content:space-between;align-items:flex-start;gap:55px;padding-bottom:45px;display:flex}.footer-brand{flex:1.4}.footer-logo-wrapper{background:#0f172a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.footer-logo{object-fit:contain;width:24px;height:24px}.brand-logo{align-items:center;gap:10px;margin-bottom:22px;display:flex}.brand-logo img:first-child{width:40px}.logo-text{width:150px;height:auto;display:block}.footer-brand p{color:#101011;font-size:15px;line-height:1.9}.footer-links{flex:1}.footer-links h4,.footer-contact h4{color:#010101;margin-bottom:22px;font-size:17px;font-weight:600}.footer-links a{color:#3f444b;margin-bottom:14px;font-size:15px;text-decoration:none;transition:all .3s;display:block}.footer-contact{flex:1.2}.footer-contact p{color:#0d0d0e;margin-bottom:14px;font-size:15px}.social-title{margin-top:28px}.social-icons{align-items:center;gap:18px;display:flex}.social-icons a{justify-content:center;align-items:center;width:22px;height:22px;display:flex}.social-icons img{width:33px;transition:all .3s;display:block}.social-icons img:hover{transform:scale(1.1)}.footer-bottom{justify-content:space-between;align-items:center;padding-top:28px;display:flex}.footer-bottom p{color:#666;font-size:14px}@media (width<=992px){.footer-top{flex-wrap:wrap;gap:40px}.footer-brand{flex:100%;width:100%}.footer-links,.footer-contact{flex:40%}}@media (width<=576px){.footer{padding:55px 20px 25px}.footer-top{text-align:center;flex-direction:column;gap:35px}.brand-logo{justify-content:center}.footer-links,.footer-contact{width:100%}.social-icons{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:12px}.footer-brand p,.footer-links a,.footer-contact p{font-size:14px}.footer-links h4,.footer-contact h4{margin-bottom:16px}}
