.Container-module__WhgPqq__container{max-width:1200px;padding:0 var(--spacing-md);width:100%;margin:0 auto}
.Button-module__xDwtkW__button{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;font-weight:600;transition:all .2s;display:inline-flex}.Button-module__xDwtkW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__xDwtkW__primary{background:var(--gradient-primary);color:#fff;border:none}.Button-module__xDwtkW__primary:hover{background:var(--brand-700);color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px -4px #3b82f666}.Button-module__xDwtkW__secondary{background-color:var(--secondary-color);color:var(--bg-white)}.Button-module__xDwtkW__secondary:hover{opacity:.9}.Button-module__xDwtkW__outline{border:2px solid var(--primary-color);color:var(--primary-color);background-color:#0000}.Button-module__xDwtkW__outline:hover{background-color:var(--bg-light)}.Button-module__xDwtkW__ghost{color:var(--text-primary);background-color:#0000}.Button-module__xDwtkW__ghost:hover{background-color:var(--bg-light)}.Button-module__xDwtkW__sm{padding:var(--spacing-xs)var(--spacing-sm);font-size:.875rem}.Button-module__xDwtkW__md{padding:var(--spacing-sm)var(--spacing-md);font-size:1rem}.Button-module__xDwtkW__lg{padding:var(--spacing-md)var(--spacing-lg);font-size:1.125rem}.Button-module__xDwtkW__fullWidth{width:100%}
.Header-module__85i50G__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--slate-100);background-color:#ffffffe6;align-items:center;height:80px;display:flex;position:sticky;top:0}.Header-module__85i50G__container{justify-content:space-between;align-items:center;display:flex;position:relative}.Header-module__85i50G__logo{color:var(--slate-900);letter-spacing:-.02em;z-index:20;font-size:1.5rem;font-weight:800}.Header-module__85i50G__dot{color:var(--brand-600)}.Header-module__85i50G__nav{gap:var(--spacing-lg);align-items:center;display:none}.Header-module__85i50G__link{color:var(--slate-600);padding:8px 0;font-size:.95rem;font-weight:600;transition:color .2s}.Header-module__85i50G__link:hover{color:var(--brand-600)}.Header-module__85i50G__navItem{align-items:center;height:80px;display:flex;position:relative}.Header-module__85i50G__navTrigger{cursor:pointer;align-items:center;gap:4px;display:flex}.Header-module__85i50G__megaMenu{border-radius:var(--radius-xl);width:780px;box-shadow:var(--shadow-xl);border:1px solid var(--slate-100);padding:var(--spacing-lg);opacity:0;visibility:hidden;z-index:100;background:#fff;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.Header-module__85i50G__navItem:hover .Header-module__85i50G__megaMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__85i50G__menuGrid{gap:var(--spacing-xl);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.Header-module__85i50G__menuCol h4{color:var(--text-tertiary);text-transform:uppercase;margin-bottom:var(--spacing-md);letter-spacing:.05em;font-size:.875rem;font-weight:700}.Header-module__85i50G__menuList{gap:var(--spacing-sm);flex-direction:column;display:flex}.Header-module__85i50G__menuLink{border-radius:var(--radius-md);color:var(--slate-700);align-items:center;gap:12px;padding:8px;font-weight:500;transition:all .2s;display:flex}.Header-module__85i50G__menuLink:hover{background:var(--brand-50);color:var(--brand-600)}.Header-module__85i50G__menuIcon{color:var(--brand-400)}.Header-module__85i50G__menuLink:hover .Header-module__85i50G__menuIcon{color:var(--brand-600)}.Header-module__85i50G__actions{gap:var(--spacing-sm);z-index:20;display:flex}@media (min-width:1024px){.Header-module__85i50G__nav{display:flex}.Header-module__85i50G__hamburger{display:none!important}}.Header-module__85i50G__hamburger{cursor:pointer;color:var(--slate-700);border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.Header-module__85i50G__hamburger:hover{background-color:var(--slate-50);color:var(--brand-600)}
.MobileMenu-module__XP5G_W__overlay{z-index:9999;opacity:0;visibility:hidden;background-color:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.MobileMenu-module__XP5G_W__overlay.MobileMenu-module__XP5G_W__open{opacity:1;visibility:visible}.MobileMenu-module__XP5G_W__menu{z-index:10000;background-color:#fff;flex-direction:column;width:75%;max-width:320px;height:100%;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;box-shadow:-4px 0 20px #0000001a}.MobileMenu-module__XP5G_W__menu.MobileMenu-module__XP5G_W__open{right:0}.MobileMenu-module__XP5G_W__header{padding:var(--spacing-lg);border-bottom:1px solid var(--slate-100);justify-content:space-between;align-items:center;display:flex}.MobileMenu-module__XP5G_W__logo{color:var(--slate-900);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.MobileMenu-module__XP5G_W__dot{color:var(--brand-600)}.MobileMenu-module__XP5G_W__closeButton{cursor:pointer;color:var(--slate-500);border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.MobileMenu-module__XP5G_W__closeButton:hover{background-color:var(--slate-50);color:var(--slate-900)}.MobileMenu-module__XP5G_W__content{padding:var(--spacing-lg);gap:var(--spacing-md);flex-direction:column;flex:1;display:flex;overflow-y:auto}.MobileMenu-module__XP5G_W__navLink{color:var(--slate-700);border-bottom:1px solid var(--slate-50);padding:12px 0;font-size:1rem;font-weight:600;display:block}.MobileMenu-module__XP5G_W__navLink:hover{color:var(--brand-600)}.MobileMenu-module__XP5G_W__accordion{border-bottom:1px solid var(--slate-50)}.MobileMenu-module__XP5G_W__accordionHeader{width:100%;color:var(--slate-700);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 0;font-size:1rem;font-weight:600;display:flex}.MobileMenu-module__XP5G_W__accordionContent{max-height:0;padding-left:var(--spacing-md);transition:max-height .3s;overflow:hidden}.MobileMenu-module__XP5G_W__accordionContent.MobileMenu-module__XP5G_W__expanded{max-height:1000px;padding-bottom:var(--spacing-md)}.MobileMenu-module__XP5G_W__subLink{color:var(--slate-600);align-items:center;gap:12px;padding:10px 0;font-size:.95rem;display:flex}.MobileMenu-module__XP5G_W__subLink:hover{color:var(--brand-600)}.MobileMenu-module__XP5G_W__subIcon{color:var(--brand-400)}.MobileMenu-module__XP5G_W__footer{padding:var(--spacing-lg);border-top:1px solid var(--slate-100)}.MobileMenu-module__XP5G_W__loginButton{justify-content:center;width:100%}.MobileMenu-module__XP5G_W__menuTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:16px 0 8px;font-size:.75rem;font-weight:700}.MobileMenu-module__XP5G_W__menuTitle:first-child{margin-top:4px}
.Footer-module__hP-FLq__footer{background-color:var(--slate-900);color:var(--slate-300);padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-xl);font-family:inherit}.Footer-module__hP-FLq__grid{gap:var(--spacing-2xl);margin-bottom:var(--spacing-3xl);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.Footer-module__hP-FLq__grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.Footer-module__hP-FLq__brand{gap:var(--spacing-md);flex-direction:column;display:flex}.Footer-module__hP-FLq__logo{color:#fff;letter-spacing:-.02em;font-size:1.75rem;font-weight:800;display:inline-block}.Footer-module__hP-FLq__dot{color:var(--brand-500)}.Footer-module__hP-FLq__description{color:var(--slate-400);max-width:360px;line-height:1.6}.Footer-module__hP-FLq__companyInfo{margin-top:var(--spacing-md);color:var(--slate-500);flex-direction:column;gap:4px;font-size:.875rem;display:flex}.Footer-module__hP-FLq__companyName{color:var(--slate-300);text-transform:uppercase;font-weight:700}.Footer-module__hP-FLq__col{flex-direction:column;display:flex}.Footer-module__hP-FLq__heading{color:#fff;margin-bottom:var(--spacing-lg);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:700}.Footer-module__hP-FLq__links{gap:var(--spacing-sm);flex-direction:column;list-style:none;display:flex}.Footer-module__hP-FLq__links a{color:var(--slate-400);font-size:.95rem;transition:color .2s}.Footer-module__hP-FLq__links a:hover{color:var(--brand-500)}.Footer-module__hP-FLq__socials{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);display:flex}.Footer-module__hP-FLq__socialLink{width:40px;height:40px;color:var(--slate-400);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__hP-FLq__socialLink:hover{background:var(--brand-600);color:#fff;transform:translateY(-2px)}.Footer-module__hP-FLq__newsletter{gap:var(--spacing-sm);flex-direction:column;display:flex}.Footer-module__hP-FLq__newsletterText{color:var(--slate-400);margin-bottom:var(--spacing-sm);font-size:.875rem}.Footer-module__hP-FLq__inputGroup{gap:var(--spacing-xs);display:flex}.Footer-module__hP-FLq__input{border-radius:var(--radius-md);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;outline:none;flex:1;padding:10px 16px;font-size:.875rem;transition:border-color .2s}.Footer-module__hP-FLq__input:focus{border-color:var(--brand-500)}.Footer-module__hP-FLq__submitBtn{background:var(--brand-600);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 16px;font-weight:600;transition:background .2s}.Footer-module__hP-FLq__submitBtn:hover{background:var(--brand-700)}.Footer-module__hP-FLq__bottom{padding-top:var(--spacing-lg);align-items:center;gap:var(--spacing-md);color:var(--slate-500);border-top:1px solid #ffffff1a;flex-direction:column;font-size:.875rem;display:flex}@media (min-width:768px){.Footer-module__hP-FLq__bottom{flex-direction:row;justify-content:space-between}}
.SolutionVisuals-module__w9BoHG__visualContainer{justify-content:center;align-items:center;width:100%;max-width:500px;height:500px;margin:0 auto;display:flex;position:relative}.SolutionVisuals-module__w9BoHG__phoneMockup{z-index:10;background:#0f172a;border-radius:40px;width:280px;height:560px;padding:12px;transition:transform .5s;position:relative;transform:rotate(-5deg);box-shadow:0 0 0 2px #334155,0 20px 50px -10px #00000080}.SolutionVisuals-module__w9BoHG__phoneMockup:hover{transform:rotate(0)translateY(-10px)}.SolutionVisuals-module__w9BoHG__phoneScreen{background:#f1f5f9;border-radius:32px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.SolutionVisuals-module__w9BoHG__phoneNotch{z-index:20;background:#0f172a;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.SolutionVisuals-module__w9BoHG__appHeader{color:#fff;background:#2563eb;padding:36px 16px 12px}.SolutionVisuals-module__w9BoHG__statusBar{opacity:.8;justify-content:space-between;margin-bottom:12px;font-size:10px;display:flex}.SolutionVisuals-module__w9BoHG__statusIcons{gap:4px;display:flex}.SolutionVisuals-module__w9BoHG__signalIcon,.SolutionVisuals-module__w9BoHG__wifiIcon,.SolutionVisuals-module__w9BoHG__batteryIcon{background:#fff;border-radius:2px;width:12px;height:10px}.SolutionVisuals-module__w9BoHG__navBar{justify-content:space-between;align-items:center;display:flex}.SolutionVisuals-module__w9BoHG__navBack,.SolutionVisuals-module__w9BoHG__navMore{background:#fff3;border-radius:50%;width:24px;height:24px}.SolutionVisuals-module__w9BoHG__navTitle{font-size:14px;font-weight:600}.SolutionVisuals-module__w9BoHG__appContent{flex:1;padding:16px;overflow:hidden}.SolutionVisuals-module__w9BoHG__banner{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);border-radius:12px;width:100%;height:120px;margin-bottom:20px}.SolutionVisuals-module__w9BoHG__categoryRow{justify-content:space-between;margin-bottom:24px;display:flex}.SolutionVisuals-module__w9BoHG__categoryItem{background:#e2e8f0;border-radius:12px;width:48px;height:48px}.SolutionVisuals-module__w9BoHG__sectionTitle{background:#cbd5e1;border-radius:4px;width:100px;height:16px;margin-bottom:12px}.SolutionVisuals-module__w9BoHG__productList{grid-template-columns:1fr 1fr;gap:12px;display:grid}.SolutionVisuals-module__w9BoHG__productCard{background:#fff;border-radius:12px;padding:8px;box-shadow:0 2px 4px #0000000d}.SolutionVisuals-module__w9BoHG__productImage{aspect-ratio:1;background:#f1f5f9;border-radius:8px;width:100%;margin-bottom:8px}.SolutionVisuals-module__w9BoHG__productLine{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:4px}.SolutionVisuals-module__w9BoHG__bottomBar{background:#fff;border-top:1px solid #e2e8f0;justify-content:space-around;align-items:center;height:60px;padding-bottom:10px;display:flex}.SolutionVisuals-module__w9BoHG__bottomIcon,.SolutionVisuals-module__w9BoHG__bottomIconActive{border-radius:6px;width:24px;height:24px}.SolutionVisuals-module__w9BoHG__bottomIcon{background:#cbd5e1}.SolutionVisuals-module__w9BoHG__bottomIconActive{background:#2563eb}.SolutionVisuals-module__w9BoHG__floatElement{z-index:20;background:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;animation:4s ease-in-out infinite SolutionVisuals-module__w9BoHG__float;display:flex;position:absolute;box-shadow:0 10px 30px -5px #2563eb33}.SolutionVisuals-module__w9BoHG__floatZalo{color:#0068ff;animation-delay:0s;top:20%;left:0}.SolutionVisuals-module__w9BoHG__floatPayment{color:#f59e0b;animation-delay:1.5s;top:40%;right:-20px}.SolutionVisuals-module__w9BoHG__floatZNS{color:#10b981;animation-delay:.5s;bottom:20%;left:20px}@keyframes SolutionVisuals-module__w9BoHG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.SolutionVisuals-module__w9BoHG__glowEffect{z-index:0;pointer-events:none;background:radial-gradient(circle,#2563eb26 0%,#fff0 70%);width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SolutionVisuals-module__w9BoHG__flowContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.SolutionVisuals-module__w9BoHG__flowStep{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;padding:16px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 6px -1px #0000001a}.SolutionVisuals-module__w9BoHG__flowStep:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.SolutionVisuals-module__w9BoHG__flowIcon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;display:flex;box-shadow:0 2px 4px #0000001a}.SolutionVisuals-module__w9BoHG__flowLabel{color:#1e293b;text-align:center;font-size:12px;font-weight:700;line-height:1.2}.SolutionVisuals-module__w9BoHG__flowDesc{color:#64748b;text-align:center;margin-top:2px;font-size:10px}.SolutionVisuals-module__w9BoHG__flowArrow{background:#cbd5e1;width:24px;height:2px;position:relative;overflow:hidden}.SolutionVisuals-module__w9BoHG__flowArrow:before{content:"";background:#3b82f6;width:100%;height:100%;animation:1.5s linear infinite SolutionVisuals-module__w9BoHG__arrowFlow;position:absolute;top:0;left:0;transform:translate(-100%)}.SolutionVisuals-module__w9BoHG__flowArrow:after{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid #cbd5e1;width:0;height:0;transition:border-left-color .3s;position:absolute;top:50%;right:-4px;transform:translateY(-50%)}.SolutionVisuals-module__w9BoHG__flowContainer:hover .SolutionVisuals-module__w9BoHG__flowArrow:after{animation:1.5s linear infinite SolutionVisuals-module__w9BoHG__arrowHeadPulse}@keyframes SolutionVisuals-module__w9BoHG__arrowFlow{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}@keyframes SolutionVisuals-module__w9BoHG__arrowHeadPulse{0%,to{border-left-color:#cbd5e1}50%{border-left-color:#3b82f6}}.SolutionVisuals-module__w9BoHG__stepPrimary .SolutionVisuals-module__w9BoHG__flowIcon{background:#3b82f6}.SolutionVisuals-module__w9BoHG__stepWarning .SolutionVisuals-module__w9BoHG__flowIcon{background:#f59e0b}.SolutionVisuals-module__w9BoHG__stepPurple .SolutionVisuals-module__w9BoHG__flowIcon{background:#8b5cf6}.SolutionVisuals-module__w9BoHG__stepOrange .SolutionVisuals-module__w9BoHG__flowIcon{background:#f97316}.SolutionVisuals-module__w9BoHG__stepSuccess .SolutionVisuals-module__w9BoHG__flowIcon{background:#10b981}.SolutionVisuals-module__w9BoHG__stepPulse{animation:2s infinite SolutionVisuals-module__w9BoHG__pulse}@keyframes SolutionVisuals-module__w9BoHG__pulse{0%{box-shadow:0 0 #8b5cf666}70%{box-shadow:0 0 0 10px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.SolutionVisuals-module__w9BoHG__appContent{transition:opacity .3s,transform .3s}.SolutionVisuals-module__w9BoHG__screenHidden{opacity:0;pointer-events:none;transform:translate(-20px)}.SolutionVisuals-module__w9BoHG__cardActive{transform:scale(1.05);box-shadow:0 4px 12px #2563eb33!important}.SolutionVisuals-module__w9BoHG__productDetailScreen{opacity:0;pointer-events:none;background:#fff;flex-direction:column;width:100%;height:100%;padding:100px 16px 16px;transition:all .4s;display:flex;position:absolute;top:0;left:0;transform:translate(100%)}.SolutionVisuals-module__w9BoHG__cartScreen.SolutionVisuals-module__w9BoHG__screenIn,.SolutionVisuals-module__w9BoHG__successScreen.SolutionVisuals-module__w9BoHG__screenIn,.SolutionVisuals-module__w9BoHG__screenIn{opacity:1;pointer-events:auto;transform:translate(0)}.SolutionVisuals-module__w9BoHG__productDetailImage{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);border-radius:16px;width:100%;height:180px;margin-bottom:16px}.SolutionVisuals-module__w9BoHG__productDetailInfo{flex:1;padding:8px 0}.SolutionVisuals-module__w9BoHG__detailLine{background:#e2e8f0;border-radius:6px;height:12px;margin-bottom:8px}.SolutionVisuals-module__w9BoHG__detailButton{color:#fff;cursor:pointer;background:#2563eb;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.SolutionVisuals-module__w9BoHG__buttonActive{background:#1d4ed8;transform:scale(.97)}.SolutionVisuals-module__w9BoHG__cartScreen{opacity:0;pointer-events:none;background:#f8fafc;flex-direction:column;gap:12px;width:100%;height:100%;padding:100px 16px 16px;transition:all .4s;display:flex;position:absolute;top:0;left:0;transform:translate(100%)}.SolutionVisuals-module__w9BoHG__cartList{flex-direction:column;gap:12px;max-height:280px;display:flex;overflow-y:auto}.SolutionVisuals-module__w9BoHG__cartItem{background:#fff;border-radius:12px;flex-shrink:0;gap:12px;padding:12px;display:flex}.SolutionVisuals-module__w9BoHG__cartItemImage{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);border-radius:8px;flex-shrink:0;width:60px;height:60px}.SolutionVisuals-module__w9BoHG__cartItemInfo{flex-direction:column;flex:1;justify-content:center;gap:4px;display:flex}.SolutionVisuals-module__w9BoHG__cartItemName{color:#0f172a;font-size:13px;font-weight:600}.SolutionVisuals-module__w9BoHG__cartItemPrice{color:#2563eb;font-size:12px;font-weight:700}.SolutionVisuals-module__w9BoHG__cartItemQty{color:#64748b;font-size:11px}.SolutionVisuals-module__w9BoHG__cartSummary{background:#fff;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.SolutionVisuals-module__w9BoHG__summaryLine{justify-content:space-between;align-items:center;display:flex}.SolutionVisuals-module__w9BoHG__summaryText{color:#64748b;font-size:12px}.SolutionVisuals-module__w9BoHG__summaryPrice{color:#334155;font-size:12px;font-weight:500}.SolutionVisuals-module__w9BoHG__summaryTextBold{color:#0f172a;font-size:13px;font-weight:700}.SolutionVisuals-module__w9BoHG__summaryPriceBold{color:#2563eb;font-size:14px;font-weight:700}.SolutionVisuals-module__w9BoHG__cartButton{color:#fff;text-align:center;cursor:pointer;background:#2563eb;border-radius:12px;width:100%;margin-top:auto;padding:14px;font-size:14px;font-weight:600;transition:all .2s}.SolutionVisuals-module__w9BoHG__successScreen{opacity:0;pointer-events:none;background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;transition:all .4s;display:flex;position:absolute;top:0;left:0;transform:translate(100%)}.SolutionVisuals-module__w9BoHG__successIcon{color:#10b981;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;animation:.5s ease-out SolutionVisuals-module__w9BoHG__successPop;display:flex}.SolutionVisuals-module__w9BoHG__successTitle{color:#0f172a;text-align:center;margin-bottom:8px;font-size:18px;font-weight:700}.SolutionVisuals-module__w9BoHG__successText{color:#64748b;text-align:center;font-size:13px}@keyframes SolutionVisuals-module__w9BoHG__successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.SolutionVisuals-module__w9BoHG__fingerTap{color:#f59e0b;opacity:0;pointer-events:none;z-index:100;position:absolute}.SolutionVisuals-module__w9BoHG__tapProduct{animation:.8s ease-in-out forwards SolutionVisuals-module__w9BoHG__tapClick;top:220px;left:30px}.SolutionVisuals-module__w9BoHG__tapButton{animation:.8s ease-in-out forwards SolutionVisuals-module__w9BoHG__tapClick;bottom:80px;left:50%}@keyframes SolutionVisuals-module__w9BoHG__tapClick{0%{opacity:0;transform:translate(-50%)scale(1.5)}30%{opacity:1;transform:translate(-50%)scale(1.2)}50%{opacity:1;transform:translate(-50%)scale(.95)}70%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%)scale(1)}}
.ServiceHero-module__thtbdG__section{padding:var(--spacing-3xl)0 var(--section-py);background:linear-gradient(#f8fafc 0%,#fff 100%);position:relative;overflow:hidden}@media (max-width:767px){.ServiceHero-module__thtbdG__section{padding:var(--spacing-2xl)0 var(--section-py-mobile)}}.ServiceHero-module__thtbdG__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.ServiceHero-module__thtbdG__content{z-index:2;position:relative}.ServiceHero-module__thtbdG__badge{color:#2563eb;background:#2563eb1a;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.ServiceHero-module__thtbdG__title{font-size:var(--title-size-mobile);color:#0f172a;letter-spacing:-.02em;margin-bottom:24px;font-weight:800;line-height:1.2}@media (min-width:768px){.ServiceHero-module__thtbdG__title{font-size:var(--title-size-desktop)}}.ServiceHero-module__thtbdG__highlight{background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ServiceHero-module__thtbdG__description{color:#64748b;max-width:540px;margin-bottom:32px;font-size:18px;line-height:1.6}.ServiceHero-module__thtbdG__actions{gap:16px;margin-bottom:40px;display:flex}.ServiceHero-module__thtbdG__features{flex-direction:column;gap:12px;display:flex}.ServiceHero-module__thtbdG__visual{z-index:1;justify-content:center;align-items:center;max-width:100%;display:flex;position:relative;overflow:visible}.ServiceHero-module__thtbdG__imageBox{border:1px solid #0000000d;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.ServiceHero-module__thtbdG__image{width:100%;height:auto;display:block}.ServiceHero-module__thtbdG__bgDecorRight{z-index:0;background:radial-gradient(circle,#2563eb0d 0%,#fff0 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-10%;right:-5%}.ServiceHero-module__thtbdG__bgDecorLeft{z-index:0;background:radial-gradient(circle,#3b82f60d 0%,#fff0 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;left:-10%}@media (max-width:1024px){.ServiceHero-module__thtbdG__wrapper{grid-template-columns:1fr;gap:40px}.ServiceHero-module__thtbdG__description{margin-bottom:32px}.ServiceHero-module__thtbdG__actions{justify-content:flex-start}.ServiceHero-module__thtbdG__features{align-items:flex-start}.ServiceHero-module__thtbdG__title{font-size:40px}}.ServiceHero-module__thtbdG__feature{color:#334155;align-items:flex-start;gap:16px;font-size:16px;font-weight:500;line-height:1.5;display:flex}.ServiceHero-module__thtbdG__feature svg{color:#16a34a;background:#dcfce7;border-radius:50%;flex-shrink:0;width:28px;height:28px;padding:4px}@media (max-width:640px){.ServiceHero-module__thtbdG__section{padding:100px 0 60px}.ServiceHero-module__thtbdG__title{font-size:32px}.ServiceHero-module__thtbdG__actions{flex-direction:column}.ServiceHero-module__thtbdG__badge{font-size:12px}}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}
.ServiceBenefits-module__pR8L-G__section{padding:calc(var(--section-py-mobile)*.7)0;background-color:#fff}@media (min-width:768px){.ServiceBenefits-module__pR8L-G__section{padding:calc(var(--section-py)*.7)0}}.ServiceBenefits-module__pR8L-G__header{text-align:center;max-width:700px;margin:0 auto 40px}.ServiceBenefits-module__pR8L-G__title{font-size:var(--title-size-mobile);color:#0f172a;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceBenefits-module__pR8L-G__title{font-size:var(--title-size-desktop)}}.ServiceBenefits-module__pR8L-G__description{color:#64748b;font-size:18px;line-height:1.6}.ServiceBenefits-module__pR8L-G__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ServiceBenefits-module__pR8L-G__card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:24px;transition:all .3s}.ServiceBenefits-module__pR8L-G__card:hover{border-color:#2563eb;transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.ServiceBenefits-module__pR8L-G__iconBox{color:#2563eb;background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}.ServiceBenefits-module__pR8L-G__cardTitle{color:#0f172a;margin-bottom:12px;font-size:20px;font-weight:700}.ServiceBenefits-module__pR8L-G__cardDescription{color:#64748b;font-size:16px;line-height:1.6}@media (max-width:1024px){.ServiceBenefits-module__pR8L-G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ServiceBenefits-module__pR8L-G__grid{grid-template-columns:1fr}.ServiceBenefits-module__pR8L-G__title{font-size:28px}}
.Pricing-module__5WSI7a__section{padding:var(--section-py-mobile)0;background-color:var(--bg-white)}@media (min-width:768px){.Pricing-module__5WSI7a__section{padding:var(--section-py)0}}.Pricing-module__5WSI7a__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-xl)}.Pricing-module__5WSI7a__title{font-size:var(--title-size-mobile);color:var(--secondary-color);margin-bottom:var(--spacing-sm);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700;display:inline-block}@media (min-width:768px){.Pricing-module__5WSI7a__title{font-size:var(--title-size-desktop)}}.Pricing-module__5WSI7a__subtitle{color:var(--text-secondary);font-size:1.125rem}.Pricing-module__5WSI7a__grid{gap:var(--spacing-lg);grid-template-columns:1fr;align-items:stretch;display:grid}@media (min-width:1024px){.Pricing-module__5WSI7a__grid{grid-template-columns:repeat(4,1fr)}}.Pricing-module__5WSI7a__card{background:var(--bg-white);padding:var(--spacing-xl);border-radius:var(--radius-xl);border:1px solid var(--slate-200);flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative}.Pricing-module__5WSI7a__card:hover{box-shadow:var(--shadow-xl);border-color:var(--brand-200);transform:translateY(-8px)}.Pricing-module__5WSI7a__bestChoice{border:2px solid var(--brand-500);box-shadow:var(--shadow-lg)}.Pricing-module__5WSI7a__bestChoiceBadge{background:var(--brand-600);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:6px 16px;font-size:.875rem;font-weight:700;position:absolute;top:-14px;right:20px}.Pricing-module__5WSI7a__iconWrapper{background:var(--brand-50);border-radius:var(--radius-lg);width:48px;height:48px;color:var(--brand-600);margin-bottom:var(--spacing-lg);justify-content:center;align-items:center;display:flex}.Pricing-module__5WSI7a__planName{color:var(--slate-900);margin-bottom:var(--spacing-xs);font-size:1.25rem;font-weight:800}.Pricing-module__5WSI7a__planDesc{color:var(--text-secondary);margin-bottom:var(--spacing-lg);min-height:40px;font-size:.875rem}.Pricing-module__5WSI7a__features{margin-bottom:var(--spacing-xl);flex-grow:1;list-style:none}.Pricing-module__5WSI7a__featureItem{margin-bottom:var(--spacing-sm);color:var(--slate-700);align-items:flex-start;gap:10px;font-size:.95rem;display:flex}.Pricing-module__5WSI7a__checkIcon{color:var(--success-color);flex-shrink:0;margin-top:2px}.Pricing-module__5WSI7a__priceWrapper{margin-bottom:var(--spacing-md)}.Pricing-module__5WSI7a__priceLabel{color:var(--text-tertiary);margin-bottom:4px;font-size:.875rem}.Pricing-module__5WSI7a__price{color:var(--brand-600);font-size:1.5rem;font-weight:800}.Pricing-module__5WSI7a__period{color:var(--text-tertiary);font-size:.875rem;font-weight:400}.Pricing-module__5WSI7a__note{color:var(--text-tertiary);margin-bottom:var(--spacing-lg);font-size:.75rem;line-height:1.5}.Pricing-module__5WSI7a__button{background:var(--brand-600);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:700;transition:background .2s;display:flex}.Pricing-module__5WSI7a__button:hover{background:var(--brand-700)}
.ServiceCTA-module__bZrjja__section{padding:var(--section-py-mobile)0;background-color:var(--brand-600);color:#fff;text-align:center;position:relative;overflow:hidden}@media (min-width:768px){.ServiceCTA-module__bZrjja__section{padding:var(--section-py)0}}.ServiceCTA-module__bZrjja__bgPattern{opacity:.3;background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.ServiceCTA-module__bZrjja__glow{background:var(--brand-400);filter:blur(100px);opacity:.3;border-radius:50%;width:300px;height:300px;position:absolute;top:0;left:25%}.ServiceCTA-module__bZrjja__content{z-index:10;max-width:800px;margin:0 auto;position:relative}.ServiceCTA-module__bZrjja__title{margin-bottom:var(--spacing-lg);font-size:24px;font-weight:800;line-height:1.2}@media (min-width:768px){.ServiceCTA-module__bZrjja__title{font-size:36px}}.ServiceCTA-module__bZrjja__description{color:var(--brand-100);margin-bottom:var(--spacing-2xl);font-size:1rem;line-height:1.6}.ServiceCTA-module__bZrjja__actions{gap:var(--spacing-md);margin-bottom:var(--spacing-lg);flex-direction:column;justify-content:center;display:flex}@media (min-width:640px){.ServiceCTA-module__bZrjja__actions{flex-direction:row}}.ServiceCTA-module__bZrjja__whiteBtn{color:var(--brand-700);background:#fff;border:none;font-weight:700}.ServiceCTA-module__bZrjja__whiteBtn:hover{background:var(--brand-50)}.ServiceCTA-module__bZrjja__outlineBtn{color:#fff;background:0 0;border:1px solid #ffffff4d;font-weight:700}.ServiceCTA-module__bZrjja__outlineBtn:hover{background:#ffffff1a;border-color:#fff}.ServiceCTA-module__bZrjja__note{color:var(--brand-200);opacity:.8;font-size:.875rem}
.FeaturesHero-module__z0TXwG__section{padding:var(--section-py-mobile)0;background-color:var(--slate-50);position:relative;overflow:hidden}@media (min-width:768px){.FeaturesHero-module__z0TXwG__section{padding:var(--section-py)0}}.FeaturesHero-module__z0TXwG__grid{gap:var(--spacing-3xl);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.FeaturesHero-module__z0TXwG__grid{grid-template-columns:1fr 1fr}}.FeaturesHero-module__z0TXwG__badge{border:1px solid var(--brand-100);border-radius:var(--radius-full);color:var(--brand-700);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:8px;padding:6px 16px;font-size:.875rem;font-weight:700;display:inline-flex}.FeaturesHero-module__z0TXwG__title{color:var(--slate-900);margin-bottom:var(--spacing-lg);letter-spacing:-.02em;font-size:2.75rem;font-weight:800;line-height:1.15}@media (min-width:768px){.FeaturesHero-module__z0TXwG__title{font-size:4rem}}.FeaturesHero-module__z0TXwG__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.FeaturesHero-module__z0TXwG__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.FeaturesHero-module__z0TXwG__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.FeaturesHero-module__z0TXwG__cdpCore{z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative;box-shadow:0 0 0 10px #3b82f61a,0 0 0 20px #3b82f60d}.FeaturesHero-module__z0TXwG__coreIcon{width:60px;height:60px;color:var(--brand-600)}.FeaturesHero-module__z0TXwG__orbit{border:1px dashed var(--slate-300);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturesHero-module__z0TXwG__orbit1{width:250px;height:250px;animation:20s linear infinite FeaturesHero-module__z0TXwG__spin}.FeaturesHero-module__z0TXwG__orbit2{width:380px;height:380px;animation:30s linear infinite reverse FeaturesHero-module__z0TXwG__spin}.FeaturesHero-module__z0TXwG__sourceNode{width:70px;height:70px;box-shadow:var(--shadow-lg);color:var(--slate-600);border:2px solid var(--slate-100);background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.FeaturesHero-module__z0TXwG__nodeLabel{color:var(--slate-700);text-align:center;font-size:.6rem;font-weight:700;line-height:1}.FeaturesHero-module__z0TXwG__node1{top:0;left:50%}.FeaturesHero-module__z0TXwG__node2{top:50%;left:100%;transform:translate(-50%,-50%)rotate(-90deg)}.FeaturesHero-module__z0TXwG__node3{top:100%;left:50%;transform:translate(-50%,-50%)rotate(180deg)}.FeaturesHero-module__z0TXwG__node4{top:50%;left:0;transform:translate(-50%,-50%)rotate(90deg)}@keyframes FeaturesHero-module__z0TXwG__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.FeaturesHero-module__z0TXwG__particle{background:var(--brand-500);opacity:0;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%}.FeaturesHero-module__z0TXwG__p1{animation:3s ease-in-out infinite FeaturesHero-module__z0TXwG__flowIn;transform:rotate(0)translate(125px)}.FeaturesHero-module__z0TXwG__p2{animation:3s ease-in-out 1s infinite FeaturesHero-module__z0TXwG__flowIn;transform:rotate(120deg)translate(125px)}.FeaturesHero-module__z0TXwG__p3{animation:3s ease-in-out 2s infinite FeaturesHero-module__z0TXwG__flowIn;transform:rotate(240deg)translate(125px)}@keyframes FeaturesHero-module__z0TXwG__flowIn{0%{opacity:1;transform:rotate(var(--angle))translateX(190px)}to{opacity:0;transform:rotate(var(--angle))translateX(60px)}}
.ServiceFAQ-module__lb1I5G__section{padding:var(--section-py-mobile)0;background-color:#fff}@media (min-width:768px){.ServiceFAQ-module__lb1I5G__section{padding:var(--section-py)0}}.ServiceFAQ-module__lb1I5G__header{text-align:center;max-width:700px;margin:0 auto 60px}.ServiceFAQ-module__lb1I5G__title{font-size:var(--title-size-mobile);color:#0f172a;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceFAQ-module__lb1I5G__title{font-size:var(--title-size-desktop)}}.ServiceFAQ-module__lb1I5G__description{color:#64748b;font-size:18px;line-height:1.6}.ServiceFAQ-module__lb1I5G__faqList{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.ServiceFAQ-module__lb1I5G__faqItem{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ServiceFAQ-module__lb1I5G__question{color:#0f172a;cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-family:inherit;font-size:18px;font-weight:600;display:flex}.ServiceFAQ-module__lb1I5G__answer{color:#64748b;padding:0 24px 24px;font-size:16px;line-height:1.6}.ServiceFAQ-module__lb1I5G__icon{color:#94a3b8;transition:transform .3s}.ServiceFAQ-module__lb1I5G__open .ServiceFAQ-module__lb1I5G__icon{transform:rotate(180deg)}
.Profile360-module__lvqK4q__section{padding:var(--section-py-mobile)0;background:#fff}@media (min-width:768px){.Profile360-module__lvqK4q__section{padding:var(--section-py)0}}.Profile360-module__lvqK4q__badge{background:var(--brand-100);color:var(--brand-700);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-md);padding:4px 12px;font-size:.875rem;font-weight:700;display:inline-block}.Profile360-module__lvqK4q__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-lg);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1.2;display:inline-block}@media (min-width:768px){.Profile360-module__lvqK4q__title{font-size:var(--title-size-desktop)}}.Profile360-module__lvqK4q__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.Profile360-module__lvqK4q__grid{gap:var(--spacing-3xl);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.Profile360-module__lvqK4q__grid{grid-template-columns:1fr 1fr}}.Profile360-module__lvqK4q__content{order:1}@media (min-width:1024px){.Profile360-module__lvqK4q__content{order:2}}.Profile360-module__lvqK4q__visual{order:2;padding:20px;position:relative}@media (min-width:1024px){.Profile360-module__lvqK4q__visual{order:1}}.Profile360-module__lvqK4q__profileCard{border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);border:1px solid var(--slate-100);padding:var(--spacing-xl);z-index:10;background:#fff;max-width:450px;margin:0 auto;position:relative}.Profile360-module__lvqK4q__header{gap:var(--spacing-md);margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--slate-100);display:flex}.Profile360-module__lvqK4q__avatar{background:var(--brand-100);width:64px;height:64px;color:var(--brand-600);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.Profile360-module__lvqK4q__info h3{color:var(--slate-900);margin-bottom:4px;font-size:1.25rem;font-weight:700}.Profile360-module__lvqK4q__tags{flex-wrap:wrap;gap:8px;display:flex}.Profile360-module__lvqK4q__tag{border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.Profile360-module__lvqK4q__tagVip{color:#d97706;background:#fef3c7}.Profile360-module__lvqK4q__tagLoyal{color:#15803d;background:#dcfce7}.Profile360-module__lvqK4q__stats{margin-bottom:var(--spacing-lg);grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.Profile360-module__lvqK4q__stat{text-align:center;background:var(--slate-50);border-radius:var(--radius-lg);padding:12px}.Profile360-module__lvqK4q__statValue{color:var(--brand-600);font-size:1.125rem;font-weight:700;display:block}.Profile360-module__lvqK4q__statLabel{color:var(--slate-500);font-size:.75rem}.Profile360-module__lvqK4q__timeline{flex-direction:column;gap:16px;display:flex}.Profile360-module__lvqK4q__activity{align-items:flex-start;gap:12px;display:flex}.Profile360-module__lvqK4q__actIcon{background:var(--slate-100);width:32px;height:32px;color:var(--slate-600);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Profile360-module__lvqK4q__actContent{flex:1}.Profile360-module__lvqK4q__actTitle{color:var(--slate-800);font-size:.875rem;font-weight:600}.Profile360-module__lvqK4q__actTime{color:var(--slate-400);font-size:.75rem}.Profile360-module__lvqK4q__floatCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:20;background:#fff;align-items:center;gap:12px;padding:12px 16px;font-size:.875rem;font-weight:600;animation:4s ease-in-out infinite Profile360-module__lvqK4q__float;display:flex;position:absolute}.Profile360-module__lvqK4q__float1{animation-delay:0s;top:40px;right:-20px}.Profile360-module__lvqK4q__float2{animation-delay:1s;bottom:60px;left:-30px}@keyframes Profile360-module__lvqK4q__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Profile360-module__lvqK4q__list{gap:var(--spacing-md);flex-direction:column;display:flex}.Profile360-module__lvqK4q__listItem{align-items:flex-start;gap:12px;display:flex}.Profile360-module__lvqK4q__checkIcon{color:#16a34a;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.Profile360-module__lvqK4q__itemTitle{color:var(--slate-900);margin-bottom:2px;font-weight:700;display:block}.Profile360-module__lvqK4q__itemDesc{color:var(--text-tertiary);font-size:.875rem}
.ServiceDesignProcess-module__xHi_ca__section{padding:var(--section-py-mobile)0;background-color:#fff;position:relative;overflow:hidden}@media (min-width:768px){.ServiceDesignProcess-module__xHi_ca__section{padding:var(--section-py)0}}.ServiceDesignProcess-module__xHi_ca__header{text-align:center;max-width:700px;margin:0 auto 40px}.ServiceDesignProcess-module__xHi_ca__title{font-size:var(--title-size-mobile);color:#0f172a;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceDesignProcess-module__xHi_ca__title{font-size:var(--title-size-desktop)}}.ServiceDesignProcess-module__xHi_ca__description{color:#64748b;font-size:18px;line-height:1.6}.ServiceDesignProcess-module__xHi_ca__timeline{flex-direction:column;gap:32px;padding-top:20px;display:flex;position:relative}@media (min-width:1024px){.ServiceDesignProcess-module__xHi_ca__timeline{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0}.ServiceDesignProcess-module__xHi_ca__timeline:before{content:"";z-index:0;background:repeating-linear-gradient(90deg,#e2e8f0 0 10px,#0000 10px 20px);height:2px;position:absolute;top:40px;left:50px;right:50px}}.ServiceDesignProcess-module__xHi_ca__step{z-index:1;flex-direction:row;flex:1;align-items:center;gap:16px;padding:0 10px;display:flex;position:relative}@media (min-width:1024px){.ServiceDesignProcess-module__xHi_ca__step{text-align:center;flex-direction:column;gap:20px}}.ServiceDesignProcess-module__xHi_ca__stepIconBox{color:#64748b;background:#fff;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:relative}.ServiceDesignProcess-module__xHi_ca__step:hover .ServiceDesignProcess-module__xHi_ca__stepIconBox{color:#2563eb;background:#eff6ff;border-color:#2563eb;transform:scale(1.1);box-shadow:0 0 0 4px #2563eb1a}.ServiceDesignProcess-module__xHi_ca__stepNumber{color:#fff;background:#0f172a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.ServiceDesignProcess-module__xHi_ca__step:hover .ServiceDesignProcess-module__xHi_ca__stepNumber{background:#2563eb}.ServiceDesignProcess-module__xHi_ca__stepContent{flex:1}.ServiceDesignProcess-module__xHi_ca__stepTitle{color:#0f172a;margin-bottom:8px;font-size:18px;font-weight:700}.ServiceDesignProcess-module__xHi_ca__stepDesc{color:#64748b;font-size:14px;line-height:1.5}
.ZaloMiniApp-module__d5dMia__section{padding:var(--section-py-mobile)0;background:var(--slate-50)}@media (min-width:768px){.ZaloMiniApp-module__d5dMia__section{padding:var(--section-py)0}}.ZaloMiniApp-module__d5dMia__grid{gap:var(--spacing-3xl);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.ZaloMiniApp-module__d5dMia__grid{grid-template-columns:1fr 1fr}}.ZaloMiniApp-module__d5dMia__content{order:1}.ZaloMiniApp-module__d5dMia__visual{order:2;justify-content:center;display:flex;position:relative}.ZaloMiniApp-module__d5dMia__badge{background:var(--brand-100);color:var(--brand-700);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-md);padding:4px 12px;font-size:.875rem;font-weight:700;display:inline-block}.ZaloMiniApp-module__d5dMia__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-lg);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1.2;display:inline-block}@media (min-width:768px){.ZaloMiniApp-module__d5dMia__title{font-size:var(--title-size-desktop)}}.ZaloMiniApp-module__d5dMia__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.ZaloMiniApp-module__d5dMia__list{gap:var(--spacing-md);flex-direction:column;display:flex}.ZaloMiniApp-module__d5dMia__listItem{align-items:flex-start;gap:12px;display:flex}.ZaloMiniApp-module__d5dMia__checkIcon{color:#2563eb;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.ZaloMiniApp-module__d5dMia__itemTitle{color:var(--slate-900);margin-bottom:2px;font-weight:700;display:block}.ZaloMiniApp-module__d5dMia__itemDesc{color:var(--text-tertiary);font-size:.875rem}.ZaloMiniApp-module__d5dMia__phone{background:var(--slate-900);border:4px solid var(--slate-800);border-radius:40px;width:280px;height:560px;padding:12px;position:relative;box-shadow:0 25px 50px -12px #00000040}.ZaloMiniApp-module__d5dMia__screen{background:#fff;border-radius:30px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ZaloMiniApp-module__d5dMia__statusBar{color:#fff;background:#0068ff;justify-content:space-between;align-items:center;width:100%;height:30px;padding:0 20px;font-size:10px;display:flex}.ZaloMiniApp-module__d5dMia__appHeader{color:#fff;background:#0068ff;padding:10px 16px 20px}.ZaloMiniApp-module__d5dMia__appTitle{font-size:1.1rem;font-weight:700}.ZaloMiniApp-module__d5dMia__appBody{background:#f5f5f5;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex}.ZaloMiniApp-module__d5dMia__banner{color:#fff;background:linear-gradient(135deg,#60a5fa,#3b82f6);border-radius:12px;justify-content:center;align-items:center;height:120px;font-weight:700;display:flex}.ZaloMiniApp-module__d5dMia__menuGrid{grid-template-columns:1fr 1fr 1fr 1fr;gap:8px;display:grid}.ZaloMiniApp-module__d5dMia__menuItem{flex-direction:column;align-items:center;gap:4px;display:flex}.ZaloMiniApp-module__d5dMia__menuIcon{color:#0068ff;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 4px #0000000d}.ZaloMiniApp-module__d5dMia__menuText{color:#666;font-size:.6rem}.ZaloMiniApp-module__d5dMia__productList{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ZaloMiniApp-module__d5dMia__product{background:#fff;border-radius:8px;padding:8px;box-shadow:0 2px 4px #0000000d}.ZaloMiniApp-module__d5dMia__pImg{background:#eee;border-radius:4px;height:80px;margin-bottom:8px}.ZaloMiniApp-module__d5dMia__pName{margin-bottom:4px;font-size:.7rem;font-weight:600}.ZaloMiniApp-module__d5dMia__pPrice{color:#ef4444;font-size:.7rem;font-weight:700}.ZaloMiniApp-module__d5dMia__zaloFloat{z-index:20;background:#0068ff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;animation:3s ease-in-out infinite ZaloMiniApp-module__d5dMia__float;display:flex;position:absolute;bottom:20px;right:-20px;box-shadow:0 10px 20px #0068ff4d}@keyframes ZaloMiniApp-module__d5dMia__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
.SyncPricing-module__q0IXCG__section{padding:var(--section-py-mobile)0}@media (min-width:768px){.SyncPricing-module__q0IXCG__section{padding:var(--section-py)0}}.SyncPricing-module__q0IXCG__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-xl)}.SyncPricing-module__q0IXCG__title{font-size:var(--title-size-mobile);color:var(--secondary-color);margin-bottom:var(--spacing-sm);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700;display:inline-block}@media (min-width:768px){.SyncPricing-module__q0IXCG__title{font-size:var(--title-size-desktop)}}.SyncPricing-module__q0IXCG__subtitle{color:var(--text-secondary);font-size:1.125rem}.SyncPricing-module__q0IXCG__grid{gap:var(--spacing-lg);grid-template-columns:1fr;align-items:stretch;display:grid}@media (min-width:640px){.SyncPricing-module__q0IXCG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.SyncPricing-module__q0IXCG__grid{grid-template-columns:repeat(4,1fr)}}.SyncPricing-module__q0IXCG__card{background:var(--bg-white);padding:var(--spacing-lg);border-radius:var(--radius-xl);border:1px solid var(--slate-200);flex-direction:column;min-width:0;height:100%;transition:all .3s;display:flex;position:relative}.SyncPricing-module__q0IXCG__card:hover{box-shadow:var(--shadow-xl);border-color:var(--brand-200);transform:translateY(-8px)}.SyncPricing-module__q0IXCG__bestChoice{border:2px solid var(--brand-500);box-shadow:var(--shadow-lg)}.SyncPricing-module__q0IXCG__bestChoiceBadge{background:var(--brand-600);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:6px 16px;font-size:.875rem;font-weight:700;position:absolute;top:-14px;right:20px}.SyncPricing-module__q0IXCG__iconWrapper{background:var(--brand-50);border-radius:var(--radius-lg);width:48px;height:48px;color:var(--brand-600);margin-bottom:var(--spacing-lg);justify-content:center;align-items:center;display:flex}.SyncPricing-module__q0IXCG__planName{color:var(--slate-900);margin-bottom:var(--spacing-xs);font-size:1.25rem;font-weight:800}.SyncPricing-module__q0IXCG__planDesc{color:var(--text-secondary);margin-bottom:var(--spacing-lg);min-height:40px;font-size:.875rem}.SyncPricing-module__q0IXCG__features{margin-bottom:var(--spacing-lg);flex-grow:1;list-style:none}.SyncPricing-module__q0IXCG__featureItem{margin-bottom:var(--spacing-sm);color:var(--slate-700);align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.4;display:flex}.SyncPricing-module__q0IXCG__checkIcon{color:var(--success-color);flex-shrink:0;margin-top:2px}.SyncPricing-module__q0IXCG__priceWrapper{margin-bottom:var(--spacing-md)}.SyncPricing-module__q0IXCG__priceLabel{color:var(--text-tertiary);margin-bottom:4px;font-size:.75rem}.SyncPricing-module__q0IXCG__price{color:var(--brand-600);word-break:break-word;font-size:1.25rem;font-weight:800;line-height:1.3}.SyncPricing-module__q0IXCG__period{color:var(--text-tertiary);margin-top:2px;font-size:.75rem;font-weight:400}.SyncPricing-module__q0IXCG__note{color:var(--text-tertiary);margin-bottom:var(--spacing-md);font-size:.7rem;line-height:1.4}.SyncPricing-module__q0IXCG__button{background:var(--brand-600);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding:12px;font-size:.875rem;font-weight:700;transition:background .2s;display:flex}.SyncPricing-module__q0IXCG__button:hover{background:var(--brand-700)}
.ServiceSmartManagement-module__T58olq__section{padding:var(--section-py-mobile)0;background:#f8fafc;overflow:hidden}@media (min-width:768px){.ServiceSmartManagement-module__T58olq__section{padding:var(--section-py)0}}.ServiceSmartManagement-module__T58olq__grid{grid-template-columns:1fr;align-items:center;gap:40px;display:grid}@media (min-width:1024px){.ServiceSmartManagement-module__T58olq__grid{grid-template-columns:1fr 1fr;gap:80px}}.ServiceSmartManagement-module__T58olq__title{font-size:var(--title-size-mobile);color:#0f172a;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceSmartManagement-module__T58olq__title{font-size:var(--title-size-desktop)}}.ServiceSmartManagement-module__T58olq__description{color:#64748b;margin-bottom:32px;font-size:18px;line-height:1.6}.ServiceSmartManagement-module__T58olq__features{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.ServiceSmartManagement-module__T58olq__featureItem{color:#334155;align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.ServiceSmartManagement-module__T58olq__featureIcon{color:#2563eb;background:#eff6ff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ServiceSmartManagement-module__T58olq__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.ServiceSmartManagement-module__T58olq__dashboardCard{z-index:10;background:#fff;border-radius:24px;width:100%;max-width:400px;padding:24px;transition:transform .5s;position:relative;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 20px 50px -10px #0000001a,0 0 0 1px #0000000d}.ServiceSmartManagement-module__T58olq__dashboardCard:hover{transform:perspective(1000px)rotateY(0)rotateX(0)translateY(-10px)}.ServiceSmartManagement-module__T58olq__dashHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.ServiceSmartManagement-module__T58olq__dashTitle{color:#0f172a;font-size:18px;font-weight:700}.ServiceSmartManagement-module__T58olq__dashDate{color:#64748b;background:#f1f5f9;border-radius:100px;padding:4px 12px;font-size:14px}.ServiceSmartManagement-module__T58olq__statsRow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.ServiceSmartManagement-module__T58olq__statBox{background:#f8fafc;border-radius:16px;padding:16px}.ServiceSmartManagement-module__T58olq__statLabel{color:#64748b;margin-bottom:4px;font-size:13px}.ServiceSmartManagement-module__T58olq__statValue{color:#0f172a;margin-bottom:4px;font-size:20px;font-weight:700}.ServiceSmartManagement-module__T58olq__statTrend{color:#10b981;font-size:12px;font-weight:600}.ServiceSmartManagement-module__T58olq__chartArea{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:flex-end;gap:8px;height:120px;padding-top:20px;display:flex}.ServiceSmartManagement-module__T58olq__chartBar{background:#e2e8f0;border-radius:4px;flex:1;transition:height 1s}.ServiceSmartManagement-module__T58olq__chartBar:nth-child(2n){background:#3b82f6}.ServiceSmartManagement-module__T58olq__floatPie{color:#f59e0b;background:#fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;animation:3s ease-in-out infinite ServiceSmartManagement-module__T58olq__float;display:flex;position:absolute;top:-20px;right:-20px;box-shadow:0 10px 30px -5px #0000001a}.ServiceSmartManagement-module__T58olq__glowEffect{z-index:0;background:radial-gradient(circle,#2563eb1a 0%,#0000 70%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ServiceSmartManagement-module__T58olq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
.AutomationFlow-module__QT9K_G__section{padding:var(--section-py-mobile)0;background:var(--slate-50)}@media (min-width:768px){.AutomationFlow-module__QT9K_G__section{padding:var(--section-py)0}}.AutomationFlow-module__QT9K_G__badge{background:var(--brand-100);color:var(--brand-700);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-md);padding:4px 12px;font-size:.875rem;font-weight:700;display:inline-block}.AutomationFlow-module__QT9K_G__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-lg);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1.2;display:inline-block}@media (min-width:768px){.AutomationFlow-module__QT9K_G__title{font-size:var(--title-size-desktop)}}.AutomationFlow-module__QT9K_G__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.AutomationFlow-module__QT9K_G__grid{gap:var(--spacing-3xl);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.AutomationFlow-module__QT9K_G__grid{grid-template-columns:1fr 1fr}}.AutomationFlow-module__QT9K_G__content{order:1}@media (min-width:1024px){.AutomationFlow-module__QT9K_G__content{order:1}}.AutomationFlow-module__QT9K_G__visual{order:2}@media (min-width:1024px){.AutomationFlow-module__QT9K_G__visual{order:2}}.AutomationFlow-module__QT9K_G__canvas{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--slate-200);background:#fff;background-image:radial-gradient(var(--slate-200)1px,transparent 1px);background-size:20px 20px;height:400px;position:relative;overflow:hidden}.AutomationFlow-module__QT9K_G__node{border:1px solid var(--slate-200);border-radius:var(--radius-lg);width:200px;box-shadow:var(--shadow-md);z-index:10;background:#fff;padding:12px;transition:transform .3s,box-shadow .3s,border-color .3s;position:absolute}.AutomationFlow-module__QT9K_G__node:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-300);z-index:20}.AutomationFlow-module__QT9K_G__nodeHeader{align-items:center;gap:8px;margin-bottom:8px;font-size:.875rem;font-weight:600;display:flex}.AutomationFlow-module__QT9K_G__nodeBody{color:var(--slate-500);font-size:.75rem}.AutomationFlow-module__QT9K_G__trigger{border-left:4px solid #a855f7;top:40px;left:50%;transform:translate(-50%)}.AutomationFlow-module__QT9K_G__trigger:hover{transform:translate(-50%)scale(1.05)}.AutomationFlow-module__QT9K_G__action1{border-left:4px solid #3b82f6;top:160px;left:20%}.AutomationFlow-module__QT9K_G__action1:hover{transform:scale(1.05)}.AutomationFlow-module__QT9K_G__action2{border-left:4px solid #f97316;top:160px;right:20%}.AutomationFlow-module__QT9K_G__action2:hover{transform:scale(1.05)}.AutomationFlow-module__QT9K_G__end{border-left:4px solid #22c55e;bottom:40px;left:50%;transform:translate(-50%)}.AutomationFlow-module__QT9K_G__end:hover{transform:translate(-50%)scale(1.05)}.AutomationFlow-module__QT9K_G__connection{background:var(--slate-300);z-index:0;position:absolute}.AutomationFlow-module__QT9K_G__vLine{width:2px;height:60px;top:100px;left:50%}.AutomationFlow-module__QT9K_G__hLine{width:60%;height:2px;top:130px;left:20%}.AutomationFlow-module__QT9K_G__vLine2{width:2px;height:30px;top:130px;left:20%}.AutomationFlow-module__QT9K_G__vLine3{width:2px;height:30px;top:130px;right:20%}.AutomationFlow-module__QT9K_G__cursor{z-index:20;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59' /%3E%3C/svg%3E");width:24px;height:24px;animation:4s infinite AutomationFlow-module__QT9K_G__moveCursor;position:absolute}@keyframes AutomationFlow-module__QT9K_G__moveCursor{0%{top:200px;left:200px}50%{top:180px;left:100px}to{top:200px;left:200px}}.AutomationFlow-module__QT9K_G__list{gap:var(--spacing-md);flex-direction:column;display:flex}.AutomationFlow-module__QT9K_G__listItem{align-items:flex-start;gap:12px;display:flex}.AutomationFlow-module__QT9K_G__checkIcon{color:#9333ea;background:#f3e8ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.AutomationFlow-module__QT9K_G__itemTitle{color:var(--slate-900);margin-bottom:2px;font-weight:700;display:block}.AutomationFlow-module__QT9K_G__itemDesc{color:var(--text-tertiary);font-size:.875rem}
.ServiceEngagement-module__zXMvGG__section{padding:var(--section-py-mobile)0;background:#fff;overflow:hidden}@media (min-width:768px){.ServiceEngagement-module__zXMvGG__section{padding:var(--section-py)0}}.ServiceEngagement-module__zXMvGG__grid{grid-template-columns:1fr;align-items:center;gap:40px;display:grid}@media (min-width:1024px){.ServiceEngagement-module__zXMvGG__grid{grid-template-columns:1fr 1fr;gap:80px}}.ServiceEngagement-module__zXMvGG__content{order:1}@media (min-width:1024px){.ServiceEngagement-module__zXMvGG__content{order:2}}.ServiceEngagement-module__zXMvGG__title{font-size:var(--title-size-mobile);color:#0f172a;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceEngagement-module__zXMvGG__title{font-size:var(--title-size-desktop)}}.ServiceEngagement-module__zXMvGG__description{color:#64748b;margin-bottom:32px;font-size:18px;line-height:1.6}.ServiceEngagement-module__zXMvGG__features{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.ServiceEngagement-module__zXMvGG__featureItem{color:#334155;align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.ServiceEngagement-module__zXMvGG__featureIcon{color:#10b981;background:#ecfdf5;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ServiceEngagement-module__zXMvGG__visual{order:2;justify-content:center;align-items:center;height:500px;display:flex;position:relative}@media (min-width:1024px){.ServiceEngagement-module__zXMvGG__visual{order:1}}.ServiceEngagement-module__zXMvGG__phoneMockup{z-index:10;background:#0f172a;border-radius:40px;width:280px;height:560px;padding:12px;transition:transform .5s;position:relative;transform:rotate(-5deg);box-shadow:0 0 0 2px #334155,0 20px 50px -10px #00000080}.ServiceEngagement-module__zXMvGG__phoneMockup:hover{transform:rotate(0)translateY(-10px)}.ServiceEngagement-module__zXMvGG__phoneScreen{background:#f1f5f9;border-radius:32px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ServiceEngagement-module__zXMvGG__phoneNotch{z-index:20;background:#0f172a;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ServiceEngagement-module__zXMvGG__appHeader{color:#fff;background:#2563eb;padding:36px 16px 12px}.ServiceEngagement-module__zXMvGG__statusBar{opacity:.8;justify-content:space-between;margin-bottom:12px;font-size:10px;display:flex}.ServiceEngagement-module__zXMvGG__statusIcons{gap:4px;display:flex}.ServiceEngagement-module__zXMvGG__signalIcon,.ServiceEngagement-module__zXMvGG__wifiIcon,.ServiceEngagement-module__zXMvGG__batteryIcon{background:#fff;border-radius:2px;width:12px;height:10px}.ServiceEngagement-module__zXMvGG__navBar{justify-content:space-between;align-items:center;display:flex}.ServiceEngagement-module__zXMvGG__navBack,.ServiceEngagement-module__zXMvGG__navMore{background:#fff3;border-radius:50%;width:24px;height:24px}.ServiceEngagement-module__zXMvGG__navTitle{font-size:14px;font-weight:600}.ServiceEngagement-module__zXMvGG__notificationList{background:#f1f5f9;flex-direction:column;flex:1;gap:12px;padding:20px 16px;display:flex}.ServiceEngagement-module__zXMvGG__notifCard{opacity:0;background:#fffffff2;border-radius:16px;gap:12px;padding:12px;animation:.5s ease-out forwards ServiceEngagement-module__zXMvGG__slideIn;display:flex;transform:translate(-100%);box-shadow:0 4px 6px -1px #0000000d}.ServiceEngagement-module__zXMvGG__notifDelay1{animation-delay:.5s}.ServiceEngagement-module__zXMvGG__notifIcon{color:#fff;background:#2563eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ServiceEngagement-module__zXMvGG__notifContent{flex:1}.ServiceEngagement-module__zXMvGG__notifTitle{color:#0f172a;margin-bottom:2px;font-size:13px;font-weight:600}.ServiceEngagement-module__zXMvGG__notifText{color:#64748b;font-size:11px;line-height:1.4}.ServiceEngagement-module__zXMvGG__floatHeart{z-index:30;background:#fff;border-radius:50%;padding:10px;animation:3s ease-in-out infinite ServiceEngagement-module__zXMvGG__floatUp;position:absolute;bottom:100px;right:-20px;box-shadow:0 10px 25px -5px #ef44444d}.ServiceEngagement-module__zXMvGG__floatLike{z-index:30;background:#fff;border-radius:50%;padding:10px;animation:3s ease-in-out 1.5s infinite ServiceEngagement-module__zXMvGG__floatUp;position:absolute;bottom:140px;left:-20px;box-shadow:0 10px 25px -5px #2563eb4d}.ServiceEngagement-module__zXMvGG__thumbUp{font-size:24px}.ServiceEngagement-module__zXMvGG__ripple1,.ServiceEngagement-module__zXMvGG__ripple2{opacity:0;z-index:0;pointer-events:none;border:1px solid #2563eb;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ServiceEngagement-module__zXMvGG__ripple1{width:350px;height:350px;animation:3s linear infinite ServiceEngagement-module__zXMvGG__ripple}.ServiceEngagement-module__zXMvGG__ripple2{width:500px;height:500px;animation:3s linear 1.5s infinite ServiceEngagement-module__zXMvGG__ripple}@keyframes ServiceEngagement-module__zXMvGG__slideIn{to{opacity:1;transform:translate(0)}}@keyframes ServiceEngagement-module__zXMvGG__floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes ServiceEngagement-module__zXMvGG__ripple{0%{opacity:.3;transform:translate(-50%,-50%)scale(.8)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.ServiceEngagement-module__zXMvGG__notificationList{transition:opacity .3s,transform .3s}.ServiceEngagement-module__zXMvGG__listHidden{opacity:0;pointer-events:none;transform:translate(-20px)}.ServiceEngagement-module__zXMvGG__cardIn{animation:.5s ease-out forwards ServiceEngagement-module__zXMvGG__slideIn!important}.ServiceEngagement-module__zXMvGG__detailView{opacity:0;pointer-events:none;background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:100%;padding:20px 16px;transition:all .4s;display:flex;position:absolute;top:0;left:0;transform:translate(100%)}.ServiceEngagement-module__zXMvGG__detailIn{opacity:1;pointer-events:auto;transform:translate(0)}.ServiceEngagement-module__zXMvGG__detailCard{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:220px;padding:32px 24px;box-shadow:0 10px 30px -5px #0000001a}.ServiceEngagement-module__zXMvGG__detailIcon{color:#fff;background:#2563eb;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.ServiceEngagement-module__zXMvGG__detailIcon svg{width:28px;height:28px}.ServiceEngagement-module__zXMvGG__detailTitle{color:#0f172a;margin-bottom:12px;font-size:16px;font-weight:700}.ServiceEngagement-module__zXMvGG__detailCode{color:#2563eb;margin-bottom:8px;font-family:Courier New,monospace;font-size:24px;font-weight:700}.ServiceEngagement-module__zXMvGG__detailText{color:#64748b;margin-bottom:20px;font-size:12px;line-height:1.5}.ServiceEngagement-module__zXMvGG__detailButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:all .2s}.ServiceEngagement-module__zXMvGG__buttonActive{background:#1d4ed8;transform:scale(.97)}.ServiceEngagement-module__zXMvGG__fingerTap{color:#f59e0b;opacity:0;pointer-events:none;z-index:100;position:absolute}.ServiceEngagement-module__zXMvGG__tapNotif{animation:.8s ease-in-out forwards ServiceEngagement-module__zXMvGG__tapClick;top:100px;left:50%}.ServiceEngagement-module__zXMvGG__tapButton{animation:.8s ease-in-out forwards ServiceEngagement-module__zXMvGG__tapClick;bottom:60px;left:50%}@keyframes ServiceEngagement-module__zXMvGG__tapClick{0%{opacity:0;transform:translate(-50%)scale(1.5)}30%{opacity:1;transform:translate(-50%)scale(1.2)}50%{opacity:1;transform:translate(-50%)scale(.95)}70%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%)scale(1)}}
.PainPoints-module__YOKh5W__section{padding:var(--section-py-mobile)0;background:#fff}@media (min-width:768px){.PainPoints-module__YOKh5W__section{padding:var(--section-py)0}}.PainPoints-module__YOKh5W__header{text-align:center;max-width:700px;margin:0 auto var(--spacing-3xl)}.PainPoints-module__YOKh5W__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-md);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;display:inline-block}@media (min-width:768px){.PainPoints-module__YOKh5W__title{font-size:var(--title-size-desktop)}}.PainPoints-module__YOKh5W__subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.PainPoints-module__YOKh5W__grid{gap:var(--spacing-xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.PainPoints-module__YOKh5W__grid{grid-template-columns:repeat(2,1fr)}}.PainPoints-module__YOKh5W__card{padding:var(--spacing-xl);background:var(--slate-50);border-radius:var(--radius-xl);border:1px solid var(--slate-100);transition:all .3s}.PainPoints-module__YOKh5W__card:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-200);transform:translateY(-5px)}.PainPoints-module__YOKh5W__iconBox{border-radius:var(--radius-lg);color:#ef4444;width:56px;height:56px;box-shadow:var(--shadow-md);margin-bottom:var(--spacing-md);background:#fff;justify-content:center;align-items:center;display:flex}.PainPoints-module__YOKh5W__cardTitle{color:var(--slate-900);margin-bottom:var(--spacing-sm);font-size:1.25rem;font-weight:700}.PainPoints-module__YOKh5W__cardDesc{color:var(--text-secondary);font-size:1rem;line-height:1.6}
.FlowConnector-module__kaY8MW__container{z-index:0;pointer-events:none;justify-content:center;width:100%;height:60px;display:flex;position:relative;overflow:hidden}.FlowConnector-module__kaY8MW__svg{width:100%;max-width:1200px;height:100%}.FlowConnector-module__kaY8MW__path{fill:none;stroke:#cbd5e1;stroke-width:2px;stroke-dasharray:6 6;vector-effect:non-scaling-stroke;opacity:.6}
.LoyaltyRewards-module__LLjsfW__section{padding:var(--section-py-mobile)0;background:var(--slate-50)}@media (min-width:768px){.LoyaltyRewards-module__LLjsfW__section{padding:var(--section-py)0}}.LoyaltyRewards-module__LLjsfW__grid{gap:var(--spacing-3xl);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.LoyaltyRewards-module__LLjsfW__grid{grid-template-columns:1fr 1fr}}.LoyaltyRewards-module__LLjsfW__content{order:1}@media (min-width:1024px){.LoyaltyRewards-module__LLjsfW__content{order:1}}.LoyaltyRewards-module__LLjsfW__visual{order:2}@media (min-width:1024px){.LoyaltyRewards-module__LLjsfW__visual{order:2}}.LoyaltyRewards-module__LLjsfW__badge{background:var(--brand-100);color:var(--brand-700);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-md);padding:4px 12px;font-size:.875rem;font-weight:700;display:inline-block}.LoyaltyRewards-module__LLjsfW__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-lg);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1.2;display:inline-block}@media (min-width:768px){.LoyaltyRewards-module__LLjsfW__title{font-size:var(--title-size-desktop)}}.LoyaltyRewards-module__LLjsfW__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.LoyaltyRewards-module__LLjsfW__list{gap:var(--spacing-md);flex-direction:column;display:flex}.LoyaltyRewards-module__LLjsfW__listItem{align-items:flex-start;gap:12px;display:flex}.LoyaltyRewards-module__LLjsfW__checkIcon{color:#d97706;background:#fef3c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.LoyaltyRewards-module__LLjsfW__itemTitle{color:var(--slate-900);margin-bottom:2px;font-weight:700;display:block}.LoyaltyRewards-module__LLjsfW__itemDesc{color:var(--text-tertiary);font-size:.875rem}.LoyaltyRewards-module__LLjsfW__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.LoyaltyRewards-module__LLjsfW__cardContainer{perspective:1000px;width:320px;height:200px;position:relative}.LoyaltyRewards-module__LLjsfW__memberCard{color:#fff;z-index:10;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:1px solid #fff3;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:24px;display:flex;position:relative;box-shadow:0 20px 40px -10px #3b82f666}.LoyaltyRewards-module__LLjsfW__cardHeader{justify-content:space-between;align-items:center;display:flex}.LoyaltyRewards-module__LLjsfW__cardLogo{letter-spacing:1px;color:#fff;font-size:1.2rem;font-weight:800}.LoyaltyRewards-module__LLjsfW__cardTier{text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:700}.LoyaltyRewards-module__LLjsfW__cardBody{margin-top:auto}.LoyaltyRewards-module__LLjsfW__cardLabel{opacity:.9;color:#ffffffe6;margin-bottom:4px;font-size:.7rem}.LoyaltyRewards-module__LLjsfW__cardPoints{letter-spacing:1px;color:#fff;font-size:2rem;font-weight:700}.LoyaltyRewards-module__LLjsfW__coin{color:#fff;z-index:20;background:#fbbf24;border:3px solid #fcd34d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;animation:4s ease-in-out infinite LoyaltyRewards-module__LLjsfW__float;display:flex;position:absolute;box-shadow:0 4px 12px #fbbf244d}.LoyaltyRewards-module__LLjsfW__c1{animation-delay:0s;top:-20px;right:-20px}.LoyaltyRewards-module__LLjsfW__c2{width:40px;height:40px;font-size:1rem;animation-delay:1.5s;bottom:-30px;left:20px}.LoyaltyRewards-module__LLjsfW__gift{z-index:15;border:2px solid var(--slate-100);background:#fff;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;animation:5s ease-in-out .5s infinite LoyaltyRewards-module__LLjsfW__float;display:flex;position:absolute;bottom:40px;right:-40px;box-shadow:0 4px 12px #0000001a}@keyframes LoyaltyRewards-module__LLjsfW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}
.ServiceSyncBenefits-module__O2hqAq__section{padding:var(--section-py-mobile)0;color:#fff;background:#0f172a;position:relative;overflow:hidden}@media (min-width:768px){.ServiceSyncBenefits-module__O2hqAq__section{padding:var(--section-py)0}}.ServiceSyncBenefits-module__O2hqAq__header{text-align:center;z-index:2;max-width:700px;margin:0 auto 60px;position:relative}.ServiceSyncBenefits-module__O2hqAq__title{font-size:var(--title-size-mobile);color:#fff;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceSyncBenefits-module__O2hqAq__title{font-size:var(--title-size-desktop)}}.ServiceSyncBenefits-module__O2hqAq__description{color:#94a3b8;font-size:18px;line-height:1.6}.ServiceSyncBenefits-module__O2hqAq__grid{z-index:2;grid-template-columns:1fr;gap:24px;display:grid;position:relative}@media (min-width:768px){.ServiceSyncBenefits-module__O2hqAq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServiceSyncBenefits-module__O2hqAq__grid{grid-template-columns:repeat(3,1fr);gap:32px}}.ServiceSyncBenefits-module__O2hqAq__card{background:#1e293b80;border:1px solid #94a3b81a;border-radius:16px;padding:32px;transition:all .3s;position:relative;overflow:hidden}.ServiceSyncBenefits-module__O2hqAq__card:hover{background:#1e293bcc;border-color:#3b82f680;transform:translateY(-5px)}.ServiceSyncBenefits-module__O2hqAq__iconBox{color:#60a5fa;background:#3b82f61a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;transition:all .3s;display:flex}.ServiceSyncBenefits-module__O2hqAq__card:hover .ServiceSyncBenefits-module__O2hqAq__iconBox{color:#fff;background:#2563eb;transform:scale(1.1)}.ServiceSyncBenefits-module__O2hqAq__cardTitle{color:#fff;margin-bottom:12px;font-size:20px;font-weight:700}.ServiceSyncBenefits-module__O2hqAq__cardDescription{color:#94a3b8;font-size:16px;line-height:1.6}.ServiceSyncBenefits-module__O2hqAq__backgroundLines{z-index:1;opacity:.1;background-image:linear-gradient(#3b82f680 1px,#0000 1px),linear-gradient(90deg,#3b82f680 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 80%);mask-image:radial-gradient(circle,#000 40%,#0000 80%)}
.Analytics-module__Tz48cq__section{padding:var(--section-py-mobile)0;background:var(--slate-50)}@media (min-width:768px){.Analytics-module__Tz48cq__section{padding:var(--section-py)0}}.Analytics-module__Tz48cq__grid{gap:var(--spacing-3xl);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.Analytics-module__Tz48cq__grid{grid-template-columns:1fr 1fr}}.Analytics-module__Tz48cq__content{order:1}@media (min-width:1024px){.Analytics-module__Tz48cq__content{order:1}}.Analytics-module__Tz48cq__visual{order:2;justify-content:center;align-items:center;height:400px;display:flex;position:relative}@media (min-width:1024px){.Analytics-module__Tz48cq__visual{order:1}}.Analytics-module__Tz48cq__badge{background:var(--brand-100);color:var(--brand-700);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-md);padding:4px 12px;font-size:.875rem;font-weight:700;display:inline-block}.Analytics-module__Tz48cq__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-lg);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1.2;display:inline-block}@media (min-width:768px){.Analytics-module__Tz48cq__title{font-size:var(--title-size-desktop)}}.Analytics-module__Tz48cq__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.Analytics-module__Tz48cq__list{gap:var(--spacing-md);flex-direction:column;display:flex}.Analytics-module__Tz48cq__listItem{align-items:flex-start;gap:12px;display:flex}.Analytics-module__Tz48cq__checkIcon{color:#2563eb;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.Analytics-module__Tz48cq__itemTitle{color:var(--slate-900);margin-bottom:2px;font-weight:700;display:block}.Analytics-module__Tz48cq__itemDesc{color:var(--text-tertiary);font-size:.875rem}.Analytics-module__Tz48cq__dashboard{border-radius:var(--radius-xl);width:100%;max-width:500px;box-shadow:var(--shadow-2xl);border:1px solid var(--slate-200);z-index:10;background:#fff;padding:24px;position:relative}.Analytics-module__Tz48cq__dashHeader{border-bottom:1px solid var(--slate-100);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.Analytics-module__Tz48cq__dashTitle{color:var(--slate-900);font-size:1.1rem;font-weight:700}.Analytics-module__Tz48cq__dashPeriod{color:var(--slate-500);background:var(--slate-50);border-radius:12px;padding:4px 12px;font-size:.75rem}.Analytics-module__Tz48cq__metrics{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.Analytics-module__Tz48cq__metric{background:var(--slate-50);border-radius:var(--radius-lg);padding:16px}.Analytics-module__Tz48cq__metricLabel{color:var(--slate-500);margin-bottom:8px;font-size:.75rem}.Analytics-module__Tz48cq__metricValue{color:var(--brand-600);font-size:1.5rem;font-weight:700}.Analytics-module__Tz48cq__metricChange{color:#16a34a;margin-top:4px;font-size:.7rem}.Analytics-module__Tz48cq__chart{border-radius:var(--radius-md);background:linear-gradient(#0000,#3b82f61a);height:120px;position:relative;overflow:hidden}.Analytics-module__Tz48cq__chartBars{justify-content:space-around;align-items:flex-end;gap:4px;height:100%;padding:12px;display:flex}.Analytics-module__Tz48cq__bar{background:var(--brand-500);border-radius:4px 4px 0 0;flex:1;animation:1s ease-out Analytics-module__Tz48cq__growBar}@keyframes Analytics-module__Tz48cq__growBar{0%{height:0}}.Analytics-module__Tz48cq__floatMetric{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:20;background:#fff;align-items:center;gap:12px;padding:12px 16px;animation:4s ease-in-out infinite Analytics-module__Tz48cq__float;display:flex;position:absolute}.Analytics-module__Tz48cq__fm1{top:20px;right:-30px}.Analytics-module__Tz48cq__fm2{bottom:40px;left:-40px}.Analytics-module__Tz48cq__fmIcon{background:var(--brand-50);width:32px;height:32px;color:var(--brand-600);border-radius:8px;justify-content:center;align-items:center;display:flex}.Analytics-module__Tz48cq__fmText{color:var(--slate-700);font-size:.75rem;font-weight:700}@keyframes Analytics-module__Tz48cq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
.ServiceSyncFeatures-module__wg34hG__section{padding:var(--section-py-mobile)0;background:#f1f5f9}@media (min-width:768px){.ServiceSyncFeatures-module__wg34hG__section{padding:var(--section-py)0}}.ServiceSyncFeatures-module__wg34hG__header{text-align:center;max-width:700px;margin:0 auto 60px}.ServiceSyncFeatures-module__wg34hG__title{font-size:var(--title-size-mobile);color:#0f172a;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceSyncFeatures-module__wg34hG__title{font-size:var(--title-size-desktop)}}.ServiceSyncFeatures-module__wg34hG__description{color:#64748b;font-size:18px;line-height:1.6}.ServiceSyncFeatures-module__wg34hG__grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.ServiceSyncFeatures-module__wg34hG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServiceSyncFeatures-module__wg34hG__grid{grid-template-columns:repeat(3,1fr)}}.ServiceSyncFeatures-module__wg34hG__feature{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:16px;padding:24px;transition:all .2s;display:flex}.ServiceSyncFeatures-module__wg34hG__feature:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ServiceSyncFeatures-module__wg34hG__headerRow{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding-bottom:16px;display:flex}.ServiceSyncFeatures-module__wg34hG__iconBox{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ServiceSyncFeatures-module__wg34hG__feature:hover .ServiceSyncFeatures-module__wg34hG__iconBox{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.ServiceSyncFeatures-module__wg34hG__featureTitle{color:#0f172a;font-size:16px;font-weight:700}.ServiceSyncFeatures-module__wg34hG__featureDesc{color:#64748b;font-size:15px;line-height:1.6}
.ServiceInteractivePromo-module__oeNMWW__section{padding:var(--section-py-mobile)0;background:#f8fafc;overflow:hidden}@media (min-width:768px){.ServiceInteractivePromo-module__oeNMWW__section{padding:var(--section-py)0}}.ServiceInteractivePromo-module__oeNMWW__header{text-align:center;max-width:700px;margin:0 auto 60px}.ServiceInteractivePromo-module__oeNMWW__title{font-size:var(--title-size-mobile);color:#0f172a;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceInteractivePromo-module__oeNMWW__title{font-size:var(--title-size-desktop)}}.ServiceInteractivePromo-module__oeNMWW__description{color:#64748b;font-size:18px;line-height:1.6}.ServiceInteractivePromo-module__oeNMWW__simulationContainer{flex-direction:column;justify-content:center;align-items:center;gap:40px;max-width:1000px;margin:0 auto;display:flex}@media (min-width:1024px){.ServiceInteractivePromo-module__oeNMWW__simulationContainer{flex-direction:row;justify-content:space-between;align-items:center;gap:0}}.ServiceInteractivePromo-module__oeNMWW__sideLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-bottom:16px;font-size:14px;font-weight:600}.ServiceInteractivePromo-module__oeNMWW__dashboardSide{flex-direction:column;flex:1;align-items:center;width:100%;max-width:400px;display:flex}.ServiceInteractivePromo-module__oeNMWW__dashboardCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;padding:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0000001a}.ServiceInteractivePromo-module__oeNMWW__dashHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.ServiceInteractivePromo-module__oeNMWW__dashTitle{color:#0f172a;align-items:center;gap:8px;font-weight:700;display:flex}.ServiceInteractivePromo-module__oeNMWW__dashIcon{color:#2563eb}.ServiceInteractivePromo-module__oeNMWW__statusBadge{color:#166534;background:#dcfce7;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600}.ServiceInteractivePromo-module__oeNMWW__campaignInfo{margin-bottom:24px}.ServiceInteractivePromo-module__oeNMWW__infoRow{justify-content:space-between;margin-bottom:8px;font-size:14px;display:flex}.ServiceInteractivePromo-module__oeNMWW__infoLabel{color:#64748b}.ServiceInteractivePromo-module__oeNMWW__infoValue{color:#334155;align-items:center;gap:6px;font-weight:500;display:inline-flex}.ServiceInteractivePromo-module__oeNMWW__infoIcon{color:#2563eb}.ServiceInteractivePromo-module__oeNMWW__statsGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.ServiceInteractivePromo-module__oeNMWW__statItem{text-align:center;background:#f8fafc;border-radius:12px;padding:12px}.ServiceInteractivePromo-module__oeNMWW__statLabel{color:#64748b;margin-bottom:4px;font-size:12px}.ServiceInteractivePromo-module__oeNMWW__statValue{color:#0f172a;font-size:18px;font-weight:700}.ServiceInteractivePromo-module__oeNMWW__actionArea{text-align:center;background:#eff6ff;border-radius:12px;padding:16px;transition:all .3s}.ServiceInteractivePromo-module__oeNMWW__actionArea.ServiceInteractivePromo-module__oeNMWW__sending{background:#dbeafe}.ServiceInteractivePromo-module__oeNMWW__progressBar{background:#bfdbfe;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden}.ServiceInteractivePromo-module__oeNMWW__progressFill{background:#2563eb;border-radius:3px;width:0%;height:100%;transition:width .5s}.ServiceInteractivePromo-module__oeNMWW__sending .ServiceInteractivePromo-module__oeNMWW__progressFill{width:100%;transition:width 2s linear}.ServiceInteractivePromo-module__oeNMWW__actionStatus{color:#2563eb;font-size:12px;font-weight:600}.ServiceInteractivePromo-module__oeNMWW__successToast{color:#fff;opacity:0;background:#10b981;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .3s;display:flex;position:absolute;top:20px;right:20px;transform:translateY(-10px);box-shadow:0 10px 20px -5px #10b98166}.ServiceInteractivePromo-module__oeNMWW__successToast.ServiceInteractivePromo-module__oeNMWW__showToast{opacity:1;transform:translateY(0)}.ServiceInteractivePromo-module__oeNMWW__connectionZone{background:#e2e8f0;width:100px;height:2px;display:none;position:relative}@media (min-width:1024px){.ServiceInteractivePromo-module__oeNMWW__connectionZone{display:block}}.ServiceInteractivePromo-module__oeNMWW__signalLine{width:100%;height:100%;position:relative;overflow:hidden}.ServiceInteractivePromo-module__oeNMWW__signalParticle{background:#2563eb;border-radius:2px;width:40px;height:4px;position:absolute;top:-1px;left:-40px;box-shadow:0 0 10px #2563eb}.ServiceInteractivePromo-module__oeNMWW__fireSignal{animation:1s linear forwards ServiceInteractivePromo-module__oeNMWW__signalMove}@keyframes ServiceInteractivePromo-module__oeNMWW__signalMove{0%{opacity:0;left:-40px}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}.ServiceInteractivePromo-module__oeNMWW__phoneSide{flex-direction:column;flex:1;align-items:center;display:flex}.ServiceInteractivePromo-module__oeNMWW__phoneMockup{z-index:10;background:#0f172a;border-radius:40px;width:280px;height:560px;padding:12px;position:relative;box-shadow:0 0 0 2px #334155,0 20px 50px -10px #00000080}.ServiceInteractivePromo-module__oeNMWW__phoneNotch{z-index:20;background:#0f172a;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ServiceInteractivePromo-module__oeNMWW__phoneScreen{background:#f1f5f9;border-radius:32px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ServiceInteractivePromo-module__oeNMWW__appHeader{color:#fff;background:#2563eb;padding:40px 16px 12px}.ServiceInteractivePromo-module__oeNMWW__headerTitle{font-size:14px;font-weight:600}.ServiceInteractivePromo-module__oeNMWW__chatArea{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex}.ServiceInteractivePromo-module__oeNMWW__znsMessage{opacity:0;background:#fff;border-radius:12px;transition:all .5s;overflow:hidden;transform:translate(20px);box-shadow:0 2px 4px #0000000d}.ServiceInteractivePromo-module__oeNMWW__znsMessage.ServiceInteractivePromo-module__oeNMWW__messageIn{opacity:1;transform:translate(0)}.ServiceInteractivePromo-module__oeNMWW__znsBanner{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);height:100px}.ServiceInteractivePromo-module__oeNMWW__znsContent{padding:12px;position:relative}.ServiceInteractivePromo-module__oeNMWW__znsTitle{color:#0f172a;align-items:center;gap:6px;margin-bottom:4px;font-size:14px;font-weight:700;display:flex}.ServiceInteractivePromo-module__oeNMWW__znsTitleIcon{color:#2563eb}.ServiceInteractivePromo-module__oeNMWW__quickReplies{opacity:0;gap:8px;padding-bottom:4px;transition:all .3s;display:none;overflow-x:auto;transform:translateY(10px)}.ServiceInteractivePromo-module__oeNMWW__quickReplies.ServiceInteractivePromo-module__oeNMWW__showReplies{opacity:1;display:flex;transform:translateY(0)}.ServiceInteractivePromo-module__oeNMWW__replyChip{color:#475569;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:6px 12px;font-size:11px;transition:all .2s}.ServiceInteractivePromo-module__oeNMWW__chipActive{color:#2563eb;background:#eff6ff;border-color:#2563eb;transform:scale(.95)}.ServiceInteractivePromo-module__oeNMWW__znsText{color:#64748b;margin-bottom:12px;font-size:12px;line-height:1.4}.ServiceInteractivePromo-module__oeNMWW__znsButton{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;width:100%;padding:8px;font-size:12px;font-weight:600;transition:all .2s}.ServiceInteractivePromo-module__oeNMWW__userQuestion{color:#1e40af;opacity:0;background:#dbeafe;border-radius:12px 12px 2px;align-self:flex-end;padding:8px 12px;font-size:12px;transition:all .3s;display:none;transform:translateY(10px)}.ServiceInteractivePromo-module__oeNMWW__userQuestion.ServiceInteractivePromo-module__oeNMWW__questionIn{opacity:1;display:block;transform:translateY(0)}.ServiceInteractivePromo-module__oeNMWW__botMessage{color:#334155;opacity:0;background:#fff;border-radius:2px 12px 12px;align-self:flex-start;padding:10px;font-size:12px;transition:all .3s;transform:translate(-10px);box-shadow:0 2px 4px #0000000d}.ServiceInteractivePromo-module__oeNMWW__botMessage.ServiceInteractivePromo-module__oeNMWW__botIn{opacity:1;transform:translate(0)}.ServiceInteractivePromo-module__oeNMWW__fingerTap{color:#f59e0b;opacity:0;pointer-events:none;z-index:50;position:absolute}.ServiceInteractivePromo-module__oeNMWW__tapQuestion{animation:.5s ease-in-out forwards ServiceInteractivePromo-module__oeNMWW__tapClick;bottom:120px;left:60px}.ServiceInteractivePromo-module__oeNMWW__tapCta{animation:.8s ease-in-out forwards ServiceInteractivePromo-module__oeNMWW__tapClick;bottom:190px;left:50%}@keyframes ServiceInteractivePromo-module__oeNMWW__tapClick{0%{opacity:0;transform:translate(-50%)scale(1.5)}30%{opacity:1;transform:translate(-50%)scale(1.2)}50%{opacity:1;transform:translate(-50%)scale(.95)}70%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%)scale(1)}}.ServiceInteractivePromo-module__oeNMWW__userReply{color:#1e40af;opacity:0;background:#dbeafe;border-radius:12px 12px 2px;align-self:flex-end;padding:8px 12px;font-size:12px;transition:all .3s;display:none;transform:translateY(10px)}.ServiceInteractivePromo-module__oeNMWW__userReply.ServiceInteractivePromo-module__oeNMWW__replyIn{opacity:1;display:block;transform:translateY(0)}
.SolutionFeatures-module__c2VqkG__section{padding:var(--section-py-mobile)0;background:var(--slate-50)}@media (min-width:768px){.SolutionFeatures-module__c2VqkG__section{padding:var(--section-py)0}}.SolutionFeatures-module__c2VqkG__header{text-align:center;max-width:700px;margin:0 auto var(--spacing-3xl)}.SolutionFeatures-module__c2VqkG__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-md);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;display:inline-block}@media (min-width:768px){.SolutionFeatures-module__c2VqkG__title{font-size:var(--title-size-desktop)}}.SolutionFeatures-module__c2VqkG__subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.SolutionFeatures-module__c2VqkG__grid{gap:var(--spacing-xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.SolutionFeatures-module__c2VqkG__grid{grid-template-columns:repeat(3,1fr)}}.SolutionFeatures-module__c2VqkG__card{padding:var(--spacing-xl);border-radius:var(--radius-xl);border:1px solid var(--slate-100);box-shadow:var(--shadow-md);text-align:center;background:#fff;transition:all .3s}.SolutionFeatures-module__c2VqkG__card:hover{box-shadow:var(--shadow-xl);border-color:var(--brand-200);transform:translateY(-5px)}.SolutionFeatures-module__c2VqkG__iconBox{background:var(--brand-50);border-radius:var(--radius-lg);width:64px;height:64px;color:var(--brand-600);margin:0 auto var(--spacing-md);justify-content:center;align-items:center;display:flex}.SolutionFeatures-module__c2VqkG__cardTitle{color:var(--slate-900);margin-bottom:var(--spacing-sm);font-size:1.25rem;font-weight:700}.SolutionFeatures-module__c2VqkG__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
.AboutHero-module__4dKN3G__section{padding:var(--spacing-3xl)0;background:var(--slate-50);position:relative;overflow:hidden}.AboutHero-module__4dKN3G__bgDecorRight{filter:blur(80px);z-index:0;background:radial-gradient(circle,#dbeafe99 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-10%;right:-5%}.AboutHero-module__4dKN3G__bgDecorLeft{filter:blur(80px);z-index:0;background:radial-gradient(circle,#e9d5ff99 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;left:-5%}.AboutHero-module__4dKN3G__grid{gap:var(--spacing-2xl);z-index:1;grid-template-columns:1fr;align-items:center;display:grid;position:relative}@media (min-width:1024px){.AboutHero-module__4dKN3G__grid{grid-template-columns:1fr 1fr}}.AboutHero-module__4dKN3G__content{animation:.8s ease-out forwards AboutHero-module__4dKN3G__fadeInUp}@keyframes AboutHero-module__4dKN3G__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AboutHero-module__4dKN3G__badge{border:1px solid var(--brand-200);border-radius:var(--radius-full);color:var(--brand-700);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm);text-transform:uppercase;letter-spacing:.05em;background:#fff;align-items:center;gap:8px;padding:6px 16px;font-size:.875rem;font-weight:700;display:inline-flex}.AboutHero-module__4dKN3G__title{color:var(--slate-900);margin-bottom:var(--spacing-lg);letter-spacing:-.02em;font-size:2.5rem;font-weight:800;line-height:1.15}@media (min-width:768px){.AboutHero-module__4dKN3G__title{font-size:3.5rem}}.AboutHero-module__4dKN3G__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.AboutHero-module__4dKN3G__stats{gap:var(--spacing-2xl);padding-top:var(--spacing-lg);border-top:1px solid var(--slate-200);display:flex}.AboutHero-module__4dKN3G__statItem{flex-direction:column;display:flex}.AboutHero-module__4dKN3G__statValue{color:var(--brand-600);font-size:2rem;font-weight:800}.AboutHero-module__4dKN3G__statLabel{color:var(--text-tertiary);font-size:.875rem;font-weight:500}.AboutHero-module__4dKN3G__visual{justify-content:center;display:flex;position:relative}.AboutHero-module__4dKN3G__imageWrapper{aspect-ratio:4/5;border-radius:var(--radius-2xl);width:100%;max-width:500px;box-shadow:var(--shadow-2xl);transition:transform .5s;position:relative;overflow:hidden;transform:rotate(2deg)}.AboutHero-module__4dKN3G__imageWrapper:hover{transform:rotate(0)}.AboutHero-module__4dKN3G__imageWrapper img{object-fit:cover;width:100%;height:100%}.AboutHero-module__4dKN3G__floatCard{padding:var(--spacing-md);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);align-items:center;gap:var(--spacing-md);z-index:10;background:#fff;max-width:240px;animation:4s ease-in-out infinite AboutHero-module__4dKN3G__float;display:flex;position:absolute}@keyframes AboutHero-module__4dKN3G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.AboutHero-module__4dKN3G__cardTop{top:40px;left:-20px}.AboutHero-module__4dKN3G__cardBottom{animation-delay:2s;bottom:60px;right:-20px}.AboutHero-module__4dKN3G__iconBox{border-radius:var(--radius-lg);background:var(--brand-50);width:40px;height:40px;color:var(--brand-600);justify-content:center;align-items:center;display:flex}.AboutHero-module__4dKN3G__cardContent h4{color:var(--slate-900);margin-bottom:2px;font-size:.875rem;font-weight:700}.AboutHero-module__4dKN3G__cardContent p{color:var(--text-secondary);font-size:.75rem}
.Reviews-module__hmlXZq__section{padding:var(--section-py-mobile)0;background:var(--slate-50)}@media (min-width:768px){.Reviews-module__hmlXZq__section{padding:var(--section-py)0}}.Reviews-module__hmlXZq__grid{gap:var(--spacing-3xl);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.Reviews-module__hmlXZq__grid{grid-template-columns:1fr 1fr}}.Reviews-module__hmlXZq__badge{background:var(--brand-100);color:var(--brand-700);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-md);padding:4px 12px;font-size:.875rem;font-weight:700;display:inline-block}.Reviews-module__hmlXZq__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-lg);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1.2;display:inline-block}@media (min-width:768px){.Reviews-module__hmlXZq__title{font-size:var(--title-size-desktop)}}.Reviews-module__hmlXZq__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.Reviews-module__hmlXZq__list{gap:var(--spacing-md);flex-direction:column;display:flex}.Reviews-module__hmlXZq__listItem{align-items:flex-start;gap:12px;display:flex}.Reviews-module__hmlXZq__checkIcon{color:#d97706;background:#fef3c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.Reviews-module__hmlXZq__itemTitle{color:var(--slate-900);margin-bottom:2px;font-weight:700;display:block}.Reviews-module__hmlXZq__itemDesc{color:var(--text-tertiary);font-size:.875rem}.Reviews-module__hmlXZq__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.Reviews-module__hmlXZq__reviewsContainer{z-index:10;flex-direction:column;gap:16px;width:100%;max-width:500px;display:flex;position:relative}.Reviews-module__hmlXZq__reviewCard{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--slate-100);background:#fff;padding:20px;transition:transform .3s}.Reviews-module__hmlXZq__reviewCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.Reviews-module__hmlXZq__reviewHeader{align-items:center;gap:12px;margin-bottom:12px;display:flex}.Reviews-module__hmlXZq__reviewAvatar{background:var(--brand-100);width:40px;height:40px;color:var(--brand-600);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.Reviews-module__hmlXZq__reviewInfo{flex:1}.Reviews-module__hmlXZq__reviewName{color:var(--slate-900);font-size:.9rem;font-weight:700}.Reviews-module__hmlXZq__reviewDate{color:var(--slate-500);font-size:.75rem}.Reviews-module__hmlXZq__stars{gap:2px;display:flex}.Reviews-module__hmlXZq__reviewText{color:var(--slate-600);font-size:.875rem;line-height:1.5}.Reviews-module__hmlXZq__floatStat{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:20;border:1px solid var(--slate-100);background:#fff;align-items:center;gap:12px;padding:16px 20px;animation:4s ease-in-out infinite Reviews-module__hmlXZq__float;display:flex;position:absolute}.Reviews-module__hmlXZq__fs1{top:20px;right:-40px}.Reviews-module__hmlXZq__fs2{bottom:40px;left:-40px}.Reviews-module__hmlXZq__statIcon{color:#d97706;background:#fef3c7;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Reviews-module__hmlXZq__statText{flex-direction:column;display:flex}.Reviews-module__hmlXZq__statValue{color:var(--slate-900);font-size:1.25rem;font-weight:700}.Reviews-module__hmlXZq__statLabel{color:var(--slate-500);font-size:.7rem}@keyframes Reviews-module__hmlXZq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
.PricingHero-module__bzIu7G__section{padding:var(--section-py-mobile)0;background-color:var(--slate-50);position:relative;overflow:hidden}@media (min-width:768px){.PricingHero-module__bzIu7G__section{padding:var(--section-py)0}}.PricingHero-module__bzIu7G__grid{gap:var(--spacing-3xl);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.PricingHero-module__bzIu7G__grid{grid-template-columns:1fr 1fr}}.PricingHero-module__bzIu7G__badge{border:1px solid var(--brand-100);border-radius:var(--radius-full);color:var(--brand-700);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:8px;padding:6px 16px;font-size:.875rem;font-weight:700;display:inline-flex}.PricingHero-module__bzIu7G__title{color:var(--slate-900);margin-bottom:var(--spacing-lg);letter-spacing:-.02em;font-size:2.75rem;font-weight:800;line-height:1.15}@media (min-width:768px){.PricingHero-module__bzIu7G__title{font-size:4rem}}.PricingHero-module__bzIu7G__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.PricingHero-module__bzIu7G__description{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.PricingHero-module__bzIu7G__visual{justify-content:center;align-items:center;height:450px;display:flex;position:relative}.PricingHero-module__bzIu7G__visualContainer{width:100%;max-width:500px;height:400px;position:relative}.PricingHero-module__bzIu7G__glow1{filter:blur(40px);background:radial-gradient(circle,#8b5cf633 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:4s infinite alternate PricingHero-module__bzIu7G__pulse;position:absolute;top:-20px;right:-20px}.PricingHero-module__bzIu7G__glow2{filter:blur(40px);background:radial-gradient(circle,#3b82f633 0%,#0000 70%);border-radius:50%;width:250px;height:250px;animation:5s infinite alternate-reverse PricingHero-module__bzIu7G__pulse;position:absolute;bottom:-20px;left:-20px}@keyframes PricingHero-module__bzIu7G__pulse{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.2)}}.PricingHero-module__bzIu7G__dashboardCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#ffffffe6;border:1px solid #fffc;border-radius:24px;width:320px;padding:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 40px -10px #0000001a,0 0 0 1px #0000000d}.PricingHero-module__bzIu7G__cardHeader{align-items:center;gap:12px;margin-bottom:24px;display:flex}.PricingHero-module__bzIu7G__headerIcon{background:var(--brand-50);width:40px;height:40px;color:var(--brand-600);border-radius:12px;justify-content:center;align-items:center;display:flex}.PricingHero-module__bzIu7G__headerInfo{flex:1}.PricingHero-module__bzIu7G__headerTitle{color:var(--slate-900);font-size:.9375rem;font-weight:700}.PricingHero-module__bzIu7G__headerSubtitle{color:var(--slate-500);font-size:.75rem}.PricingHero-module__bzIu7G__chartArea{height:160px;margin-bottom:20px;position:relative}.PricingHero-module__bzIu7G__chartGrid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.PricingHero-module__bzIu7G__gridLine{background:var(--slate-100);width:100%;height:1px}.PricingHero-module__bzIu7G__bars{justify-content:space-around;align-items:flex-end;padding:0 10px;display:flex;position:absolute;inset:0}.PricingHero-module__bzIu7G__barGroup{align-items:flex-end;gap:6px;height:100%;display:flex}.PricingHero-module__bzIu7G__barRevenue{background:linear-gradient(to top,var(--brand-500),var(--brand-400));border-radius:4px 4px 0 0;width:16px;transition:height 1s ease-out;animation:1s ease-out forwards PricingHero-module__bzIu7G__growUp}.PricingHero-module__bzIu7G__barCost{background:var(--slate-200);border-radius:4px 4px 0 0;width:16px;transition:height 1s ease-out;animation:1s ease-out .2s forwards PricingHero-module__bzIu7G__growUp}@keyframes PricingHero-module__bzIu7G__growUp{0%{height:0}}.PricingHero-module__bzIu7G__legend{justify-content:center;gap:16px;display:flex}.PricingHero-module__bzIu7G__legendItem{color:var(--slate-600);align-items:center;gap:6px;font-size:.75rem;display:flex}.PricingHero-module__bzIu7G__dot{border-radius:50%;width:8px;height:8px}.PricingHero-module__bzIu7G__dotRevenue{background:var(--brand-500)}.PricingHero-module__bzIu7G__dotCost{background:var(--slate-300)}.PricingHero-module__bzIu7G__floatCard{box-shadow:var(--shadow-lg);border:1px solid var(--slate-50);z-index:20;background:#fff;border-radius:16px;align-items:center;gap:12px;padding:12px 16px;animation:4s ease-in-out infinite PricingHero-module__bzIu7G__float;display:flex;position:absolute}.PricingHero-module__bzIu7G__cardTopRight{animation-delay:0s;top:20px;right:0}.PricingHero-module__bzIu7G__cardBottomLeft{animation-delay:1.5s;bottom:40px;left:0}.PricingHero-module__bzIu7G__cardBottomRight{animation-delay:2.5s;bottom:80px;right:-20px}@keyframes PricingHero-module__bzIu7G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.PricingHero-module__bzIu7G__statIconRevenue{color:#15803d;background:#dcfce7;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.PricingHero-module__bzIu7G__statIconCost{color:#b91c1c;background:#fee2e2;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.PricingHero-module__bzIu7G__statIconRoi{color:#a16207;background:#fef9c3;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.PricingHero-module__bzIu7G__statInfo{flex-direction:column;display:flex}.PricingHero-module__bzIu7G__statLabel{color:var(--slate-500);font-size:.75rem;font-weight:500}.PricingHero-module__bzIu7G__statValueRevenue{color:#15803d;font-size:1rem;font-weight:700}.PricingHero-module__bzIu7G__statValueCost{color:#b91c1c;font-size:1rem;font-weight:700}.PricingHero-module__bzIu7G__statValueRoi{color:#a16207;font-size:1rem;font-weight:700}@media (max-width:1023px){.PricingHero-module__bzIu7G__visual{display:none}}
.MiniAppPricing-module__Hz0o5G__section{padding:var(--section-py-mobile)0}@media (min-width:768px){.MiniAppPricing-module__Hz0o5G__section{padding:var(--section-py)0}}.MiniAppPricing-module__Hz0o5G__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-xl)}.MiniAppPricing-module__Hz0o5G__title{font-size:var(--title-size-mobile);color:var(--secondary-color);margin-bottom:var(--spacing-sm);background:var(--gradient-title);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700;display:inline-block}@media (min-width:768px){.MiniAppPricing-module__Hz0o5G__title{font-size:var(--title-size-desktop)}}.MiniAppPricing-module__Hz0o5G__subtitle{color:var(--text-secondary);font-size:1.125rem}.MiniAppPricing-module__Hz0o5G__grid{gap:var(--spacing-lg);grid-template-columns:1fr;align-items:stretch;display:grid}@media (min-width:640px){.MiniAppPricing-module__Hz0o5G__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.MiniAppPricing-module__Hz0o5G__grid{grid-template-columns:repeat(4,1fr)}}.MiniAppPricing-module__Hz0o5G__card{background:var(--bg-white);padding:var(--spacing-lg);border-radius:var(--radius-xl);border:1px solid var(--slate-200);flex-direction:column;min-width:0;height:100%;transition:all .3s;display:flex;position:relative}.MiniAppPricing-module__Hz0o5G__card:hover{box-shadow:var(--shadow-xl);border-color:var(--brand-200);transform:translateY(-8px)}.MiniAppPricing-module__Hz0o5G__bestChoice{border:2px solid var(--brand-500);box-shadow:var(--shadow-lg)}.MiniAppPricing-module__Hz0o5G__bestChoiceBadge{background:var(--brand-600);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:6px 16px;font-size:.875rem;font-weight:700;position:absolute;top:-14px;right:20px}.MiniAppPricing-module__Hz0o5G__iconWrapper{background:var(--brand-50);border-radius:var(--radius-lg);width:48px;height:48px;color:var(--brand-600);margin-bottom:var(--spacing-lg);justify-content:center;align-items:center;display:flex}.MiniAppPricing-module__Hz0o5G__planName{color:var(--slate-900);margin-bottom:var(--spacing-xs);font-size:1.25rem;font-weight:800}.MiniAppPricing-module__Hz0o5G__planDesc{color:var(--text-secondary);margin-bottom:var(--spacing-lg);min-height:40px;font-size:.875rem}.MiniAppPricing-module__Hz0o5G__features{margin-bottom:var(--spacing-lg);flex-grow:1;list-style:none}.MiniAppPricing-module__Hz0o5G__featureItem{margin-bottom:var(--spacing-sm);color:var(--slate-700);align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.4;display:flex}.MiniAppPricing-module__Hz0o5G__checkIcon{color:var(--success-color);flex-shrink:0;margin-top:2px}.MiniAppPricing-module__Hz0o5G__priceWrapper{margin-bottom:var(--spacing-md)}.MiniAppPricing-module__Hz0o5G__priceLabel{color:var(--text-tertiary);margin-bottom:4px;font-size:.75rem}.MiniAppPricing-module__Hz0o5G__price{color:var(--brand-600);word-break:break-word;font-size:1.25rem;font-weight:800;line-height:1.3}.MiniAppPricing-module__Hz0o5G__period{color:var(--text-tertiary);margin-top:2px;font-size:.75rem;font-weight:400}.MiniAppPricing-module__Hz0o5G__note{color:var(--text-tertiary);margin-bottom:var(--spacing-md);font-size:.7rem;line-height:1.4}.MiniAppPricing-module__Hz0o5G__button{background:var(--brand-600);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding:12px;font-size:.875rem;font-weight:700;transition:background .2s;display:flex}.MiniAppPricing-module__Hz0o5G__button:hover{background:var(--brand-700)}
.ServiceSyncManagement-module__rRXbkq__section{padding:var(--section-py-mobile)0;background:#f8fafc;overflow:hidden}@media (min-width:768px){.ServiceSyncManagement-module__rRXbkq__section{padding:var(--section-py)0}}.ServiceSyncManagement-module__rRXbkq__grid{grid-template-columns:1fr;align-items:center;gap:40px;display:grid}@media (min-width:1024px){.ServiceSyncManagement-module__rRXbkq__grid{grid-template-columns:1fr 1fr;gap:80px}}.ServiceSyncManagement-module__rRXbkq__title{font-size:var(--title-size-mobile);color:#0f172a;margin-bottom:16px;font-weight:700}@media (min-width:768px){.ServiceSyncManagement-module__rRXbkq__title{font-size:var(--title-size-desktop)}}.ServiceSyncManagement-module__rRXbkq__description{color:#64748b;margin-bottom:32px;font-size:18px;line-height:1.6}.ServiceSyncManagement-module__rRXbkq__features{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.ServiceSyncManagement-module__rRXbkq__featureItem{color:#334155;align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.ServiceSyncManagement-module__rRXbkq__featureIcon{color:#2563eb;background:#eff6ff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ServiceSyncManagement-module__rRXbkq__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.ServiceSyncManagement-module__rRXbkq__dashboardCard{z-index:10;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:24px;transition:transform .5s;position:relative;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 20px 50px -10px #0000001a,0 0 0 1px #0000000d}.ServiceSyncManagement-module__rRXbkq__dashboardCard:hover{transform:perspective(1000px)rotateY(0)rotateX(0)translateY(-10px)}.ServiceSyncManagement-module__rRXbkq__dashHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.ServiceSyncManagement-module__rRXbkq__dashTitle{color:#0f172a;align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.ServiceSyncManagement-module__rRXbkq__statusBadge{color:#10b981;background:#ecfdf5;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:flex}.ServiceSyncManagement-module__rRXbkq__statusDot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s infinite ServiceSyncManagement-module__rRXbkq__pulse}.ServiceSyncManagement-module__rRXbkq__logList{flex-direction:column;gap:12px;display:flex}.ServiceSyncManagement-module__rRXbkq__logItem{background:#f8fafc;border-radius:12px;align-items:flex-start;gap:12px;padding:12px;font-size:13px;display:flex}.ServiceSyncManagement-module__rRXbkq__logIcon{color:#3b82f6;margin-top:2px}.ServiceSyncManagement-module__rRXbkq__logContent{flex:1}.ServiceSyncManagement-module__rRXbkq__logTitle{color:#334155;margin-bottom:2px;font-weight:600}.ServiceSyncManagement-module__rRXbkq__logTime{color:#94a3b8;font-size:11px}.ServiceSyncManagement-module__rRXbkq__logStatus{font-size:11px;font-weight:600}.ServiceSyncManagement-module__rRXbkq__statusSuccess{color:#10b981}.ServiceSyncManagement-module__rRXbkq__statusPending{color:#f59e0b}.ServiceSyncManagement-module__rRXbkq__floatIcon{color:#2563eb;background:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;animation:3s ease-in-out infinite ServiceSyncManagement-module__rRXbkq__float;display:flex;position:absolute;top:-20px;right:-20px;box-shadow:0 10px 30px -5px #0000001a}.ServiceSyncManagement-module__rRXbkq__glowEffect{z-index:0;background:radial-gradient(circle,#2563eb1a 0%,#0000 70%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ServiceSyncManagement-module__rRXbkq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ServiceSyncManagement-module__rRXbkq__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
.HowItWorks-module__EL368a__section{padding:var(--section-py-mobile)0;background:#fff}@media (min-width:768px){.HowItWorks-module__EL368a__section{padding:var(--section-py)0}}.HowItWorks-module__EL368a__header{text-align:center;max-width:700px;margin:0 auto var(--spacing-3xl)}.HowItWorks-module__EL368a__badge{background:var(--brand-100);color:var(--brand-700);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-md);padding:4px 12px;font-size:.875rem;font-weight:700;display:inline-block}.HowItWorks-module__EL368a__title{font-size:var(--title-size-mobile);color:var(--slate-900);margin-bottom:var(--spacing-lg);font-weight:800;line-height:1.2}@media (min-width:768px){.HowItWorks-module__EL368a__title{font-size:var(--title-size-desktop)}}.HowItWorks-module__EL368a__description{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.HowItWorks-module__EL368a__steps{gap:var(--spacing-2xl);grid-template-columns:1fr;display:grid;position:relative}@media (min-width:768px){.HowItWorks-module__EL368a__steps{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HowItWorks-module__EL368a__steps{grid-template-columns:repeat(4,1fr)}}.HowItWorks-module__EL368a__step{text-align:center;position:relative}.HowItWorks-module__EL368a__stepNumber{background:var(--gradient-primary);width:60px;height:60px;margin:0 auto var(--spacing-lg);color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 4px 12px #3b82f64d}.HowItWorks-module__EL368a__stepIcon{background:var(--brand-50);width:60px;height:60px;margin:0 auto var(--spacing-lg);color:var(--brand-600);box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:flex}.HowItWorks-module__EL368a__stepTitle{color:var(--slate-900);margin-bottom:var(--spacing-sm);font-size:1.125rem;font-weight:700}.HowItWorks-module__EL368a__stepDesc{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}@media (min-width:1024px){.HowItWorks-module__EL368a__step:not(:last-child):after{content:"";background:linear-gradient(to right,var(--brand-300),var(--brand-100));z-index:-1;width:calc(100% - 60px);height:2px;position:absolute;top:30px;left:calc(50% + 30px)}}
.MissionVision-module__DBPPua__section{padding:var(--section-py-mobile)0;background:#fff}@media (min-width:768px){.MissionVision-module__DBPPua__section{padding:var(--section-py)0}}.MissionVision-module__DBPPua__grid{gap:var(--spacing-2xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.MissionVision-module__DBPPua__grid{grid-template-columns:1fr 1fr}}.MissionVision-module__DBPPua__card{padding:var(--spacing-xl);border-radius:var(--radius-xl);background:var(--slate-50);border:1px solid var(--slate-100);transition:transform .3s}.MissionVision-module__DBPPua__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.MissionVision-module__DBPPua__iconBox{border-radius:var(--radius-lg);width:64px;height:64px;color:var(--brand-600);box-shadow:var(--shadow-md);margin-bottom:var(--spacing-lg);background:#fff;justify-content:center;align-items:center;display:flex}.MissionVision-module__DBPPua__title{color:var(--slate-900);margin-bottom:var(--spacing-md);font-size:1.5rem;font-weight:800}.MissionVision-module__DBPPua__description{color:var(--text-secondary);font-size:1rem;line-height:1.6}
.BlogHero-module__G603GW__section{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:80px 0 60px;position:relative;overflow:hidden}.BlogHero-module__G603GW__bgPattern{z-index:0;background-image:radial-gradient(circle at 20% 30%,#3b82f626 0%,#0000 20%),radial-gradient(circle at 80% 70%,#10b98126 0%,#0000 20%);position:absolute;inset:0}.BlogHero-module__G603GW__content{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.BlogHero-module__G603GW__badge{color:#60a5fa;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3b82f61a;border:1px solid #3b82f64d;border-radius:999px;margin-bottom:24px;padding:6px 16px;font-size:14px;font-weight:600;display:inline-block}.BlogHero-module__G603GW__title{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:24px;font-size:48px;font-weight:800;line-height:1.2}.BlogHero-module__G603GW__subtitle{color:#94a3b8;margin-bottom:40px;font-size:18px;line-height:1.6}@media (max-width:768px){.BlogHero-module__G603GW__section{padding:60px 0 40px}.BlogHero-module__G603GW__title{font-size:32px}}
.CaseStudy-module__A7fdbG__section{padding:var(--section-py-mobile)0;background:#fff}@media (min-width:768px){.CaseStudy-module__A7fdbG__section{padding:var(--section-py)0}}.CaseStudy-module__A7fdbG__wrapper{gap:var(--spacing-2xl);flex-direction:column;display:flex}@media (min-width:1024px){.CaseStudy-module__A7fdbG__wrapper{flex-direction:row;align-items:center}}.CaseStudy-module__A7fdbG__content{flex:1}.CaseStudy-module__A7fdbG__badge{background:var(--brand-50);color:var(--brand-700);border-radius:var(--radius-full);text-transform:uppercase;margin-bottom:var(--spacing-md);padding:4px 12px;font-size:.875rem;font-weight:700;display:inline-block}.CaseStudy-module__A7fdbG__title{color:var(--slate-900);margin-bottom:var(--spacing-lg);font-size:2rem;font-weight:800}@media (min-width:768px){.CaseStudy-module__A7fdbG__title{font-size:2.5rem}}.CaseStudy-module__A7fdbG__text{color:var(--text-secondary);margin-bottom:var(--spacing-lg);font-size:1.125rem;line-height:1.8}.CaseStudy-module__A7fdbG__stats{gap:var(--spacing-xl);margin-top:var(--spacing-xl);padding-top:var(--spacing-xl);border-top:1px solid var(--slate-100);display:flex}.CaseStudy-module__A7fdbG__statItem{flex-direction:column;display:flex}.CaseStudy-module__A7fdbG__statValue{color:var(--brand-600);font-size:2rem;font-weight:800}.CaseStudy-module__A7fdbG__statLabel{color:var(--slate-500);font-size:.875rem;font-weight:600}.CaseStudy-module__A7fdbG__visual{flex:1}.CaseStudy-module__A7fdbG__imageBox{border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-2xl);overflow:hidden}.CaseStudy-module__A7fdbG__image{width:100%;height:auto;display:block}
