:root{--primary:#6366f1;--primary-hover:#4f46e5;--secondary:#ec4899;--dark:#0f172a;--light:#f8fafc;--text:#334155;--text-muted:#64748b;--font-en:"Inter", sans-serif;--font-bn:"Noto Sans Bengali", sans-serif;--bg-gradient:linear-gradient(135deg, #f0f4ff 0%, #fdf4ff 40%, #fff1f8 70%, #fffbeb 100%);--glass-bg:#ffffffb3;--glass-border:#ffffff80;--glass-shadow:0 8px 32px #1f268712}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-en);background:var(--bg-gradient);color:var(--text);background-attachment:fixed;line-height:1.6;overflow-x:hidden}.bn-text{font-family:var(--font-bn);opacity:.9;font-size:.95em;font-weight:500}.bn-title{font-family:var(--font-bn)}.text-gradient{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:99px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), #a855f7);color:#fff;box-shadow:0 4px 15px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.btn-secondary{color:var(--primary);background:#fff;border:1px solid #6366f133;box-shadow:0 2px 10px #0000000d}.btn-secondary:hover{border-color:var(--primary);background:#f8fafc;transform:translateY(-2px)}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-subtext{font-family:var(--font-bn);opacity:.9;background:#fff3;border-radius:12px;margin-left:8px;padding:2px 8px;font-size:.75rem;font-weight:400}.glass-nav{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#fffc;border-bottom:1px solid #ffffff4d;width:100%;padding:1rem 2rem;position:fixed;top:0;box-shadow:0 2px 10px #00000005}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.brand{align-items:center;gap:10px;text-decoration:none;display:flex}.brand-logo{object-fit:cover;border-radius:50%;width:40px;height:40px;box-shadow:0 2px 8px #0000001a}.logo-placeholder{background:var(--dark);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:800;display:flex}.logo-placeholder.sm{width:30px;height:30px;font-size:1rem}.brand-text{color:var(--dark);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a:not(.nav-btn){color:var(--text);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:not(.nav-btn):hover{color:var(--primary)}.hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.hero-bg-shapes{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.shape{filter:blur(80px);opacity:.5;border-radius:50%;animation:10s ease-in-out infinite alternate float;position:absolute}.shape-1{background:#6366f14d;width:400px;height:400px;top:-100px;left:-100px}.shape-2{background:#ec489933;width:300px;height:300px;animation-delay:-3s;bottom:100px;right:-50px}.shape-3{background:#06b6d433;width:250px;height:250px;animation-delay:-6s;bottom:-50px;left:20%}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-50px)scale(1.1)}}.hero-content{max-width:600px}.hero-image-wrapper{background:#fff;border:1px solid #ffffff80;border-radius:2rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-banner-img{width:100%;height:auto;display:block}.hero-img-glow{background:linear-gradient(90deg,#fff0 0%,#ffffff4d 50%,#fff0 100%);width:50%;height:100%;animation:4s infinite shine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.badge{color:var(--primary);background:#fffc;border:1px solid #fff;border-radius:99px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 4px 15px #00000008}.hero-title{color:var(--dark);letter-spacing:-1px;margin-bottom:1rem;font-size:3.5rem;font-weight:900;line-height:1.1}.hero-subtitle{color:var(--text);font-size:1.5rem;font-family:var(--font-bn);margin-bottom:1.5rem;font-weight:600}.hero-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.fade-in-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;transform:translateY(30px)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.services{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:var(--dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.section-desc{color:var(--text-muted);font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);text-align:center;border-radius:1.5rem;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.service-icon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.bg-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.bg-purple{background:linear-gradient(135deg,#a855f7,#7e22ce)}.bg-emerald{background:linear-gradient(135deg,#10b981,#059669)}.service-card h3{color:var(--dark);margin-bottom:.25rem;font-size:1.25rem}.service-card h4{color:var(--primary);margin-bottom:1rem}.service-card p{color:var(--text-muted);font-size:.95rem}.features-section{background:var(--light);border-radius:2rem;max-width:1200px;margin:2rem auto;padding:5rem 2rem}.feature-cards-container{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:#fff;border:1px solid #00000005;border-radius:1.5rem;padding:2.5rem 1.5rem;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.feature-card:hover{transform:translateY(-5px)}.f-icon-box{width:70px;height:70px;color:var(--primary);background:#6366f11a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2.2rem;transition:all .3s;display:flex}.feature-card:hover .f-icon-box{background:var(--primary);color:#fff;transform:scale(1.1)}.feature-card h3{color:var(--dark);margin-bottom:.5rem;font-size:1.2rem}.feature-card p{color:var(--text-muted);z-index:2;font-size:.9rem;position:relative}.process-section{max-width:1000px;margin:0 auto;padding:5rem 2rem}.process-timeline{flex-direction:column;gap:2rem;display:flex;position:relative}.process-timeline:before{content:"";background:#6366f133;width:2px;position:absolute;top:0;bottom:0;left:24px}.process-step{align-items:flex-start;gap:2rem;display:flex;position:relative}.step-number{background:var(--primary);color:#fff;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 15px #6366f14d}.step-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:1rem;width:100%;padding:1.5rem}.step-card h3{color:var(--dark);margin-bottom:.5rem}.step-card p{color:var(--text-muted)}.audience-section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.audience-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.audience-card{text-align:center;background:#fff;border:1px solid #00000005;border-radius:1.5rem;width:200px;padding:2rem;transition:transform .3s;box-shadow:0 4px 15px #00000008}.audience-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.audience-card i{margin-bottom:1rem;font-size:3rem}.text-blue{color:#3b82f6}.text-purple{color:#a855f7}.text-emerald{color:#10b981}.text-orange{color:#f97316}.text-rose{color:#f43f5e}.audience-card h3{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem}.audience-card p{color:var(--text-muted);font-size:.8rem}.comparison-section{max-width:1100px;margin:0 auto;padding:5rem 2rem}.comparison-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.comp-card{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 4px 20px #0000000a}.comp-card.bad{border-top:5px solid #ef4444}.comp-card.good{border-top:5px solid #10b981}.comp-header{text-align:center;border-bottom:1px solid #0000000d;margin-bottom:2rem;padding-bottom:1rem}.comp-header i{margin-bottom:.5rem;font-size:3rem}.comp-card.bad .comp-header i{color:#ef4444}.comp-card.good .comp-header i{color:#10b981}.comp-header h3{color:var(--dark);font-size:1.5rem}.comp-list{list-style:none}.comp-list li{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.comp-list li i{flex-shrink:0;margin-top:.2rem;font-size:1.5rem}.comp-card.bad .comp-list li i{color:#ef4444}.comp-card.good .comp-list li i{color:#10b981}.comp-list li strong{color:var(--dark);margin-bottom:.25rem;display:block}.comp-list li p{color:var(--text-muted);font-size:.9rem}.faq-section{max-width:800px;margin:0 auto;padding:5rem 2rem}.faq-container{flex-direction:column;gap:1.5rem;display:flex}.faq-item{background:#fff;border:1px solid #00000008;border-radius:1rem;padding:2rem;box-shadow:0 2px 10px #00000005}.faq-item h4{color:var(--dark);margin-bottom:1rem;font-size:1.2rem}.faq-item h4 span{color:var(--text-muted);font-size:.95rem}.faq-item p{color:var(--text);line-height:1.6}.mobile-section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.mobile-container{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.phone-mockup{border:5px solid #1e293b;border-radius:2rem;width:100%;max-width:400px;margin:0 auto;display:block;box-shadow:0 20px 40px #0000001a}.mb-4{margin-bottom:2rem}.app-features-list{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.app-features-list li{align-items:flex-start;gap:1.5rem;display:flex}.app-features-list .icon{width:50px;height:50px;color:var(--primary);background:#6366f11a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.app-features-list h4{color:var(--dark);margin-bottom:.25rem;font-size:1.1rem}.invoice-section{background:var(--light);padding:5rem 2rem}.invoice-demo-container{max-width:600px;margin:0 auto}.printable-slip{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:320px;margin:0 auto;padding:12px 14px;font-family:Arial,Helvetica,sans-serif;font-size:10.5px;line-height:1.35;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.slip-watermark{opacity:.1;pointer-events:none;z-index:0;width:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.slip-content-wrapper{z-index:1;position:relative}.slip-tracking-id{text-align:center;letter-spacing:2px;margin-bottom:2px;font-size:20px;font-weight:900}.slip-title{text-align:center;color:#1e293b;margin-bottom:5px;font-size:11px;font-weight:700}.slip-logo-wrapper{justify-content:center;margin-bottom:4px;display:flex}.slip-logo{object-fit:contain;height:36px}.slip-company{text-align:center;margin-bottom:4px;font-size:11px;font-weight:800}.slip-hr{border-top:1px dashed #94a3b8;margin:6px 0}.slip-row{justify-content:space-between;margin-bottom:3px;font-size:10.5px;display:flex}.slip-lbl{color:#475569;font-weight:700}.slip-val{color:#0f172a;text-align:right;max-width:58%;font-weight:500}.slip-remarks{margin-bottom:5px}.slip-remark-title{margin-bottom:2px;font-size:10px;font-weight:800;text-decoration:underline}.slip-remark-item{color:#475569;gap:3px;margin-bottom:2px;font-size:9.5px;display:flex}.slip-remark-item span{flex-shrink:0;font-weight:700}.slip-qr-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:5px;padding:6px 5px}.slip-qr-text{color:#475569;margin-bottom:4px;font-size:9.5px;font-weight:700}.slip-qr-footer{color:#94a3b8;margin-top:3px;font-family:monospace;font-size:8.5px}.slip-qr-footer strong{color:#334155}.cta-banner{padding:4rem 2rem}.cta-content{text-align:center;background:linear-gradient(135deg,#ffffffe6,#fff9);border:1px solid #fff;border-radius:2rem;max-width:900px;margin:0 auto;padding:4rem 2rem;box-shadow:0 20px 50px #6366f11a}.cta-content h2{color:var(--dark);margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.mt-6{margin-top:2rem}.pulse-glow{animation:2s infinite pulseGlow}@keyframes pulseGlow{0%{box-shadow:0 0 #6366f166}70%{box-shadow:0 0 0 15px #6366f100}to{box-shadow:0 0 #6366f100}}footer{background:var(--dark);color:#fff;padding:4rem 2rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-brand h3{margin:1rem 0;font-size:1.5rem}.footer-desc{color:#94a3b8;font-size:.9rem}.footer-links,.footer-contact{flex-direction:column;gap:1rem;display:flex}.footer-links h4,.footer-contact h4{color:#e2e8f0;margin-bottom:.5rem;font-size:1.1rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-contact p{color:#94a3b8;align-items:center;gap:.5rem;display:flex}.footer-bottom{text-align:center;color:#64748b;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.875rem}@media (width<=900px){.hero-container,.mobile-container{text-align:center;grid-template-columns:1fr}.hero-content{margin:0 auto}.hero-actions{justify-content:center}.mobile-image{order:-1}}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.nav-links{display:none}.hero-actions{flex-direction:column}.btn-lg{width:100%}}.react-packages-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:stretch;gap:2rem;max-width:1100px;margin:0 auto;padding:4rem 2rem;display:grid}.saas-pricing-card{z-index:1;background:#fff;border:1px solid #0000000f;border-radius:24px;flex-direction:column;padding:2px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;position:relative;box-shadow:0 10px 30px #00000008}.saas-pricing-card:hover{z-index:10;transform:translateY(-8px);box-shadow:0 25px 50px #0000000f}.saas-pricing-card.is-popular{z-index:5;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);transform:scale(1.05);box-shadow:0 20px 40px #6366f126}.saas-pricing-card.is-popular:hover{transform:scale(1.05)translateY(-8px);box-shadow:0 30px 60px #6366f140}.popular-glow{background:linear-gradient(135deg, var(--primary), var(--secondary));filter:blur(40px);opacity:.15;z-index:-1;border-radius:40px;animation:4s infinite alternate pulse-glow;position:absolute;inset:-20px}@keyframes pulse-glow{0%{opacity:.1}to{opacity:.25}}.saas-card-content{background:#fff;border-radius:22px;flex-direction:column;height:100%;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.saas-popular-badge{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;letter-spacing:1px;text-transform:uppercase;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:4px 16px;font-size:.75rem;font-weight:800;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #6366f14d}.saas-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.saas-pkg-title{color:var(--dark);margin:0;font-size:1.5rem;font-weight:800}.saas-offer-pill{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:99px;align-items:center;gap:4px;padding:4px 12px;font-size:.75rem;font-weight:700;display:flex}.saas-price-area{margin-bottom:2.5rem}.saas-old-price-wrapper{margin-bottom:-4px}.saas-old-price{color:#94a3b8;font-size:1.1rem;font-weight:600;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444;text-decoration-thickness:2px}.saas-price-row{align-items:baseline;gap:4px;display:flex}.saas-currency{color:var(--dark);font-size:1.5rem;font-weight:700}.saas-price{color:var(--dark);letter-spacing:-2px;font-size:3.5rem;font-weight:900;line-height:1}.saas-cycle{color:#64748b;font-size:1rem;font-weight:500}.saas-features{flex-direction:column;flex:1;gap:1rem;margin:0 0 2.5rem;padding:0;list-style:none;display:flex}.saas-features li{color:#475569;align-items:flex-start;gap:12px;font-size:.95rem;display:flex}.saas-features i{color:var(--primary);margin-top:2px;font-size:1.2rem}.saas-features li.highlight-feature{color:#059669}.saas-features li.highlight-feature i{color:#10b981}.saas-btn{cursor:pointer;text-align:center;border-radius:14px;width:100%;padding:14px 24px;font-size:1.1rem;font-weight:700;transition:all .3s}.btn-regular{color:var(--primary);background:#fff;border:1px solid #e2e8f0}.btn-regular:hover{border-color:var(--primary);background:#f8fafc}.btn-popular{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border:none;box-shadow:0 8px 20px #6366f14d}.btn-popular:hover{transform:translateY(-2px);box-shadow:0 12px 30px #6366f166}
