.header{z-index:9999;background:#fff;width:100%;position:sticky;top:0;left:0}.desktop-menu a.active{color:var(--primary)}.desktop-menu a.active:after{width:100%}.mobile-menu a.active{color:var(--primary)}.mobile-menu a.active:after{width:45px}.desktop-menu>a,.dropdown-btn{cursor:pointer;color:#1f2937;background:0 0;border:none;align-items:center;gap:6px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.desktop-menu>a:hover,.dropdown-btn:hover{color:var(--primary)}.dropdown{position:relative}.dropdown-btn i{font-size:12px;transition:all .3s}.dropdown:hover .dropdown-btn i,.dropdown.active .dropdown-btn i{transform:rotate(180deg)}.dropdown-menu{opacity:0;visibility:hidden;z-index:999;background:#fff;border-radius:14px;width:230px;transition:all .3s;position:absolute;top:calc(100% + 12px);left:0;overflow:hidden;transform:translateY(12px);box-shadow:0 15px 40px #0000001f}.dropdown:hover .dropdown-menu,.dropdown.active .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{color:#374151;align-items:center;gap:12px;padding:15px 18px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.dropdown-menu a i{color:var(--primary);width:18px}.dropdown-menu a:hover{color:var(--primary);background:#f5f8ff;padding-left:24px}@keyframes headerFade{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.header-wrapper{justify-content:space-between;align-items:center;height:70px;display:flex}.logo{align-items:center;display:flex}.logo img{width:160px;transition:all .35s}.logo:hover img{transform:scale(1.05)}.desktop-menu{align-items:center;gap:38px;display:flex}.desktop-menu a{color:#222;font-size:14px;font-weight:600;transition:all .35s;position:relative}.desktop-menu a:after{content:"";background:var(--primary);border-radius:10px;width:0;height:2px;transition:all .35s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.desktop-menu a:hover{color:var(--primary)}.desktop-menu a:hover:after{width:100%}.header-buttons{align-items:center;gap:15px;display:flex}.login-btn{border:2px solid var(--primary);color:var(--primary);border-radius:8px;padding:8px 30px;font-size:14px;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1)}.login-btn:hover{background:var(--primary);color:#fff;transform:translateY(-3px);box-shadow:0 12px 25px #32ba4640}.trial-btn{background:linear-gradient(135deg, var(--primary), #28a83d);color:#fff;border-radius:8px;padding:8px 30px;font-size:14px;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1)}.trial-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px #32ba4659}.menu-btn{cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s;display:none}.menu-btn i{color:var(--primary);font-size:24px;transition:transform .35s,opacity .25s}.menu-btn.active i{color:#e53935;transform:rotate(180deg)}@media (width<=991px){.menu-btn{display:flex}}.mobile-menu{opacity:0;visibility:hidden;background:#fff;border-top:1px solid #f2f2f2;flex-direction:column;gap:18px;padding:25px;transition:all .35s;display:flex;position:absolute;top:90px;left:0;right:0;transform:translateY(-20px);box-shadow:0 12px 30px #00000014}.mobile-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu a{padding-bottom:5px;font-weight:600;transition:all .3s;position:relative}.mobile-menu a:after{content:"";background:var(--primary);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:0}.mobile-menu a:hover{color:var(--primary)}.mobile-menu a:hover:after{width:45px}.mobile-login{border:2px solid var(--primary);text-align:center;color:var(--primary);border-radius:8px;padding:10px;transition:all .35s}.mobile-login:hover{background:var(--primary);color:#fff}.mobile-trial{text-align:center;background:var(--primary);color:#fff;border-radius:8px;padding:13px;transition:all .35s}.mobile-trial:hover{background:var(--primary-dark)}@media screen and (width<=1200px){.desktop-menu{gap:25px}.logo img{width:165px}}@media screen and (width<=991px){.desktop-menu,.header-buttons{display:none}.menu-btn{display:block}}@media screen and (width<=479px){.header-wrapper{height:75px}.logo img{width:150px}.menu-btn{font-size:28px}.mobile-menu{top:75px}}.hero{background:#fff;padding-top:30px;padding-bottom:50px;position:relative;overflow:hidden}.hero-wrapper{z-index:2;justify-content:space-between;align-items:center;gap:50px;display:flex;position:relative}.hero-left{width:48%;animation:.8s fadeLeft}.hero-badge{color:var(--primary);cursor:pointer;background:#f3fcf5;border:1px solid #32ba462e;border-radius:50px;align-items:center;gap:10px;margin-bottom:15px;padding:8px 10px;font-size:14px;font-weight:600;transition:all .35s;display:inline-flex}.hero-badge i{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;display:flex}.hero-badge:hover{transform:translateY(-5px);box-shadow:0 15px 35px #32ba462e}.hero-title{letter-spacing:-2px;color:#222;margin-bottom:15px;font-size:42px;font-weight:800;line-height:1.08}.hero-title span{color:var(--primary);z-index:1;position:relative}.hero-title span:after{content:"";z-index:-1;background:linear-gradient(90deg,#32ba4626 0%,#32ba4659 35%,#feb10073 70%,#feb10033 100%);border-radius:50px;width:100%;height:8px;transition:all .35s;position:absolute;bottom:0;left:0}.hero-description{color:#666;max-width:540px;margin-bottom:15px;font-size:15px;line-height:1.5}.hero-buttons{align-items:center;gap:10px;margin-bottom:15px;display:flex}.primary-btn{background:linear-gradient(135deg, var(--primary), #28a63d);color:#fff;border-radius:10px;align-items:center;gap:10px;padding:8px 24px;font-weight:700;transition:all .35s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #32ba4640}.primary-btn span{width:30px;height:30px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:all .35s;display:flex}.primary-btn:hover{transform:translateY(-6px);box-shadow:0 25px 45px #32ba4652}.primary-btn:hover span{transform:translate(6px)}.secondary-btn{color:#333;background:#fff;border:2px solid #e8e8e8;border-radius:10px;align-items:center;gap:10px;padding:8px 26px;font-weight:600;transition:all .35s;display:inline-flex}.secondary-btn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-6px)}.hero-features{background-color:#0000;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:25px;display:grid}.feature-card{cursor:pointer;border-right:1px solid #f0f0f0;align-items:center;gap:10px;padding:5px;transition:all .35s;display:flex}.hero-features .feature-card:last-child{border-right:none}.feature-icon{width:40px;min-width:40px;height:40px;color:var(--primary);background:#32ba4648;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .35s;display:flex}.feature-card:hover .feature-icon{transform:rotate(-8deg)scale(1.08)}.feature-card h4{color:#222;font-size:12px}.feature-card span{color:#777;font-size:10px}.hero-right{justify-content:center;align-items:center;width:52%;min-height:380px;animation:.8s fadeRight;display:flex;position:relative}.hero-ring{pointer-events:none;border-radius:50%;position:absolute}.hero-ring-one{border:2px dashed #32ba461f;width:450px;height:450px;animation:35s linear infinite rotateRing}.hero-ring-two{border:2px solid #feb10026;width:350px;height:350px;animation:25s linear infinite rotateRingReverse}.hero-ring-three{background:radial-gradient(circle,#32ba461a,#0000 72%);width:250px;height:250px}.hero-image-large{z-index:5;width:230px;transition:all .45s;position:absolute;bottom:70px;right:40px}.hero-image-large img{border-radius:34px;width:100%;display:block;box-shadow:0 30px 70px #0000002e}.hero-image-large:hover{transform:translateY(-12px)scale(1.03)}.hero-image-small{z-index:6;width:230px;transition:all .45s;position:absolute;top:120px;left:10px}.hero-image-small img{border-radius:28px;width:100%;display:block;box-shadow:0 25px 60px #00000026}.hero-image-small:hover{transform:translateY(-10px)rotate(-3deg)}.hero-logo-circle{z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:50%;left:48%;transform:translate(-50%,-50%);box-shadow:0 20px 50px #0000001f}.hero-logo-circle img{width:100px}.floating-card{backdrop-filter:blur(16px);z-index:20;background:#ffffffeb;border:1px solid #ffffff8c;border-radius:14px;padding:5px;position:absolute;box-shadow:0 25px 60px #0000001f}.sales-card{width:200px;padding:10px;animation:4s ease-in-out infinite floatCard;top:10px;left:100px}.sales-card h5{color:#333;margin-bottom:5px;font-size:12px}.graph{background:linear-gradient(#32ba4626,#32ba4608);border-radius:8px;height:45px;position:relative;overflow:hidden}.graph svg{width:100%;height:100%;display:block}.graph-line{fill:none;stroke:var(--primary);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.graph-fill{fill:#32ba4626}.graph:after{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);height:2px;position:absolute;bottom:8px;left:10px;right:10px}.sales-bottom{justify-content:space-between;align-items:center;display:flex}.hero-sales-con{flex-direction:column;gap:2px;display:flex}.sales-bottom small{color:#888;font-size:10px}.sales-bottom h3{font-size:14px}.sales-bottom span{color:var(--primary);font-size:16px;font-weight:700}.customer-card{align-items:center;gap:8px;width:180px;padding:10px;animation:6s ease-in-out infinite floatCard;display:flex;bottom:0;left:120px}.customer-icon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex}.customer-card small{color:#777;font-size:10px}.customer-card h3{font-size:14px}.rating{color:#feb100;gap:3px;display:flex}.rating i{font-size:9px}.order-card{justify-content:space-between;align-items:center;gap:10px;width:180px;padding:10px;animation:5.5s ease-in-out infinite floatCard;display:flex;bottom:10px;right:30px}.order-icon{background:var(--secondary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;display:flex}.order-card small{color:#777;font-size:12px}.order-card h3{margin-top:4px;font-size:14px}.order-card span{color:var(--primary);font-size:16px;font-weight:600}.hero-dots{z-index:100;grid-template-columns:repeat(3,1fr);gap:12px;width:90px;display:grid;position:absolute;bottom:40px;left:-25px}.hero-dots1{z-index:200;grid-template-columns:repeat(3,1fr);gap:12px;width:90px;display:grid;position:absolute;top:40px;left:0}.hero-dots span{background:#32ba4673;border-radius:50%;width:8px;height:8px;animation:2.5s ease-in-out infinite pulseDot}.hero-dots span:nth-child(2){animation-delay:.2s}.hero-dots span:nth-child(3){animation-delay:.4s}.hero-dots span:nth-child(4){animation-delay:.6s}.hero-dots span:nth-child(5){animation-delay:.8s}.hero-dots span:nth-child(6){animation-delay:1s}.hero-dots span:nth-child(7){animation-delay:1.2s}.hero-dots span:nth-child(8){animation-delay:1.4s}.hero-dots span:nth-child(9){animation-delay:1.6s}@keyframes fadeRight{0%{opacity:0;transform:translate(70px)}to{opacity:1;transform:none}}@keyframes floatCard{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes rotateRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateRingReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes pulseDot{0%{opacity:.4;transform:scale(.7)}50%{opacity:1;transform:scale(1.2)}to{opacity:.4;transform:scale(.7)}}.trusted-strip{z-index:100;background:#fff;border:1px solid #0000000f;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding:5px 15px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000000f}.trusted-strip:after{content:"";background:#feb10014;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-90px;left:-90px}.trusted-title{color:#222;z-index:2;min-width:140px;font-size:18px;font-weight:600;line-height:1.1;position:relative}.trusted-items{z-index:2;flex:1;grid-template-columns:repeat(8,1fr);gap:10px;display:grid;position:relative}.trusted-item{cursor:pointer;border:1px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px 10px;transition:all .35s;display:flex}.trusted-item:hover{background:#fff;border-color:#32ba462e;transform:translateY(-8px);box-shadow:0 18px 40px #32ba461f}.trusted-item i{width:30px;height:30px;color:var(--primary);background:0 0;justify-content:center;align-items:center;font-size:20px;transition:all .35s;display:flex}.trusted-item:hover i{transform:rotate(-8deg)scale(1.08)}.trusted-item span{color:#333;font-size:12px;font-weight:600}.hero:before{content:"";filter:blur(10px);background:#32ba460d;border-radius:50%;width:380px;height:380px;position:absolute;top:120px;left:-180px}.hero:after{content:"";filter:blur(25px);background:#feb1000f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-120px;right:-120px}.hero-right:before{content:"";z-index:-1;background:radial-gradient(circle,#32ba461f,#0000 70%);border-radius:50%;width:520px;height:520px;animation:8s ease-in-out infinite glowMove;position:absolute}.primary-btn:before{content:"";left:var(--x);top:var(--y);background:#ffffff40;border-radius:50%;width:0;height:0;transition:width .55s,height .55s;position:absolute;transform:translate(-50%,-50%)}.primary-btn:hover:before{width:320px;height:320px}.feature-card.active{border-color:#32ba4633;transform:translateY(-8px);box-shadow:0 18px 45px #32ba461f}.hero-left,.hero-right,.feature-card,.trusted-item{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(45px)}.show{opacity:1!important;transform:none!important}.hero-image{z-index:5;width:100%;max-width:650px;position:relative}.hero-image img{width:100%;transition:all .45s;display:block}.sales-card:hover,.customer-card:hover,.order-card:hover{box-shadow:0 28px 60px #32ba462e}.hero *{transition:background .3s,color .3s,border-color .3s}@keyframes glowMove{0%{transform:scale(1)translateY(0)}50%{transform:scale(1.08)translateY(-18px)}to{transform:scale(1)translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #18a95773}70%{box-shadow:0 0 0 18px #18a95700}to{box-shadow:0 0 #18a95700}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:20px}::-webkit-scrollbar-track{background:#f5f5f5}@media screen and (width<=1199px){.hero{padding:40px 0 50px}.hero-wrapper{align-items:center;gap:35px}.hero-left{width:48%}.hero-badge{padding:8px 18px;font-size:13px}.hero-badge i{width:34px;height:34px;font-size:16px}.hero-title{letter-spacing:-1.5px;margin-bottom:18px;font-size:52px;line-height:1.08}.hero-description{max-width:100%;margin-bottom:22px;font-size:16px;line-height:1.7}.hero-buttons{gap:14px;margin-bottom:22px}.primary-btn,.secondary-btn{padding:14px 22px;font-size:15px}.primary-btn span{width:34px;height:34px}.hero-features{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.feature-card{background:#fff;border:1px solid #efefef;border-radius:12px;padding:14px}.hero-features .feature-card:nth-child(2n){border-right:none}.feature-icon{width:46px;min-width:46px;height:46px;font-size:18px}.feature-card h4{font-size:14px}.feature-card span{font-size:12px}.hero-right{width:52%;min-height:560px}.hero-image{max-width:560px}.hero-ring-one{width:410px;height:410px}.hero-ring-two{width:330px;height:330px}.hero-ring-three{width:230px;height:230px}.hero-logo-circle{width:95px;height:95px}.hero-logo-circle img{width:78px}.sales-card{width:190px;top:10px;left:40px}.customer-card{width:175px;bottom:15px;left:55px}.order-card{width:170px;bottom:15px;right:15px}.sales-card h5{font-size:13px}.sales-bottom h3,.customer-card h3,.order-card h3{font-size:18px}.sales-bottom span,.order-card span{font-size:15px}.hero-dots{bottom:25px;left:-10px}.trusted-strip{gap:20px;margin-top:30px;padding:18px 20px}.trusted-title{min-width:170px;font-size:24px}.trusted-items{grid-template-columns:repeat(4,1fr);gap:12px}.trusted-item{padding:12px}.trusted-item i{font-size:22px}.trusted-item span{font-size:13px}}@media screen and (width<=991px){.hero{padding:50px 0 40px}.hero-wrapper{text-align:center;flex-direction:column;gap:45px}.hero-left{order:1;width:100%;max-width:700px;margin:auto}.hero-badge{margin:0 auto 20px;padding:10px 22px}.hero-title{letter-spacing:-1px;margin-bottom:18px;font-size:46px;line-height:1.15}.hero-description{max-width:650px;margin:0 auto 25px;font-size:17px;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:28px}.primary-btn,.secondary-btn{padding:15px 26px;font-size:15px}.hero-features{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:15px}.feature-card{text-align:left;background:#fff;border:1px solid #ededed;border-right:none;border-radius:14px;justify-content:flex-start;padding:18px}.feature-icon{width:52px;min-width:52px;height:52px;font-size:20px}.feature-card h4{font-size:15px}.feature-card span{font-size:13px}.hero-right{order:2;width:100%;min-height:620px}.hero-image{max-width:620px;margin:auto}.hero-ring-one{width:470px;height:470px}.hero-ring-two{width:380px;height:380px}.hero-ring-three{width:270px;height:270px}.hero-logo-circle{width:100px;height:100px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-logo-circle img{width:80px}.sales-card{width:210px;top:20px;left:40px}.customer-card{width:200px;bottom:25px;left:25px}.order-card{width:190px;bottom:20px;right:20px}.sales-card h5{font-size:13px}.sales-bottom h3,.customer-card h3,.order-card h3{font-size:18px}.sales-bottom span,.order-card span{font-size:15px}.hero-dots{bottom:35px;left:15px}.trusted-strip{text-align:center;flex-direction:column;align-items:center;gap:25px;margin-top:35px;padding:25px}.trusted-title{min-width:100%;font-size:28px;line-height:1.2}.trusted-items{grid-template-columns:repeat(4,1fr);gap:15px;width:100%}.trusted-item{padding:15px 10px}.trusted-item i{font-size:24px}.trusted-item span{font-size:13px}}@media screen and (width<=767px){.hero{padding:20px 0}.hero-wrapper{text-align:center;flex-direction:column;gap:25px}.hero-left{order:1;width:100%}.hero-badge{width:fit-content;max-width:100%;margin:0 auto 10px;padding:6px 10px;font-size:12px}.hero-badge i{width:32px;height:32px;font-size:14px}.hero-title{letter-spacing:-1px;margin-bottom:15px;font-size:28px;line-height:1.18}.hero-title span:after{height:6px}.hero-description{max-width:100%;margin:0 auto 24px;padding:0 8px;font-size:15px;line-height:1.65}.hero-buttons{justify-content:space-between;align-items:center;gap:10px;width:100%;margin-bottom:25px;display:flex}.primary-btn,.secondary-btn{white-space:nowrap;justify-content:center;align-items:center;width:calc(50% - 5px);padding:10px;font-size:13px;display:flex}.primary-btn span{width:24px;height:24px}.hero-features{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:10px;display:grid}.feature-card{background:#fff;border:1px solid #ececec;border-right:none;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.feature-icon{width:35px;min-width:35px;height:35px;font-size:18px}.feature-card h4{font-size:12px}.feature-card span{font-size:10px}.hero-right{background:#fff;order:2;justify-content:center;align-items:center;width:100%;height:400px;min-height:auto;display:flex}.hero-image{width:100%;max-width:100%}.hero-image img{width:100%;display:block}.hero-ring-one{width:290px;height:290px}.hero-ring-two{width:230px;height:230px}.hero-ring-three{width:160px;height:160px}.hero-logo-circle{width:70px;height:70px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-logo-circle img{width:52px}.floating-card{border-radius:12px;padding:8px}.sales-card{width:145px;top:8px;left:0}.sales-card h5{font-size:10px}.sales-bottom small{font-size:8px}.sales-bottom h3{font-size:13px}.sales-bottom span{font-size:12px}.customer-card{gap:8px;width:150px;bottom:8px;left:0}.customer-icon{width:36px;height:36px;font-size:16px}.customer-card small{font-size:8px}.customer-card h3{font-size:13px}.rating i{font-size:8px}.order-card{width:145px;bottom:12px;right:0}.order-icon{width:38px;height:38px;font-size:16px}.order-card small{font-size:9px}.order-card h3{font-size:13px}.order-card span{font-size:12px}.hero-dots{display:none}.trusted-strip{text-align:center;flex-direction:column;gap:20px;margin-top:20px;padding:20px 15px}.trusted-title{min-width:100%;font-size:16px;line-height:1.04}.trusted-items{grid-template-columns:repeat(4,1fr);gap:10px;width:100%;display:grid}.trusted-item{padding:12px 8px}.trusted-item i{width:36px;height:36px;font-size:24px}.trusted-item span{text-align:center;font-size:11px;line-height:1.3}}.business-section{background:radial-gradient(circle at 0 0,#32ba461a,#0000 35%),radial-gradient(circle at 100% 0,#feb1001a,#0000 35%),#fff;justify-content:center;align-items:center;width:100%;padding-top:30px;padding-bottom:30px;display:flex;position:relative;overflow:hidden}.business-title-section{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.business-section-badge{backdrop-filter:blur(16px);color:#239536;background:#ffffffbf;border:1px solid #ffffff80;border-radius:60px;align-items:center;gap:10px;padding:8px 20px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 10px 35px #00000014}.business-section-badge i{color:#32ba46;font-size:18px}.section-title{text-align:center;color:#111827;font-size:36px;font-weight:800;line-height:1.02}.section-title span{color:#32ba46}.title-line{background:linear-gradient(90deg,#32ba46,#feb100);border-radius:20px;width:120px;height:6px;margin:0 auto 5px}.section-description{text-align:center;color:#5b6575;max-width:620px;margin:auto;font-size:14px;line-height:1.2}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes lineGrow{0%{width:90px}50%{width:150px}to{width:90px}}.business-grid{grid-template-columns:repeat(5,1fr);align-items:stretch;gap:45px 10px;margin-top:40px;display:grid}.business-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:14px;padding:10px;transition:all .4s;animation:.8s both fadeUp;position:relative;overflow:visible;box-shadow:0 12px 35px #0000000f}.business-card:hover{transform:translateY(-12px)scale(1.03);box-shadow:0 22px 50px #0000001f}.business-icon{border:5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;transition:all .35s;animation:3s ease-in-out infinite floatIcon;display:flex;position:absolute;top:-30px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #00000014}.business-icon i{font-size:24px;transition:all .35s}.business-icon.green{background:linear-gradient(135deg,#f3fff5,#ddf8e4)}.business-icon.green i{color:#32ba46}.business-icon.yellow{background:linear-gradient(135deg,#fffbea,#ffe9ae)}.business-icon.yellow i{color:#feb100}.business-icon.green-light{background:linear-gradient(135deg,#f8fff9,#edfdf0)}.business-icon.green-light i{color:#57c96a}.business-icon.yellow-light{background:linear-gradient(135deg,#fffdf5,#fff5d7)}.business-icon.yellow-light i{color:#e6a800}.business-card:hover .business-icon{transform:translate(-50%)scale(1.12);box-shadow:0 18px 35px #00000026}.business-image{border-radius:8px;margin-top:28px;overflow:hidden}.business-image img{object-fit:cover;width:100%;height:120px}.business-card:hover img{transform:scale(1.08)}.business-card h3{color:#202734;margin-top:10px;font-size:14px;font-weight:600;line-height:1.2}@keyframes floatIcon{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}.retail-features{background:#fff;border:1px solid #0000000d;border-radius:22px;grid-template-columns:1.5fr repeat(5,1fr);margin-top:30px;display:grid;overflow:hidden;box-shadow:0 10px 35px #00000014}.feature-item{border-right:1px solid #ececec;align-items:center;gap:10px;padding:10px;transition:all .35s;display:flex}.feature-item:last-child{border-right:none}.feature-item:hover{background:#f8fff9}.feature-icon{background:#f3fff6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.feature-icon i{color:#32ba46;font-size:20px}.feature-content h4{color:#202734;margin:0;font-size:12px;font-weight:600;line-height:1.1}.feature-content span{color:#32ba46}.feature-content p{color:#666;margin-top:5px;font-size:10px;line-height:1.1}.primary-feature{min-width:160px}.primary-feature .feature-icon{background:linear-gradient(135deg,#32ba46,#239536);width:50px;height:50px}.primary-feature .feature-icon i{color:#fff;font-size:20px}.primary-feature h4{font-size:14px;line-height:1.2}.primary-feature span{color:#32ba46;margin-top:6px;font-size:16px;font-weight:800;display:block}@media screen and (width>=768px) and (width<=1199px){.section-title{font-size:56px}.section-description{max-width:700px;font-size:20px}.business-section-badge{font-size:16px}.business-grid{grid-template-columns:repeat(4,1fr);gap:22px}.business-image img{height:160px}.business-card h3{font-size:18px}.retail-features{grid-template-columns:repeat(2,1fr)}.feature-item{border-bottom:1px solid #eee}}@media screen and (width>=480px) and (width<=767px){.business-section{padding:70px 18px}.section-title{font-size:42px}.section-description{font-size:17px;line-height:1.7}.business-section-badge{padding:10px 22px;font-size:15px}.business-grid{grid-template-columns:repeat(2,1fr);gap:18px}.business-card{padding:16px}.business-icon{width:60px;height:60px}.business-icon i{font-size:24px}.business-image img{height:140px}.business-card h3{font-size:16px}}@media screen and (width<=479px){.business-section{padding:30px 0}.section-title{font-size:28px}.section-description{font-size:14px;line-height:1.04}.business-section-badge{padding:8px 18px;font-size:14px}.business-grid{grid-template-columns:repeat(2,1fr);gap:8px}.business-card{margin-top:35px;padding:8px}.business-icon{width:55px;height:55px}.business-icon i{font-size:22px}.business-image img{height:120px}.business-card h3{font-size:14px}.retail-features{grid-template-columns:1fr}.feature-item{border-right:none}.primary-feature{min-width:100%}}.service-section{background:radial-gradient(circle at 0 0,#32ba4614,#0000 35%),radial-gradient(circle at 100% 0,#feb10014,#0000 35%),#fff;justify-content:center;align-items:center;width:100%;padding:30px 0;display:flex;position:relative;overflow:hidden}.service-title-section{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.service-section-badge{backdrop-filter:blur(14px);color:#239536;background:#ffffffbf;border:1px solid #fff9;border-radius:60px;align-items:center;gap:10px;padding:8px 22px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 10px 35px #00000014}.service-section-badge i{color:#32ba46;font-size:18px}.service-title{text-align:center;color:#111827;font-size:38px;font-weight:800;line-height:1.05}.service-description{text-align:center;color:#5b6575;max-width:700px;margin:auto;font-size:15px;line-height:1.6}.service-grid{grid-template-columns:repeat(5,1fr);gap:42px 20px;margin-top:45px;display:grid}.service-icon{border:5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;animation:3s ease-in-out infinite serviceFloat;display:flex;position:absolute;top:-28px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #00000014}.service-card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:10px;padding:10px;transition:all .4s;position:relative;overflow:visible;box-shadow:0 12px 35px #0000000f}.service-card:hover{transform:translateY(-10px)scale(1.03);box-shadow:0 22px 45px #0000001f}.service-icon i{font-size:22px}.service-image{border-radius:12px;margin-top:25px;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:120px;transition:all .45s}.service-card:hover img{transform:scale(1.08)}.service-card h3{color:#222;margin-top:10px;font-size:14px;font-weight:700;line-height:1.1}.service-card p{color:#6b7280;margin-top:8px;font-size:10px;line-height:1.45}@keyframes serviceFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}.service-icon.green{background:linear-gradient(135deg,#f3fff5,#ddf8e4)}.service-icon.green i{color:#32ba46}.service-icon.purple{background:linear-gradient(135deg,#f8f0ff,#e8d6ff)}.service-icon.purple i{color:#8b5cf6}.service-icon.blue{background:linear-gradient(135deg,#edf6ff,#d9ecff)}.service-icon.blue i{color:#2563eb}.service-icon.orange{background:linear-gradient(135deg,#fff4ea,#ffe2c6)}.service-icon.orange i{color:#f97316}.service-icon.cyan{background:linear-gradient(135deg,#eafdfc,#d5f8f6)}.service-icon.cyan i{color:#06b6d4}.service-card{animation:.8s both serviceFadeUp}@keyframes serviceFadeUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.service-card:hover .service-icon{transform:translate(-50%)scale(1.12);box-shadow:0 18px 35px #00000026}.service-features{background:#fff;border:1px solid #0000000d;border-radius:20px;grid-template-columns:1.45fr repeat(4,1fr);margin-top:30px;display:grid;overflow:hidden;box-shadow:0 10px 30px #00000014}.service-feature-item{border-right:1px solid #ececec;align-items:center;gap:10px;padding:10px;transition:all .35s;display:flex}.service-feature-item:last-child{border-right:none}.service-feature-item:hover{background:#f7fff8}.service-feature-icon{background:#f2fff4;border-radius:50%;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;display:flex}.service-feature-icon i{color:#32ba46;font-size:24px}.service-feature-content h4{color:#202734;margin:0;font-size:12px;font-weight:700;line-height:1.2}.service-feature-content span{color:#32ba46;margin-top:4px;font-weight:800;display:block}.service-feature-content p{color:#666;margin-top:6px;font-size:10px;line-height:1.1}.service-primary-feature{min-width:170px}.service-primary-feature .service-feature-icon{background:linear-gradient(135deg,#32ba46,#239536);width:50px;min-width:50px;height:50px}.service-primary-feature .service-feature-icon i{color:#fff;font-size:28px}.service-primary-feature h4{font-size:14px;line-height:1.25}.service-primary-feature span{font-size:12px}.service-feature-item:hover .service-feature-icon{transition:all .35s;transform:scale(1.08)}.service-feature-item:hover .service-feature-content h4{color:#32ba46}.service-feature-item,.service-card{backdrop-filter:blur(10px)}.service-custom-business{background:#fff;border:1px solid #32ba4626;border-radius:18px;grid-template-columns:1.5fr 1fr 280px;align-items:center;gap:25px;margin-top:35px;padding:22px 26px;display:grid;box-shadow:0 12px 30px #00000014}.custom-business-left{align-items:center;gap:10px;display:flex}.custom-business-image{color:#32ba46;background:linear-gradient(135deg,#eafbf0,#f9fff9);border-radius:16px;justify-content:center;align-items:center;gap:8px;width:110px;height:90px;font-size:28px;display:flex}.custom-business-image i:nth-child(2){font-size:40px}.custom-business-image i:nth-child(3){font-size:22px}.custom-small{color:#444;margin:0;font-size:14px}.custom-business-content h3{color:#222;margin:3px 0;font-size:20px;font-weight:700}.custom-business-content h3 span{color:#32ba46}.custom-business-content p:last-child{color:#666;margin:0;font-size:12px;line-height:1.2}.custom-business-features{flex-direction:column;gap:5px;display:flex}.custom-business-image{justify-content:center;align-items:center;width:220px;display:flex}.custom-business-image img{object-fit:contain;width:100%;height:auto;display:block}.custom-item{align-items:flex-start;gap:12px;display:flex}.custom-item .icon{background:#f2fff4;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.custom-item .icon i{color:#32ba46;font-size:16px}.custom-item h4{color:#222;margin:0;font-size:12px;font-weight:600}.custom-item p{color:#666;margin-top:0;font-size:11px}.custom-business-contact{text-align:center;background:#fafffb;border:2px dashed #32ba4640;border-radius:16px;padding:10px}.custom-business-contact p{color:#555;font-size:12px;line-height:1.5}.custom-business-contact strong{color:#32ba46;margin-top:3px;display:block}.custom-contact-btn{color:#fff;background:#32ba46;border-radius:40px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:8px 15px;font-weight:600;text-decoration:none;transition:all .35s;display:inline-flex}.custom-contact-btn:hover{color:#fff;background:#239536;transform:translateY(-3px)}@media screen and (width>=768px) and (width<=1199px){.service-custom-business{text-align:center;grid-template-columns:1fr}.custom-business-left{flex-direction:column}.custom-business-features{margin-top:10px}.custom-item{justify-content:center}.service-section{padding:60px 20px}.service-title{font-size:42px}.service-description{max-width:650px;font-size:15px}.service-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.service-card{padding:16px}.service-image img{height:170px}.service-card h3{font-size:17px}.service-card p{font-size:13px}.service-features{grid-template-columns:repeat(2,1fr);margin-top:40px}.service-feature-item{border-bottom:1px solid #ececec;border-right:none;padding:18px}.service-feature-item:last-child{border-bottom:none}.service-primary-feature{min-width:100%}.service-custom-business{text-align:center;border-radius:20px;flex-direction:column;gap:28px;padding:28px;display:flex}.custom-business-left{justify-content:center;align-items:center;gap:22px;display:flex}.custom-business-image{flex-shrink:0;width:130px;height:130px}.custom-business-image img{object-fit:contain;width:100%;height:100%}.custom-business-content{text-align:left}.custom-small{font-size:13px}.custom-business-content h3{margin-bottom:8px;font-size:26px}.custom-business-content p{font-size:14px;line-height:1.6}.custom-business-features{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:5px;display:grid}.custom-item{text-align:left;border:1px solid #ececec;border-radius:14px;justify-content:flex-start;padding:14px}.custom-item .icon{width:48px;min-width:48px;height:48px}.custom-item h4{font-size:15px}.custom-item p{font-size:12px;line-height:1.5}.custom-business-contact{border-top:1px solid #ececec;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;display:flex}.custom-business-contact p{text-align:left;margin:0;font-size:14px}.custom-contact-btn{justify-content:center;min-width:220px}}@media screen and (width>=480px) and (width<=767px){.service-section{padding:50px 18px}.service-title-section{gap:12px}.service-section-badge{padding:8px 18px;font-size:13px}.service-title{font-size:34px}.service-description{font-size:14px;line-height:1.6}.service-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:35px}.service-card{padding:14px}.service-image img{height:140px}.service-icon{width:56px;height:56px;top:-28px}.service-icon i{font-size:22px}.service-card h3{font-size:15px}.service-card p{font-size:12px}.service-features{grid-template-columns:1fr;margin-top:35px}.service-feature-item{border-bottom:1px solid #ececec;border-right:none;padding:18px}.service-feature-item:last-child{border-bottom:none}.service-primary-feature{min-width:100%}.service-primary-feature .service-feature-icon{width:58px;min-width:58px;height:58px}.service-custom-business{border-radius:18px;flex-direction:column;gap:20px;padding:20px;display:flex}.custom-business-left{align-items:center;gap:15px;display:flex}.custom-business-image{flex-shrink:0;width:95px;height:95px}.custom-business-image img{object-fit:contain;width:100%;height:100%}.custom-business-content{flex:1}.custom-small{font-size:11px}.custom-business-content h3{margin-bottom:5px;font-size:20px;line-height:1.3}.custom-business-content p{font-size:13px;line-height:1.5}.custom-business-features{flex-direction:column;gap:12px;display:flex}.custom-item{border:1px solid #ececec;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.custom-item .icon{width:42px;min-width:42px;height:42px}.custom-item h4{font-size:14px}.custom-item p{font-size:12px}.custom-business-contact{text-align:center}.custom-business-contact p{margin-bottom:15px;font-size:13px;line-height:1.6}.custom-contact-btn{justify-content:center;width:100%}}@media screen and (width<=479px){.service-section{padding:30px 0}.service-title-section{gap:10px}.service-section-badge{padding:7px 16px;font-size:12px}.service-title{font-size:24px}.service-description{margin:0 10px;font-size:12px;line-height:1.2}.service-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:30px;display:grid}.service-card{margin-top:30px;padding:10px}.service-image img{height:130px}.service-icon{width:54px;height:54px;top:-26px}.service-icon i{font-size:21px}.service-card h3{font-size:14px}.service-card p{font-size:12px}.service-features{grid-template-columns:1fr;margin-top:30px}.service-feature-item{border-bottom:1px solid #ececec;border-right:none;padding:16px}.service-feature-item:last-child{border-bottom:none}.service-feature-icon{width:48px;min-width:48px;height:48px}.service-feature-icon i{font-size:20px}.service-feature-content h4{font-size:14px}.service-feature-content p{font-size:12px}.service-primary-feature{min-width:100%}.service-primary-feature .service-feature-icon{width:56px;min-width:56px;height:56px}.service-primary-feature h4{font-size:16px}.service-primary-feature span{font-size:17px}.service-custom-business{padding:18px}.custom-business-content h3{font-size:22px}.custom-business-image{width:90px;height:80px}.custom-contact-btn{width:100%}.service-custom-business{border-radius:16px;flex-direction:column;gap:20px;margin-top:30px;padding:18px;display:flex}.custom-business-left{flex-direction:column;align-items:center;gap:14px;display:flex}.custom-business-image{flex-shrink:0;width:120px;height:120px}.custom-business-image img{object-fit:contain;width:100%;height:100%}.custom-business-content{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.custom-small{text-align:center;margin-bottom:5px;font-size:11px}.custom-business-content h3{text-align:center;margin-bottom:6px;font-size:18px;line-height:1.3}.custom-business-content p{text-align:center;font-size:12px;line-height:1.5}.custom-business-features{flex-direction:column;gap:14px;display:flex}.custom-item{align-items:center;gap:12px;display:flex}.custom-item .icon{width:42px;min-width:42px;height:42px}.custom-item .icon i{font-size:18px}.custom-item h4{margin-bottom:2px;font-size:14px}.custom-item p{font-size:12px;line-height:1.4}.custom-business-contact{text-align:center;width:100%}.custom-business-contact p{margin-bottom:15px;font-size:12px;line-height:1.6}.custom-contact-btn{justify-content:center;width:80%;padding:10px 20px;font-size:12px}}.why-retail-section{background:#f8fbff;padding:20px 0;position:relative;overflow:hidden}.why-retail-section .container{z-index:5;position:relative}.bg-circle{filter:blur(5px);z-index:1;border-radius:50%;position:absolute}.bg-circle.left{background:#32ba460f;width:420px;height:420px;top:-160px;left:-120px}.bg-circle.right{background:#0d6efd0d;width:480px;height:480px;bottom:-180px;right:-180px}.dots-left{top:110px;left:20px}.dots-right{bottom:220px;right:50px}.why-badge{color:#32ba46;background:#fff;border:1px solid #32ba462e;border-radius:60px;align-items:center;gap:10px;padding:10px 24px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 12px 35px #0000000f}.why-badge i{font-size:18px}.why-retail-section .container{flex-direction:column;align-items:center;display:flex}.why-title{color:#1f2937;text-align:center;margin-top:10px;font-size:36px;font-weight:800;line-height:1.1}.why-title span{color:#32ba46}.why-description{text-align:center;color:#677489;max-width:560px;margin-top:10px;font-size:13px;line-height:1.3}.comparison-grid{grid-template-columns:repeat(2,1fr);align-items:flex-start;gap:20px;width:100%;margin-top:25px;display:grid}.comparison-card{background:#fff;border:1px solid #0000000f;border-radius:24px;transition:all .45s;position:relative;overflow:hidden;box-shadow:0 18px 45px #0000000f,0 4px 12px #00000008}.comparison-card:hover{transform:translateY(-10px);box-shadow:0 35px 70px #0000001f}.comparison-card:before{content:"";height:6px;position:absolute;top:0;left:0;right:0}.comparison-card.danger:before{background:linear-gradient(90deg,#ff5b5b,#ff8759)}.comparison-card.success:before{background:linear-gradient(90deg,#32ba46,#56d86d)}.card-heading{border-bottom:1px solid #0000000f;justify-content:center;align-items:center;gap:10px;padding:10px 12px;display:flex}.card-heading i{border-radius:50%;justify-content:center;align-items:center;width:35px;min-width:35px;height:35px;font-size:22px;transition:all .4s;display:flex}.card-heading h3{color:#202734;margin:0;font-size:16px;font-weight:700}.card-heading.danger{background:linear-gradient(#fff7f7,#fff)}.card-heading.success{background:linear-gradient(#f4fff6,#fff)}.card-heading.danger i{color:#ff4d4f;background:#ffecec}.card-heading.success i{color:#32ba46;background:#ecfff0}.comparison-card:hover .card-heading i{transform:rotate(12deg)scale(1.1)}.comparison-list{flex-direction:column;display:flex}.compare-row{border-bottom:1px solid #eef2f6;grid-template-columns:40px 240px 1fr;align-items:center;gap:5px;padding:10px 12px;transition:all .35s;display:grid;position:relative;overflow:hidden}.compare-row:last-child{border-bottom:none}.compare-row:before{content:"";width:0;height:100%;transition:all .45s;position:absolute;top:0;left:0}.comparison-card.success .compare-row:before{background:#32ba460f}.comparison-card.danger .compare-row:before{background:#ff5b5b0d}.compare-row:hover:before{width:100%}.compare-row:hover{transform:translate(8px)}.compare-icon{z-index:2;border-radius:6px;justify-content:center;align-items:center;width:35px;height:35px;transition:all .4s;display:flex}.compare-icon i{font-size:18px}.compare-icon.success{background:#f3fff5}.compare-icon.success i{color:#32ba46}.compare-icon.danger{background:#fff0f0}.compare-icon.danger i{color:#ff5a5a}.compare-row:hover .compare-icon{transform:scale(1.12)rotate(-6deg)}.compare-title{color:#222;z-index:2;font-size:13px;font-weight:700;line-height:1.2}.compare-divider{background:#e5e7eb;width:100%;height:1px;margin-bottom:10px}.compare-desc{color:#667085;z-index:2;font-size:12px;line-height:1.7}.compare-row:hover .compare-title{color:#32ba46}.comparison-card.danger .compare-row:hover .compare-title{color:#f04438}.comparison-card{animation:.8s both fadeUp}.comparison-card:nth-child(2){animation-delay:.25s}.compare-row{animation:.7s both slideUp}.compare-row:first-child{animation-delay:80ms}.compare-row:nth-child(2){animation-delay:.12s}.compare-row:nth-child(3){animation-delay:.16s}.compare-row:nth-child(4){animation-delay:.2s}.compare-row:nth-child(5){animation-delay:.24s}.compare-row:nth-child(6){animation-delay:.28s}.compare-row:nth-child(7){animation-delay:.32s}.compare-row:nth-child(8){animation-delay:.36s}.why-bottom-banner{background:linear-gradient(135deg,#32ba46 0%,#239536 100%);border-radius:30px;grid-template-columns:180px .5fr 1fr;align-items:center;gap:20px;width:100%;margin-top:30px;padding:20px;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 80px #0d6efd40}.why-bottom-banner:before{content:"";background:#ffffff14;border-radius:50%;width:420px;height:420px;position:absolute;top:-150px;right:-180px}.why-bottom-banner:after{content:"";background:#ffffff0d;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;left:-120px}.banner-dashboard{z-index:2;position:relative}.banner-dashboard img{border-radius:18px;width:100%;animation:5s ease-in-out infinite dashboardFloat;box-shadow:0 30px 70px #0000004d}.banner-content{z-index:2;position:relative}.banner-content h3{color:#fff;margin:0;font-size:20px;font-weight:600;line-height:1.05}.banner-content h2{color:#ffd84a;margin-top:10px;font-size:28px;font-weight:800;line-height:1.05}.banner-underline{background:#ffd84a;border-radius:20px;width:110px;height:6px;margin-top:10px}.banner-features{z-index:2;grid-template-columns:repeat(4,1fr);gap:20px;display:grid;position:relative}.banner-feature-card{backdrop-filter:blur(14px);cursor:pointer;background:#fff;border:1px solid #ffffff2e;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:10px;transition:all .45s;display:flex}.banner-feature-card:hover{background:#f0f0f0;transform:translateY(-12px)scale(1.03);box-shadow:0 25px 45px #0003}.feature-circle{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .35s;display:flex}.feature-circle i{color:#fff;font-size:20px}.banner-feature-card h4{color:#212121;margin-top:5px;font-size:12px;font-weight:600}.banner-feature-card p{color:#21212164;text-align:center;margin-top:5px;font-size:12px;line-height:1.2}@keyframes dashboardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%{transform:scale(1);box-shadow:0 0 #32ba4666}50%{transform:scale(1.08);box-shadow:0 0 30px #32ba4673}to{transform:scale(1);box-shadow:0 0 #32ba4626}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes floatingCircle{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}.bg-circle.left{animation:10s ease-in-out infinite floatingCircle}.bg-circle.right{animation:12s ease-in-out infinite reverse floatingCircle}.comparison-card{isolation:isolate}.comparison-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffffa6,#0000);width:70%;height:100%;transition:all 1.1s;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.comparison-card:hover:after{left:170%}.banner-feature-card{position:relative;overflow:hidden}.banner-feature-card:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(135deg,#ffffff1f,#0000,#ffffff0d);transition:all .45s;position:absolute;inset:0}.banner-feature-card:hover:before{opacity:1}.banner-underline{position:relative;overflow:hidden}.banner-underline:after{content:"";background:#ffffff73;width:100%;height:100%;animation:2.8s linear infinite underlineMove;position:absolute;top:0;left:-100%}@keyframes underlineMove{0%{left:-100%}to{left:120%}}.compare-icon{position:relative;overflow:hidden}.compare-icon:after{content:"";background:#ffffff73;width:10px;height:140%;transition:all .5s;position:absolute;top:-20%;left:-40px;transform:rotate(30deg)}.compare-row:hover .compare-icon:after{left:70px}.banner-feature-card{animation:.8s both fadeUp}.banner-feature-card:first-child{animation-delay:.1s}.banner-feature-card:nth-child(2){animation-delay:.2s}.banner-feature-card:nth-child(3){animation-delay:.3s}.banner-feature-card:nth-child(4){animation-delay:.4s}.comparison-card,.banner-feature-card,.compare-row,.banner-dashboard img{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.why-retail-section ::selection{color:#fff;background:#32ba46}@media screen and (width>=868px) and (width<=1024px){.why-retail-section{padding:70px 20px}.why-title{font-size:40px}.why-description{max-width:680px;font-size:16px}.comparison-grid{grid-template-columns:1fr;gap:30px}.compare-row{grid-template-columns:60px 220px 1fr;padding:20px 24px}.compare-title{font-size:16px}.compare-desc{font-size:13px}.card-heading{padding:24px}.card-heading h3{font-size:22px}.why-bottom-banner{text-align:center;grid-template-columns:1fr;gap:35px;padding:45px}.banner-dashboard{max-width:420px;margin:auto}.banner-content h3{font-size:32px}.banner-content h2{font-size:42px}.banner-underline{margin:22px auto 0}.banner-features{grid-template-columns:repeat(2,1fr)}}@media screen and (width>=480px) and (width<=867px){.why-retail-section{padding:60px 18px}.why-badge{padding:8px 20px;font-size:13px}.why-title{font-size:34px}.title-line{margin:18px auto}.why-description{font-size:15px;line-height:1.7}.comparison-grid{grid-template-columns:1fr;gap:24px}.card-heading{padding:22px}.card-heading h3{font-size:20px}.card-heading i{width:50px;min-width:50px;height:50px;font-size:24px}.compare-row{grid-template-columns:50px 1fr;gap:15px;padding:18px}.compare-desc{grid-column:2;margin-top:4px;font-size:13px}.compare-icon{width:46px;height:46px}.compare-icon i{font-size:18px}.compare-title{font-size:15px}.why-bottom-banner{text-align:center;grid-template-columns:1fr;gap:28px;padding:35px 24px}.banner-dashboard{max-width:330px;margin:auto}.banner-content h3{font-size:26px}.banner-content h2{font-size:34px}.banner-underline{margin:20px auto}.banner-features{grid-template-columns:1fr;gap:18px}.banner-feature-card{padding:22px}.feature-circle{margin:auto}.banner-feature-card h4,.banner-feature-card p{text-align:center}}@media screen and (width<=479px){.why-retail-section{padding:30px 0}.bg-circle,.bg-dots{display:none}.why-badge{padding:7px 18px;font-size:12px}.why-title{font-size:28px}.why-description{font-size:12px;line-height:1.7}.comparison-grid{border-radius:8px;gap:10px}.comparison-card{border-radius:18px}.card-heading{gap:10px;padding:10px}.card-heading h3{font-size:12px}.card-heading i{width:30px;min-width:30px;height:30px;font-size:16px}.compare-row{grid-template-columns:30px 1fr;gap:5px;height:80px;padding:5px}.compare-icon{border-radius:6px;width:30px;min-width:30px;height:30px}.compare-icon i{font-size:16px}.compare-title{font-size:10px;line-height:1}.compare-desc{grid-column:2;font-size:10px;line-height:1}.why-bottom-banner{text-align:center;border-radius:18px;grid-template-columns:1fr;gap:15px;padding:15px}.banner-dashboard{max-width:250px;margin:auto}.banner-content h3{font-size:18px;line-height:1.2}.banner-content h2{font-size:20px}.banner-underline{width:80px;height:4px;margin:10px auto}.banner-features{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.banner-feature-card{padding:16px}.feature-circle{width:45px;height:45px;margin:auto}.feature-circle i{font-size:20px}.banner-feature-card h4{text-align:center;font-size:14px}.banner-feature-card p{text-align:center;font-size:12px}}.solution-built-section{background:radial-gradient(circle at 0 0,#32ba4614,#0000 35%),radial-gradient(circle at 100% 100%,#feb10014,#0000 35%),#fff;padding:30px 0;position:relative;overflow:hidden}.solution-built-section .container{z-index:5;position:relative}.solution-circle{filter:blur(5px);border-radius:50%;animation:10s ease-in-out infinite businessFloat;position:absolute}.solution-circle.solution-left{background:#32ba4612;width:420px;height:420px;top:-180px;left:-160px}.solution-circle.solution-right{background:#feb10012;width:500px;height:500px;animation-delay:3s;bottom:-180px;right:-200px}.solution-dots{opacity:.25;background-image:radial-gradient(#32ba46 1.5px,#0000 1.5px);background-size:18px 18px;width:180px;height:180px;position:absolute}.solution-dots.solution-dots-left{top:200px;left:40px}.solution-dots.solution-dots-right{bottom:220px;right:60px}.solution-built-section .container{flex-direction:column;align-items:center;display:flex}.solution-badge{color:#32ba46;background:#fff;border:1px solid #32ba4626;border-radius:50px;align-items:center;gap:10px;padding:9px 22px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 10px 30px #0000000f}.solution-badge i{font-size:18px}.solution-title{color:#202734;text-align:center;margin-top:15px;font-size:36px;font-weight:800;line-height:1.1}.solution-title span{color:#32ba46}.solution-line{background:linear-gradient(90deg,#32ba46,#feb100);border-radius:50px;width:95px;height:5px;margin:10px auto}.solution-description{text-align:center;color:#64748b;max-width:560px;font-size:14px;line-height:1.4}.solution-grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:25px;width:100%;margin-top:25px;display:grid}.solution-card{background:#fff;border:1px solid #0000000f;border-radius:24px;height:500px;transition:all .45s;animation:.8s both businessFade;position:relative;overflow:hidden;box-shadow:0 18px 45px #00000014}.solution-card:nth-child(2){animation-delay:.15s}.solution-card:hover{transform:translateY(-10px);box-shadow:0 28px 65px #00000024}.solution-card:before{content:"";height:6px;position:absolute;top:0;left:0;right:0}.solution-retail-card:before{background:linear-gradient(90deg,#32ba46,#63d476)}.solution-service-card:before{background:linear-gradient(90deg,#feb100,#ffcf55)}.solution-header{background:linear-gradient(#f8fafccc,#fff);border-bottom:1px solid #0000000f;align-items:center;gap:10px;padding:15px 20px;display:flex}.solution-icon{border-radius:8px;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;transition:all .4s;display:flex;box-shadow:0 12px 25px #00000014}.solution-icon i{font-size:24px}.solution-retail-icon{color:#fff;background:linear-gradient(135deg,#32ba46,#5fd16f)}.solution-service-icon{color:#fff;background:linear-gradient(135deg,#feb100,#ffc93a)}.solution-card:hover .solution-icon{transform:rotate(-8deg)scale(1.08)}.solution-header h3{color:#202734;margin:0;font-size:18px;font-weight:800}.solution-header p{color:#64748b;margin-top:2px;font-size:12px;line-height:1.6}.solution-body{grid-template-columns:140px 1fr;align-items:flex-start;gap:10px;padding:10px;display:grid}.solution-menu{flex-direction:column;gap:10px;display:flex}.solution-menu-item{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:all .35s;display:flex}.solution-menu-icon{border-radius:6px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;transition:all .35s;display:flex}.solution-retail-card .solution-menu-icon{background:#ecfff0}.solution-retail-card .solution-menu-icon i{color:#32ba46}.solution-service-card .solution-menu-icon{background:#fff5de}.solution-service-card .solution-menu-icon i{color:#e39b00}.solution-menu-icon i{font-size:14px}.solution-menu-item span{color:#374151;font-size:10px;font-weight:600}.solution-menu-item:first-child{background:#f8fffa;border-color:#32ba46;box-shadow:0 10px 22px #32ba461f}.solution-service-card .solution-menu-item:first-child{background:#fff9ec;border-color:#feb100;box-shadow:0 10px 22px #feb10026}.solution-dashboard-preview{background:#f8fafc;border-radius:18px;justify-content:center;align-items:flex-start;min-height:280px;padding:0;display:flex;position:relative;overflow:hidden}.solution-dashboard-preview img{border-radius:14px;width:100%;height:auto;transition:transform .5s,box-shadow .5s;display:block;box-shadow:0 18px 40px #0000001f}.solution-card:hover .solution-dashboard-preview img{transform:scale(1.04)translateY(-6px);box-shadow:0 30px 60px #0000002e}.solution-dashboard-preview:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffffa6,#0000);width:60%;height:100%;transition:all 1s;position:absolute;top:0;left:-150%;transform:skew(-20deg)}.solution-card:hover .solution-dashboard-preview:before{left:170%}.solution-dashboard-preview .solution-glass-overlay{pointer-events:none;background:linear-gradient(#ffffff14,#0000);position:absolute;inset:0}.solution-card{isolation:isolate}.solution-card:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);width:60%;height:100%;transition:all 1.2s;position:absolute;top:0;left:-140%;transform:skew(-25deg)}.solution-card:hover:after{left:170%}.solution-menu-item{animation:.6s both menuFade}.solution-menu-item:first-child{animation-delay:50ms}.solution-menu-item:nth-child(2){animation-delay:.1s}.solution-menu-item:nth-child(3){animation-delay:.15s}.solution-menu-item:nth-child(4){animation-delay:.2s}.solution-menu-item:nth-child(5){animation-delay:.25s}.solution-menu-item:nth-child(6){animation-delay:.3s}.solution-menu-item:nth-child(7){animation-delay:.35s}@keyframes pulseBadge{0%{transform:scale(1);box-shadow:0 0 #32ba4640}50%{transform:scale(1.08);box-shadow:0 0 25px #32ba4659}to{transform:scale(1);box-shadow:0 0 #32ba4633}}@keyframes menuFade{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes businessFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.solution-benefits{grid-template-columns:repeat(4,1fr);gap:15px;width:100%;margin-top:25px;display:grid}.solution-benefit-card{background:#fff;border:1px solid #0000000f;border-radius:16px;align-items:center;gap:10px;padding:15px;transition:all .45s;animation:.8s both businessFade;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 35px #0000000f}.solution-benefit-card:hover{transform:translateY(-10px);box-shadow:0 28px 55px #0000001f}.solution-benefit-card:before{content:"";width:100%;height:5px;position:absolute;top:0;left:0}.solution-benefit-card.solution-green:before{background:#32ba46}.solution-benefit-card.solution-orange:before{background:#feb100}.solution-benefit-card.solution-purple:before{background:#8b5cf6}.solution-benefit-card.solution-pink:before{background:#ec4899}.solution-benefit-icon{border-radius:8px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;transition:all .35s;display:flex}.solution-green .solution-benefit-icon{background:#ecfff0}.solution-orange .solution-benefit-icon{background:#fff7e6}.solution-purple .solution-benefit-icon{background:#f4eeff}.solution-pink .solution-benefit-icon{background:#ffeaf4}.solution-green .solution-benefit-icon i{color:#32ba46}.solution-orange .solution-benefit-icon i{color:#feb100}.solution-purple .solution-benefit-icon i{color:#8b5cf6}.solution-pink .solution-benefit-icon i{color:#ec4899}.solution-benefit-icon i{font-size:20px}.solution-benefit-card:hover .solution-benefit-icon{transform:rotate(-10deg)scale(1.1)}.solution-benefit-content{flex:1}.solution-benefit-content h4{color:#202734;margin:0;font-size:14px;font-weight:600}.solution-benefit-content p{color:#64748b;margin-top:10px;font-size:12px;line-height:1.2}.solution-benefit-card:hover h4{color:#32ba46}.solution-benefit-card:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);width:70%;height:100%;transition:all 1.1s;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.solution-benefit-card:hover:after{left:170%}@keyframes businessFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.solution-benefit-card:first-child{animation-delay:50ms}.solution-benefit-card:nth-child(2){animation-delay:.15s}.solution-benefit-card:nth-child(3){animation-delay:.25s}.solution-benefit-card:nth-child(4){animation-delay:.35s}.solution-card,.solution-menu-item,.solution-benefit-card,.solution-dashboard-preview img{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}@media screen and (width>=868px) and (width<=1024px){.solution-built-section{padding:70px 20px}.solution-title{font-size:42px}.solution-description{max-width:650px;font-size:16px}.solution-line{margin:18px auto}.solution-grid{grid-template-columns:1fr;gap:30px}.solution-card{border-radius:22px}.solution-header{padding:24px}.solution-header h3{font-size:22px}.solution-header p{font-size:14px}.solution-icon{width:60px;min-width:60px;height:60px}.solution-icon i{font-size:26px}.solution-body{grid-template-columns:180px 1fr;gap:18px;padding:20px}.solution-menu{gap:10px}.solution-menu-item{padding:13px}.solution-menu-item span{font-size:14px}.solution-menu-icon{width:40px;min-width:40px;height:40px}.solution-menu-icon i{font-size:17px}.solution-dashboard-preview{min-height:320px}.solution-dashboard-preview img{width:100%}.solution-benefits{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:45px}.solution-benefit-card{padding:22px}.solution-benefit-icon{width:56px;min-width:56px;height:56px}.solution-benefit-icon i{font-size:22px}.solution-benefit-content h4{font-size:17px}.solution-benefit-content p{font-size:13px}}@media screen and (width>=480px) and (width<=867px){.solution-built-section{padding:60px 18px}.solution-badge{padding:8px 18px;font-size:13px}.solution-title{font-size:34px}.solution-line{width:75px;margin:16px auto}.solution-description{font-size:15px;line-height:1.7}.solution-grid{grid-template-columns:1fr;gap:24px}.solution-card{border-radius:20px}.solution-header{gap:15px;padding:20px}.solution-icon{width:56px;min-width:56px;height:56px}.solution-icon i{font-size:24px}.solution-header h3{font-size:20px}.solution-header p{margin-top:6px;font-size:13px}.solution-body{flex-direction:column;gap:20px;padding:18px;display:flex}.solution-menu{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.solution-menu-item{text-align:center;flex-direction:column;justify-content:center;gap:10px;padding:16px 12px}.solution-menu-item:hover{transform:translateY(-6px)}.solution-menu-icon{width:46px;min-width:46px;height:46px;margin:auto}.solution-menu-icon i{font-size:20px}.solution-menu-item span{font-size:13px;line-height:1.4}.solution-dashboard-preview{min-height:auto;padding:10px}.solution-dashboard-preview img{width:100%}.solution-benefits{grid-template-columns:1fr;gap:18px;margin-top:35px}.solution-benefit-card{padding:20px}.solution-benefit-icon{width:54px;min-width:54px;height:54px}.solution-benefit-icon i{font-size:22px}.solution-benefit-content h4{font-size:17px}.solution-benefit-content p{font-size:13px;line-height:1.6}}@media screen and (width<=479px){.solution-built-section{padding:30px 0}.solution-circle,.solution-dots{display:none}.solution-badge{gap:8px;padding:7px 16px;font-size:12px}.solution-badge i{font-size:15px}.solution-title{margin-top:18px;font-size:28px;line-height:1.2}.solution-line{width:65px;height:4px;margin:15px auto}.solution-description{font-size:14px;line-height:1.7}.solution-grid{grid-template-columns:1fr;gap:20px;margin-top:35px}.solution-card{border-radius:18px;height:580px}.solution-header{gap:12px;padding:18px}.solution-icon{border-radius:14px;width:40px;min-width:48px;height:48px}.solution-icon i{font-size:20px}.solution-header h3{font-size:18px}.solution-header p{margin-top:5px;font-size:12px;line-height:1.5}.solution-body{flex-direction:column;gap:18px;height:100%;padding:15px;display:flex}.solution-menu{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.solution-menu-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px}.solution-menu-item:hover{transform:translateY(-4px)}.solution-menu-icon{border-radius:8px;width:30px;min-width:30px;height:30px}.solution-menu-icon i{font-size:18px}.solution-menu-item span{font-size:10px;line-height:1.4}.solution-dashboard-preview{border-radius:14px;min-height:auto;padding:8px}.solution-dashboard-preview img{border-radius:10px;width:100%}.solution-dashboard-preview:after{padding:6px 12px;font-size:10px;top:10px;right:10px}.solution-benefits{grid-template-columns:1fr;gap:15px;margin-top:30px}.solution-benefit-card{gap:14px;padding:18px}.solution-benefit-icon{border-radius:14px;width:48px;min-width:48px;height:48px}.solution-benefit-icon i{font-size:20px}.solution-benefit-content h4{font-size:16px}.solution-benefit-content p{margin-top:6px;font-size:12px;line-height:1.6}.solution-card:hover,.solution-benefit-card:hover,.solution-menu-item:hover,.solution-dashboard-preview img:hover{transform:none}}.InventorySection{background:linear-gradient(#fff 0%,#f8fbff 100%);width:100%;padding:30px 0;position:relative;overflow:hidden}.InventorySection:before{content:"";background:radial-gradient(circle,#32ba461a,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;left:-220px}.InventorySection:after{content:"";background:radial-gradient(circle,#feb10014,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;bottom:-220px;right:-220px}.InventoryCircle{border-radius:50%;animation:8s ease-in-out infinite InventoryFloatCircle;position:absolute}.InventoryCircleOne{background:#32ba460f;width:180px;height:180px;top:18%;left:8%}.InventoryCircleTwo{background:#0d6efd0d;width:240px;height:240px;animation-delay:2s;bottom:12%;right:5%}.InventoryBlur{filter:blur(80px);z-index:0;border-radius:50%;position:absolute}.InventoryBlurOne{background:#32ba461f;width:220px;height:220px;top:28%;left:15%}.InventoryBlurTwo{background:#0d6efd1a;width:260px;height:260px;bottom:10%;right:10%}.InventoryDots{opacity:.22;background-image:radial-gradient(#32ba46 2px,#0000 2px);background-size:18px 18px;width:130px;height:130px;position:absolute}.InventoryDotsLeft{top:280px;left:60px}.InventoryDotsRight{bottom:220px;right:70px}.InventorySection .container{z-index:5;position:relative}.InventoryBadge{cursor:pointer;background:#fff;border:1px solid #32ba461f;border-radius:50px;align-items:center;gap:10px;width:max-content;margin:0 auto;padding:8px 15px;transition:all .4s;display:flex;box-shadow:0 10px 30px #0000000f}.InventoryBadge:hover{transform:translateY(-6px);box-shadow:0 18px 40px #32ba462e}.InventoryBadgeIcon{color:#fff;background:linear-gradient(135deg,#32ba46,#5fd16f);border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:16px;transition:all .4s;display:flex;box-shadow:0 10px 25px #32ba4640}.InventoryBadge:hover .InventoryBadgeIcon{transform:rotate(-12deg)scale(1.08)}.InventoryBadge span{color:#202734;letter-spacing:.3px;font-size:12px;font-weight:700}.InventoryTitle{text-align:center;color:#202734;margin-top:15px;font-size:36px;font-weight:800;line-height:1.2}.InventoryTitle span{background:linear-gradient(90deg,#32ba46 0%,#5fd16f 35%,#feb100 100%);-webkit-text-fill-color:transparent;background-clip:text;margin-top:6px;display:block}.InventoryTitleDivider{background:linear-gradient(90deg,#32ba46 0%,#5fd16f 35%,#feb100 100%);border-radius:50px;width:90px;height:5px;margin:10px auto;position:relative}.InventoryTitleDivider:before{content:"";background:#32ba46;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:-18px;transform:translateY(-50%)}.InventoryTitleDivider:after{content:"";background:var(--secondary);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;right:-18px;transform:translateY(-50%)}.InventoryDescription{text-align:center;color:#64748b;max-width:900px;margin:0 auto;font-size:15px;line-height:1.2}.InventoryMainGrid{z-index:2;grid-template-columns:1fr 420px 1fr;align-items:center;gap:20px;width:100%;margin-top:0;display:grid;position:relative}.InventoryLeftColumn{flex-direction:column;gap:15px;display:flex;position:relative}.InventoryCenterSection{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:560px;display:flex;position:relative}.SubInventoryCenterSection{background-color:#fff;border-radius:50%;width:350px;height:350px;padding:20px}.InventoryRightColumn{flex-direction:column;gap:15px;display:flex;position:relative}.InventoryLeftColumn{animation:.9s both InventoryFadeLeft}.InventoryCenterSection{animation:.9s .2s both InventoryZoom}.InventoryRightColumn{animation:.9s .3s both InventoryFadeRight}.InventoryFeatureCard{cursor:pointer;background:#fff;border:1px solid #0f172a0f;border-radius:8px;align-items:center;gap:10px;padding:20px;transition:all .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #0f172a14}.InventoryFeatureCard:before{content:"";opacity:0;background:linear-gradient(135deg,#32ba460a,#0000 65%);transition:all .45s;position:absolute;inset:0}.InventoryFeatureCard:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 28px 70px #0f172a24}.InventoryFeatureCard:hover:before{opacity:1}.InventoryFeatureIcon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;font-size:24px;transition:all .45s;display:flex}.InventoryFeatureCard:hover .InventoryFeatureIcon{transform:rotate(-10deg)scale(1.12)}.InventoryFeatureContent{flex:1}.InventoryFeatureTitle{color:#0f172a;margin-bottom:5px;font-size:16px;font-weight:600;line-height:1.2;transition:all .35s}.InventoryFeatureDescription{color:#64748b;font-size:12px;line-height:1.5}.InventoryFeatureCard:hover .InventoryFeatureTitle{color:#32ba46}.InventoryConnectorLine{background:repeating-linear-gradient(90deg,#d1d5db 0 8px,#0000 8px 16px);width:70px;height:2px;position:absolute;top:50%;right:-70px;transform:translateY(-50%)}.InventoryConnectorDot{background:#32ba46;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;right:-76px;transform:translateY(-50%);box-shadow:0 0 0 8px #32ba461f}.InventoryConnectorRight{left:-70px;right:auto}.InventoryConnectorRightDot{left:-76px;right:auto}.Inventorygreen .InventoryFeatureIcon{background:linear-gradient(135deg,#32ba46,#5fd16f);box-shadow:0 18px 35px #32ba4647}.Inventorygreen:hover .InventoryFeatureTitle{color:#32ba46}.Inventoryblue .InventoryFeatureIcon{background:linear-gradient(135deg,#0d6efd,#4d9dff);box-shadow:0 18px 35px #0d6efd47}.Inventoryblue:hover .InventoryFeatureTitle{color:#0d6efd}.Inventoryorange .InventoryFeatureIcon{background:linear-gradient(135deg,#feb100,#ffd04d);box-shadow:0 18px 35px #feb1004d}.Inventoryorange:hover .InventoryFeatureTitle{color:#e39b00}.Inventorypurple .InventoryFeatureIcon{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 18px 35px #7c3aed47}.Inventorypurple:hover .InventoryFeatureTitle{color:#7c3aed}.InventoryFeatureCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);width:80px;height:100%;transition:all 1s;position:absolute;top:0;left:-140%;transform:skew(-20deg)}.InventoryFeatureCard:hover:after{left:140%}.InventoryFeatureIcon i{transition:all .45s}.InventoryFeatureCard:hover .InventoryFeatureIcon i{transform:rotate(-12deg)scale(1.18)}.InventoryFeatureCard{animation:.8s both InventoryFadeUp}.InventoryFeatureCard:first-child{animation-delay:50ms}.InventoryFeatureCard:nth-child(2){animation-delay:.15s}.InventoryFeatureCard:nth-child(3){animation-delay:.25s}.InventoryFeatureCard:nth-child(4){animation-delay:.35s}.InventoryFeatureCard,.InventoryFeatureIcon{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.InventoryCenterSection{z-index:5;justify-content:center;align-items:center;width:350px;height:350px;margin:auto;display:flex}.InventoryOuterRing{border:2px dashed #32ba462e;border-radius:50%;width:420px;height:420px;animation:25s linear infinite InventoryOuterRotate;position:absolute}.InventoryOuterRing:before{content:"";background:#32ba46;border-radius:50%;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%);box-shadow:0 0 18px #32ba468c}.InventoryOuterRing:after{content:"";background:#0d6efd;border-radius:50%;width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%);box-shadow:0 0 18px #0d6efd73}.InventoryMiddleRing{border:2px solid #0d6efd1f;border-radius:50%;justify-content:center;align-items:center;width:340px;height:340px;animation:18s linear infinite reverse InventoryMiddleRotate;display:flex;position:absolute}.InventoryMiddleRing:before{content:"";background:#feb100;border-radius:50%;width:18px;height:18px;position:absolute;top:18px;right:58px;box-shadow:0 0 25px #feb10073}.InventoryMiddleRing:after{content:"";background:#32ba46;border-radius:50%;width:14px;height:14px;position:absolute;bottom:26px;left:48px;box-shadow:0 0 18px #32ba4673}.InventoryInnerRing{border:2px dashed #32ba462e;border-radius:50%;justify-content:center;align-items:center;width:260px;height:260px;animation:12s linear infinite InventoryInnerRotate;display:flex;position:absolute}.InventoryInnerRing:before{content:"";background:#0d6efd;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:-6px;transform:translateY(-50%);box-shadow:0 0 18px #0d6efd66}.InventoryInnerRing:after{content:"";background:#feb100;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;right:-6px;transform:translateY(-50%);box-shadow:0 0 18px #feb10066}.InventoryMiddleRing,.InventoryInnerRing{backdrop-filter:blur(4px);transition:all .4s}.InventoryCenterSection:hover .InventoryMiddleRing{transform:scale(1.03)}.InventoryCenterSection:hover .InventoryInnerRing{transform:scale(.98)}.InventoryCenterCircle{z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;transition:all .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #0f172a1f,0 0 0 18px #ffffff8c}.InventoryCenterSection:hover .InventoryCenterCircle{transform:translateY(-8px)scale(1.03)}.InventoryCenterGlow{z-index:-1;background:radial-gradient(circle,#32ba4638,#32ba4614,#0000 72%);border-radius:50%;width:240px;height:240px;animation:3s ease-in-out infinite InventoryGlowPulse;position:absolute}.InventoryCenterCircle:before{content:"";background:linear-gradient(#fff,#f8fbff);border:1px solid #0000000d;border-radius:50%;width:150px;height:150px;position:absolute}.InventoryCenterIcon{z-index:2;background:linear-gradient(135deg,#32ba46,#66d679);border-radius:26px;justify-content:center;align-items:center;width:90px;height:90px;transition:all .45s;display:flex;box-shadow:0 18px 40px #32ba4659}.InventoryCenterSection:hover .InventoryCenterIcon{transform:rotate(-10deg)scale(1.08)}.InventoryCenterIcon i{color:#fff;font-size:40px;transition:all .45s}.InventoryCenterSection:hover .InventoryCenterIcon i{transform:scale(1.12)}.InventoryCenterCircle:after{content:"";filter:blur(12px);background:#0f172a14;border-radius:50%;width:70px;height:18px;position:absolute;bottom:20px}.InventoryMiniBadge{color:#32ba46;letter-spacing:.3px;background:#ecfdf3;border:1px solid #32ba4626;border-radius:30px;justify-content:center;align-items:center;padding:8px 18px;font-size:13px;font-weight:700;animation:4s ease-in-out infinite InventoryFloatBadge;display:inline-flex;position:absolute;top:30px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #32ba461a}.InventoryCenterContent{text-align:center;width:100%}.InventoryCenterTitle{color:#1e293b;margin-top:18px;font-size:34px;font-weight:800;line-height:1.2}.InventoryCenterTitle span{background:linear-gradient(90deg,#32ba46,#0d6efd);-webkit-text-fill-color:transparent;background-clip:text;margin-top:4px;display:block}.InventoryCenterDivider{background:linear-gradient(90deg,#32ba46,#0d6efd);border-radius:30px;width:70px;height:4px;margin:18px auto}.InventoryCenterDescription{color:#64748b;max-width:360px;margin:0 auto;font-size:14px;line-height:1.8}.InventoryFloatDot{border-radius:50%;animation:5s ease-in-out infinite InventoryFloatingDots;position:absolute}.InventoryDotOne{background:#32ba46;width:12px;height:12px;top:18px;left:70px}.InventoryDotTwo{background:#0d6efd;width:14px;height:14px;animation-delay:1s;top:90px;right:40px}.InventoryDotThree{background:#feb100;width:10px;height:10px;animation-delay:2s;bottom:90px;left:30px}.InventoryDotFour{background:#7c3aed;width:16px;height:16px;animation-delay:3s;bottom:30px;right:70px}.InventoryCenterSection:hover .InventoryCenterTitle{transition:all .4s;transform:translateY(-2px)}.InventoryCenterSection:hover .InventoryCenterDescription{color:#475569;transition:all .4s}@keyframes InventoryOuterRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes InventoryMiddleRotate{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes InventoryInnerRotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes InventoryGlowPulse{0%{opacity:.45;transform:scale(.95)}50%{opacity:.9;transform:scale(1.15)}to{opacity:.45;transform:scale(.95)}}@keyframes InventoryFloatBadge{0%{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}to{transform:translate(-50%)translateY(0)}}@keyframes InventoryFloatingDots{0%{opacity:1;transform:translateY(0)}50%{opacity:.7;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes InventoryIconFloat{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.InventoryCenterIcon{animation:4s ease-in-out infinite InventoryIconFloat}@keyframes InventoryFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.InventoryCenterContent{animation:.9s .35s both InventoryFadeUp}.InventoryBottomSection{background:#fff;border:1px solid #0f172a0f;border-radius:18px;grid-template-columns:repeat(4,1fr);margin-top:0;display:grid;overflow:hidden;box-shadow:0 18px 45px #0f172a14}.InventoryBottomCard{cursor:pointer;background:#fff;border-right:1px solid #0f172a14;align-items:center;gap:10px;min-height:80px;padding:10px 20px;transition:all .35s;display:flex}.InventoryBottomCard:last-child{border-right:none}.InventoryBottomCard:hover{background:#f8fcff}.InventoryBottomIcon{color:#32ba46;background:#f1fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;font-size:20px;display:flex}.Inventorygreen .InventoryBottomIcon{color:#32ba46;background:#f1fff3}.Inventoryblue .InventoryBottomIcon{color:#0d6efd;background:#eef5ff}.Inventoryorange .InventoryBottomIcon{color:#feb100;background:#fff8ea}.Inventorypurple .InventoryBottomIcon{color:#7c3aed;background:#f6eeff}.InventoryBottomContent{flex:1;width:100%}.InventoryBottomTitle{color:#32ba46;margin-bottom:5px;font-size:14px;font-weight:700}.InventoryBottomCard:hover .InventoryBottomTitle{color:#32ba46}.InventoryBottomDescription{color:#64748b;font-size:10px;line-height:1.2}.InventoryBottomArrow{color:#94a3b8;background:#f8fafc;border:1px solid #0f172a0f;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-top:auto;transition:all .4s;display:flex}.InventoryBottomArrow i{font-size:18px;transition:all .4s}.InventoryBottomCard:hover .InventoryBottomArrow{color:#fff;background:#32ba46;border-color:#32ba46;box-shadow:0 15px 35px #32ba4647}.InventoryBottomCard:hover .InventoryBottomArrow i{transform:translate(4px)}.Inventorygreen:hover{border-color:#32ba46}.Inventoryblue:hover{border-color:#0d6efd}.Inventoryblue:hover .InventoryBottomTitle{color:#0d6efd}.Inventoryblue:hover .InventoryBottomArrow{background:#0d6efd;border-color:#0d6efd}.Inventoryorange:hover{border-color:#feb100}.Inventoryorange:hover .InventoryBottomTitle{color:#e39b00}.Inventoryorange:hover .InventoryBottomArrow{background:#feb100;border-color:#feb100}.Inventorypurple:hover{border-color:#7c3aed}.Inventorypurple:hover .InventoryBottomTitle{color:#7c3aed}.Inventorypurple:hover .InventoryBottomArrow{background:#7c3aed;border-color:#7c3aed}.InventoryBottomCard,.InventoryBottomIcon,.InventoryBottomArrow{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}@media screen and (width>=868px) and (width<=1024px){.InventorySection{padding:90px 24px}.InventorySection:before{width:380px;height:380px;top:-180px;left:-180px}.InventorySection:after{width:380px;height:380px;bottom:-180px;right:-180px}.InventoryCircleOne{width:140px;height:140px;left:2%}.InventoryCircleTwo{width:180px;height:180px;right:2%}.InventoryBlurOne{width:180px;height:180px}.InventoryBlurTwo{width:220px;height:220px}.InventoryDotsLeft{top:220px;left:20px}.InventoryDotsRight{bottom:180px;right:20px}.InventoryBadge{gap:12px;padding:10px 18px}.InventoryBadgeIcon{width:42px;height:42px;font-size:17px}.InventoryBadge span{font-size:14px}.InventoryTitle{margin-top:24px;font-size:42px;line-height:1.2}.InventoryTitleDivider{width:72px;margin:22px auto}.InventoryDescription{max-width:700px;font-size:16px;line-height:1.8}.InventoryMainGrid{grid-template-columns:1fr;gap:60px;margin-top:60px}.InventoryLeftColumn{gap:22px;width:100%;max-width:760px;margin:0 auto;padding-right:0}.InventoryLeftColumn .InventoryFeatureCard:nth-child(2),.InventoryLeftColumn .InventoryFeatureCard:nth-child(4){margin-left:0}.InventoryCenterSection{order:2;width:100%;min-height:480px}.InventoryCenterContent{bottom:-130px}.InventoryCenterDescription{max-width:420px;font-size:14px}.InventoryRightColumn{order:3;gap:22px;width:100%;max-width:760px;margin:0 auto;padding-left:0}.InventoryRightColumn .InventoryFeatureCard:nth-child(2),.InventoryRightColumn .InventoryFeatureCard:nth-child(4){margin-right:0}.InventoryConnectorLine,.InventoryConnectorRight,.InventoryConnectorDot,.InventoryConnectorRightDot{display:none}.InventoryFeatureCard{border-radius:20px;align-items:center;gap:16px;padding:20px}.InventoryFeatureCard:hover{transform:translateY(-6px)scale(1.01)}.InventoryFeatureIcon{border-radius:18px;width:60px;min-width:60px;height:60px;font-size:24px}.InventoryFeatureIcon i{font-size:24px}.InventoryFeatureCard:hover .InventoryFeatureIcon{transform:rotate(-8deg)scale(1.08)}.InventoryConnectorLine{width:40px;right:-40px}.InventoryConnectorDot{right:-47px}.InventoryConnectorRight{left:-40px}.InventoryConnectorRightDot{left:-47px}.InventoryFeatureCard,.InventoryFeatureIcon{will-change:transform;transform:translateZ(0)}.InventoryFeatureContent{flex:1;min-width:0}.InventoryFeatureTitle{margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.35}.InventoryFeatureDescription{font-size:13px;line-height:1.7}.InventoryFeatureCard{min-height:120px}.InventoryFeatureContent p{margin:0}.InventoryFeatureCard:hover .InventoryFeatureTitle{color:#32ba46}.Inventoryblue:hover .InventoryFeatureTitle{color:#0d6efd}.Inventoryorange:hover .InventoryFeatureTitle{color:#e39b00}.Inventorypurple:hover .InventoryFeatureTitle{color:#7c3aed}.InventoryFeatureCard:hover .InventoryFeatureDescription{color:#475569}.InventoryLeftColumn .InventoryFeatureContent,.InventoryRightColumn .InventoryFeatureContent{text-align:left}.InventoryFeatureTitle:last-child,.InventoryFeatureDescription:last-child{margin-bottom:0}.InventoryCenterSection{width:100%;max-width:380px;height:380px;min-height:auto;margin:20px auto 120px}.InventoryOuterRing{width:380px;height:380px}.InventoryMiddleRing{width:305px;height:305px}.InventoryInnerRing{width:235px;height:235px}.InventoryCenterCircle{width:165px;height:165px;box-shadow:0 20px 50px #0f172a1f,0 0 0 14px #ffffff8c}.InventoryCenterCircle:before{width:138px;height:138px}.InventoryCenterGlow{width:210px;height:210px}.InventoryCenterIcon{border-radius:22px;width:82px;height:82px}.InventoryCenterIcon i{font-size:34px}.InventoryMiniBadge{padding:7px 16px;font-size:12px;top:18px}.InventoryCenterContent{width:100%;bottom:-120px}.InventoryCenterTitle{font-size:30px}.InventoryCenterDivider{width:60px;margin:16px auto}.InventoryCenterDescription{max-width:340px;font-size:13px;line-height:1.7}.InventoryDotOne{top:25px;left:55px}.InventoryDotTwo{top:75px;right:32px}.InventoryDotThree{bottom:70px;left:22px}.InventoryDotFour{bottom:28px;right:55px}.InventoryBottomSection{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:140px}.InventoryBottomCard{border-radius:22px;min-height:280px;padding:24px}.InventoryBottomCard:hover{transform:translateY(-8px)scale(1.01)}.InventoryBottomIcon{border-radius:18px;width:64px;min-width:64px;height:64px}.InventoryBottomIcon i{font-size:24px}.InventoryBottomTitle{margin-bottom:10px;font-size:18px}.InventoryBottomDescription{font-size:13px;line-height:1.7}.InventoryBottomArrow{border-radius:14px;width:46px;height:46px}.InventoryBottomArrow i{font-size:16px}}@media screen and (width>=480px) and (width<=867px){.InventorySection{padding:70px 18px}.InventoryCircle,.InventoryBlur,.InventoryDots{display:none}.InventoryBadge{gap:10px;padding:9px 18px}.InventoryBadgeIcon{width:40px;height:40px;font-size:16px}.InventoryBadge span{font-size:14px}.InventoryTitle{margin-top:22px;font-size:36px;line-height:1.25}.InventoryTitleDivider{width:70px;margin:18px auto}.InventoryDescription{max-width:100%;padding:0 8px;font-size:15px;line-height:1.75}.InventoryMainGrid{flex-direction:column;gap:50px;margin-top:50px;display:flex}.InventoryLeftColumn{gap:18px;width:100%;padding:0}.InventoryLeftColumn .InventoryFeatureCard:nth-child(2),.InventoryLeftColumn .InventoryFeatureCard:nth-child(4){margin-left:0}.InventoryRightColumn{gap:18px;width:100%;padding:0}.InventoryRightColumn .InventoryFeatureCard:nth-child(2),.InventoryRightColumn .InventoryFeatureCard:nth-child(4){margin-right:0}.InventoryConnectorLine,.InventoryConnectorDot,.InventoryConnectorRight,.InventoryConnectorRightDot{display:none}.InventoryFeatureCard{border-radius:20px;gap:15px;min-height:110px;padding:18px}.InventoryFeatureCard:hover{transform:translateY(-6px)scale(1.01)}.InventoryFeatureIcon{border-radius:18px;width:56px;min-width:56px;height:56px}.InventoryFeatureIcon i{font-size:22px}.InventoryFeatureCard:hover .InventoryFeatureIcon{transform:rotate(-8deg)scale(1.06)}.InventoryFeatureContent{flex:1}.InventoryFeatureTitle{margin-bottom:8px;font-size:17px;line-height:1.35}.InventoryFeatureDescription{color:#64748b;font-size:13px;line-height:1.7}.Inventorygreen:hover .InventoryFeatureTitle{color:#32ba46}.Inventoryblue:hover .InventoryFeatureTitle{color:#0d6efd}.Inventoryorange:hover .InventoryFeatureTitle{color:#e39b00}.Inventorypurple:hover .InventoryFeatureTitle{color:#7c3aed}.InventoryFeatureCard:hover .InventoryFeatureDescription{color:#475569}.InventoryFeatureCard,.InventoryFeatureIcon{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.InventoryCenterSection{width:100%;max-width:340px;height:340px;min-height:auto;margin:10px auto 120px}.InventoryOuterRing{width:340px;height:340px}.InventoryMiddleRing{width:275px;height:275px}.InventoryInnerRing{width:210px;height:210px}.InventoryCenterCircle{width:150px;height:150px;box-shadow:0 18px 45px #0f172a1f,0 0 0 12px #ffffff8c}.InventoryCenterCircle:before{width:126px;height:126px}.InventoryCenterGlow{width:190px;height:190px}.InventoryCenterIcon{border-radius:20px;width:74px;height:74px}.InventoryCenterIcon i{font-size:30px}.InventoryMiniBadge{padding:6px 14px;font-size:11px;top:12px}.InventoryCenterContent{width:100%;bottom:-105px;left:50%;transform:translate(-50%)}.InventoryCenterTitle{font-size:26px;line-height:1.2}.InventoryCenterDivider{width:55px;margin:15px auto}.InventoryCenterDescription{max-width:300px;font-size:13px;line-height:1.65}.InventoryDotOne{width:10px;height:10px;top:18px;left:48px}.InventoryDotTwo{width:12px;height:12px;top:60px;right:28px}.InventoryDotThree{width:10px;height:10px;bottom:60px;left:18px}.InventoryDotFour{width:14px;height:14px;bottom:22px;right:48px}.InventoryBottomSection{grid-template-columns:1fr;gap:20px;margin-top:120px}.InventoryBottomCard{border-radius:20px;gap:18px;min-height:auto;padding:22px}.InventoryBottomCard:hover{transform:translateY(-6px)scale(1.01)}.InventoryBottomIcon{border-radius:18px;width:60px;min-width:60px;height:60px}.InventoryBottomIcon i{font-size:24px}.InventoryBottomContent{width:100%}.InventoryBottomTitle{margin-bottom:8px;font-size:18px;line-height:1.35}.InventoryBottomDescription{font-size:13px;line-height:1.7}.InventoryBottomArrow{border-radius:14px;width:44px;height:44px;margin-top:8px}.InventoryBottomArrow i{font-size:15px}}@media screen and (width<=479px){.InventorySection{padding:30px 0}.InventoryCircle,.InventoryBlur,.InventoryDots{display:none}.InventoryBadge{border-radius:40px;gap:10px;padding:8px 16px}.InventoryBadgeIcon{width:36px;height:36px;font-size:15px}.InventoryBadge span{font-size:13px}.InventoryTitle{margin-top:10px;font-size:28px;line-height:1.5}.InventoryTitleDivider{width:60px;height:4px;margin:10px auto}.InventoryDescription{max-width:100%;padding:0 4px;font-size:12px;line-height:1.4}.InventoryMainGrid{flex-direction:column;gap:10px;margin-top:25px;display:flex}.InventoryLeftColumn,.InventoryRightColumn{gap:10px;width:100%;padding:0}.InventoryLeftColumn .InventoryFeatureCard:nth-child(2),.InventoryLeftColumn .InventoryFeatureCard:nth-child(4),.InventoryRightColumn .InventoryFeatureCard:nth-child(2),.InventoryRightColumn .InventoryFeatureCard:nth-child(4){margin:0}.InventoryConnectorLine,.InventoryConnectorDot,.InventoryConnectorRight,.InventoryConnectorRightDot{display:none}.InventoryFeatureCard{border-radius:18px;gap:14px;min-height:100px;padding:10px}.InventoryFeatureCard:hover{transform:none}.InventoryFeatureIcon{border-radius:10px;width:45px;min-width:45px;height:45px}.InventoryFeatureIcon i{font-size:20px}.InventoryFeatureCard:hover .InventoryFeatureIcon{transform:scale(1.04)}.InventoryFeatureContent{flex:1}.InventoryFeatureTitle{margin-bottom:6px;font-size:14px;font-weight:700;line-height:1.35}.InventoryFeatureDescription{color:#64748b;font-size:12px;line-height:1.65}.Inventorygreen:hover .InventoryFeatureTitle{color:#32ba46}.Inventoryblue:hover .InventoryFeatureTitle{color:#0d6efd}.Inventoryorange:hover .InventoryFeatureTitle{color:#e39b00}.Inventorypurple:hover .InventoryFeatureTitle{color:#7c3aed}.InventoryFeatureCard:hover .InventoryFeatureDescription{color:#475569}.InventoryFeatureContent p{margin:0}.InventoryFeatureTitle:last-child,.InventoryFeatureDescription:last-child{margin-bottom:0}.InventoryCenterSection{width:100%;max-width:290px;height:290px;min-height:auto;margin:30px auto}.InventoryOuterRing{width:290px;height:290px}.InventoryMiddleRing{width:230px;height:230px}.InventoryInnerRing{width:175px;height:175px}.InventoryCenterCircle{width:125px;height:125px;box-shadow:0 14px 35px #0f172a1f,0 0 0 10px #ffffff8c}.InventoryCenterCircle:before{width:105px;height:105px}.InventoryCenterGlow{width:160px;height:160px}.InventoryCenterIcon{border-radius:18px;width:62px;height:62px}.InventoryCenterIcon i{font-size:26px}.InventoryMiniBadge{padding:6px 12px;font-size:10px;top:10px}.InventoryCenterContent{width:100%;bottom:-95px;left:50%;transform:translate(-50%)}.InventoryCenterTitle{font-size:22px;line-height:1.25}.InventoryCenterDivider{width:50px;height:3px;margin:14px auto}.InventoryCenterDescription{max-width:260px;font-size:12px;line-height:1.6}.InventoryDotOne{width:8px;height:8px;top:14px;left:36px}.InventoryDotTwo{width:10px;height:10px;top:48px;right:20px}.InventoryDotThree{width:8px;height:8px;bottom:45px;left:14px}.InventoryDotFour{width:12px;height:12px;bottom:16px;right:36px}.InventoryBottomSection{grid-template-columns:1fr;gap:10px;margin-top:20px}.InventoryBottomCard{border-radius:8px;gap:10px;min-height:auto;padding:10px}.InventoryBottomCard:hover{transform:none}.InventoryBottomIcon{border-radius:6px;width:45px;min-width:45px;height:45px}.InventoryBottomIcon i{font-size:20px}.InventoryBottomContent{width:100%}.InventoryBottomTitle{margin-bottom:6px;font-size:14px;line-height:1.35}.InventoryBottomDescription{color:#64748b;font-size:12px;line-height:1.65}.InventoryBottomArrow{border-radius:12px;width:40px;height:40px;margin-top:6px}.InventoryBottomArrow i{font-size:14px}.InventoryBottomCard:hover .InventoryBottomArrow{transform:none}.InventoryBottomCard,.InventoryFeatureCard,.InventoryCenterCircle{will-change:auto;transform:translateZ(0)}}.retail-billing-section{background:#fff;padding:50px 0;position:relative;overflow:hidden}.retail-billing-bg-circle{filter:blur(10px);background:radial-gradient(#32ba4614,#0000 70%);border-radius:50%;width:750px;height:750px;position:absolute;top:120px;left:50%;transform:translate(-50%)}.retail-second-circle{opacity:.5;width:550px;height:550px}.retail-billing-wrapper{justify-content:space-between;align-items:center;gap:45px;display:flex}.retail-billing-column{flex-direction:column;gap:15px;width:32%;display:flex}.retail-billing-center{justify-content:center;align-items:center;width:36%;display:flex}.retail-outer-ring{background:#fff;border:2px solid #32ba4614;border-radius:50%;justify-content:center;align-items:center;width:460px;min-width:460px;height:460px;display:flex;box-shadow:0 15px 70px #00000014,inset 0 0 40px #32ba460d}.retail-inner-ring{text-align:center;background:#fff;border:1px solid #32ba4614;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:370px;min-width:370px;height:370px;padding:25px;display:flex}.retail-center-image{width:180px;margin-bottom:15px;transition:all .4s}.retail-title{color:#0f172a;margin-bottom:10px;font-size:32px;font-weight:800;line-height:1.05}.retail-title span{color:#32ba46;display:block}.retail-title-divider{align-items:center;gap:12px;margin:5px 0;display:flex}.retail-title-divider span{background:#32ba46;border-radius:50px;width:80px;height:4px}.retail-title-divider div{background:#feb100;border-radius:50%;width:12px;height:12px}.retail-center-description{color:#5f6b7b;z-index:10;max-width:300px;font-size:14px;line-height:1.4}.retail-billing-card{background:#fff;border-radius:14px;align-items:center;gap:10px;padding:15px;transition:all .4s;display:flex;position:relative;overflow:visible;box-shadow:0 10px 35px #00000014}.retail-billing-icon{background:#f7f7f7;border-radius:50%;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;font-size:28px;transition:all .4s;display:flex}.retail-billing-content{flex:1}.retail-billing-content h3{color:#182338;margin-bottom:5px;font-size:16px}.retail-billing-content p{color:#667085;font-size:12px;line-height:1.2}.retail-card-line{border-radius:50px;width:55px;height:4px;margin-bottom:5px;display:block}.retail-billing-connector{border-top:2px dashed #d5dbe5;width:115px;position:absolute;top:50%;right:-115px}.retail-right-connector{left:-115px;right:auto}.retail-billing-connector span{background:#32ba46;border-radius:50%;width:16px;height:16px;position:absolute;top:-8px;right:-8px;box-shadow:0 0 0 8px #32ba461f}.retail-right-connector span{left:-8px}.retail-green{border-left:6px solid #32ba46}.retail-green .retail-card-line{background:#32ba46}.retail-green .retail-billing-icon{color:#32ba46}.retail-green .retail-billing-connector span{background:#32ba46}.retail-blue{border-left:6px solid #2f80ed}.retail-blue .retail-card-line{background:#2f80ed}.retail-blue .retail-billing-icon{color:#2f80ed}.retail-blue .retail-billing-connector span{background:#2f80ed}.retail-orange{border-left:6px solid #ff9800}.retail-orange .retail-card-line{background:#ff9800}.retail-orange .retail-billing-icon{color:#ff9800}.retail-orange .retail-billing-connector span{background:#ff9800}.retail-purple{border-left:6px solid #8b5cf6}.retail-purple .retail-card-line{background:#8b5cf6}.retail-purple .retail-billing-icon{color:#8b5cf6}.retail-purple .retail-billing-connector span{background:#8b5cf6}.retail-pink{border-left:6px solid #ec4899}.retail-pink .retail-card-line{background:#ec4899}.retail-pink .retail-billing-icon{color:#ec4899}.retail-pink .retail-billing-connector span{background:#ec4899}.retail-bottom-wrapper{z-index:2;background:linear-gradient(135deg,#fff 0%,#32ba460f 45%,#feb1000f 100%);border:1px solid #32ba4614;border-radius:18px;flex-direction:column;gap:12px;width:100%;margin-top:20px;padding:20px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 35px #00000014,0 2px 8px #32ba460f}.retail-bottom-wrapper:before{content:"";pointer-events:none;background:radial-gradient(#32ba461f,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;top:-120px;left:-120px}.retail-bottom-wrapper:after{content:"";pointer-events:none;background:radial-gradient(#feb1001f,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-100px;right:-100px}.retail-bottom-wrapper h2{color:#182338;justify-content:center;align-items:center;gap:25px;font-size:13px;display:flex}.retail-bottom-wrapper h2 span{background:#32ba46;border-radius:30px;width:140px;height:3px}.retail-bottom-grid{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.retail-bottom-card{align-items:center;gap:10px;display:flex}.retail-bottom-icon{color:#32ba46;background:#cbffd8;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:18px;display:flex}.retail-bottom-card h4{color:#182338;font-size:10px}.retail-bottom-card p{color:#667085;font-size:10px;line-height:1.05}@keyframes retailFadeUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes retailFadeLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes retailFadeRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes retailFloating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes retailRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes retailPulse{0%{transform:scale(1);box-shadow:0 0 #32ba464d}50%{transform:scale(1.18);box-shadow:0 0 25px #32ba4673}to{transform:scale(1);box-shadow:0 0 #32ba464d}}@keyframes retailShine{0%{left:-120%}to{left:120%}}@keyframes retailGlow{0%{box-shadow:0 0 20px #32ba4614}50%{box-shadow:0 0 60px #32ba4640}to{box-shadow:0 0 20px #32ba4614}}.retail-left .retail-billing-card{opacity:0;animation:.9s forwards retailFadeLeft}.retail-right .retail-billing-card{opacity:0;animation:.9s forwards retailFadeRight}.retail-billing-center{animation:1s retailFadeUp}.retail-bottom-card{animation:.8s retailFadeUp}.retail-billing-card{cursor:pointer}.retail-billing-card:hover{transform:translateY(-12px)scale(1.03);box-shadow:0 25px 60px #00000029}.retail-billing-card:hover .retail-billing-icon{transform:rotate(-8deg)scale(1.15)}.retail-billing-card:hover .retail-card-line{width:90px}.retail-billing-icon,.retail-billing-icon i{transition:all .4s}.retail-billing-card:hover .retail-billing-icon i{transform:scale(1.2)rotate(8deg)}.retail-billing-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);width:70px;height:100%;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.retail-billing-card:hover:before{animation:.8s retailShine}.retail-center-image{transition:all .5s}.retail-center-image:hover{transform:scale(1.08)}.retail-bottom-card{cursor:pointer;transition:all .4s}.retail-bottom-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000024}.retail-bottom-card:hover .retail-bottom-icon{transform:rotate(12deg)scale(1.15)}.retail-bottom-icon{transition:all .4s}.retail-title span{position:relative}.retail-title span:after{content:"";background:#32ba46;width:0;height:4px;transition:all .5s;position:absolute;bottom:-6px;left:0}.retail-billing-center:hover .retail-title span:after{width:100%}.retail-billing-bg-circle{animation:10s ease-in-out infinite retailFloating}.retail-second-circle{animation:14s ease-in-out infinite reverse retailFloating}@media screen and (width<=1199px){.retail-billing-section{padding:80px 20px}.retail-billing-wrapper{gap:25px}.retail-billing-column{gap:20px;width:34%}.retail-billing-center{width:32%}.retail-outer-ring{width:420px;height:420px}.retail-inner-ring{width:340px;height:340px;padding:25px}.retail-center-image{width:150px;margin-bottom:18px}.retail-title{font-size:40px}.retail-center-description{font-size:15px;line-height:1.6}.retail-billing-card{gap:16px;padding:20px}.retail-billing-icon{width:70px;min-width:70px;height:70px;font-size:26px}.retail-billing-content h3{font-size:21px}.retail-billing-content p{font-size:14px}.retail-billing-connector{width:60px;right:-60px}.retail-right-connector{left:-60px}.retail-bottom-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (width<=991px){.retail-billing-wrapper{flex-direction:column;gap:45px}.retail-billing-center{order:1;width:100%}.retail-left{order:2;grid-template-columns:repeat(2,1fr);gap:20px;width:100%;display:grid}.retail-right{order:3;grid-template-columns:repeat(2,1fr);gap:20px;width:100%;display:grid}.retail-outer-ring{width:430px;height:430px}.retail-inner-ring{width:340px;height:340px}.retail-center-image{width:160px}.retail-title{font-size:42px}.retail-billing-card{padding:22px}.retail-billing-connector{display:none}.retail-bottom-wrapper{margin-top:70px}.retail-bottom-wrapper h2{font-size:30px}.retail-bottom-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=767px){.retail-billing-section{padding:30px 0}.retail-billing-bg-circle{width:320px;height:320px}.retail-container{width:100%}.retail-billing-wrapper{gap:35px}.retail-outer-ring{width:300px;min-width:300px;height:300px}.retail-inner-ring{width:235px;min-width:235px;height:235px;padding:20px}.retail-center-image{width:95px;margin-bottom:10px}.retail-title{margin-bottom:10px;font-size:18px}.retail-title-divider{margin:10px 0}.retail-title-divider span{width:45px}.retail-center-description{max-width:100%;font-size:12px;line-height:1.6}.retail-left,.retail-right{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.retail-billing-card{text-align:center;border-top:5px solid #32ba46;border-left:none;flex-direction:column;padding:10px}.retail-green{border-top-color:#32ba46}.retail-blue{border-top-color:#2f80ed}.retail-orange{border-top-color:#ff9800}.retail-purple{border-top-color:#8b5cf6}.retail-pink{border-top-color:#ec4899}.retail-billing-icon{width:50px;min-width:50px;height:50px;font-size:20px}.retail-card-line{margin:10px auto}.retail-billing-content h3{font-size:16px}.retail-billing-content p{font-size:12px;line-height:1.2}.retail-bottom-wrapper{margin-top:25px}.retail-bottom-wrapper h2{text-align:center;flex-wrap:wrap;gap:5px;font-size:14px}.retail-bottom-wrapper h2 span{width:45px}.retail-bottom-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.retail-bottom-card{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px;display:flex}.retail-bottom-icon{width:50px;min-width:50px;height:50px;font-size:26px}.retail-bottom-card h4{text-align:center;font-size:12px}.retail-bottom-card p{text-align:center;font-size:10px}}.service-billing-section{background:#fff;padding:30px 0;position:relative;overflow:hidden}.service-container{z-index:2;position:relative}.service-billing-bg-circle{filter:blur(10px);background:radial-gradient(#32ba4614,#0000 72%);border-radius:50%;width:760px;height:760px;position:absolute;top:80px;left:50%;transform:translate(-50%)}.service-second-circle{opacity:.55;width:560px;height:560px}.service-billing-wrapper{justify-content:space-between;align-items:center;gap:40px;display:flex}.service-billing-column{flex-direction:column;gap:16px;width:32%;display:flex}.service-left,.service-right{align-items:stretch}.service-billing-center{justify-content:center;align-items:center;width:36%;display:flex;position:relative}.service-outer-ring{background:#fff;border:2px solid #32ba4614;border-radius:50%;justify-content:center;align-items:center;width:400px;min-width:400px;height:400px;display:flex;box-shadow:0 18px 55px #00000014,inset 0 0 45px #32ba460a}.service-inner-ring{text-align:center;background:#fff;border:1px solid #32ba4614;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:380px;min-width:380px;height:380px;padding:30px;display:flex;position:relative}.service-badge{color:#32ba46;letter-spacing:.6px;background:#32ba461a;border-radius:50px;justify-content:center;align-items:center;margin-bottom:15px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-flex}.service-title{color:#13233c;margin-bottom:15px;font-size:36px;font-weight:800;line-height:1}.service-title span{color:#32ba46}.service-center-description{color:#667085;max-width:350px;margin-bottom:15px;font-size:13px;line-height:1.3}.service-center-image{filter:drop-shadow(0 18px 35px #0000002e);width:240px;transition:all .45s;display:block}.service-center-image:hover{transform:translateY(-8px)scale(1.04)}.service-inner-ring:before{content:"";pointer-events:none;background:radial-gradient(#32ba460a,#0000 70%);border-radius:50%;position:absolute;inset:20px}.service-billing-card{cursor:pointer;z-index:2;background:#fff;border-radius:8px;align-items:center;gap:14px;padding:10px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.service-billing-icon{background:#f7f8fb;border-radius:50%;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;font-size:18px;transition:all .35s;display:flex}.service-billing-icon i{transition:all .35s}.service-billing-content{flex:1}.service-billing-content h3{color:#16243b;margin-bottom:5px;font-size:14px;font-weight:600}.service-card-line{border-radius:20px;width:55px;height:4px;margin-bottom:10px;transition:all .35s;display:block}.service-billing-content p{color:#667085;font-size:12px;line-height:1.55}.service-billing-connector{border-top:2px dashed #d6dce7;width:110px;position:absolute;top:50%;right:-110px}.service-right-connector{left:-110px;right:auto}.service-billing-connector span{background:#32ba46;border-radius:50%;width:16px;height:16px;position:absolute;top:-8px;right:-8px;box-shadow:0 0 0 8px #32ba461f}.service-right-connector span{left:-8px}.service-green{border-left:6px solid #32ba46}.service-green .service-card-line{background:#32ba46}.service-green .service-billing-icon,.service-green .service-billing-arrow{color:#32ba46}.service-green .service-billing-connector span{background:#32ba46}.service-blue{border-left:6px solid #2f80ed}.service-blue .service-card-line{background:#2f80ed}.service-blue .service-billing-icon,.service-blue .service-billing-arrow{color:#2f80ed}.service-blue .service-billing-connector span{background:#2f80ed}.service-orange{border-left:6px solid #ff9800}.service-orange .service-card-line{background:#ff9800}.service-orange .service-billing-icon,.service-orange .service-billing-arrow{color:#ff9800}.service-orange .service-billing-connector span{background:#ff9800}.service-purple{border-left:6px solid #8b5cf6}.service-purple .service-card-line{background:#8b5cf6}.service-purple .service-billing-icon,.service-purple .service-billing-arrow{color:#8b5cf6}.service-purple .service-billing-connector span{background:#8b5cf6}.service-pink{border-left:6px solid #ec4899}.service-pink .service-card-line{background:#ec4899}.service-pink .service-billing-icon,.service-pink .service-billing-arrow{color:#ec4899}.service-pink .service-billing-connector span{background:#ec4899}.service-billing-card:hover .service-billing-arrow{color:#fff;background:#32ba46;transform:translate(4px)}@keyframes serviceShine{0%{left:-130%}to{left:130%}}.service-bottom-wrapper{background:linear-gradient(135deg,#fff 0%,#32ba460d 45%,#feb1000d 100%);border:1px solid #32ba4614;border-radius:24px;margin-top:35px;padding:20px;position:relative;overflow:hidden;box-shadow:0 15px 45px #00000014}.service-bottom-wrapper:before{content:"";background:radial-gradient(#32ba461f,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-180px;left:-120px}.service-bottom-wrapper:after{content:"";background:radial-gradient(#feb1001f,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;bottom:-140px;right:-120px}.service-bottom-wrapper h2{z-index:2;color:#16243b;justify-content:center;align-items:center;gap:10px;margin-bottom:10px;font-size:18px;font-weight:700;display:flex;position:relative}.service-bottom-wrapper h2 span{background:#32ba46;border-radius:50px;width:90px;height:3px}.service-bottom-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:10px;display:grid;position:relative}.service-bottom-card{cursor:pointer;background:#fff;border-radius:18px;align-items:center;gap:10px;padding:15px;transition:all .35s;display:flex;box-shadow:0 8px 22px #0000000d}.service-bottom-icon{color:#32ba46;background:#ecfff0;border-radius:50%;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;font-size:18px;transition:all .35s;display:flex}.service-bottom-content{flex:1}.service-bottom-content h4{color:#16243b;font-size:14px}.service-bottom-content p{color:#667085;font-size:12px;line-height:1.2}.service-bottom-arrow{color:#98a2b3;background:#f4f6fa;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;transition:all .35s;display:flex}.service-bottom-card:hover .service-bottom-arrow{color:#fff;background:#32ba46;transform:translate(4px)}.service-cta{color:#fff;background:linear-gradient(135deg,#0f172a,#13233c);border-radius:24px;justify-content:space-between;align-items:center;gap:30px;margin-top:35px;padding:35px;display:flex}.service-cta-content h3{margin-bottom:12px;font-size:34px}.service-cta-content p{color:#ffffffbf;max-width:650px;line-height:1.8}.service-cta-actions{gap:15px;display:flex}.service-primary-btn{cursor:pointer;color:#fff;background:#32ba46;border:none;border-radius:50px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .35s}.service-primary-btn:hover{background:#28a73b;transform:translateY(-4px)}.service-secondary-btn{cursor:pointer;color:#fff;background:0 0;border:1px solid #ffffff40;border-radius:50px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .35s}.service-secondary-btn:hover{color:#13233c;background:#fff}@keyframes serviceFadeLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes serviceFadeRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes serviceFloating{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes serviceRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes serviceGlow{0%{box-shadow:0 0 25px #32ba460f}50%{box-shadow:0 0 60px #32ba462e}to{box-shadow:0 0 25px #32ba460f}}.service-left .service-billing-card{opacity:0;animation:.8s forwards serviceFadeLeft}.service-right .service-billing-card{opacity:0;animation:.8s forwards serviceFadeRight}.service-billing-center{animation:1s serviceFadeUp}.service-bottom-card{animation:.8s forwards serviceFadeUp}.service-outer-ring{animation:5s infinite serviceGlow;position:relative}.service-outer-ring:before{content:"";border:2px dashed #32ba4626;border-radius:50%;animation:40s linear infinite serviceRotate;position:absolute;inset:-12px}.service-inner-ring:after{content:"";border:1px dashed #feb10040;border-radius:50%;animation:28s linear infinite reverse serviceRotate;position:absolute;inset:18px}.service-center-image{animation:4s ease-in-out infinite serviceFloating}.service-billing-card{transition:transform .35s,box-shadow .35s}.service-billing-card:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 45px #00000026}.service-billing-card:hover .service-billing-icon{transform:rotate(-10deg)scale(1.12)}.service-billing-card:hover .service-billing-icon i{transform:scale(1.18)}.service-billing-card:hover .service-card-line{width:85px}.service-billing-icon,.service-billing-icon i,.service-bottom-card{transition:all .35s}.service-bottom-card:hover{transform:translateY(-8px);box-shadow:0 16px 38px #0000001f}.service-bottom-card:hover .service-bottom-icon{transform:rotate(12deg)scale(1.1)}.service-bottom-icon{transition:all .35s}.service-title span{position:relative}.service-title span:after{content:"";background:#32ba46;border-radius:30px;width:0;height:4px;transition:all .45s;position:absolute;bottom:-6px;left:0}.service-billing-center:hover .service-title span:after{width:100%}.service-billing-bg-circle{animation:10s ease-in-out infinite serviceFloating}.service-second-circle{animation:14s ease-in-out infinite reverse serviceFloating}.service-billing-card,.service-bottom-card{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(70px)}.service-show{opacity:1;transform:translateY(0)}.service-billing-card:first-child{transition-delay:.1s}.service-billing-card:nth-child(2){transition-delay:.25s}.service-billing-card:nth-child(3){transition-delay:.4s}.service-billing-card:nth-child(4){transition-delay:.55s}.service-bottom-card:first-child{transition-delay:.1s}.service-bottom-card:nth-child(2){transition-delay:.2s}.service-bottom-card:nth-child(3){transition-delay:.3s}.service-bottom-card:nth-child(4){transition-delay:.4s}.service-bottom-card:nth-child(5){transition-delay:.5s}.service-bottom-card:nth-child(6){transition-delay:.6s}.service-billing-connector{overflow:hidden}.service-billing-connector:after{content:"";background:currentColor;width:100%;height:2px;animation:2.5s linear infinite serviceConnectorMove;position:absolute;top:-2px;left:-100%}@keyframes serviceConnectorMove{0%{left:-100%}to{left:100%}}.service-billing-connector span{animation:2s infinite servicePulse}@keyframes servicePulse{0%{transform:scale(1);box-shadow:0 0 #32ba4640}50%{transform:scale(1.3);box-shadow:0 0 25px #32ba4673}to{transform:scale(1);box-shadow:0 0 #32ba4640}}.service-billing-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);width:80px;height:100%;position:absolute;top:0;left:-130%;transform:skew(-20deg)}.service-billing-card:hover:before{animation:.9s serviceShine}.service-primary-btn,.service-secondary-btn{transition:all .35s}.service-primary-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #32ba4659}.service-secondary-btn:hover{transform:translateY(-4px)}.service-center-image{filter:drop-shadow(0 18px 30px #0000002e)}.service-billing-center:hover .service-center-image{filter:drop-shadow(0 30px 45px #32ba4647)}.service-title{transition:all .35s}.service-billing-center:hover .service-title{text-shadow:0 0 18px #32ba462e}.service-billing-center{position:relative}.service-floating-dot{z-index:5;background:#32ba46;border-radius:50%;width:16px;height:16px;animation:5s ease-in-out infinite serviceFloatingDot;position:absolute;box-shadow:0 0 18px #32ba4659}.service-dot-1{animation-delay:0s;top:4%;left:12%}.service-dot-2{animation-delay:.8s;top:22%;right:10%}.service-dot-3{animation-delay:1.5s;bottom:18%;left:5%}.service-dot-4{animation-delay:2.2s;bottom:12%;right:15%}.service-dot-5{animation-delay:3s;top:48%;left:-3%}.service-dot-6{animation-delay:3.8s;top:48%;right:-3%}@keyframes serviceFloatingDot{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-18px)scale(1.3)}to{transform:translateY(0)scale(1)}}.service-billing-icon{position:relative;overflow:hidden}.service-billing-icon:after{content:"";background:#ffffff59;border-radius:50%;width:0;height:0;transition:all .45s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.service-billing-card:hover .service-billing-icon:after{width:120px;height:120px}.service-particle{opacity:.7;background:#feb100;border-radius:50%;width:8px;height:8px;animation:9s linear infinite serviceParticle;position:absolute}.service-particle-1{top:18%;left:18%}.service-particle-2{animation-delay:2s;top:25%;right:20%}.service-particle-3{animation-delay:4s;bottom:18%;left:10%}.service-particle-4{animation-delay:6s;bottom:20%;right:12%}@keyframes serviceParticle{0%{opacity:.2;transform:translateY(0)rotate(0)}25%{opacity:1}50%{transform:translateY(-40px)rotate(180deg)}to{opacity:0;transform:translateY(-80px)rotate(360deg)}}.service-center-image{z-index:2;position:relative}.service-center-image:after{content:"";filter:blur(12px);background:#0000002e;border-radius:50%;width:140px;height:20px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.service-billing-center:hover .service-outer-ring{transform:scale(1.02)}.service-outer-ring{transition:all .5s}.service-bottom-icon{animation:4s ease-in-out infinite serviceSmallFloat}@keyframes serviceSmallFloat{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.service-badge{position:relative;overflow:hidden}.service-badge:before{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);width:70px;height:100%;animation:3s linear infinite serviceBadgeShine;position:absolute;top:0;left:-120%;transform:skew(-20deg)}@keyframes serviceBadgeShine{0%{left:-120%}to{left:120%}}.service-primary-btn,.service-secondary-btn{position:relative;overflow:hidden}.service-ripple{pointer-events:none;background:#ffffff73;border-radius:50%;width:12px;height:12px;animation:.6s linear serviceRipple;position:absolute;transform:translate(-50%,-50%)}@keyframes serviceRipple{0%{opacity:.8;width:0;height:0}to{opacity:0;width:300px;height:300px}}.service-billing-center{transform-style:preserve-3d;transition:transform .25s}.service-billing-card,.service-bottom-card{will-change:transform, opacity}@media screen and (width>=768px) and (width<=1199px){.service-billing-section{padding:60px 0}.service-container{width:100%}.service-billing-wrapper{flex-direction:column;gap:35px;display:flex}.service-billing-center{order:1;width:100%}.service-left{order:2}.service-right{order:3}.service-outer-ring{width:360px;min-width:360px;height:360px}.service-inner-ring{width:335px;min-width:335px;height:335px;padding:25px}.service-title{font-size:34px}.service-center-description{max-width:280px;font-size:14px;line-height:1.6}.service-center-image{width:190px}.service-billing-column{grid-template-columns:repeat(2,1fr);gap:20px;width:100%;display:grid}.service-billing-card{min-height:120px;padding:16px}.service-billing-icon{width:50px;min-width:50px;height:50px;font-size:20px}.service-billing-content h3{font-size:16px}.service-billing-content p{font-size:13px;line-height:1.5}.service-billing-connector{display:none}.service-bottom-wrapper{margin-top:40px;padding:24px}.service-bottom-wrapper h2{margin-bottom:22px;font-size:22px}.service-bottom-grid{grid-template-columns:repeat(3,1fr);gap:18px}.service-bottom-card{padding:18px}.service-bottom-icon{width:48px;min-width:48px;height:48px}.service-bottom-content h4{font-size:15px}.service-bottom-content p{font-size:12px;line-height:1.5}.service-cta{text-align:center;flex-direction:column;margin-top:40px;padding:30px}.service-cta-content h3{font-size:32px}.service-cta-content p{max-width:700px;margin:auto;font-size:15px}.service-cta-actions{flex-wrap:wrap;justify-content:center;margin-top:10px}.service-primary-btn,.service-secondary-btn{min-width:220px}.service-particle,.service-floating-dot{transform:scale(.8)}}@media screen and (width>=480px) and (width<=767px){.service-billing-section{padding:45px 0}.service-billing-wrapper{flex-direction:column;gap:28px;display:flex}.service-billing-center{order:1;width:100%}.service-left{order:2}.service-right{order:3}.service-outer-ring{width:300px;min-width:300px;height:300px}.service-inner-ring{width:280px;min-width:280px;height:280px;padding:20px}.service-badge{padding:7px 16px;font-size:11px}.service-title{font-size:30px}.service-center-description{max-width:230px;font-size:13px;line-height:1.5}.service-center-image{width:160px}.service-billing-column{flex-direction:column;gap:14px;width:100%;display:flex}.service-billing-card{min-height:auto;padding:14px}.service-billing-icon{width:46px;min-width:46px;height:46px;font-size:18px}.service-billing-content h3{font-size:15px}.service-card-line{width:45px;height:3px;margin-bottom:8px}.service-billing-content p{font-size:12px;line-height:1.5}.service-billing-connector,.service-particle,.service-floating-dot,.service-billing-bg-circle{display:none}.service-bottom-wrapper{border-radius:18px;margin-top:30px;padding:18px}.service-bottom-wrapper h2{margin-bottom:20px;font-size:18px}.service-bottom-wrapper h2 span{width:50px}.service-bottom-grid{grid-template-columns:repeat(2,1fr);gap:14px}.service-bottom-card{border-radius:14px;padding:14px}.service-bottom-icon{width:42px;min-width:42px;height:42px;font-size:17px}.service-bottom-content h4{font-size:14px}.service-bottom-content p{font-size:11px;line-height:1.4}.service-cta{text-align:center;border-radius:20px;flex-direction:column;gap:20px;margin-top:30px;padding:24px}.service-cta-content h3{margin-bottom:10px;font-size:28px}.service-cta-content p{font-size:14px;line-height:1.7}.service-cta-actions{flex-direction:column;gap:12px;width:100%;display:flex}.service-primary-btn,.service-secondary-btn{justify-content:center;width:100%;padding:14px 20px;font-size:14px}}@media screen and (width<=479px){.service-billing-section{padding:30px 0}.service-billing-wrapper{flex-direction:column;gap:24px;display:flex}.service-billing-center{width:100%}.service-outer-ring{width:300px;min-width:300px;height:300px}.service-inner-ring{width:220px;min-width:220px;height:220px;padding:16px}.service-badge{margin-bottom:10px;padding:6px 14px;font-size:10px}.service-title{margin-bottom:10px;font-size:24px}.service-center-description{max-width:180px;margin-bottom:12px;font-size:11px;line-height:1.5}.service-center-image{width:120px}.service-billing-column{flex-direction:column;gap:12px;width:100%;display:flex}.service-billing-card{border-left-width:4px;gap:10px;padding:12px}.service-billing-icon{width:40px;min-width:40px;height:40px;font-size:16px}.service-billing-content h3{margin-bottom:4px;font-size:14px}.service-card-line{width:40px;height:3px;margin-bottom:8px}.service-billing-content p{font-size:11px;line-height:1.45}.service-billing-connector,.service-particle,.service-floating-dot,.service-billing-bg-circle{display:none}.service-bottom-wrapper{border-radius:16px;margin-top:24px;padding:16px}.service-bottom-wrapper h2{gap:8px;margin-bottom:18px;font-size:16px}.service-bottom-wrapper h2 span{width:35px}.service-bottom-grid{grid-template-columns:1fr;gap:10px}.service-bottom-card{border-radius:12px;gap:10px;padding:10px}.service-bottom-icon{width:38px;min-width:38px;height:38px;font-size:15px}.service-bottom-content h4{font-size:13px}.service-bottom-content p{font-size:11px;line-height:1.4}.service-cta{text-align:center;border-radius:18px;flex-direction:column;gap:18px;margin-top:25px;padding:20px}.service-cta-content h3{margin-bottom:10px;font-size:22px;line-height:1.3}.service-cta-content p{font-size:13px;line-height:1.6}.service-cta-actions{flex-direction:column;gap:10px;width:100%;display:flex}.service-primary-btn,.service-secondary-btn{justify-content:center;width:100%;padding:13px 16px;font-size:13px}.service-billing-card:hover,.service-bottom-card:hover,.service-primary-btn:hover,.service-secondary-btn:hover,.service-center-image:hover{transform:none}.service-billing-card:before,.service-inner-ring:after,.service-outer-ring:before{display:none}}.growthJourney{background:#fff;padding:30px 0;position:relative;overflow:hidden}.bg-blur{filter:blur(120px);opacity:.35;z-index:0;border-radius:50%;position:absolute}.blur-one{background:#2dcf6d;width:420px;height:420px;top:-180px;left:-120px}.blur-two{background:#67d8ff;width:400px;height:400px;top:120px;right:-150px}.bg-dots{opacity:.22;background-image:radial-gradient(#26b85d 2px,#0000 2px);background-size:18px 18px;width:220px;height:220px;position:absolute}.bg-dots.left{top:20px;left:20px}.bg-dots.right{top:10px;right:10px}.heading{text-align:center;max-width:900px;margin:auto auto 20px}.heading .badge{color:var(--primary);letter-spacing:.5px;background:#ebfaf2;border-radius:40px;justify-content:center;align-items:center;margin-bottom:15px;padding:8px 20px;font-size:14px;font-weight:700;display:inline-flex}.heading h2{color:var(--text-dark);font-size:28px;font-weight:800;line-height:1.04}.heading h2 span{color:var(--primary)}.heading p{color:var(--text-light);margin-top:15px;font-size:13px;line-height:1.4}.journeyWrapper{justify-content:space-between;align-items:flex-start;gap:25px;display:flex;position:relative}.stepCard{width:290px;box-shadow:var(--shadow);transition:var(--transition);background:#fff;border:1px solid #d8eee2;border-radius:28px;flex-shrink:0;padding:20px;position:relative}.stepCard:hover{transform:translateY(-8px)}.stepNumber{background:var(--primary);color:#fff;border-radius:30px;margin-bottom:10px;padding:7px 16px;font-size:.78rem;font-weight:700;display:inline-block}.stepCard h3{color:var(--text-dark);margin-bottom:8px;font-size:14px}.stepCard h4{color:var(--primary);margin-bottom:15px;font-size:16px}.stepCard ul{flex-direction:column;gap:10px;list-style:none;display:flex}.stepCard li{color:#4d5867;align-items:center;gap:10px;font-size:.96rem;display:flex}.stepCard li i{color:var(--primary);font-size:1rem}.shopImage{text-align:center;margin-top:24px}.shopImage img{width:100%;max-width:180px;margin:auto;display:block}.timelineWrapper{flex:1;padding-top:45px;position:relative}.timelineLine{border-top:3px dashed #39c76d;width:100%;position:absolute;top:82px;left:0}.timelineArrow{color:#19a958;font-size:1.8rem;position:absolute;top:67px;right:-5px}.timelineItems{grid-template-columns:repeat(8,1fr);gap:10px;display:grid}.timelineItem{text-align:center;position:relative}.iconCircle{background:#fff;border:2px solid #e5eef6;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto auto 18px;transition:all .35s;display:flex;box-shadow:0 12px 30px #0000000f}.iconCircle i{font-size:1.6rem}.timelineItem.green .iconCircle{border-color:#bce8ce}.timelineItem.green i{color:#17a553}.timelineItem.purple .iconCircle{border-color:#d7c8ff}.timelineItem.purple i{color:#7b4cff}.timelineItem.orange .iconCircle{border-color:#ffd5a4}.timelineItem.orange i{color:#f90}.timelineItem.cyan .iconCircle{border-color:#bdeff5}.timelineItem.cyan i{color:#00a6b6}.timelineItem.blue .iconCircle{border-color:#b9d7ff}.timelineItem.blue i{color:#2274ff}.timelineItem.pink .iconCircle{border-color:#ffc9dd}.timelineItem.pink i{color:#ff3f8b}.timelineItem h4{color:var(--text-dark);margin-bottom:10px;font-size:12px;line-height:1.35}.timelineItem h4 span{font-weight:700}.timelineItem p{color:#6d7788;font-size:9px;line-height:1.25}.timelineItem:hover .iconCircle{transform:translateY(-10px);box-shadow:0 18px 35px #0000001f}.dashboardSection{justify-content:center;align-items:center;margin-top:60px;margin-bottom:80px;display:flex;position:relative}.dashboardContainer{justify-content:center;align-items:center;width:100%;display:flex}.dashboardImage{z-index:1;width:700px;position:absolute;top:480px;left:35%}.featureCardsMain{justify-content:center;align-items:center;width:100%;margin-top:150px;display:flex}.featureCards{z-index:100;background:#fff;border:1px solid #e8edf3;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:15px;width:90%;padding:10px 20px;display:grid;box-shadow:0 18px 45px #0000000d}.featureCard{background:#fff;align-items:flex-start;gap:22px;padding:10px;transition:all .35s;display:flex}.featureIcon{background:linear-gradient(135deg,#17b15a,#4cd67d);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.featureIcon i{color:#fff;font-size:1.8rem}.featureContent{flex:1}.featureContent h3{color:var(--text-dark);margin-bottom:5px;font-size:14px}.featureContent p{color:#687485;font-size:10px;line-height:1.1}.businessBanner{background:linear-gradient(135deg,#066d43,#0b8c51);border-radius:18px;justify-content:space-between;align-items:center;gap:15px;margin-top:20px;padding:15px 20px;display:flex;position:relative;overflow:hidden}.businessBanner:before{content:"";background:#ffffff0f;border-radius:50%;width:420px;height:420px;position:absolute;top:-140px;right:-140px}.businessBanner:after{content:"";background:#ffffff0d;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-100px;left:-100px}.bannerLeft{z-index:2;align-items:center;gap:15px;width:35%;display:flex}.bannerIcon{background:#18b05a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.bannerIcon i{color:#fff;font-size:20px}.bannerContent{flex:1}.bannerContent h2{color:#fff;margin-bottom:5 px;font-size:16px;font-weight:700;line-height:1.1}.bannerContent p{color:#ffffffe0;font-size:10px;line-height:1.1}.bannerRight{z-index:2;justify-content:space-between;align-items:center;gap:10px;width:65%;display:flex}.bannerItem{flex:1;align-items:center;gap:12px;display:flex}.smallIcon{border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.smallIcon i{color:#fff;font-size:18px}.bannerItem h4{color:#fff;margin-bottom:6px;font-size:14px}.bannerItem p{color:#ffffffe0;font-size:12px;line-height:1.2}.bannerDivider{background:#ffffff26;width:100%;height:1px}@keyframes mobileFloat{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes lineMove{0%{background-position:0 0}to{background-position:120px 0}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(250%)}}.timelineLine{background-image:linear-gradient(90deg,#18a957 50%,#0000 50%);background-repeat:repeat-x;background-size:24px 3px;border:none;height:3px;animation:6s linear infinite lineMove}.timelineItem:hover{transform:translateY(-10px)}.timelineItem,.iconCircle{transition:all .35s}.timelineItem:hover .iconCircle{animation:1.5s infinite pulse}.featureIcon{transition:all .35s}.featureCard:hover .featureIcon{transform:rotate(-8deg)scale(1.08)}.bannerIcon{animation:18s linear infinite rotateSlow}.bannerIcon:hover{animation-play-state:paused}.dashboardImage{transition:all .45s}.dashboardImage:hover{transform:translateY(-8px)}.featureCard{position:relative;overflow:hidden}.featureCard:before{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);width:70px;height:100%;position:absolute;top:0;left:-120px}.featureCard:hover:before{animation:1s shimmer}@media screen and (width>=768px) and (width<=1199px){.growthJourney{padding:60px 0}.heading{max-width:760px;margin:0 auto 35px}.heading .badge{padding:8px 20px;font-size:13px}.heading h2{margin-bottom:18px;font-size:42px;line-height:1.15}.heading p{max-width:720px;margin:auto;font-size:15px;line-height:1.7}.journeyWrapper{flex-direction:column;gap:35px;display:flex}.stepCard{width:100%;max-width:760px;margin:auto;padding:28px}.stepCard h3{font-size:20px}.stepCard h4{font-size:24px}.stepCard li{font-size:15px}.shopImage img{max-width:220px}.timelineWrapper{width:100%;padding-top:0}.timelineLine{display:none}.timelineItems{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.timelineItem{padding:12px}.iconCircle{width:72px;height:72px;margin-bottom:16px}.iconCircle i{font-size:26px}.timelineItem h4{margin-bottom:8px;font-size:14px}.timelineItem p{font-size:12px;line-height:1.5}.dashboardContainer{justify-content:center;margin-top:40px;display:flex}.dashboardImage{width:100%;max-width:820px;position:relative;top:auto;left:auto}.featureCardsMain{margin-top:35px}.featureCards{grid-template-columns:repeat(2,1fr);gap:18px;width:100%;padding:18px}.featureCard{padding:16px}.featureIcon{width:50px;height:50px}.featureIcon i{font-size:22px}.featureContent h3{font-size:16px}.featureContent p{font-size:13px;line-height:1.5}.businessBanner{flex-direction:column;gap:24px;margin-top:35px;padding:30px}.bannerLeft{width:100%}.bannerIcon{width:65px;height:65px}.bannerContent h2{font-size:26px;line-height:1.3}.bannerContent p{font-size:14px;line-height:1.6}.bannerRight{grid-template-columns:repeat(2,1fr);gap:18px;width:100%;display:grid}.bannerItem{background:#ffffff0f;border-radius:14px;padding:16px}.smallIcon{width:46px;height:46px}.smallIcon i{font-size:18px}.bannerItem h4{font-size:15px}.bannerItem p{font-size:12px;line-height:1.5}.verticalDivider{display:none}}@media screen and (width>=480px) and (width<=767px){.growthJourney{padding:50px 0}.heading{max-width:100%;margin-bottom:30px;padding:0 10px}.heading .badge{margin-bottom:15px;padding:8px 18px;font-size:12px}.heading h2{margin-bottom:16px;font-size:34px;line-height:1.2}.heading p{font-size:14px;line-height:1.7}.journeyWrapper{flex-direction:column;gap:28px;display:flex}.stepCard{width:100%;padding:22px}.stepCard h3{font-size:18px}.stepCard h4{font-size:20px}.stepCard li{font-size:14px}.shopImage{margin-top:20px}.shopImage img{max-width:180px}.timelineWrapper{padding-top:0}.timelineLine{display:none}.timelineItems{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.timelineItem{padding:10px}.iconCircle{width:64px;height:64px;margin-bottom:14px}.iconCircle i{font-size:22px}.timelineItem h4{font-size:13px;line-height:1.4}.timelineItem p{font-size:11px;line-height:1.4}.dashboardContainer{justify-content:center;margin-top:30px;display:flex}.dashboardImage{width:100%;max-width:100%;position:relative;top:auto;left:auto}.featureCardsMain{margin-top:25px}.featureCards{grid-template-columns:1fr;gap:14px;width:100%;padding:16px}.featureCard{gap:14px;padding:14px}.featureIcon{width:46px;height:46px}.featureIcon i{font-size:20px}.featureContent h3{font-size:15px}.featureContent p{font-size:12px;line-height:1.5}.businessBanner{flex-direction:column;gap:20px;margin-top:30px;padding:24px}.bannerLeft{text-align:center;flex-direction:column;width:100%}.bannerIcon{width:60px;height:60px}.bannerContent h2{font-size:22px;line-height:1.3}.bannerContent p{font-size:13px;line-height:1.6}.bannerRight{grid-template-columns:repeat(2,1fr);gap:14px;width:100%;display:grid}.bannerItem{text-align:center;background:#ffffff14;border-radius:14px;flex-direction:column;padding:16px}.smallIcon{width:44px;height:44px}.smallIcon i{font-size:18px}.bannerItem h4{margin-top:8px;font-size:14px}.bannerItem p{font-size:12px;line-height:1.4}.verticalDivider,.bg-blur,.bg-dots{display:none}}@media screen and (width<=479px){.growthJourney{padding:35px 0;overflow:hidden}.bg-blur,.bg-dots{display:none}.heading{margin-bottom:25px;padding:0 8px}.heading .badge{margin-bottom:14px;padding:7px 16px;font-size:11px}.heading h2{margin-bottom:14px;font-size:26px;line-height:1.25}.heading p{font-size:13px;line-height:1.6}.journeyWrapper{flex-direction:column;gap:22px;display:flex}.stepCard{border-radius:18px;width:100%;padding:18px}.stepNumber{padding:6px 14px;font-size:11px}.stepCard h3{font-size:16px}.stepCard h4{margin-bottom:14px;font-size:18px}.stepCard ul{gap:8px}.stepCard li{font-size:13px;line-height:1.4}.stepCard li i{font-size:14px}.shopImage{margin-top:18px}.shopImage img{width:140px;max-width:100%}.timelineWrapper{padding-top:0}.timelineLine{display:none}.timelineItems{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.timelineItem{background:#fff;border:1px solid #e8edf3;border-radius:14px;padding:12px}.iconCircle{width:52px;height:52px;margin-bottom:10px}.iconCircle i{font-size:18px}.timelineItem h4{margin-bottom:6px;font-size:13px;line-height:1.3}.timelineItem p{font-size:11px;line-height:1.4}.dashboardContainer{justify-content:center;margin-top:25px;display:flex}.dashboardImage{width:100%;max-width:100%;position:relative;top:auto;left:auto}.featureCardsMain{margin-top:20px}.featureCards{grid-template-columns:1fr;gap:12px;width:100%;padding:14px}.featureCard{border-radius:12px;gap:12px;padding:12px}.featureIcon{width:42px;min-width:42px;height:42px}.featureIcon i{font-size:18px}.featureContent h3{margin-bottom:4px;font-size:14px}.featureContent p{font-size:11px;line-height:1.5}.businessBanner{border-radius:16px;flex-direction:column;gap:18px;margin-top:22px;padding:18px}.bannerLeft{text-align:center;flex-direction:column;width:100%}.bannerIcon{width:54px;height:54px}.bannerIcon i{font-size:18px}.bannerContent h2{margin-bottom:8px;font-size:20px;line-height:1.35}.bannerContent p{font-size:12px;line-height:1.6}.bannerRight{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;display:grid}.bannerItem{background:#ffffff14;border-radius:12px;gap:12px;padding:10px}.smallIcon{width:40px;min-width:40px;height:40px}.smallIcon i{font-size:14px}.bannerItem h4{margin-bottom:3px;font-size:12px}.bannerItem p{font-size:9px;line-height:1.45}.verticalDivider{display:none}.timelineItem:hover,.featureCard:hover,.dashboardImage:hover,.stepCard:hover{transform:none}.featureCard:before{display:none}.bannerIcon,.timelineItem:hover .iconCircle{animation:none}}.customerSection{background:#fff;padding:30px 0;position:relative;overflow:hidden}.customerSection:before{content:"";filter:blur(130px);opacity:.15;background:#3cd17b;border-radius:50%;width:450px;height:450px;position:absolute;top:-120px;left:-180px}.customerSection:after{content:"";filter:blur(130px);opacity:.18;background:#61d7ff;border-radius:50%;width:420px;height:420px;position:absolute;top:120px;right:-180px}.customerHero{grid-template-columns:1fr 600px;align-items:center;gap:70px;display:grid}.customerLeft{width:100%}.customerBadge{color:var(--primary);letter-spacing:.6px;background:#32ba4620;border-radius:40px;justify-content:center;align-items:center;margin-bottom:15px;padding:8px 22px;font-size:.88rem;font-weight:600;display:inline-flex}.customerLeft h2{color:var(--black);margin-bottom:15px;font-size:32px;font-weight:800;line-height:1.05}.customerLeft h2 span{color:var(--black)}.customerLeft p{max-width:560px;color:var(--text-secondary);margin-bottom:10px;font-size:13px;line-height:1.4}.customerFeatureGrid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.customerFeatureCard{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:10px;align-items:flex-start;gap:10px;padding:10px;display:flex}.customerFeatureCard:hover{border-color:#bfe8cf;transform:translateY(-8px)}.customerFeatureIcon{background:linear-gradient(135deg,#16b364,#44d77d);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.customerFeatureIcon i{color:#fff;font-size:20px}.customerFeatureContent{flex:1}.customerFeatureContent h3{color:#212121;font-size:14px;font-weight:600;line-height:1.3}.customerFeatureContent p{color:#21212189;font-size:11px;line-height:1.;margin:0}.customerRight{justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;position:relative}.customerDashboardWrapper{z-index:5;width:100%;max-width:760px;animation:.8s customerDashboardUp;position:relative}.customerDashboardImage{border-radius:24px;width:100%;transition:all .4s;display:block;box-shadow:0 35px 80px #0f172a26}.customerDashboardImage:hover{transform:translateY(-10px)}.customerFloatingCard{z-index:20;background:#fff;border:1px solid #e8eef4;border-radius:20px;align-items:flex-start;gap:15px;width:250px;padding:18px;animation:5s ease-in-out infinite customerFloat;display:flex;position:absolute;bottom:60px;left:-60px;box-shadow:0 25px 50px #0f172a1a}.customerFloatingIcon{color:#16b364;background:#ebfaf3;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.customerFloatingIcon i{font-size:24px}.customerFloatingContent{flex:1}.customerFloatingContent p{color:#64748b;font-size:15px;line-height:1.6}.customerFloatingContent span{color:#16b364;font-weight:700}.customerInfoCard{width:230px;animation:5s ease-in-out infinite customerFloat;position:absolute;top:80px;right:-80px}.customerInfoCard p{color:#475467;font-size:18px;line-height:1.8}.customerInfoCard span{color:#16b364;font-weight:700}.customerRightConnector{background-image:linear-gradient(270deg,#16b364 50%,#0000 50%);background-size:18px 2px;width:120px;height:2px;animation:1.8s linear infinite customerDashMove;position:absolute;top:140px;right:130px}.customerRightConnector:after{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:14px solid #16b364;position:absolute;top:-7px;left:-10px}.customerCircleOne{z-index:1;background:#ebfaf3;border-radius:50%;width:360px;height:360px;position:absolute;top:-80px;right:-120px}.customerCircleTwo{z-index:1;background:#f5fbf8;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-80px;left:-80px}.customerGlow{opacity:.08;filter:blur(100px);background:#16b364;border-radius:50%;width:420px;height:420px;position:absolute;top:40px;right:80px}.customerFloatingCard:hover{transform:translateY(-8px);box-shadow:0 35px 70px #0f172a26}.customerInfoCard:hover{transform:translateY(-6px)}@keyframes customerFloat{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes customerDashboardUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes customerDashMove{0%{background-position:0 0}to{background-position:40px 0}}.customerBenefitsSection{padding:100px 0 60px;position:relative;overflow:hidden}.customerBenefitsSection:before{content:"";filter:blur(30px);opacity:.8;background:#ebfaf3;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;left:-160px}.customerBenefitsSection:after{content:"";filter:blur(20px);opacity:.8;background:#f3fbff;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-120px;right:-120px}.customerBenefitsWrapper{z-index:100;background:#fff;border-radius:20px;flex-direction:column;gap:10px;margin-top:30px;padding:10px 20px;display:flex;position:relative;box-shadow:0 15px 40px #0f172a0d}.customerBenefitsHeader{flex-direction:column;gap:10px;display:flex}.customerBenefitsHeader h2{color:#0f172a;font-size:20px;font-weight:600;line-height:1.05}.customerBenefitsLine{background:#16b364;border-radius:20px;width:120px;height:5px}.customerBenefitsGrid{grid-template-columns:repeat(5,1fr);gap:15px;display:grid}.customerBenefitCard{background:#fff;border:1px solid #e6edf5;border-radius:10px;align-items:center;gap:10px;padding:10px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 45px #0000001a}.customerBenefitCard:before{content:"";opacity:0;background:linear-gradient(#16b3640f,#0000);transition:all .35s;position:absolute;inset:0}.customerBenefitCard:hover:before{opacity:1}.customerBenefitCard:hover{border-color:#bfe7cf;transform:translateY(-12px);box-shadow:0 30px 70px #0f172a1f}.customerBenefitIcon{color:#fff;background:linear-gradient(135deg,#16b364,#39d98a);border-radius:10px;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;transition:all .35s;display:flex}.customerBenefitIcon i{font-size:20px}.customerBenefitContent h3{color:#0f172a;margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.05}.customerBenefitContent p{color:#64748b;font-size:10px;line-height:1.08}.customerBenefitCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);width:70px;height:220%;position:absolute;top:-60%;left:-120px;transform:rotate(18deg)}.customerBenefitCard:hover:after{animation:.9s customerBenefitShine}@keyframes customerBenefitShine{0%{left:-120px}to{left:150%}}.customerStats{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:70px;display:grid}.customerStatCard{text-align:center;background:#fff;border:1px solid #e6edf5;border-radius:22px;padding:26px;transition:all .35s}.customerStatCard:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000014}.customerStatNumber{color:#16b364;margin-bottom:10px;font-size:40px;font-weight:800}.customerStatLabel{color:#64748b;font-size:15px;line-height:1.6}.customerBanner{background:linear-gradient(135deg,#0e9f53 0%,#0b8745 100%);border-radius:16px;grid-template-columns:.5fr 1fr;align-items:center;gap:20px;margin-top:30px;padding:20px;display:grid;position:relative;overflow:hidden}.customerBanner:before{content:"";background:#ffffff0d;border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;right:-220px}.customerBanner:after{content:"";background:#ffffff0a;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-120px;left:-120px}.customerBannerLeft{z-index:5;position:relative}.customerBannerBadge{color:#fff;letter-spacing:.8px;background:#ffffff1f;border-radius:40px;justify-content:center;align-items:center;margin-bottom:15px;padding:8px 24px;font-size:12px;font-weight:600;display:inline-flex}.customerBannerLeft h2{color:#fff;margin-bottom:5px;font-size:20px;font-weight:800;line-height:1.08}.customerBannerLeft h2 span{color:#d9ffe8}.customerBannerLeft p{color:#ffffffe0;max-width:420px;margin-bottom:5px;font-size:12px;line-height:1.02}.customerBannerButton{color:#0e9f53;background:#fff;border-radius:60px;align-items:center;gap:14px;padding:8px 20px;font-size:12px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;box-shadow:0 18px 40px #0000001f}.customerBannerButton:hover{transform:translateY(-6px);box-shadow:0 28px 60px #0000002e}.customerBannerRight{z-index:5;align-items:center;gap:10px;display:flex;position:relative}.customerBannerCard{backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:22px;align-items:flex-start;gap:10px;padding:15px;transition:all .35s;display:flex}.customerBannerCard:hover{background:#ffffff2e;transform:translate(12px)}.customerBannerIcon{background:#ffffff2e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;transition:all .35s;display:flex}.customerBannerIcon i{color:#fff;font-size:20px}.customerBannerContent{flex:1}.customerBannerContent h3{color:#fff;margin-bottom:5px;font-size:14px;font-weight:600}.customerBannerContent p{color:#ffffffdb;font-size:12px;line-height:1.05}.customerBannerGlow{opacity:.12;filter:blur(120px);background:#37d67a;border-radius:50%;width:500px;height:500px;position:absolute;top:-80px;right:-100px}.customerBanner:hover{transition:all .35s;transform:translateY(-5px)}.customerBannerCard:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a,#0000);border-radius:22px;transition:all .35s;position:absolute;inset:0}.customerBannerCard{position:relative;overflow:hidden}.customerBannerCard:hover:before{opacity:1}.customerBannerLeft{animation:.8s customerBannerLeft}.customerBannerRight{animation:.8s customerBannerRight}@keyframes customerBannerLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes customerBannerRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.customerFadeUp{animation:.8s both customerFadeUp}.customerFadeLeft{animation:.8s both customerFadeLeft}.customerFadeRight{animation:.8s both customerFadeRight}.customerHero{animation:.8s customerHeroAppear}.customerFloatingCard{animation:5s ease-in-out infinite customerFloat}.customerInfoCard{animation:6s ease-in-out infinite customerFloat}.customerBannerCard:nth-child(2){animation-delay:.4s}.customerBannerCard:nth-child(3){animation-delay:.8s}.customerDashboardWrapper{transition:all .4s}.customerDashboardWrapper:hover{transform:translateY(-8px)}.customerDashboardImage{transition:all .45s}.customerDashboardWrapper:hover .customerDashboardImage{transform:scale(1.015)}.customerDashboardWrapper:after{content:"";filter:blur(22px);z-index:-1;background:#0f172a26;border-radius:50%;width:70%;height:30px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.customerFeatureCard{position:relative;overflow:hidden}.customerFeatureCard:before{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);width:60px;height:100%;position:absolute;top:0;left:-90px;transform:skew(-20deg)}.customerFeatureCard:hover:before{animation:.8s customerShimmer}.customerFeatureCard:hover{transform:translateY(-10px)scale(1.02)}.customerFeatureCard:hover .customerFeatureIcon{transform:rotate(-10deg)}.customerBenefitCard{overflow:hidden}.customerBenefitCard:hover{transform:translateY(-12px)scale(1.02)}.customerBenefitCard:hover .customerBenefitIcon{transform:rotate(-8deg)scale(1.08)}.customerBannerCard{transition:all .35s}.customerBannerCard:hover{transform:translate(12px)scale(1.02)}.customerBannerCard:hover .customerBannerIcon{transform:rotate(-8deg)scale(1.08)}.customerBannerButton{transition:all .35s}.customerBannerButton:hover{transform:translateY(-6px)}.customerBannerButton i{transition:all .35s}.customerBannerButton:hover i{transform:translate(8px)}.customerStatCard{transition:all .35s}.customerStatCard:hover{transform:translateY(-8px)}.customerConnector,.customerRightConnector{animation:2s linear infinite customerDashMove}.customerBannerGlow{animation:16s linear infinite customerGlowRotate}.customerFeatureIcon:hover,.customerBenefitIcon:hover,.customerBannerIcon:hover{animation:1.2s infinite customerPulse}@keyframes customerFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes customerFadeLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes customerFadeRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes customerHeroAppear{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes customerPulse{0%{box-shadow:0 0 #16b36473}70%{box-shadow:0 0 0 16px #16b36400}to{box-shadow:0 0 #16b36400}}@keyframes customerGlowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes customerShimmer{0%{left:-100px}to{left:150%}}@media screen and (width<=479px){.customerSection{padding:20px 0}.customerContainer{width:100%}.customerHero{grid-template-columns:1fr;gap:20px}.customerLeft{text-align:center}.customerBadge{padding:6px 18px;font-size:12px}.customerLeft h2{font-size:28px;line-height:1.1}.customerLeft p{max-width:100%;margin:10px auto 15px;font-size:14px;line-height:1.7}.customerFeatureGrid{grid-template-columns:1fr;gap:10px}.customerFeatureCard{border-radius:8px;height:80px;padding:10px}.customerFeatureIcon{width:40px;height:40px}.customerFeatureIcon i{font-size:20px}.customerFeatureContent h3{text-align:start;font-size:16px}.customerFeatureContent p{text-align:start;margin:0;font-size:12px}.customerRight{min-height:auto}.customerDashboardWrapper{max-width:100%}.customerDashboardImage{border-radius:18px;width:100%}.customerFloatingCard{width:100%;margin-top:25px;animation:none;position:relative;bottom:auto;left:auto}.customerFloatingIcon{width:52px;min-width:52px;height:52px}.customerFloatingContent p{font-size:14px}.customerInfoCard{text-align:center;width:100%;margin-top:20px;animation:none;position:relative;top:auto;right:auto}.customerInfoCard p{font-size:16px}.customerConnector,.customerRightConnector,.customerCircleOne,.customerCircleTwo,.customerGlow{display:none}.customerBenefitsWrapper{padding:10px}.customerBenefitsSection{padding:20px 0}.customerBenefitsHeader{text-align:center;margin-bottom:15px;display:block}.customerBenefitsHeader h2{font-size:18px}.customerBenefitsHeader p{width:100%;margin-top:10px;font-size:15px}.customerBenefitsLine{margin:8px auto 0}.customerBenefitsGrid{grid-template-columns:1fr;gap:10px}.customerBenefitCard{height:80px;padding:10px}.customerBenefitIcon{border-radius:8px;width:40px;min-width:40px;height:40px}.customerBenefitContent h3{font-size:16px}.customerBenefitContent p{font-size:12px}.customerStats{grid-template-columns:1fr;gap:18px}.customerStatNumber{font-size:34px}.customerStatLabel{font-size:14px}.customerBanner{border-radius:24px;grid-template-columns:1fr;gap:20px;padding:15px}.customerBannerLeft{text-align:center}.customerBannerBadge{font-size:11px}.customerBannerLeft h2{font-size:26px}.customerBannerLeft p{margin-top:10px;font-size:13px}.customerBannerButton{justify-content:center;width:100%;padding:16px;font-size:15px}.customerBannerRight{flex-direction:column;gap:10px;display:flex}.customerBannerCard{padding:18px}.customerBannerIcon{width:45px;min-width:45px;height:45px}.customerBannerIcon i{font-size:22px}.customerBannerContent h3{font-size:16px}.customerBannerContent p{font-size:12px}.customerFeatureCard:hover,.customerBenefitCard:hover,.customerBannerCard:hover,.customerDashboardWrapper:hover,.customerBanner:hover,.customerStatCard:hover,.customerBannerButton:hover{transform:none}.customerFeatureCard:before,.customerBenefitCard:after{display:none}}@media screen and (width>=480px) and (width<=767px){.customerSection{padding:70px 24px}.customerHero{grid-template-columns:1fr;gap:60px}.customerLeft{text-align:center}.customerBadge{font-size:13px}.customerLeft h2{font-size:42px;line-height:1.15}.customerLeft p{max-width:620px;margin:20px auto 35px;font-size:16px}.customerFeatureGrid{grid-template-columns:repeat(2,1fr);gap:20px}.customerFeatureCard{padding:20px}.customerFeatureIcon{width:58px;height:58px}.customerFeatureContent h3{font-size:18px}.customerFeatureContent p{font-size:14px}.customerRight{min-height:auto}.customerDashboardWrapper{max-width:700px}.customerDashboardImage{width:100%}.customerFloatingCard{width:320px;margin:30px auto 0;position:relative;bottom:auto;left:auto}.customerInfoCard{text-align:center;width:320px;margin:30px auto 0;position:relative;top:auto;right:auto}.customerConnector,.customerRightConnector,.customerCircleOne,.customerCircleTwo,.customerGlow{display:none}.customerBenefitsHeader{text-align:center;display:block}.customerBenefitsHeader h2{font-size:38px}.customerBenefitsHeader p{width:100%;margin-top:20px}.customerBenefitsLine{margin:20px auto 0}.customerBenefitsGrid{grid-template-columns:repeat(2,1fr);gap:22px}.customerStats{grid-template-columns:repeat(2,1fr)}.customerBanner{grid-template-columns:1fr;gap:45px;padding:45px}.customerBannerLeft{text-align:center}.customerBannerLeft h2{font-size:42px}.customerBannerLeft p{max-width:100%}.customerBannerButton{justify-content:center}.customerBannerRight{gap:20px}.customerBannerCard{padding:20px}}@media screen and (width>=768px) and (width<=1199px){.customerHero{grid-template-columns:1fr;gap:70px}.customerLeft{text-align:center}.customerLeft h2{font-size:52px}.customerLeft p{max-width:700px;margin:20px auto 40px}.customerFeatureGrid{grid-template-columns:repeat(2,1fr);gap:22px}.customerDashboardWrapper{max-width:850px}.customerFloatingCard{bottom:-20px;left:0}.customerInfoCard{top:40px;right:0}.customerConnector{left:40px}.customerRightConnector{right:60px}.customerBenefitsHeader{text-align:center;display:block}.customerBenefitsHeader h2{font-size:44px}.customerBenefitsHeader p{width:100%;margin-top:20px}.customerBenefitsLine{margin:20px auto 0}.customerBenefitsGrid{grid-template-columns:repeat(3,1fr);gap:24px}.customerStats{grid-template-columns:repeat(4,1fr)}.customerBanner{grid-template-columns:1fr;gap:50px;padding:55px}.customerBannerLeft{text-align:center}.customerBannerLeft h2{font-size:50px}.customerBannerLeft p{max-width:700px;margin:0 auto 35px}.customerBannerButton{justify-content:center}.customerBannerRight{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.customerBannerCard{height:100%}}.ReportSection{background:var(--background);padding:30px 0;position:relative;overflow:hidden}.ReportSection:before{content:"";filter:blur(120px);opacity:.08;background:#5fd16f;border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;left:-180px}.ReportSection:after{content:"";filter:blur(120px);opacity:.08;background:#7bd9ff;border-radius:50%;width:420px;height:420px;position:absolute;top:120px;right:-180px}.ReportHero{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px;animation:.8s ReportFadeUp;display:flex;position:relative}.ReportBadge{color:var(--primary);letter-spacing:.8px;transition:var(--transition);background:#32ba4614;border-radius:50px;justify-content:center;align-items:center;gap:16px;margin-bottom:15px;padding:8px 22px;font-size:12px;font-weight:700;display:inline-flex}.ReportBadge:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.ReportBadge i{color:var(--primary);font-size:16px}.ReportBadgeLine{background:linear-gradient(90deg, transparent, var(--primary), transparent);border-radius:20px;width:42px;height:2px;animation:2.5s linear infinite ReportLineMove}.ReportHero h2{max-width:900px;color:var(--text-primary);margin-bottom:10px;font-size:28px;font-weight:800;line-height:1.08}.ReportHero h2 span{color:var(--primary);display:block}.ReportHero p{max-width:560px;color:var(--text-secondary);font-size:14px;line-height:1.08}.ReportGrid{z-index:2;grid-template-columns:repeat(5,1fr);gap:15px;display:grid;position:relative}@keyframes ReportFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes ReportLineMove{0%{opacity:.4;transform:translate(-8px)}50%{opacity:1;transform:translate(8px)}to{opacity:.4;transform:translate(-8px)}}.ReportCard{background:var(--white);border:1px solid var(--border);transition:var(--transition);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;padding:15px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000a}.ReportCard:hover{border-color:#d6ebdd;transform:translateY(-10px);box-shadow:0 25px 60px #0000001f}.ReportCard:before{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);width:60%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.ReportCard:hover:before{animation:.9s ReportShimmer}.ReportIcon{width:45px;min-width:45px;height:45px;transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;display:flex}.ReportIcon i{color:var(--white);font-size:20px}.ReportCard:hover .ReportIcon{transform:rotate(-8deg)scale(1.08)}.ReportContent{flex:1}.ReportContent h3{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.03}.ReportContent p{color:var(--text-secondary);font-size:12px;line-height:1.02}.ReportArrow{width:38px;height:38px;transition:var(--transition);background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;margin-left:auto;display:flex}.ReportArrow i{color:var(--text-primary);transition:var(--transition);font-size:14px}.ReportCard:hover .ReportArrow{background:var(--primary)}.ReportCard:hover .ReportArrow i{color:var(--white);transform:translate(3px)}.ReportCard.green:hover{border-color:#a7f3d0}.ReportCard.blue:hover{border-color:#bfdbfe}.ReportCard.purple:hover{border-color:#ddd6fe}.ReportCard.orange:hover{border-color:#fcd34d}.ReportCard.red:hover{border-color:#fecaca}.ReportCard.pink:hover{border-color:#fbcfe8}.ReportCard.gray:hover{border-color:#d1d5db}@keyframes ReportShimmer{0%{left:-100%}to{left:160%}}.ReportCard.green .ReportIcon{background:#eafbf1}.ReportCard.green .ReportIcon i{color:#22c55e}.ReportCard.purple .ReportIcon{background:#f3ecff}.ReportCard.purple .ReportIcon i{color:#8b5cf6}.ReportCard.blue .ReportIcon{background:#eaf4ff}.ReportCard.blue .ReportIcon i{color:#3b82f6}.ReportCard.orange .ReportIcon{background:#fff4e8}.ReportCard.orange .ReportIcon i{color:#f59e0b}.ReportCard.red .ReportIcon{background:#feecec}.ReportCard.red .ReportIcon i{color:#ef4444}.ReportCard.pink .ReportIcon{background:#fdecf6}.ReportCard.pink .ReportIcon i{color:#ec4899}.ReportCard.gray .ReportIcon{background:#f3f4f6}.ReportCard.gray .ReportIcon i{color:#6b7280}.ReportBottomSection{padding:80px 0;position:relative;overflow:hidden}.ReportBottomSection:before{content:"";opacity:.06;filter:blur(120px);background:#5fd16f;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-220px;left:-220px}.ReportBottomSection:after{content:"";opacity:.05;filter:blur(120px);background:#7bd9ff;border-radius:50%;width:450px;height:450px;position:absolute;top:-180px;right:-180px}.ReportBottomBanner{transition:var(--transition);background:linear-gradient(135deg,#0f9f58,#18b85f);border-radius:14px;justify-content:space-between;align-items:center;gap:45px;margin-top:30px;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 70px #0f9f5840}.ReportBottomBanner:hover{transform:translateY(-6px)}.ReportBottomBanner:before{content:"";background:#ffffff0d;border-radius:50%;width:380px;height:380px;position:absolute;top:-140px;right:-140px}.ReportBottomBanner:after{content:"";background:#ffffff0a;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-90px;left:-90px}.ReportBottomLeft{z-index:5;align-items:center;gap:10px;width:25%;display:flex;position:relative}.ReportBottomIcon{backdrop-filter:blur(12px);background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;display:flex}.ReportBottomIcon i{color:var(--white);font-size:24px}.ReportBottomContent{flex:1}.ReportBottomContent h2{color:var(--white);margin-bottom:5px;font-size:18px;font-weight:600;line-height:1.05}.ReportBottomContent p{color:#ffffffe0;font-size:12px;line-height:1.02}.ReportBottomDivider{background:#ffffff29;width:1px;height:50px;position:relative}.ReportBottomDivider:before{content:"";background:#ffffff8c;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ReportBottomRight{z-index:5;flex:1;grid-template-columns:repeat(4,1fr);gap:10px;display:grid;position:relative}.ReportHighlightCard{backdrop-filter:blur(16px);transition:var(--transition);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:8px;align-items:flex-start;gap:10px;padding:10px;display:flex;position:relative;overflow:hidden}.ReportHighlightCard:hover{background:#ffffff2e;transform:translateY(-8px);box-shadow:0 18px 45px #0000001f}.ReportHighlightCard:before{content:"";background:linear-gradient(90deg,#0000,#ffffff47,#0000);width:55%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.ReportHighlightCard:hover:before{animation:.8s ReportHighlightShimmer}.ReportHighlightIcon{width:40px;min-width:40px;height:40px;transition:var(--transition);background:#ffffff26;border-radius:8px;justify-content:center;align-items:center;display:flex}.ReportHighlightIcon i{color:var(--white);font-size:20px}.ReportHighlightCard:hover .ReportHighlightIcon{background:#ffffff40;transform:rotate(-10deg)scale(1.08)}.ReportHighlightContent{flex:1}.ReportHighlightContent h3{color:var(--white);margin-bottom:5px;font-size:14px;font-weight:600}.ReportHighlightContent p{color:#ffffffd1;font-size:10px;line-height:1.02}.ReportHighlightCard:first-child{animation:5s ease-in-out infinite ReportFloat}.ReportHighlightCard:nth-child(2){animation:5.5s ease-in-out infinite ReportFloat}.ReportHighlightCard:nth-child(3){animation:6s ease-in-out infinite ReportFloat}.ReportHighlightCard:nth-child(4){animation:6.5s ease-in-out infinite ReportFloat}.ReportBottomIcon{animation:18s linear infinite ReportRotate}.ReportBottomBanner:hover .ReportBottomIcon{animation-play-state:paused}.ReportBottomLeft{animation:.8s ReportSlideLeft}.ReportBottomRight{animation:.8s ReportSlideRight}@keyframes ReportHighlightShimmer{0%{left:-100%}to{left:160%}}@keyframes ReportFloat{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes ReportRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ReportSlideLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes ReportSlideRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.ReportBottomBanner:hover{box-shadow:0 30px 80px #0f9f5859}.ReportBottomBanner:hover .ReportBottomIcon{transform:scale(1.08)}.ReportHighlightCard:hover .ReportHighlightContent h3{color:#fff}.ReportHighlightCard:hover .ReportHighlightContent p{color:#fffffff2}@media screen and (width<=479px){.ReportSection{padding:30px 0}.ReportHero{margin-bottom:20px}.ReportBadge{gap:10px;padding:8px 10px;font-size:11px}.ReportBadgeLine{width:24px}.ReportBadge i{font-size:13px}.ReportHero h2{margin-bottom:10px;font-size:28px;line-height:1.14}.ReportHero h2 span{margin-top:6px}.ReportHero p{width:100%;padding:0 10px;font-size:14px;line-height:1.7}.ReportGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.ReportCard{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px;display:flex}.ReportIcon{border-radius:8px;width:45px;min-width:45px;height:45px}.ReportIcon i{font-size:20px}.ReportContent{flex:1}.ReportContent h3{text-align:center;margin-bottom:5px;font-size:14px}.ReportContent p{text-align:center;font-size:11px;line-height:1.4}.ReportArrow{width:34px;min-width:34px;height:34px}.ReportArrow i{font-size:12px}.ReportCard:hover{box-shadow:var(--shadow);transform:none}.ReportCard:hover .ReportArrow,.ReportCard:hover .ReportIcon{transform:none}.ReportCard:before{display:none}.ReportBottomSection{padding:20px 0}.ReportBottomBanner{border-radius:18px;flex-direction:column;gap:10px;padding:15px;display:flex}.ReportBottomBanner:before,.ReportBottomBanner:after{display:none}.ReportBottomLeft{width:100%}.ReportBottomIcon{width:50px;min-width:50px;height:50px}.ReportBottomIcon i{font-size:22px}.ReportBottomContent h2{font-size:18px;line-height:1.2}.ReportBottomContent p{font-size:12px;line-height:1.6}.ReportBottomDivider{display:none}.ReportBottomRight{gap:1-px;grid-template-columns:repeat(1,1fr);width:100%;margin-top:15px;display:grid}.ReportHighlightCard{background:#ffffff1f;border-radius:10px;gap:10px;padding:10px}.ReportHighlightIcon{border-radius:14px;width:45px;min-width:45px;height:45px}.ReportHighlightIcon i{font-size:22px}.ReportHighlightContent{flex:1}.ReportHighlightContent h3{margin-bottom:5px;font-size:14px}.ReportHighlightContent p{font-size:12px;line-height:1.4}.ReportHighlightCard:hover{box-shadow:none;background:#ffffff1f;transform:none}.ReportHighlightCard:hover .ReportHighlightIcon{transform:none}.ReportHighlightCard:before{display:none}.ReportBottomBanner:hover{transform:none;box-shadow:0 20px 50px #0f9f582e}.ReportBottomBanner:hover .ReportBottomIcon{transform:none}.ReportBottomIcon,.ReportHighlightCard,.ReportBottomLeft,.ReportBottomRight{animation:none}.ReportSection:before{width:260px;height:260px;top:-140px;left:-140px}.ReportSection:after{width:260px;height:260px;top:80px;right:-140px}.ReportBottomSection:before{width:260px;height:260px;bottom:-120px;left:-120px}.ReportBottomSection:after{width:220px;height:220px;top:-120px;right:-120px}}@media screen and (width>=480px) and (width<=767px){.ReportSection{padding:70px 0}.ReportHero{margin-bottom:55px}.ReportBadge{gap:12px;padding:9px 20px;font-size:12px}.ReportBadgeLine{width:32px}.ReportBadge i{font-size:14px}.ReportHero h2{margin-bottom:18px;font-size:42px;line-height:1.15}.ReportHero h2 span{margin-top:6px}.ReportHero p{max-width:650px;font-size:16px;line-height:1.8}.ReportGrid{grid-template-columns:repeat(2,1fr);gap:20px}.ReportCard{border-radius:18px;gap:16px;padding:20px}.ReportIcon{width:56px;min-width:56px;height:56px}.ReportIcon i{font-size:24px}.ReportContent h3{margin-bottom:8px;font-size:18px}.ReportContent p{font-size:14px;line-height:1.7}.ReportArrow{width:36px;min-width:36px;height:36px}.ReportArrow i{font-size:13px}.ReportBottomSection{padding:70px 0}.ReportBottomBanner{border-radius:22px;flex-direction:column;gap:30px;padding:35px 30px}.ReportBottomLeft{width:100%}.ReportBottomIcon{width:70px;min-width:70px;height:70px}.ReportBottomIcon i{font-size:30px}.ReportBottomContent h2{font-size:28px}.ReportBottomContent p{font-size:15px}.ReportBottomDivider{width:100%;height:1px}.ReportBottomDivider:before{top:50%;left:50%}.ReportBottomRight{grid-template-columns:repeat(2,1fr);gap:18px;width:100%}.ReportHighlightCard{gap:16px;padding:18px}.ReportHighlightIcon{width:56px;min-width:56px;height:56px}.ReportHighlightIcon i{font-size:24px}.ReportHighlightContent h3{font-size:17px}.ReportHighlightContent p{font-size:13px;line-height:1.6}.ReportSection:before{width:320px;height:320px;left:-160px}.ReportSection:after{width:320px;height:320px;right:-160px}.ReportBottomSection:before{width:320px;height:320px}.ReportBottomSection:after{width:300px;height:300px}.ReportBottomBanner:hover{transform:translateY(-4px)}.ReportHighlightCard:hover{transform:translateY(-5px)}}@media screen and (width>=768px) and (width<=1199px){.ReportSection{padding:90px 0}.ReportHero{margin-bottom:65px}.ReportBadge{gap:14px;padding:10px 22px;font-size:13px}.ReportBadgeLine{width:38px}.ReportBadge i{font-size:15px}.ReportHero h2{margin-bottom:18px;font-size:50px;line-height:1.12}.ReportHero p{max-width:780px;font-size:17px;line-height:1.8}.ReportGrid{grid-template-columns:repeat(3,1fr);gap:22px}.ReportCard{border-radius:20px;padding:22px}.ReportIcon{width:60px;min-width:60px;height:60px}.ReportIcon i{font-size:25px}.ReportContent h3{font-size:19px}.ReportContent p{font-size:14px;line-height:1.7}.ReportArrow{width:38px;min-width:38px;height:38px}.ReportBottomSection{padding:80px 0}.ReportBottomBanner{border-radius:24px;flex-direction:column;gap:40px;padding:45px}.ReportBottomLeft{width:100%}.ReportBottomIcon{width:76px;min-width:76px;height:76px}.ReportBottomIcon i,.ReportBottomContent h2{font-size:32px}.ReportBottomContent p{font-size:16px}.ReportBottomDivider{width:100%;height:1px}.ReportBottomDivider:before{top:50%;left:50%}.ReportBottomRight{grid-template-columns:repeat(2,1fr);gap:22px;width:100%}.ReportHighlightCard{padding:20px}.ReportHighlightIcon{width:60px;min-width:60px;height:60px}.ReportHighlightIcon i{font-size:25px}.ReportHighlightContent h3{font-size:18px}.ReportHighlightContent p{font-size:14px}.ReportSection:before{width:380px;height:380px;left:-180px}.ReportSection:after{width:380px;height:380px;right:-180px}.ReportBottomSection:before{width:360px;height:360px}.ReportBottomSection:after{width:340px;height:340px}.ReportBottomBanner:hover{transform:translateY(-5px)}.ReportHighlightCard:hover{transform:translateY(-6px)}}.PurchaseSection{background:var(--background);padding:30px 0;position:relative;overflow:hidden}.PurchaseSection:before{content:"";opacity:.08;filter:blur(120px);background:#5fd16f;border-radius:50%;width:450px;height:450px;position:absolute;top:-120px;left:-180px}.PurchaseSection:after{content:"";opacity:.08;filter:blur(120px);background:#7bd9ff;border-radius:50%;width:420px;height:420px;position:absolute;top:120px;right:-180px}.PurchaseHero{z-index:2;grid-template-columns:700px 1fr;align-items:center;gap:20px;display:grid;position:relative}.PurchaseLeft{width:100%}.PurchaseBadge{color:var(--primary);letter-spacing:.7px;transition:var(--transition);background:#32ba4614;border-radius:50px;align-items:center;gap:12px;margin-bottom:28px;padding:8px 22px;font-size:12px;font-weight:700;display:inline-flex}.PurchaseBadge:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.PurchaseBadge i{color:var(--primary);font-size:16px}.PurchaseLeft h2{color:var(--text-primary);margin-bottom:10px;font-size:38px;font-weight:800;line-height:1.04}.PurchaseLeft h2 span{color:var(--primary)}.PurchaseLeft p{max-width:470px;color:var(--text-secondary);margin-bottom:15px;font-size:14px;line-height:1.8}.PurchaseLeft{animation:.8s PurchaseFadeLeft}.PurchaseRight{animation:.8s PurchaseFadeRight}@keyframes PurchaseFadeLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes PurchaseFadeRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.PurchaseFeatureGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.PurchaseFeatureCard{background:var(--white);border:1px solid var(--border);cursor:pointer;transition:var(--transition);border-radius:8px;align-items:flex-start;gap:10px;padding:10px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000a}.PurchaseFeatureCard:hover{border-color:#d9efe1;transform:translateY(-8px);box-shadow:0 20px 45px #0000001a}.PurchaseFeatureCard:before{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);width:60%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-22deg)}.PurchaseFeatureCard:hover:before{animation:.8s PurchaseShimmer}.PurchaseFeatureIcon{width:40px;min-width:40px;height:40px;transition:var(--transition);background:#ecfdf3;border-radius:8px;justify-content:center;align-items:center;display:flex}.PurchaseFeatureIcon i{color:var(--primary);font-size:24px}.PurchaseFeatureCard:hover .PurchaseFeatureIcon{background:var(--primary);transform:rotate(-8deg)scale(1.08)}.PurchaseFeatureCard:hover .PurchaseFeatureIcon i{color:var(--white)}.PurchaseFeatureContent{flex:1}.PurchaseFeatureContent h3{color:var(--text-primary);margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.03}.PurchaseFeatureContent p{color:var(--text-secondary);font-size:12px;line-height:1.02}.PurchaseRight{min-height:600px;display:flex;position:relative}.PurchaseDashboardWrapper{width:100%;height:100%;transition:var(--transition);animation:.9s PurchaseDashboardUp;position:relative}.PurchaseDashboardImage{width:100%;height:100%;transition:var(--transition);border-radius:14px;display:block;box-shadow:0 30px 70px #0f172a1f}.PurchaseDashboardWrapper:hover{transform:translateY(-10px)}.PurchaseDashboardWrapper:hover .PurchaseDashboardImage{transform:scale(1.015)}.PurchaseDashboardWrapper:before{content:"";opacity:.1;filter:blur(90px);z-index:-1;background:#5fd16f;border-radius:50%;width:340px;height:340px;position:absolute;top:-80px;right:-80px}.PurchaseDashboardWrapper:after{content:"";filter:blur(22px);z-index:-1;background:#0f172a24;border-radius:50%;width:72%;height:28px;position:absolute;bottom:-28px;left:50%;transform:translate(-50%)}.PurchaseDashboardDots{background:var(--primary);opacity:.35;border-radius:50%;width:12px;height:12px;position:absolute}.PurchaseDashboardDots.one{top:120px;left:-25px}.PurchaseDashboardDots.two{top:200px;right:-20px}.PurchaseDashboardDots.three{bottom:-15px;left:80px}@keyframes PurchaseDashboardUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes PurchaseShimmer{0%{left:-100%}to{left:160%}}.PurchaseBottomWrapper{z-index:2;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);border-radius:30px;padding:60px;position:relative;overflow:hidden}.PurchaseBottomHeading h2{color:var(--text-primary);max-width:900px;margin:0 auto;font-size:50px;font-weight:800;line-height:1.15}@keyframes PurchaseHeadingFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.PurchaseBottomSection{background:var(--background);padding:90px 0;position:relative;overflow:hidden}.PurchaseBottomSection:before{content:"";opacity:.07;filter:blur(120px);background:#5fd16f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;left:-180px}.PurchaseBottomSection:after{content:"";opacity:.06;filter:blur(120px);background:#7bd9ff;border-radius:50%;width:380px;height:380px;position:absolute;top:-160px;right:-160px}.PurchaseBottomWrapper{z-index:2;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);border-radius:18px;margin-top:20px;padding:10px;position:relative;overflow:hidden}.PurchaseBottomWrapper:hover{transform:translateY(-5px);box-shadow:0 30px 70px #0000001a}.PurchaseBottomWrapper:before{content:"";background:#32ba460d;border-radius:50%;width:300px;height:300px;position:absolute;top:-140px;right:-120px}.PurchaseBottomWrapper:after{content:"";background:#5bd16f0d;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-120px;left:-100px}.PurchaseBottomHeading{z-index:2;text-align:center;margin-bottom:15px;animation:.8s PurchaseHeadingFade;position:relative}.PurchaseBottomHeading h2{color:var(--text-primary);max-width:900px;font-size:24px;font-weight:700;line-height:1.05}.PurchaseBottomHeading h2 span{color:var(--primary);margin-top:8px;display:block}.PurchaseBottomHeading:after{content:"";background:linear-gradient(90deg, var(--primary), #5fd16f);border-radius:20px;width:90px;height:5px;margin:10px auto 0;display:block}.PurchaseBenefitCard.green .PurchaseBenefitIcon{background:#ecfdf3}.PurchaseBenefitCard.green i{color:#16b364}.PurchaseBenefitCard.blue .PurchaseBenefitIcon{background:#eef4ff}.PurchaseBenefitCard.blue i{color:#3b82f6}.PurchaseBenefitCard.purple .PurchaseBenefitIcon{background:#f4ebff}.PurchaseBenefitCard.purple i{color:#8b5cf6}.PurchaseBenefitCard.orange .PurchaseBenefitIcon{background:#fff4e5}.PurchaseBenefitCard.orange i{color:#f59e0b}.PurchaseBenefitCard.cyan .PurchaseBenefitIcon{background:#ecfeff}.PurchaseBenefitCard.cyan i{color:#06b6d4}.PurchaseBenefitCard{text-align:center;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:10px;transition:all .35s;display:flex;position:relative}.PurchaseBenefitCard:hover{transform:translateY(-6px)}.PurchaseBenefitCard:before{content:"";opacity:0;transition:var(--transition);background:linear-gradient(#32ba460d,#0000);border-radius:22px;position:absolute;inset:0}.PurchaseBenefitCard:hover:before{opacity:1}.PurchaseBenefitCard:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);width:60%;height:100%;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.PurchaseBenefitCard:hover:after{animation:.9s PurchaseBenefitShimmer}.PurchaseBenefitIcon{border-radius:50%;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;margin-bottom:10px;transition:all .35s;display:flex}.PurchaseBenefitIcon i{font-size:24px}.PurchaseBenefitCard:hover .PurchaseBenefitIcon{box-shadow:0 20px 40px #00000014}.PurchaseBenefitCard.green:hover .PurchaseBenefitIcon{background:#22c55e}.PurchaseBenefitCard.blue:hover .PurchaseBenefitIcon{background:#3b82f6}.PurchaseBenefitCard.purple:hover .PurchaseBenefitIcon{background:#8b5cf6}.PurchaseBenefitCard.orange:hover .PurchaseBenefitIcon{background:#f59e0b}.PurchaseBenefitCard.cyan:hover .PurchaseBenefitIcon{background:#06b6d4}.PurchaseBenefitCard:hover .PurchaseBenefitIcon i{color:var(--white)}.PurchaseBenefitContent{max-width:190px}.PurchaseBenefitContent h3{color:var(--text-primary);margin-bottom:5px;font-size:12px;font-weight:600;line-height:1.05}.PurchaseBenefitContent p{color:var(--text-secondary);font-size:10px;line-height:1.07}.PurchaseBenefitCard:hover .PurchaseBenefitContent h3{transform:translateY(-2px)}.PurchaseBenefitCard:hover .PurchaseBenefitContent p{color:#4b5563}.PurchaseBenefitCard:first-child{animation:.7s PurchaseFadeUp}.PurchaseBenefitCard:nth-child(2){animation:.8s PurchaseFadeUp}.PurchaseBenefitCard:nth-child(3){animation:.9s PurchaseFadeUp}.PurchaseBenefitCard:nth-child(4){animation:1s PurchaseFadeUp}.PurchaseBenefitCard:nth-child(5){animation:1.1s PurchaseFadeUp}.PurchaseBenefitCard:nth-child(6){animation:1.2s PurchaseFadeUp}.PurchaseBenefitIcon{animation:5s ease-in-out infinite PurchaseIconFloat}.PurchaseBenefitCard:nth-child(2n) .PurchaseBenefitIcon{animation-delay:.4s}.PurchaseBenefitCard:nth-child(3) .PurchaseBenefitIcon{animation-delay:.8s}.PurchaseBenefitCard:nth-child(5) .PurchaseBenefitIcon{animation-delay:1.2s}.PurchaseBottomWrapper:hover{box-shadow:0 30px 70px #0000001f}.PurchaseBenefitGrid{z-index:2;align-items:center;margin-top:0;display:flex;position:relative}.PurchaseBenefitDivider{background:#e6eaf1;width:1px;height:105px;position:absolute;top:50%;right:0;transform:translateY(-50%)}@keyframes PurchaseBenefitShimmer{0%{left:-120%}to{left:160%}}@keyframes PurchaseFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes PurchaseIconFloat{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@media screen and (width<=479px){.PurchaseSection{padding:30px 0}.PurchaseHero{grid-template-columns:1fr;gap:25px}.PurchaseLeft{text-align:center}.PurchaseBadge{gap:10px;margin-bottom:22px;padding:8px 18px;font-size:11px}.PurchaseBadge i{font-size:14px}.PurchaseLeft h2{margin-bottom:10px;font-size:24px;line-height:1.1}.PurchaseLeft p{max-width:100%;margin-bottom:35px;font-size:12px;line-height:1.7}.PurchaseFeatureGrid{grid-template-columns:1fr;gap:16px}.PurchaseFeatureCard{border-radius:16px;gap:10px;padding:10px}.PurchaseFeatureIcon{border-radius:15px;width:45px;min-width:45px;height:45px}.PurchaseFeatureIcon i{font-size:22px}.PurchaseFeatureContent h3{text-align:start;margin-bottom:6px;font-size:16px}.PurchaseFeatureContent p{text-align:start;margin-bottom:0;font-size:13px;line-height:1.6}.PurchaseFeatureCard:hover{box-shadow:var(--shadow);transform:none}.PurchaseFeatureCard:hover .PurchaseFeatureIcon{transform:none}.PurchaseFeatureCard:before{display:none}.PurchaseRight{min-height:auto}.PurchaseDashboardWrapper{max-width:100%}.PurchaseDashboardImage{border-radius:18px;width:100%}.PurchaseDashboardWrapper:hover,.PurchaseDashboardWrapper:hover .PurchaseDashboardImage{transform:none}.PurchaseDashboardWrapper:before{width:220px;height:220px;top:-60px;right:-60px}.PurchaseDashboardWrapper:after{width:65%;height:20px;bottom:-18px}.PurchaseDashboardDots{display:none}.PurchaseSection:before{width:260px;height:260px;top:-120px;left:-130px}.PurchaseSection:after{width:240px;height:240px;top:80px;right:-120px}.PurchaseLeft,.PurchaseRight{animation:none}.PurchaseBottomSection{padding:40px 0}.PurchaseBottomWrapper{border-radius:20px;padding:30px 20px}.PurchaseBottomWrapper:before,.PurchaseBottomWrapper:after{display:none}.PurchaseBottomHeading{margin-bottom:10px}.PurchaseBottomHeading h2{font-size:18px;line-height:1.25}.PurchaseBottomHeading h2 span{margin-top:6px}.PurchaseBottomHeading:after{width:70px;height:4px;margin-top:18px}.PurchaseBenefitGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.PurchaseBenefitCard{background-color:#fff;border-radius:18px;gap:10px;height:150px;min-height:auto;padding:10px}.PurchaseBenefitDivider{display:none}.PurchaseBenefitIcon{border-radius:0;width:45px;min-width:45px;height:45px;margin-bottom:0}.PurchaseBenefitIcon i{font-size:22px}.PurchaseBenefitContent h3{margin-bottom:5px;font-size:14px}.PurchaseBenefitContent p{font-size:12px;line-height:1.45}.PurchaseBenefitCard:hover,.PurchaseBenefitCard:hover .PurchaseBenefitIcon{box-shadow:none;transform:none}.PurchaseBenefitCard:before,.PurchaseBenefitCard:after{display:none}.PurchaseBenefitIcon,.PurchaseBenefitCard,.PurchaseBottomWrapper,.PurchaseBottomHeading{animation:none}.PurchaseBottomSection:before{width:240px;height:240px;bottom:-120px;left:-120px}.PurchaseBottomSection:after{width:220px;height:220px;top:-120px;right:-120px}}@media screen and (width>=480px) and (width<=767px){.PurchaseSection{padding:70px 0}.PurchaseHero{grid-template-columns:1fr;gap:60px}.PurchaseLeft{text-align:center}.PurchaseBadge{gap:12px;margin-bottom:24px;padding:9px 20px;font-size:12px}.PurchaseBadge i{font-size:15px}.PurchaseLeft h2{margin-bottom:18px;font-size:42px;line-height:1.15}.PurchaseLeft p{max-width:620px;margin:0 auto 40px;font-size:16px;line-height:1.75}.PurchaseFeatureGrid{grid-template-columns:repeat(2,1fr);gap:18px}.PurchaseFeatureCard{gap:16px;padding:20px}.PurchaseFeatureIcon{width:58px;min-width:58px;height:58px}.PurchaseFeatureIcon i{font-size:24px}.PurchaseFeatureContent h3{font-size:18px}.PurchaseFeatureContent p{font-size:14px;line-height:1.7}.PurchaseRight{min-height:auto}.PurchaseDashboardWrapper{max-width:700px}.PurchaseDashboardImage{width:100%}.PurchaseDashboardWrapper:before{width:280px;height:280px;top:-70px;right:-70px}.PurchaseDashboardWrapper:after{width:70%}.PurchaseDashboardDots{display:none}.PurchaseBottomSection{padding:70px 0}.PurchaseBottomWrapper{border-radius:24px;padding:40px 30px}.PurchaseBottomHeading{margin-bottom:45px}.PurchaseBottomHeading h2{font-size:38px}.PurchaseBottomHeading:after{width:80px}.PurchaseBenefitGrid{grid-template-columns:repeat(2,1fr);gap:22px}.PurchaseBenefitCard{border-radius:20px;min-height:auto;padding:24px}.PurchaseBenefitDivider{display:none}.PurchaseBenefitIcon{width:68px;min-width:68px;height:68px}.PurchaseBenefitIcon i{font-size:30px}.PurchaseBenefitContent h3{font-size:19px}.PurchaseBenefitContent p{font-size:14px}.PurchaseSection:before,.PurchaseSection:after,.PurchaseBottomSection:before{width:320px;height:320px}.PurchaseBottomSection:after{width:300px;height:300px}.PurchaseBottomWrapper:hover{transform:translateY(-4px)}.PurchaseBenefitCard:hover{transform:translateY(-6px)}}@media screen and (width>=768px) and (width<=1199px){.PurchaseSection{padding:90px 0}.PurchaseHero{grid-template-columns:1fr;align-items:center;gap:70px}.PurchaseLeft{text-align:center}.PurchaseBadge{gap:12px;margin-bottom:28px;padding:10px 22px;font-size:13px}.PurchaseBadge i{font-size:16px}.PurchaseLeft h2{margin-bottom:22px;font-size:52px;line-height:1.1}.PurchaseLeft p{max-width:760px;margin:0 auto 45px;font-size:17px;line-height:1.8}.PurchaseFeatureGrid{grid-template-columns:repeat(2,1fr);gap:22px}.PurchaseFeatureCard{border-radius:20px;padding:22px}.PurchaseFeatureIcon{width:60px;min-width:60px;height:60px}.PurchaseFeatureIcon i{font-size:25px}.PurchaseFeatureContent h3{margin-bottom:8px;font-size:19px}.PurchaseFeatureContent p{font-size:14px;line-height:1.7}.PurchaseRight{min-height:auto}.PurchaseDashboardWrapper{max-width:860px}.PurchaseDashboardImage{width:100%}.PurchaseDashboardWrapper:before{width:320px;height:320px;top:-80px;right:-80px}.PurchaseDashboardWrapper:after{width:72%}.PurchaseDashboardDots{display:none}.PurchaseBottomSection{padding:80px 0}.PurchaseBottomWrapper{border-radius:28px;padding:50px 40px}.PurchaseBottomHeading{margin-bottom:50px}.PurchaseBottomHeading h2{font-size:44px;line-height:1.15}.PurchaseBottomHeading:after{width:90px}.PurchaseBenefitGrid{grid-template-columns:repeat(3,1fr);gap:24px}.PurchaseBenefitCard{border-radius:22px;min-height:260px;padding:26px}.PurchaseBenefitDivider{display:none}.PurchaseBenefitIcon{width:72px;min-width:72px;height:72px}.PurchaseBenefitIcon i{font-size:32px}.PurchaseBenefitContent h3{font-size:20px}.PurchaseBenefitContent p{font-size:14px;line-height:1.75}.PurchaseSection:before,.PurchaseSection:after,.PurchaseBottomSection:before{width:360px;height:360px}.PurchaseBottomSection:after{width:340px;height:340px}.PurchaseFeatureCard:hover{transform:translateY(-6px)}.PurchaseBenefitCard:hover{transform:translateY(-8px)}.PurchaseBottomWrapper:hover{transform:translateY(-5px)}.PurchaseDashboardWrapper:hover{transform:translateY(-8px)}.PurchaseLeft,.PurchaseRight{animation-duration:.7s}}.SecuritySection{background:var(--background);padding:30px 0;position:relative;overflow:hidden}.SecuritySection:before{content:"";opacity:.08;filter:blur(130px);background:#5fd16f;border-radius:50%;width:500px;height:500px;position:absolute;top:-180px;left:-220px}.SecuritySection:after{content:"";opacity:.06;filter:blur(120px);background:#7bd9ff;border-radius:50%;width:450px;height:450px;position:absolute;top:-80px;right:-180px}.SecurityHero{z-index:2;grid-template-columns:620px 1fr;align-items:center;gap:50px;display:grid;position:relative}.SecurityLeft{animation:.8s SecurityFadeLeft}.SecurityBadge{color:var(--primary);letter-spacing:.6px;background:#ecfdf3;border-radius:50px;align-items:center;gap:10px;margin-bottom:28px;padding:8px 20px;font-size:12px;font-weight:600;transition:all .35s;display:inline-flex}.SecurityBadge:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.SecurityBadge i{color:var(--primary);font-size:15px}.SecurityLeft h2{color:var(--text-primary);margin-bottom:15px;font-size:38px;font-weight:800;line-height:1.08}.SecurityLeft h2 span{color:var(--primary)}.SecurityLeft p{max-width:560px;color:var(--text-secondary);margin-bottom:18px;font-size:14px;line-height:1.25}.SecurityHighlight{background:#f8fafc;border:1px solid #edf2f7;border-radius:16px;align-items:center;gap:14px;max-width:550px;padding:10px 15px;transition:all .35s;display:flex}.SecurityHighlight:hover{background:#ecfdf3;border-color:#d1fadf}.SecurityHighlight i{width:42px;min-width:42px;height:42px;color:var(--primary);background:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.SecurityHighlight span{color:var(--text-secondary);font-size:13px;font-weight:500;line-height:1.07}.SecurityRight{justify-content:center;align-items:center;min-height:320px;animation:.8s SecurityFadeRight;display:flex;position:relative}.SecurityImageWrapper{width:100%;max-width:420px;position:relative}.SecurityImage{width:100%;transition:all .45s;display:block}.SecurityImageWrapper:hover .SecurityImage{transform:translateY(-10px)scale(1.02)}@keyframes SecurityFadeLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes SecurityFadeRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.SecurityImageWrapper:before{content:"";filter:blur(80px);z-index:-3;background:#32ba461f;border-radius:50%;width:240px;height:240px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SecurityImageWrapper:after{content:"";z-index:-2;border:1px dashed #32ba4626;border-radius:50%;width:360px;height:360px;animation:45s linear infinite SecurityRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SecurityRing{border:1px solid #32ba462e;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SecurityRingOne{width:150px;height:150px;animation:6s ease-in-out infinite SecurityPulse}.SecurityRingTwo{width:180px;height:180px;animation:7s ease-in-out infinite SecurityPulse}.SecurityRingThree{width:230px;height:230px;animation:8s ease-in-out infinite SecurityPulse}.SecurityFloatingIcon{z-index:10;background:#fff;border:1px solid #e8eef5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .35s;display:flex;position:absolute;box-shadow:0 20px 40px #00000014}.SecurityFloatingIcon i{font-size:26px}.SecurityUser{top:10px;left:20px}.SecurityUser i{color:#9333ea}.SecurityFingerprint{top:15px;right:15px}.SecurityFingerprint i{color:#f59e0b}.SecurityLock{bottom:20px;left:40px}.SecurityLock i{color:#2563eb}.SecurityDatabase{bottom:-10px;right:55px}.SecurityDatabase i{color:#16b364}.SecurityFloatingIcon:hover{transform:scale(1.12);box-shadow:0 22px 45px #00000026}.SecurityUser:hover{background:#f4ebff}.SecurityFingerprint:hover{background:#fff7e6}.SecurityLock:hover{background:#eef4ff}.SecurityDatabase:hover{background:#ecfdf3}.SecurityUser{animation:6s ease-in-out infinite SecurityFloatOne}.SecurityFingerprint{animation:7s ease-in-out infinite SecurityFloatTwo}.SecurityLock{animation:6.5s ease-in-out infinite SecurityFloatThree}.SecurityDatabase{animation:7.5s ease-in-out infinite SecurityFloatFour}.SecurityImageWrapper span:before{content:"";background:var(--primary);opacity:.35;border-radius:50%;width:6px;height:6px;position:absolute}@keyframes SecurityPulse{0%{opacity:.45;transform:translate(-50%,-50%)scale(1)}50%{opacity:.18;transform:translate(-50%,-50%)scale(1.05)}to{opacity:.45;transform:translate(-50%,-50%)scale(1)}}@keyframes SecurityRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes SecurityFloatOne{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes SecurityFloatTwo{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}@keyframes SecurityFloatThree{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes SecurityFloatFour{0%,to{transform:translateY(0)}50%{transform:translateY(14px)}}.SecurityCardsGrid{z-index:2;grid-template-columns:repeat(6,1fr);gap:15px;margin-top:70px;display:grid;position:relative}.SecurityCard{background:var(--white);border:1px solid var(--border);transition:var(--transition);border-radius:14px;flex-direction:column;height:100%;padding:15px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0f172a0d}.SecurityCard:before{content:"";transform-origin:0;width:100%;height:5px;transition:all .45s;position:absolute;top:0;left:0;transform:scaleX(0)}.SecurityCard:hover:before{transform:scaleX(1)}.SecurityCard:hover{border-color:#d8e8dd;transform:translateY(-10px);box-shadow:0 30px 60px #0f172a1f}.SecurityCardIcon{width:45px;min-width:45px;height:45px;transition:var(--transition);border-radius:10px;justify-content:center;align-items:center;margin-bottom:10px;display:flex}.SecurityCardIcon i{transition:var(--transition);font-size:24px}.SecurityCard:hover .SecurityCardIcon{transform:translateY(-6px)rotate(-6deg)}.SecurityCardContent{flex:1}.SecurityCardContent h3{color:var(--text-primary);margin-bottom:10px;font-size:16px;font-weight:700;line-height:1.05}.SecurityCardContent p{color:var(--text-secondary);margin-bottom:10px;font-size:12px;line-height:1.1}.SecurityButton{width:170px;height:40px;color:var(--text-primary);cursor:pointer;transition:var(--transition);background:#fff;border:2px solid #dde6ee;border-radius:8px;justify-content:center;align-items:center;gap:10px;font-size:12px;font-weight:600;display:inline-flex}.SecurityButton:hover{color:#fff}.SecurityCard.green .SecurityCardIcon{background:#ecfdf3}.SecurityCard.green .SecurityCardIcon i{color:#16b364}.SecurityCard.green:before{background:#16b364}.SecurityCard.green .SecurityButton:hover{background:#16b364;border-color:#16b364}.SecurityCard.blue .SecurityCardIcon{background:#eef4ff}.SecurityCard.blue .SecurityCardIcon i{color:#2563eb}.SecurityCard.blue:before{background:#2563eb}.SecurityCard.blue .SecurityButton:hover{background:#2563eb;border-color:#2563eb}.SecurityCard.purple .SecurityCardIcon{background:#f4ebff}.SecurityCard.purple .SecurityCardIcon i{color:#9333ea}.SecurityCard.purple:before{background:#9333ea}.SecurityCard.purple .SecurityButton:hover{background:#9333ea;border-color:#9333ea}.SecurityCard.orange .SecurityCardIcon{background:#fff7e8}.SecurityCard.orange .SecurityCardIcon i{color:#f59e0b}.SecurityCard.orange:before{background:#f59e0b}.SecurityCard.orange .SecurityButton:hover{background:#f59e0b;border-color:#f59e0b}.SecurityCard.cyan .SecurityCardIcon{background:#ecfeff}.SecurityCard.cyan .SecurityCardIcon i{color:#06b6d4}.SecurityCard.cyan:before{background:#06b6d4}.SecurityCard.cyan .SecurityButton:hover{background:#06b6d4;border-color:#06b6d4}.SecurityCard.red .SecurityCardIcon{background:#fef2f2}.SecurityCard.red .SecurityCardIcon i{color:#ef4444}.SecurityCard.red:before{background:#ef4444}.SecurityCard.red .SecurityButton:hover{background:#ef4444;border-color:#ef4444}.SecurityLogsSection{padding:90px 0;position:relative;overflow:hidden}.SecurityLogsSection:before{content:"";opacity:.05;filter:blur(120px);background:#5fd16f;border-radius:50%;width:460px;height:460px;position:absolute;bottom:-180px;left:-180px}.SecurityLogsSection:after{content:"";opacity:.05;filter:blur(120px);background:#7bd9ff;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;right:-180px}.SecurityLogsWrapper{z-index:2;background:#fff;border:1px solid #edf2f7;border-radius:10px;margin-top:20px;padding:25px;position:relative;box-shadow:0 20px 60px #0f172a0f}.SecurityLogsHeader{justify-content:center;align-items:center;gap:30px;margin-bottom:20px;display:flex}.SecurityLogsHeading h2{color:var(--text-primary);text-align:center;margin-bottom:5px;font-size:20px;font-weight:800}.SecurityLogsHeading p{color:var(--text-secondary);text-align:center;font-size:14px;line-height:1.07}.SecurityLogsActions{align-items:center;gap:16px;display:flex}.SecurityDateButton{height:50px;color:var(--text-primary);cursor:pointer;transition:var(--transition);background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:0 10px;font-size:14px;font-weight:600;display:flex}.SecurityDateButton i:first-child{color:var(--primary)}.SecurityDateButton:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 12px 25px #16b3641f}.SecurityFilterButton{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;cursor:pointer;height:50px;transition:var(--transition);border:none;border-radius:12px;align-items:center;gap:10px;padding:0 22px;font-size:14px;font-weight:600;display:flex}.SecurityFilterButton:hover{transform:translateY(-3px);box-shadow:0 16px 35px #16b36440}.SecurityLogsGrid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.SecurityLogCard{transition:var(--transition);background:#fff;border:1px solid #eef2f6;border-radius:22px;padding:15px;position:relative;overflow:hidden}.SecurityLogCard:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0f172a1a}.SecurityLogCard:before{content:"";transform-origin:0;width:100%;height:5px;transition:all .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.SecurityLogCard:hover:before{transform:scaleX(1)}.SecurityLogTop{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.SecurityLogInfo{gap:10px;display:flex}.SecurityLogIcon{border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.SecurityLogIcon i{font-size:22px}.SecurityLogInfo h3{color:var(--text-primary);font-size:14px;font-weight:600}.SecurityLogInfo h4{color:var(--text-primary);font-size:24px;font-weight:700}.SecurityLogInfo span{color:#16b364;font-size:14px;font-weight:700}.SecurityLogInfo span small{color:var(--text-secondary);margin-left:6px;font-weight:500}.SecurityGraph{justify-content:center;align-items:center;width:180px;height:70px;display:flex}.SecurityGraphSvg{width:100%;height:100%;overflow:visible}.SecurityGraphPath{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.SecurityGraphDot{stroke:#fff;stroke-width:2px}.SecurityGraph.green .SecurityGraphPath{stroke:#16b364}.SecurityGraph.green .SecurityGraphDot{fill:#16b364}.SecurityGraph.cyan .SecurityGraphPath{stroke:#06b6d4}.SecurityGraph.cyan .SecurityGraphDot{fill:#06b6d4}.SecurityGraph.red .SecurityGraphPath{stroke:#ef4444}.SecurityGraph.red .SecurityGraphDot{fill:#ef4444}.SecurityLogCard:hover .SecurityGraphPath{stroke-dasharray:220;stroke-dashoffset:220px;animation:1.2s forwards SecurityGraphDraw}@keyframes SecurityGraphDraw{0%{stroke-dashoffset:220px}to{stroke-dashoffset:0}}.SecurityLogCard.green:before{background:#16b364}.SecurityLogCard.green .SecurityLogIcon{background:#ecfdf3}.SecurityLogCard.green .SecurityLogIcon i,.SecurityGraph.green{color:#16b364}.SecurityLogCard.cyan:before{background:#06b6d4}.SecurityLogCard.cyan .SecurityLogIcon{background:#ecfeff}.SecurityLogCard.cyan .SecurityLogIcon i,.SecurityGraph.cyan{color:#06b6d4}.SecurityLogCard.red:before{background:#ef4444}.SecurityLogCard.red .SecurityLogIcon{background:#fef2f2}.SecurityLogCard.red .SecurityLogIcon i,.SecurityGraph.red{color:#ef4444}.SecurityRecentBox{border-top:1px solid #eef2f6;padding-top:0}.SecurityRecentBox h5{color:var(--text-primary);margin-bottom:5px;font-size:14px;font-weight:700}.SecurityRecentBox ul{flex-direction:column;gap:14px;margin-bottom:0;display:flex}.SecurityRecentBox li{transition:var(--transition);cursor:pointer;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.SecurityRecentBox li:hover{background:#ecfdf3;transform:translate(6px)}.SecurityRecentBox li span{color:var(--text-primary);flex:1;font-size:14px;font-weight:500;line-height:1.6}.SecurityRecentBox li small{color:#98a2b3;white-space:nowrap;margin-top:2px;font-size:12px}.SecurityRecentBox a{color:var(--primary);transition:var(--transition);align-items:center;gap:10px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.SecurityRecentBox a i{font-size:13px;transition:all .35s}.SecurityRecentBox a:hover{color:var(--primary-dark)}.SecurityRecentBox a:hover i{transform:translate(5px)}.SecurityRecentBox li:before{content:"";background:#16b364;border-radius:50%;width:8px;min-width:8px;height:8px;margin-top:7px}.SecurityLogCard.red .SecurityRecentBox li:before{background:#ef4444}.SecurityLogCard.cyan .SecurityRecentBox li:before{background:#06b6d4}.SecurityLogCard:hover .SecurityRecentBox li{animation:.5s SecurityListFade}@keyframes SecurityListFade{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SecurityRecentBox a:after{content:"";background:var(--primary);width:0;height:2px;transition:all .35s}.SecurityRecentBox a:hover:after{width:100%}.SecurityLogCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);width:55%;height:100%;position:absolute;top:0;left:-120%;transform:skew(-22deg)}.SecurityLogCard:hover:after{animation:.9s SecurityCardShimmer}.SecurityLogCard:hover .SecurityLogIcon{transform:rotate(-8deg)scale(1.08)}.SecurityLogCard:hover .SecurityLogIcon i{animation:.8s SecurityIconBounce}.SecurityLogInfo h4{transition:all .35s}.SecurityLogCard:hover .SecurityLogInfo h4{color:var(--primary);transform:translateY(-2px)}.SecurityGraph{background:#f8fafc;justify-content:center;align-items:flex-end;display:flex;overflow:hidden}.SecurityGraphLine{background:0 0;width:100%;height:100%;position:relative}.SecurityGraphLine:before{content:"";border-bottom:4px solid;border-left:4px solid #0000;border-right:4px solid #0000;border-radius:100px;width:100%;height:42px;position:absolute;bottom:18px;left:0}.SecurityGraphLine:after{content:"";background:currentColor;border-radius:50%;width:10px;height:10px;position:absolute;top:14px;right:10px;box-shadow:0 0 12px}.SecurityLogCard:hover .SecurityGraphLine{animation:1.2s SecurityGraphMove}.SecurityLogCard.green:hover{box-shadow:0 20px 50px #16b3642e}.SecurityLogCard.cyan:hover{box-shadow:0 20px 50px #06b6d42e}.SecurityLogCard.red:hover{box-shadow:0 20px 50px #ef44442e}.SecurityLogIcon{animation:5s ease-in-out infinite SecurityFloatIcon}.SecurityLogCard:nth-child(2) .SecurityLogIcon{animation-delay:.5s}.SecurityLogCard:nth-child(3) .SecurityLogIcon{animation-delay:1s}.SecurityDateButton,.SecurityFilterButton{position:relative;overflow:hidden}.SecurityDateButton:before,.SecurityFilterButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);width:45%;height:100%;position:absolute;top:0;left:-120%;transform:skew(-22deg)}.SecurityDateButton:hover:before,.SecurityFilterButton:hover:before{animation:.8s SecurityButtonShimmer}.SecurityRecentBox{transition:all .35s}.SecurityLogCard:hover .SecurityRecentBox{transform:translateY(-2px)}.SecurityLogCard:first-child{animation:.7s SecurityCardUp}.SecurityLogCard:nth-child(2){animation:.9s SecurityCardUp}.SecurityLogCard:nth-child(3){animation:1.1s SecurityCardUp}@keyframes SecurityCardShimmer{0%{left:-120%}to{left:160%}}@keyframes SecurityButtonShimmer{0%{left:-120%}to{left:170%}}@keyframes SecurityFloatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes SecurityGraphMove{0%{opacity:.5;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes SecurityCardUp{0%{opacity:0;transform:translateY(45px)}to{opacity:1;transform:translateY(0)}}@keyframes SecurityIconBounce{0%{transform:scale(1)}40%{transform:scale(1.18)}70%{transform:scale(.95)}to{transform:scale(1)}}@media screen and (width<=479px){.SecuritySection{padding:30px 0}.SecurityHero{grid-template-columns:1fr;gap:25px}.SecurityLeft{text-align:center}.SecurityBadge{margin-bottom:20px;padding:8px 18px;font-size:11px}.SecurityBadge i{font-size:14px}.SecurityLeft h2{margin-bottom:10px;font-size:26px;line-height:1.1}.SecurityLeft p{max-width:100%;margin-bottom:14px;font-size:13px;line-height:1.35}.SecurityHighlight{text-align:left;max-width:100%;padding:15px}.SecurityHighlight i{width:42px;min-width:42px;height:42px;font-size:18px}.SecurityHighlight span{font-size:14px;line-height:1.6}.SecurityRight{height:350px}.SecurityImageWrapper{max-width:100%}.SecurityImage{width:100%}.SecurityRing{display:none}.SecurityFloatingIcon{width:45px;height:45px}.SecurityFloatingIcon i{font-size:18px}.SecurityUser{top:20px;left:0}.SecurityFingerprint{top:60px;right:0}.SecurityLock{bottom:40px;left:10px}.SecurityDatabase{bottom:20px;right:10px}.SecurityCardsGrid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:25px}.SecurityCard{border-radius:8px;padding:10px}.SecurityCardIcon{border-radius:10px;width:40px;height:40px}.SecurityCardIcon i{font-size:22px}.SecurityCardContent h3{font-size:16px}.SecurityCardContent p{margin-bottom:10px;font-size:12px}.SecurityButton{width:100%;height:45px;font-size:14px}.SecurityLogsSection{padding:60px 0}.SecurityLogsWrapper{border-radius:20px;padding:14px}.SecurityLogsHeader{flex-direction:column;align-items:flex-start;gap:10px}.SecurityLogsHeading h2{text-align:center;font-size:20px}.SecurityLogsHeading p{text-align:center;font-size:14px}.SecurityLogsActions{flex-direction:column;gap:12px;width:100%}.SecurityDateButton,.SecurityFilterButton{justify-content:center;width:100%}.SecurityLogsGrid{grid-template-columns:1fr;gap:20px}.SecurityLogCard{padding:10px}.SecurityLogTop{flex-direction:column;gap:20px}.SecurityGraph{width:100%;height:70px}.SecurityLogInfo h3{font-size:16px}.SecurityLogInfo h4{font-size:24px}.SecurityRecentBox{padding-top:10px}.SecurityRecentBox li{padding:12px}.SecurityRecentBox li span{font-size:13px}.SecurityRecentBox li small{font-size:11px}.SecurityCard:hover,.SecurityLogCard:hover,.SecurityImageWrapper:hover{transform:none}.SecurityCard:before,.SecurityLogCard:after{display:none}.SecurityFloatingIcon,.SecurityLogIcon,.SecurityRing,.SecurityLeft,.SecurityRight{animation:none}.SecuritySection:before{width:260px;height:260px}.SecuritySection:after,.SecurityLogsSection:before{width:240px;height:240px}.SecurityLogsSection:after{width:220px;height:220px}}@media screen and (width>=480px) and (width<=767px){.SecuritySection{padding:70px 0}.SecurityHero{grid-template-columns:1fr;gap:60px}.SecurityLeft{text-align:center}.SecurityBadge{margin-bottom:24px;padding:9px 20px;font-size:12px}.SecurityBadge i{font-size:15px}.SecurityLeft h2{margin-bottom:18px;font-size:42px;line-height:1.12}.SecurityLeft p{max-width:650px;margin:0 auto 28px;font-size:16px;line-height:1.75}.SecurityHighlight{max-width:620px;margin:0 auto;padding:18px 20px}.SecurityHighlight i{width:48px;min-width:48px;height:48px;font-size:20px}.SecurityHighlight span{font-size:15px}.SecurityRight{min-height:auto}.SecurityImageWrapper{max-width:600px}.SecurityImage{width:100%}.SecurityRingOne{width:220px;height:220px}.SecurityRingTwo{width:290px;height:290px}.SecurityRingThree{width:360px;height:360px}.SecurityFloatingIcon{width:56px;height:56px}.SecurityFloatingIcon i{font-size:22px}.SecurityCardsGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:55px}.SecurityCard{padding:24px}.SecurityCardIcon{width:64px;height:64px}.SecurityCardIcon i{font-size:26px}.SecurityCardContent h3{font-size:20px}.SecurityCardContent p{margin-bottom:24px;font-size:14px;line-height:1.7}.SecurityButton{width:100%;height:48px;font-size:14px}.SecurityLogsSection{padding:70px 0}.SecurityLogsWrapper{padding:32px}.SecurityLogsHeader{flex-direction:column;align-items:flex-start;gap:22px}.SecurityLogsHeading h2{font-size:34px}.SecurityLogsHeading p{font-size:15px}.SecurityLogsActions{justify-content:space-between;gap:16px;width:100%}.SecurityDateButton,.SecurityFilterButton{flex:1;justify-content:center}.SecurityLogsGrid{grid-template-columns:1fr;gap:24px}.SecurityLogCard{padding:24px}.SecurityLogTop{justify-content:space-between}.SecurityGraph{width:140px;height:75px}.SecurityLogInfo h3{font-size:18px}.SecurityLogInfo h4{font-size:32px}.SecurityRecentBox{padding-top:20px}.SecurityRecentBox h5{font-size:17px}.SecurityRecentBox li{padding:14px}.SecurityRecentBox li span{font-size:14px}.SecuritySection:before,.SecuritySection:after,.SecurityLogsSection:before{width:320px;height:320px}.SecurityLogsSection:after{width:300px;height:300px}.SecurityCard:hover,.SecurityLogCard:hover,.SecurityImageWrapper:hover .SecurityImage{transform:translateY(-6px)}}@media screen and (width>=768px) and (width<=1199px){.SecuritySection{padding:85px 0}.SecurityHero{grid-template-columns:1fr;align-items:center;gap:70px}.SecurityLeft{text-align:center}.SecurityBadge{margin-bottom:26px;padding:10px 22px;font-size:13px}.SecurityBadge i{font-size:16px}.SecurityLeft h2{margin-bottom:20px;font-size:52px;line-height:1.1}.SecurityLeft p{max-width:760px;margin:0 auto 30px;font-size:17px;line-height:1.8}.SecurityHighlight{max-width:720px;margin:0 auto;padding:20px 24px}.SecurityHighlight i{width:52px;min-width:52px;height:52px;font-size:22px}.SecurityHighlight span{font-size:15px;line-height:1.8}.SecurityRight{min-height:auto}.SecurityImageWrapper{max-width:760px}.SecurityImage{width:100%}.SecurityRingOne{width:260px;height:260px}.SecurityRingTwo{width:340px;height:340px}.SecurityRingThree{width:420px;height:420px}.SecurityFloatingIcon{width:60px;height:60px}.SecurityFloatingIcon i{font-size:24px}.SecurityCardsGrid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:60px}.SecurityCard{border-radius:20px;padding:26px}.SecurityCardIcon{width:68px;height:68px}.SecurityCardIcon i{font-size:28px}.SecurityCardContent h3{font-size:21px}.SecurityCardContent p{margin-bottom:24px;font-size:15px;line-height:1.75}.SecurityButton{width:170px;height:48px}.SecurityLogsSection{padding:80px 0}.SecurityLogsWrapper{padding:38px}.SecurityLogsHeader{flex-direction:column;align-items:flex-start;gap:24px}.SecurityLogsHeading h2{font-size:38px}.SecurityLogsHeading p{font-size:15px}.SecurityLogsActions{justify-content:space-between;gap:16px;width:100%}.SecurityDateButton{flex:1;justify-content:center}.SecurityFilterButton{justify-content:center;min-width:180px}.SecurityLogsGrid{grid-template-columns:repeat(2,1fr);gap:24px}.SecurityLogCard:last-child{grid-column:1/-1}.SecurityLogCard{padding:26px}.SecurityLogTop{gap:18px}.SecurityGraph{width:140px;height:78px}.SecurityLogInfo h3{font-size:18px}.SecurityLogInfo h4{font-size:34px}.SecurityRecentBox{padding-top:20px}.SecurityRecentBox h5{font-size:18px}.SecurityRecentBox li{padding:15px}.SecurityRecentBox li span{font-size:14px;line-height:1.6}.SecurityRecentBox li small{font-size:12px}.SecuritySection:before{width:380px;height:380px}.SecuritySection:after,.SecurityLogsSection:before{width:360px;height:360px}.SecurityLogsSection:after{width:340px;height:340px}.SecurityCard:hover,.SecurityLogCard:hover{transform:translateY(-8px)}.SecurityImageWrapper:hover .SecurityImage{transform:translateY(-8px)scale(1.02)}.SecurityButton:hover,.SecurityDateButton:hover,.SecurityFilterButton:hover{transform:translateY(-2px)}.SecurityLeft,.SecurityRight{animation-duration:.7s}.SecurityFloatingIcon{animation-duration:5s}.SecurityRing{animation-duration:7s}}.WhyRetailSection{background:var(--background);padding:30px 0;position:relative;overflow:hidden}.WhyRetailSection:before{content:"";opacity:.06;filter:blur(130px);background:#5fd16f;border-radius:50%;width:480px;height:480px;position:absolute;top:-220px;right:-180px}.WhyRetailSection:after{content:"";opacity:.05;filter:blur(130px);background:#8bd3ff;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;left:-180px}.WhyRetailHeading{z-index:2;text-align:center;margin-bottom:20px;position:relative}.WhyRetailBadge{color:var(--primary);letter-spacing:.5px;transition:var(--transition);background:#ecfdf3;border-radius:50px;align-items:center;gap:10px;margin-bottom:15px;padding:8px 24px;font-size:12px;font-weight:600;display:inline-flex}.WhyRetailBadge:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.WhyRetailBadge i{color:var(--primary);font-size:14px}.WhyRetailHeading h2{color:var(--text-primary);margin-bottom:15px;font-size:36px;font-weight:800;line-height:1.04}.WhyRetailHeading h2 span{color:var(--primary)}.WhyRetailHeading p{color:var(--text-secondary);margin-bottom:15px;font-size:18px;line-height:1.02}.WhyRetailHeadingLine{background:linear-gradient(90deg, var(--primary), #8be29a);border-radius:30px;width:90px;height:5px;margin:auto}.WhyRetailGrid{z-index:2;grid-template-columns:repeat(2,1fr);gap:15px;display:grid;position:relative}.WhyRetailCard{border:1px solid var(--border);background:#fff;border-radius:28px;grid-template-columns:220px 1fr;align-items:center;min-height:125px;transition:all .4s;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 45px #0f172a0f}.WhyRetailCard:hover{transform:translateY(-10px);box-shadow:0 35px 70px #0f172a1f}.WhyRetailImageSection{justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.WhyRetailImage{z-index:2;width:82%;transition:all .5s;position:relative}.WhyRetailCard.left .WhyRetailImageSection{border-radius:24px 0 120px 24px}.WhyRetailCard.right .WhyRetailImageSection{border-radius:0 24px 24px 120px}.WhyRetailCard:hover .WhyRetailImage{transform:scale(1.08)}.WhyRetailImageSection:after{content:"";opacity:.18;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-120px;right:-120px}.WhyRetailCard.green .WhyRetailImageSection:after{background:#22c55e}.WhyRetailCard.blue .WhyRetailImageSection:after{background:#3b82f6}.WhyRetailContent{gap:10px;padding:14px;display:flex;position:relative}.WhyRetailIcon{border-radius:8px;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;transition:all .35s;display:flex}.WhyRetailIcon i{color:#fff;font-size:22px}.WhyRetailTitlecon{flex-direction:column;gap:5px;display:flex}.WhyRetailCard:hover .WhyRetailIcon{transform:rotate(-8deg)scale(1.08)}.WhyRetailContent h3{color:var(--text-primary);font-size:16px;font-weight:600;line-height:1.02}.WhyRetailContent p{color:var(--text-secondary);width:300px;font-size:12px;line-height:1.02}.WhyRetailCorner{border-top:38px solid #0000;border-left:38px solid #0000;width:0;height:0;transition:all .35s;position:absolute;bottom:0;right:0}.WhyRetailCard:hover .WhyRetailCorner{border-top-width:46px;border-left-width:46px}.WhyRetailCard.green .WhyRetailIcon{background:linear-gradient(135deg,#16b364,#22c55e);box-shadow:0 15px 30px #16b36438}.WhyRetailCard.green .WhyRetailImageSection{background:#ecfdf3}.WhyRetailCorner.green{border-bottom:40px solid #22c55e}.WhyRetailCard.green:hover .WhyRetailIcon{box-shadow:0 20px 40px #16b36459}.WhyRetailCard.purple .WhyRetailIcon{background:linear-gradient(135deg,#7c3aed,#9333ea);box-shadow:0 15px 30px #7c3aed38}.WhyRetailCard.purple .WhyRetailImageSection{background:#f4ebff}.WhyRetailCorner.purple{border-bottom:40px solid #8b5cf6}.WhyRetailCard.purple:hover .WhyRetailIcon{box-shadow:0 20px 40px #7c3aed52}.WhyRetailCard.orange .WhyRetailIcon{background:linear-gradient(135deg,#f59e0b,#fb923c);box-shadow:0 15px 30px #f59e0b40}.WhyRetailCard.orange .WhyRetailImageSection{background:#fff7e8}.WhyRetailCorner.orange{border-bottom:40px solid #f59e0b}.WhyRetailCard.orange:hover .WhyRetailIcon{box-shadow:0 20px 40px #f59e0b52}.WhyRetailCard.blue .WhyRetailIcon{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 15px 30px #2563eb38}.WhyRetailCard.blue .WhyRetailImageSection{background:#eef4ff}.WhyRetailCorner.blue{border-bottom:40px solid #3b82f6}.WhyRetailCard.blue:hover .WhyRetailIcon{box-shadow:0 20px 40px #2563eb52}.WhyRetailCard.right{grid-template-columns:1fr 220px}.WhyRetailCard.right .WhyRetailContent{order:1}.WhyRetailCard.right .WhyRetailImageSection{order:2}.WhyRetailBottom{background:#fff;border:1px solid #e8edf3;border-radius:18px;justify-content:space-between;align-items:center;margin-top:25px;display:flex;overflow:hidden;box-shadow:0 20px 45px #0f172a0f}.WhyRetailBenefit{flex:1;align-items:center;gap:10px;padding:15px 20px;transition:all .35s;display:flex;position:relative}.WhyRetailBenefit:hover{background:#fafcfe}.WhyRetailBenefitIcon{background:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;transition:all .35s;display:flex}.WhyRetailBenefitIcon i{color:#16b364;font-size:18px;transition:all .35s}.WhyRetailBenefit:hover .WhyRetailBenefitIcon{background:#16b364;transform:translateY(-6px)scale(1.08)}.WhyRetailBenefit:hover .WhyRetailBenefitIcon i{color:#fff}.WhyRetailBenefitContent{flex:1}.WhyRetailBenefitContent h4{color:var(--text-primary);margin-bottom:2px;font-size:16px;font-weight:600;line-height:1.05}.WhyRetailBenefitContent p{color:var(--text-secondary);font-size:12px;line-height:1.02}.WhyRetailDivider{background:#e8edf3;width:1px;height:90px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.WhyRetailCard{animation:.7s both WhyRetailCardUp}.WhyRetailCard:nth-child(2){animation-delay:80ms}.WhyRetailCard:nth-child(3){animation-delay:.16s}.WhyRetailCard:nth-child(4){animation-delay:.24s}.WhyRetailCard:nth-child(5){animation-delay:.32s}.WhyRetailCard:nth-child(6){animation-delay:.4s}.WhyRetailCard:nth-child(7){animation-delay:.48s}.WhyRetailCard:nth-child(8){animation-delay:.56s}@keyframes WhyRetailCardUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.WhyRetailCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);width:45%;height:100%;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.WhyRetailCard:hover:after{animation:.9s WhyRetailShimmer}@keyframes WhyRetailShimmer{0%{left:-120%}to{left:160%}}.WhyRetailBenefit{animation:.8s both WhyRetailFade}.WhyRetailBenefit:nth-child(2){animation-delay:.15s}.WhyRetailBenefit:nth-child(3){animation-delay:.3s}.WhyRetailBenefit:nth-child(4){animation-delay:.45s}@keyframes WhyRetailFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=479px){.WhyRetailSection{padding:50px 0}.WhyRetailHeading{margin-bottom:30px}.WhyRetailBadge{gap:6px;margin-bottom:12px;padding:6px 14px;font-size:10px}.WhyRetailHeading h2{font-size:28px;line-height:1.25}.WhyRetailHeading p{margin-bottom:14px;font-size:14px;line-height:1.6}.WhyRetailHeadingLine{width:60px;height:4px}.WhyRetailGrid{grid-template-columns:1fr;gap:14px}.WhyRetailCard,.WhyRetailCard.right{border-radius:18px;grid-template-columns:110px 1fr;min-height:110px}.WhyRetailCard.right .WhyRetailImageSection,.WhyRetailCard.right .WhyRetailContent{order:0}.WhyRetailImageSection{height:100%}.WhyRetailImage{width:80%}.WhyRetailImageSection:after{width:90px;height:90px;bottom:-45px;right:-45px}.WhyRetailContent{text-align:left;align-items:flex-start;gap:10px;padding:14px}.WhyRetailIcon{border-radius:10px;width:40px;min-width:40px;height:40px}.WhyRetailIcon i{font-size:18px}.WhyRetailTitlecon{gap:4px}.WhyRetailContent h3{margin:0;font-size:15px}.WhyRetailContent p{width:100%;font-size:12px;line-height:1.45}.WhyRetailCorner{border-top:22px solid #0000;border-left:22px solid #0000}.WhyRetailCorner.green{border-bottom:22px solid #22c55e}.WhyRetailCorner.purple{border-bottom:22px solid #8b5cf6}.WhyRetailCorner.orange{border-bottom:22px solid #f59e0b}.WhyRetailCorner.blue{border-bottom:22px solid #3b82f6}.WhyRetailBottom{border-radius:18px;grid-template-columns:1fr;margin-top:20px;display:grid}.WhyRetailBenefit{text-align:left;flex-direction:row;gap:12px;padding:16px}.WhyRetailBenefitIcon{width:42px;min-width:42px;height:42px}.WhyRetailBenefitIcon i{font-size:18px}.WhyRetailBenefitContent h4{font-size:15px}.WhyRetailBenefitContent p{font-size:12px;line-height:1.4}.WhyRetailDivider{display:none}}@media screen and (width>=480px) and (width<=767px){.WhyRetailSection{padding:60px 0}.WhyRetailHeading{margin-bottom:35px}.WhyRetailBadge{padding:8px 18px;font-size:11px}.WhyRetailHeading h2{font-size:34px;line-height:1.2}.WhyRetailHeading p{margin-bottom:15px;font-size:15px;line-height:1.6}.WhyRetailGrid{grid-template-columns:1fr;gap:18px}.WhyRetailCard,.WhyRetailCard.right{border-radius:20px;grid-template-columns:150px 1fr;min-height:135px}.WhyRetailCard.right .WhyRetailImageSection,.WhyRetailCard.right .WhyRetailContent{order:0}.WhyRetailImage{width:82%}.WhyRetailImageSection:after{width:110px;height:110px;bottom:-55px;right:-55px}.WhyRetailContent{gap:12px;padding:18px}.WhyRetailIcon{width:44px;min-width:44px;height:44px}.WhyRetailIcon i{font-size:20px}.WhyRetailContent h3{font-size:17px}.WhyRetailContent p{width:100%;font-size:13px;line-height:1.5}.WhyRetailBottom{grid-template-columns:1fr;margin-top:24px;display:grid}.WhyRetailBenefit{gap:14px;padding:18px}.WhyRetailBenefitIcon{width:46px;min-width:46px;height:46px}.WhyRetailBenefitContent h4{font-size:16px}.WhyRetailBenefitContent p{font-size:13px}.WhyRetailDivider{display:none}}@media screen and (width>=768px) and (width<=1199px){.WhyRetailSection{padding:75px 0}.WhyRetailHeading{margin-bottom:40px}.WhyRetailHeading h2{font-size:42px}.WhyRetailHeading p{font-size:17px;line-height:1.6}.WhyRetailGrid{grid-template-columns:1fr;gap:20px}.WhyRetailCard,.WhyRetailCard.right{border-radius:22px;grid-template-columns:190px 1fr;min-height:150px}.WhyRetailCard.right .WhyRetailImageSection,.WhyRetailCard.right .WhyRetailContent{order:0}.WhyRetailImage{width:82%}.WhyRetailImageSection:after{width:120px;height:120px;bottom:-60px;right:-60px}.WhyRetailContent{gap:14px;padding:22px}.WhyRetailIcon{width:48px;min-width:48px;height:48px}.WhyRetailIcon i{font-size:22px}.WhyRetailContent h3{font-size:18px}.WhyRetailContent p{width:100%;font-size:14px;line-height:1.6}.WhyRetailBottom{grid-template-columns:repeat(2,1fr);gap:0;margin-top:30px;display:grid}.WhyRetailBenefit{gap:14px;padding:20px}.WhyRetailBenefitIcon{width:48px;min-width:48px;height:48px}.WhyRetailBenefitContent h4{font-size:17px}.WhyRetailBenefitContent p{font-size:13px}.WhyRetailDivider{display:none}}.FooterSection{color:#fff;isolation:isolate;background:#121b27;padding:80px 0 0;position:relative;overflow:hidden}.FooterWave{z-index:2;background:#fff;border-bottom-right-radius:55% 100%;border-bottom-left-radius:55% 100%;width:100%;height:30px;position:absolute;top:0;left:0}.FooterSection .container{z-index:5;position:relative}.FooterGrid{grid-template-columns:2fr 1fr 1fr 1.25fr 1.35fr;gap:50px;padding-bottom:30px;display:grid}.FooterBrand{flex-direction:column;display:flex}.FooterLogo{width:200px;margin-bottom:18px;transition:all .4s}.FooterBrand:hover .FooterLogo{transform:scale(1.04)}.FooterDescription{color:#c4cdd8;max-width:300px;margin-bottom:25px;font-size:14px;line-height:1.04}.FooterPowered{flex-direction:column;gap:10px;display:flex}.FooterPowered span{color:#8f9ba8;letter-spacing:.4px;font-size:14px;font-weight:600}.FooterPoweredLogo{width:200px;transition:all .4s}.FooterColumn{flex-direction:column;display:flex}.FooterColumn h3{color:#fff;width:max-content;margin-bottom:20px;font-size:18px;font-weight:700;display:inline-flex;position:relative}.FooterColumn h3:after{content:"";background:var(--primary);border-radius:50px;width:55px;height:4px;position:absolute;bottom:-12px;left:0}.FooterColumn ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.FooterColumn a{color:#c6d0db;align-items:center;gap:10px;text-decoration:none;transition:all .35s;display:flex}.FooterColumn li{color:#c6d0db;align-items:flex-start;gap:10px;display:flex}.FooterColumn i{width:22px;color:var(--primary);margin-top:3px;font-size:18px;transition:all .35s}.FooterColumn span,.FooterColumn a{font-size:14px;line-height:1.9}.FooterBottom{border-top:1px solid #ffffff14;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px;padding:15px 0 20px;display:grid}.FooterBottomLeft,.FooterBottomCenter,.FooterBottomRight{color:#b9c3cf;align-items:center;gap:14px;font-size:16px;display:flex}.FooterBottomCenter{text-align:center;justify-content:center}.FooterBottomRight{justify-content:flex-end}.FooterBottom i{color:var(--primary);font-size:18px}.FooterColumn a{position:relative;overflow:hidden}.FooterColumn a:after{content:"";background:var(--primary);width:0;height:2px;transition:all .35s;position:absolute;bottom:-4px;left:0}.FooterColumn a:hover{color:#fff;transform:translate(10px)}.FooterColumn a:hover:after{width:100%}.FooterColumn a:hover i{color:#5fd16f;transform:scale(1.2)rotate(-10deg)}.FooterColumn li:hover i{color:#5fd16f;transform:scale(1.15)}.FooterColumn li{transition:all .35s}.FooterColumn li:hover{color:#fff;transform:translate(8px)}.FooterColumn h3:after{transition:all .4s}.FooterColumn:hover h3:after{width:90px}.FooterLogo{filter:drop-shadow(0 0 #32ba4659)}.FooterBrand:hover .FooterLogo{filter:drop-shadow(0 8px 20px #32ba464d);transform:scale(1.04)}.FooterPoweredLogo{transition:all .4s}.FooterPowered:hover .FooterPoweredLogo{transform:translateY(-6px)scale(1.05)}.FooterBottomLeft,.FooterBottomCenter,.FooterBottomRight{transition:all .35s}.FooterBottomLeft:hover,.FooterBottomCenter:hover,.FooterBottomRight:hover{color:#fff}.FooterBottomLeft:hover i,.FooterBottomRight:hover i{transform:scale(1.2)}@keyframes FooterWaveFloat{0%{transform:translateY(0)}50%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes FooterGlowOne{0%{transform:translate(0)scale(1)}50%{transform:translate(40px,-30px)scale(1.08)}to{transform:translate(0)scale(1)}}@keyframes FooterGlowTwo{0%{transform:translate(0)scale(1)}50%{transform:translate(-40px,25px)scale(1.1)}to{transform:translate(0)scale(1)}}.FooterBrand,.FooterColumn,.FooterBottom{opacity:0;animation:.8s forwards FooterFadeUp;transform:translateY(40px)}.FooterBrand{animation-delay:.1s}.FooterColumn:nth-child(2){animation-delay:.2s}.FooterColumn:nth-child(3){animation-delay:.35s}.FooterColumn:nth-child(4){animation-delay:.5s}.FooterColumn:nth-child(5){animation-delay:.65s}.FooterBottom{animation-delay:.8s}@keyframes FooterFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.FooterColumn{position:relative}.FooterBottom i{animation:3s infinite FooterPulse}@keyframes FooterPulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.FooterSection ::-webkit-scrollbar{width:8px}.FooterSection ::-webkit-scrollbar-thumb{background:#32ba4659;border-radius:20px}@media screen and (width<=479px){.FooterGrid{grid-template-columns:repeat(2,1fr);grid-template-areas:"brand brand""solutions resources""contact contact";gap:25px 20px;padding-bottom:30px;display:grid}.footer-brand{grid-area:brand}.footer-solutions{grid-area:solutions}.footer-resources{grid-area:resources}.footer-contact{grid-area:contact}.footer-solutions,.footer-resources{text-align:left;align-items:flex-start}.footer-solutions h3,.footer-resources h3{margin-bottom:18px;font-size:16px}.footer-solutions h3:after,.footer-resources h3:after{width:40px;left:0;transform:none}.footer-solutions ul,.footer-resources ul{gap:12px;width:100%}.footer-solutions li,.footer-resources li{text-align:left;justify-content:flex-start}.footer-solutions a,.footer-resources a{justify-content:flex-start;font-size:13px}.footer-solutions span,.footer-resources span{font-size:13px}.footer-contact{text-align:center;align-items:center}.footer-contact h3{margin-bottom:18px;font-size:16px}.footer-contact h3:after{left:50%;transform:translate(-50%)}.footer-contact ul{gap:12px;width:100%}.footer-contact li{justify-content:center}.footer-contact span{font-size:13px;line-height:1.6}.FooterColumn a:hover,.FooterColumn li:hover{transform:none}.FooterSection{padding:80px 0 0}.FooterWave{height:40px}.FooterGrid{grid-template-columns:1fr;gap:25px;padding-bottom:30px}.FooterBrand{text-align:center;align-items:center}.FooterLogo{width:180px;margin-bottom:10px}.FooterDescription{max-width:100%;margin-bottom:35px;font-size:13px;line-height:1.8}.FooterPowered{align-items:center}.FooterPowered span{font-size:14px}.FooterPoweredLogo{width:140px}.FooterColumn{text-align:start;align-items:start}.FooterColumn h3{margin-bottom:28px;font-size:16px}.FooterColumn h3:after{width:50px;left:50%;transform:translate(-50%)}.FooterColumn ul{gap:18px;width:100%}.FooterColumn li{text-align:start;justify-content:start}.FooterColumn a{justify-content:center;font-size:15px}.FooterColumn span{font-size:15px}.FooterBottom{text-align:center;grid-template-columns:1fr;gap:22px;padding:28px 0 35px}.FooterBottomLeft,.FooterBottomCenter,.FooterBottomRight{justify-content:center;font-size:14px}.FooterSection:before{width:320px;height:320px;top:100px;left:-170px}.FooterSection:after{width:280px;height:280px;bottom:-120px;right:-150px}.FooterColumn a:hover,.FooterColumn li:hover{transform:none}.FooterBrand:hover .FooterLogo{transform:scale(1.02)}.FooterPowered:hover .FooterPoweredLogo{transform:scale(1.03)}.FooterBrand,.FooterColumn,.FooterBottom{animation-duration:.6s}}@media screen and (width>=768px) and (width<=1199px){.FooterSection{padding:150px 0 0}.FooterWave{height:105px}.FooterGrid{grid-template-columns:repeat(2,1fr);gap:55px 45px;padding-bottom:65px}.FooterBrand{text-align:center;grid-column:1/-1;align-items:center}.FooterLogo{width:260px;margin-bottom:24px}.FooterDescription{max-width:650px;margin:0 auto 45px;font-size:17px;line-height:1.9}.FooterPowered{align-items:center}.FooterPowered span{font-size:15px}.FooterPoweredLogo{width:190px}.FooterColumn{width:100%}.FooterColumn h3{margin-bottom:32px;font-size:26px}.FooterColumn h3:after{width:60px}.FooterColumn ul{gap:20px}.FooterColumn a,.FooterColumn span{font-size:16px}.FooterColumn i{width:22px;font-size:18px}.FooterBottom{text-align:center;grid-template-columns:1fr;gap:22px;padding:32px 0 38px}.FooterBottomLeft,.FooterBottomCenter,.FooterBottomRight{justify-content:center;font-size:15px}.FooterSection:before{width:520px;height:520px;top:120px;left:-220px}.FooterSection:after{width:500px;height:500px;bottom:-180px;right:-220px}.FooterColumn a:hover,.FooterColumn li:hover{transform:translate(8px)}.FooterBrand:hover .FooterLogo{transform:scale(1.03)}.FooterPowered:hover .FooterPoweredLogo{transform:translateY(-5px)scale(1.04)}.FooterColumn:hover h3:after{width:85px}.FooterBrand,.FooterColumn,.FooterBottom{animation-duration:.7s}.FooterSection:before,.FooterSection:after{animation-duration:16s}.FooterWave{animation-duration:9s}}.contact-section{background:#f6f9fc;padding:50px 0;position:relative;overflow:hidden}.contact-section:before{content:"";filter:blur(80px);pointer-events:none;background:#32ba4614;border-radius:50%;width:450px;height:450px;position:absolute;top:-180px;left:-120px}.contact-section:after{content:"";filter:blur(90px);pointer-events:none;background:#feb10014;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;right:-150px}.contact-box{z-index:2;grid-template-columns:1fr 1fr;gap:45px;display:grid;position:relative}.contact-left{flex-direction:column;display:flex}.contact-content-wrapper{grid-template-columns:290px 1fr;align-items:end;gap:30px;margin-top:15px;display:grid}.contact-illustration{flex-direction:column;justify-content:flex-end;align-items:center;display:flex}.illustration-bg{justify-content:center;align-items:flex-end;width:330px;height:300px;display:flex;position:relative;overflow:hidden}.illustration-bg img{object-fit:contain;width:100%;height:100%}.blob{z-index:0;background:#edf8f1;border-radius:50% 50% 45% 45%;width:310px;height:260px;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.dots{opacity:.8;background-image:radial-gradient(#d9dee5 1.8px,#0000 1.8px);background-size:12px 12px;width:95px;height:95px;position:absolute;top:28px;right:15px}.headset-icon{border:4px solid var(--primary);width:95px;height:95px;color:var(--primary);z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:42px;display:flex;position:absolute;top:25px;left:40px;box-shadow:0 15px 30px #0000000f}.chat-icon{background:var(--primary);color:#fff;z-index:2;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;font-size:24px;display:flex;position:absolute;top:160px;left:70px;box-shadow:0 15px 30px #32ba4640}.support-image{z-index:1;object-fit:contain;width:270px;position:relative}.retail-logo{width:200px;margin-top:16px}.powered-text{color:#111827;margin-top:6px;font-size:18px;font-weight:500}.powered-text strong{color:var(--primary)}.contact-illustration img{max-width:100%;display:block}.contact-illustration .retail-logo{width:180px;margin-top:20px}.contact-badge{width:max-content;color:var(--primary);background:#eefaf0;border-radius:999px;align-items:center;gap:10px;margin-bottom:15px;padding:8px 15px;font-size:12px;font-weight:700;display:flex}.contact-badge i{font-size:16px}.contact-title{color:#0f172a;margin-bottom:10px;font-size:32px;font-weight:800;line-height:1.1}.contact-title span{color:var(--primary)}.contact-subtitle{color:#64748b;margin-bottom:0;font-size:12px;line-height:1.2}.contact-form-card{background:#fff;border:1px solid #edf2f7;border-radius:26px;padding:15px;position:relative;overflow:hidden}.contact-form-card:before{content:"";background:#32ba460d;border-radius:50%;width:180px;height:180px;position:absolute;top:-70px;right:-70px}.form-header{margin-bottom:14px}.form-header h3{color:#0f172a;font-size:18px;font-weight:800}.form-header p{color:#64748b;font-size:14px;line-height:1.1}.contact-features{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px;display:grid}.membership-form{flex-direction:column;gap:10px;display:flex}.form-row{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.form-group{flex-direction:column;display:flex;position:relative}.form-group.full{width:100%}.form-group label{color:#0f172a;font-size:14px;font-weight:700}.input-wrapper{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;height:45px;transition:all .35s;display:flex;position:relative}.input-wrapper:hover{border-color:#32ba4673;box-shadow:0 12px 25px #32ba4614}.input-wrapper:focus-within{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 0 0 4px #32ba461f}.input-icon{color:#94a3b8;pointer-events:none;font-size:18px;transition:all .3s;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.input-wrapper:focus-within .input-icon{color:var(--primary);transform:scale(1.08)}.input-wrapper input,.input-wrapper select{color:#0f172a;background:0 0;border:none;outline:none;width:100%;height:100%;padding:0 18px 0 50px;font-size:15px}.input-wrapper input::placeholder{color:#94a3b8}.input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #32ba461f}.input-wrapper:focus-within .input-icon{color:var(--primary)}.select-wrapper{position:relative}.select-wrapper select{appearance:none;cursor:pointer;padding-right:50px}.select-wrapper:after{content:"";color:#94a3b8;pointer-events:none;font-family:"Font Awesome 6 Free";font-size:14px;font-weight:900;transition:all .35s;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.select-wrapper:focus-within:after{color:var(--primary);transform:translateY(-50%)rotate(180deg)}.error-message{color:#ef4444;margin-top:6px;font-size:13px;font-weight:500;line-height:1.4;display:none}.error-message.show{display:block}.input-wrapper.invalid{background:#fff8f8;border-color:#ef4444;box-shadow:0 0 0 4px #ef444414}.input-wrapper.valid{border-color:var(--primary);background:#f7fff8;box-shadow:0 0 0 4px #32ba4614}.submit-btn{background:linear-gradient(135deg, var(--primary), #46cf5a);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;height:50px;font-size:17px;font-weight:700;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #32ba4640}.submit-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:120%;height:100%;transition:all .8s;position:absolute;top:0;left:-120%}.submit-btn:hover:before{left:120%}.submit-btn:hover{transform:translateY(-4px);box-shadow:0 25px 55px #32ba4659}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#d1d5db;transform:none}.submit-btn:disabled:before{display:none}.btn-loader{align-items:center;gap:10px;display:none}.submit-btn.loading .btn-text{display:none}.submit-btn.loading .btn-loader{display:flex}.submit-note{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:14px;margin-top:10px;padding:10px 15px;font-size:14px;line-height:1.7;transition:all .35s;display:flex}#submitNote{font-size:12px}.submit-note i{color:var(--primary);margin-top:2px;font-size:18px}.submit-note:hover{background:#f4fff5;border-color:#32ba4640}.contact-card-list{flex-direction:column;gap:10px;display:flex}.contact-card{background:#fff;border:1px solid #edf2f7;border-radius:10px;align-items:flex-start;gap:10px;padding:10px;transition:all .35s;display:flex}.contact-card:hover{border-color:#32ba462e;transform:translateY(-6px);box-shadow:0 20px 40px #0f172a14}.contact-card-icon{background:linear-gradient(135deg, var(--primary), #45d55b);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;transition:all .35s;display:flex}.contact-card:hover .contact-card-icon{transform:rotate(-8deg)scale(1.08)}.contact-card-content{flex:1}.contact-card-content h4{color:#111827;margin-bottom:0;font-size:14px;font-weight:700}.contact-card-content p{color:#64748b;margin-bottom:3px;font-size:12px;line-height:1.2}.contact-card-content a{color:var(--primary);font-size:13px;font-weight:700;text-decoration:none;transition:all .3s}.contact-card-content a:hover{letter-spacing:.3px}.feature-card{background:#fff;border:1px solid #edf2f7;border-radius:18px;align-items:center;gap:16px;padding:10px;transition:all .35s;display:flex}.feature-card:hover{border-color:#32ba4633;transform:translateY(-6px);box-shadow:0 18px 35px #0f172a14}.feature-icon{width:45px;height:45px;color:var(--primary);background:#eefaf0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;transition:all .35s;display:flex}.feature-card:hover .feature-icon{background:var(--primary);color:#fff}.feature-content h4{color:#111827;margin-bottom:0;font-size:14px;font-weight:700}.feature-content p{color:#64748b;font-size:12px;line-height:1.2}.loading-overlay{backdrop-filter:blur(6px);opacity:0;visibility:hidden;z-index:100;background:#ffffffeb;justify-content:center;align-items:center;transition:all .35s;display:flex;position:absolute;inset:0}.loading-overlay.show{opacity:1;visibility:visible}.loading-card{text-align:center;background:#fff;border-radius:24px;width:380px;padding:40px;box-shadow:0 25px 60px #0f172a1f}.loading-spinner{width:72px;height:72px;color:var(--primary);background:#eefaf0;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:34px;display:flex}.loading-card h3{color:#111827;margin-bottom:12px;font-size:24px}.loading-card p{color:#64748b;font-size:15px;line-height:1.8}.success-screen{backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:110;background:#fffffff0;justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.success-screen.show{opacity:1;visibility:visible}.success-card{text-align:center;background:#fff;border-radius:28px;width:460px;padding:45px;animation:.45s successScale;box-shadow:0 30px 70px #0f172a26}.success-icon{background:linear-gradient(135deg, var(--primary), #45d55b);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 24px;font-size:40px;display:flex;box-shadow:0 20px 40px #32ba464d}.success-card h2{color:#111827;margin-bottom:14px;font-size:30px;font-weight:800}.success-card p{color:#64748b;margin-bottom:26px;font-size:15px;line-height:1.8}.success-info{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px;display:grid}.success-info div{color:#475569;background:#f8fafc;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:14px;font-weight:600;display:flex}.success-info i{color:var(--primary);font-size:18px}.success-btn{background:linear-gradient(135deg, var(--primary), #45d55b);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;height:56px;font-size:16px;font-weight:700;transition:all .35s;box-shadow:0 16px 35px #32ba4640}.success-btn:hover{transform:translateY(-3px);box-shadow:0 22px 45px #32ba4659}.contact-box,.contact-card{animation:.8s both fadeUp}.contact-card:first-child{animation-delay:.1s}.contact-card:nth-child(2){animation-delay:.2s}.contact-card:nth-child(3){animation-delay:.3s}.contact-card:nth-child(4){animation-delay:.4s}.feature-card{animation:.8s both fadeUp}.feature-card:first-child{animation-delay:.15s}.feature-card:nth-child(2){animation-delay:.25s}.feature-card:nth-child(3){animation-delay:.35s}.feature-card:nth-child(4){animation-delay:.45s}.contact-form-card:after{content:"";filter:blur(25px);pointer-events:none;background:#feb10014;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-60px;left:-60px}.contact-box:before{content:"";background:var(--primary);border-radius:50%;width:12px;height:12px;animation:5s ease-in-out infinite floatDot;position:absolute;top:45px;right:42%}.contact-box:after{content:"";background:#feb100;border-radius:50%;width:8px;height:8px;animation:4s ease-in-out infinite floatDot;position:absolute;bottom:40px;left:44%}@keyframes successScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes floatDot{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@media (width<=1199px){.contact-box{grid-template-columns:1fr;gap:40px;padding:35px}.contact-features{grid-template-columns:repeat(2,1fr)}.contact-title{font-size:42px}.contact-form-card{padding:30px}}@media (width<=767px){.contact-section{padding:70px 0}.contact-box{border-radius:24px;gap:30px;padding:22px}.contact-title{font-size:34px}.contact-subtitle{font-size:15px}.form-row{grid-template-columns:1fr}.contact-features{grid-template-columns:1fr;gap:16px}.contact-card{padding:18px}.contact-card-icon{width:50px;height:50px;font-size:20px}.contact-form-card{padding:22px}.form-header h3{font-size:28px}.success-card{width:100%;padding:30px 24px}.success-info{grid-template-columns:1fr}}@media (width<=480px){.contact-title{font-size:30px}.contact-badge{padding:8px 14px;font-size:13px}.contact-card-content h4{font-size:16px}.contact-card-content p,.contact-card-content a{font-size:13px}.feature-card{padding:18px}.feature-content h4{font-size:16px}.feature-content p{font-size:13px}.submit-btn{height:54px;font-size:15px}.success-card h2{font-size:24px}}.helpMain{background:linear-gradient(135deg,#f8fff9,#fff,#f8fbff) 0 0/300% 300%;padding:50px 0;animation:12s infinite bgMove;position:relative;overflow:hidden}.helpMain:before{content:"";filter:blur(80px);background:#32ba4614;border-radius:50%;width:420px;height:420px;animation:8s ease-in-out infinite floatOne;position:absolute;top:-180px;left:-120px}.helpMain:after{content:"";filter:blur(70px);background:#feb10014;border-radius:50%;width:350px;height:350px;animation:9s ease-in-out infinite floatTwo;position:absolute;bottom:-150px;right:-120px}.helpMain>*{z-index:2;position:relative}.headerTitle{color:#21212190;flex-direction:column;align-items:center;gap:10px;font-size:18px;font-weight:500;display:flex}.titleheading{color:#212121;gap:5px;font-size:30px;font-weight:700;display:flex}.titleheading h1{color:#feb100;font-size:30px;font-weight:700}.faq-container{border-radius:10px;width:100%;max-width:800px;margin:auto;padding:20px}.faq-category{border-radius:10px;margin-bottom:12px;transition:background-color .3s,box-shadow .3s}.faq-category.open{background-color:#f4fff5;box-shadow:0 4px 10px #32326926,0 2px 4px #0000000d}.faq-category-title{cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px;transition:all .2s;display:flex}.faq-category-title h2{font-size:16px;font-weight:600}.faq-category-title:hover{background-color:#f4fff5;border-radius:4px;padding:10px;box-shadow:0 2px 5px #32326926,0 1px 1px #0000000d}.faq-group{padding:0 20px;display:none}.faq-group.show{display:block}.faqMain{border-bottom:1px solid #ddd}.faqMain:last-of-type{border-bottom:none}.faq-item{cursor:pointer;justify-content:space-between;align-items:center;padding:5px 0;display:flex}.faq-item h3{margin:0;font-size:16px;font-weight:500}.faq-answer{color:#555;width:100%;padding:5px 10px;font-size:12px;transition:all .3s;display:none}.faq-answer.show{display:block}.arrow{font-size:24px;transition:transform .3s}.arrow.open{transform:rotate(180deg)}.faq-points{flex-direction:column;gap:5px;padding-left:5px;display:flex}.faq-point{color:#333;align-items:flex-start;gap:5px;display:flex}.point-icon{color:#28a745;margin-top:2px;font-size:1.2rem}.point-text{flex:1}.faq-search{border:1px solid #ccc;border-radius:8px;width:100%;max-width:600px;margin-top:10px;padding:10px 15px;font-size:16px}.icon i{font-size:20px;transition:transform .3s,opacity .3s}.icon i.fa-xmark{color:#eb4d4b;transform:rotate(180deg)}.icon i.fa-plus{color:#28a745}.faq-cta{text-align:center;color:#333;font-size:16px}.faq-cta .contact-link{color:var(--primary-color);font-weight:700;text-decoration:none}.faq-cta .contact-link:hover{text-decoration:underline}@media screen and (width>=768px) and (width<=1199px){.helpMain{padding:25px}.titleheading,.titleheading h1{font-size:28px}.headerTitle{font-size:16px}.faq-container{padding:15px}.faq-item h3{font-size:12px}.arrow{font-size:20px}.faq-answer{font-size:10px}.faq-category-title{padding:10px}.faq-category-title h2{font-size:12px}}@media screen and (width>=480px) and (width<=767px){.helpMain{padding:20px}.titleheading,.titleheading h1{font-size:18px}.headerTitle{font-size:14px}.faq-container{padding:10px}.faq-item h3{font-size:12px}.arrow{font-size:18px}.faq-answer{font-size:12px}.faq-category-title{padding:10px}.faq-category-title h2{font-size:12px}}@media screen and (width<=479px){.helpMain{padding:15px 20px}.titleheading,.titleheading h1{font-size:14px}.headerTitle{font-size:12px}.faq-container{padding:8px}.faq-item h3{font-size:10px}.arrow{font-size:16px}.faq-answer{font-size:10px}.faq-category-title{padding:8px 10px}.faq-category-title h2{font-size:12px}}
