.header{z-index:1000;background:0 0;border-bottom:none;width:100%;padding:0;transition:all .35s;position:fixed;top:0;left:0}.header.scrolled{z-index:10000;background:#fff;box-shadow:0 8px 25px #00000014}.header-wrapper{justify-content:space-between;align-items:center;height:70px;display:flex}.logo{align-items:center;display:flex}.logo img{width:120px;display:block}.nav-menu{align-items:center;gap:30px;display:flex}.nav-menu>a,.nav-link{color:#111827;padding:5px 0;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-menu>a:hover,.nav-link:hover{color:#ff6b00}.nav-menu>a.active,.nav-link.active{color:#ff6b00;font-weight:600}.nav-menu>a.active:after,.nav-link.active:after{content:"";background:#ff6b00;width:100%;height:2px;position:absolute;bottom:-8px;left:0}.nav-link:after{content:"";background:#ff6b00;width:0;height:2px;transition:all .3s;position:absolute;bottom:-8px;left:0}.nav-link:hover:after{width:100%}.dropdown{position:relative}.dropdown .nav-link{align-items:center;gap:6px;display:flex}.dropdown .nav-link i{font-size:10px;transition:all .3s}.dropdown:hover .nav-link i{transform:rotate(180deg)}.dropdown-content{opacity:0;visibility:hidden;z-index:9999;background:#fff;border-radius:10px;min-width:230px;transition:all .3s;position:absolute;top:calc(100% + 18px);left:0;overflow:hidden;transform:translateY(10px);box-shadow:0 12px 35px #0000001f}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-content a{color:#444;padding:14px 18px;font-size:14px;text-decoration:none;transition:all .3s;display:block}.dropdown-content a:hover{color:#ff6b00;background:#f8f8f8;padding-left:24px}.dropdown:after{content:"";width:100%;height:20px;position:absolute;top:100%;left:0}.menu-toggle{cursor:pointer;color:#1f2937;background:#fff;border:none;border-radius:12px;width:46px;height:46px;font-size:20px;display:none;box-shadow:0 5px 20px #00000014}.mobile-menu{z-index:99999;background:#fff;flex-direction:column;gap:10px;width:320px;max-width:90%;height:100vh;padding:95px 28px 40px;transition:all .35s;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}.mobile-menu.active{right:0}.mobile-menu a{color:#111827;border-bottom:1px solid #eee;padding:14px 0;font-size:17px;font-weight:500;text-decoration:none}.mobile-menu a:hover{color:#ff6b00}.close-menu{cursor:pointer;background:#f4f4f4;border:none;border-radius:50%;width:44px;height:44px;font-size:20px;position:absolute;top:22px;right:22px}.menu-overlay{opacity:0;visibility:hidden;z-index:99998;background:#00000073;transition:all .35s;position:fixed;inset:0}.menu-overlay.active{opacity:1;visibility:visible}.mobile-menu details{border-bottom:1px solid #eee;padding:10px 0}.mobile-menu summary{cursor:pointer;font-size:17px;font-weight:500;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu details a{padding-left:18px;font-size:15px}.lang-selector{vertical-align:middle;display:inline-block;position:relative}.lang-btn{color:#111827;cursor:pointer;background:#0000000a;border:1px solid #00000014;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .3s;display:flex}.header.scrolled .lang-btn{background:#f3f4f6;border-color:#e5e7eb}.lang-btn:hover{color:#ff6b00;background:#ff6b0014;border-color:#ff6b004d}.lang-btn i.chevron{font-size:10px;transition:transform .3s}.lang-selector:hover .lang-btn i.chevron{transform:rotate(180deg)}.lang-dropdown-menu{opacity:0;visibility:hidden;z-index:1001;background:#fff;border:1px solid #0000000d;border-radius:12px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px 10px;width:min(560px,56vw);max-height:350px;padding:12px 14px;transition:all .3s cubic-bezier(.16,1,.3,1);display:grid;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;transform:translateY(10px);box-shadow:0 10px 30px #0000001f}.lang-dropdown-menu::-webkit-scrollbar{width:6px}.lang-dropdown-menu::-webkit-scrollbar-track{background:0 0}.lang-dropdown-menu::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.lang-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#d1d5db}.lang-selector:hover .lang-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-option{color:#374151;text-align:center;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:10px 8px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.lang-option:hover{color:#ff6b00;background:#ff6b000d}.lang-option.active{color:#ff6b00;background:#ff6b0014;font-weight:600}.mobile-lang-selector{border-bottom:1px solid #eee;padding:10px 0}.mobile-lang-selector summary{color:#111827;cursor:pointer;align-items:center;gap:8px;font-size:17px;font-weight:500;list-style:none;display:flex}.mobile-lang-selector summary::-webkit-details-marker{display:none}.mobile-lang-options{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;max-height:250px;padding-top:10px;padding-left:0;display:grid;overflow-y:auto}.mobile-lang-option{text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:42px;text-decoration:none;transition:all .2s;display:flex;color:#4b5563!important;border-bottom:none!important;padding:10px 6px!important;font-size:13px!important}.mobile-lang-option:hover,.mobile-lang-option.active{background:#ff6b0014;color:#ff6b00!important}.mobile-lang-selector[open] .mobile-chevron{transform:rotate(180deg)}.translation-disclaimer{color:#6b7280;background:#f8fafc;border-left:3px solid #f59e0b;border-radius:8px;margin:10px 0 4px;padding:10px 12px;font-size:11px;line-height:1.5}.lang-dropdown-menu{box-sizing:border-box;grid-template-columns:repeat(5,1fr);gap:8px;width:700px;max-width:calc(100vw - 40px);max-height:440px;padding:16px;display:grid;overflow-y:auto}.lang-dropdown-menu .lang-option{text-align:center;white-space:normal;border-radius:12px;justify-content:center;align-items:center;min-height:70px;padding:10px 8px;text-decoration:none;display:flex}.lang-dropdown-menu .translation-disclaimer{box-sizing:border-box;text-align:left;color:#64748b;background:#f8fafc;border-left:3px solid #f59e0b;border-radius:8px;grid-column:1/-1;width:100%;margin:8px 0 0;padding:12px 14px;font-size:12px;line-height:1.5}@media screen and (width>=768px) and (width<=1199px){.header-wrapper{height:74px}.logo img{width:110px}.nav-menu{align-items:center;gap:14px;display:flex}.nav-menu>a,.nav-link{font-size:12px}.lang-dropdown-menu{grid-template-columns:repeat(2,minmax(0,1fr));width:min(420px,78vw)}.menu-toggle{display:none}.dropdown-content{min-width:220px}}@media screen and (width>=480px) and (width<=767px){.header-wrapper{height:68px}.logo img{width:110px}.nav-menu{display:none}.menu-toggle{justify-content:center;align-items:center;width:44px;height:44px;display:flex}.lang-dropdown-menu{grid-template-columns:repeat(2,minmax(0,1fr));width:min(360px,84vw)}.mobile-menu{width:340px;max-width:90%;padding:90px 28px 35px}.mobile-menu a,.mobile-menu summary{font-size:17px}.mobile-menu details a{font-size:15px}.mobile-lang-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (width<=479px){.header-wrapper{height:64px}.logo img{width:110px}.nav-menu{display:none}.menu-toggle{justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.lang-dropdown-menu{grid-template-columns:repeat(2,minmax(0,1fr));width:min(330px,88vw)}.mobile-menu{width:100%;max-width:100%;padding:80px 22px 30px}.mobile-menu a,.mobile-menu summary{font-size:16px}.mobile-menu details a{font-size:14px}.mobile-lang-options{grid-template-columns:repeat(2,minmax(0,1fr))}.close-menu{width:40px;height:40px}}.hero{background:0 0;width:100%;padding-top:75px;padding-bottom:50px;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";filter:blur(80px);z-index:0;border-radius:50%;position:absolute}.hero:before{background:#32ba462e;width:340px;height:340px;top:-120px;left:-120px}.hero:after{background:#feb10026;width:420px;height:420px;top:100px;right:-150px}.hero>.container{z-index:2;position:relative}.hero-wrapper{justify-content:space-between;align-items:center;gap:100px;display:flex}.hero-left{flex-direction:column;flex:0 0 48%;gap:15px;display:flex}.hero-left h1{color:#17337c;font-size:36px;font-weight:700;line-height:1.08}.hero-left h1 span{color:#f7941d;display:block}.hero-line{background:#f7941d;border-radius:10px;width:95px;height:5px}#hero-description{color:#4b5563;font-size:16px}#hero-description strong{color:#17337c;font-size:17px;font-weight:600}.hero-features{align-items:center;gap:25px;margin:5px 0;display:flex}.hero-feature{align-items:center;gap:14px;display:flex}.hero-feature-icon{width:50px;min-width:50px;height:50px;color:var(--primary);background:linear-gradient(145deg,#fff 0%,#eef4ff 100%);border:1px solid #17337c0f;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:all .35s;display:flex;box-shadow:0 4px 12px #17337c0f,inset 0 1px #ffffffe6}.hero-feature:hover .hero-feature-icon{background:var(--primary);color:#fff;transform:translateY(-4px);box-shadow:0 10px 24px #17337c40}.feature-content h4{color:#17337c;font-size:14px;font-weight:600;line-height:1.4}.divider{background:#d8dce7;width:1px;height:48px}.hero-text{color:#5b6473;max-width:560px;margin-top:10px;font-size:16px;font-weight:500;line-height:25px}.hero-buttons{flex-wrap:wrap;gap:22px;display:flex}.btn-primary,.btn-outline{border-radius:8px;align-items:center;gap:12px;height:48px;padding:0 28px;font-size:16px;font-weight:600;transition:all .35s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:#fff}.btn-outline:hover{color:var(--secondary);border:2px solid var(--secondary)}.btn-primary span,.btn-outline span{font-size:20px}.hero-right{flex:0 0 52%;height:500px;position:relative}.hero-bottom-card{z-index:50;background:#fff;border:1px solid #0000000d;border-radius:10px;justify-content:space-between;align-items:center;width:100%;margin-top:10px;padding:8px 20px;display:flex;box-shadow:0 20px 60px #00000014}.bottom-item{flex:1;justify-content:center;align-items:center;gap:15px;display:flex}.bottom-divider{background:#ececec;width:1px;height:70px}.bottom-item h4{color:#111827;margin-bottom:6px;font-size:16px;font-weight:600}.bottom-item p{color:#5b6473;font-size:12px;line-height:1.2}.bottom-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex}.club{color:#3047c9;background:#eef2ff}.tools{color:#f7941d;background:#fff1e4}.support{color:#32ba46;background:#e8fff5}.growth{color:#1677ff;background:#eaf4ff}@media screen and (width>=868px) and (width<=1199px){.hero{padding-top:95px!important;padding-bottom:45px!important}.hero-wrapper{justify-content:space-between!important;align-items:center!important;gap:20px!important;display:flex!important}.hero-left{flex:0 0 48%!important;gap:18px!important;width:48%!important}.hero-right{flex:0 0 52%!important;width:500px!important;height:500px!important;margin:auto!important;position:relative!important}.hero-left h1{font-size:44px!important;line-height:1.2!important}.hero-line{width:110px!important}#hero-description{font-size:17px!important;line-height:30px!important}.hero-text{max-width:95%!important;font-size:16px!important;line-height:28px!important}.hero-features{align-items:center!important;gap:18px!important}.hero-feature{gap:12px!important}.hero-feature-icon{width:46px!important;min-width:46px!important;height:46px!important;font-size:18px!important}.feature-content h4{font-size:14px!important}.hero-buttons{flex-wrap:wrap!important;gap:16px!important;display:flex!important}.btn-primary,.btn-outline{justify-content:center!important;min-width:190px!important;height:48px!important;padding:0 24px!important;font-size:15px!important}.hero-ring-one{width:380px!important;height:380px!important}.hero-ring-two{width:280px!important;height:280px!important}.hero-ring-three{width:180px!important;height:180px!important}.hero-person{width:150px!important;height:150px!important}.hero-person:before{inset:-35px!important}.business-card img{width:78px!important;min-width:78px!important;height:78px!important}.business-card span{padding:5px 10px!important;font-size:10px!important}.electronics{top:15px!important;left:50%!important;transform:translate(-50%)!important}.retail{top:85px!important;left:55px!important}.salon{top:85px!important;right:55px!important}.pharmacy{top:235px!important;left:25px!important}.waterwash{top:255px!important;right:25px!important}.boutique{bottom:0!important;left:120px!important}.garage{bottom:0!important;right:120px!important}.particle{transform:scale(.9)!important}.hero-bottom-card{grid-template-columns:repeat(4,1fr)!important;gap:18px!important;margin-top:20px!important;padding:20px!important;display:grid!important}.bottom-divider{display:none!important}.bottom-item{border-radius:14px!important;gap:10px!important;padding:0!important}.bottom-icon{width:38px!important;height:38px!important;font-size:18px!important}.bottom-item h4,.bottom-item p{font-size:13px!important}}@media screen and (width>=480px) and (width<=867px){.hero{padding-top:90px!important;padding-bottom:35px!important}.hero-wrapper{flex-direction:column!important;gap:35px!important;height:850px!important;display:flex!important}.hero-left{text-align:center!important;gap:15px!important;width:100%!important}.hero-left h1{font-size:38px!important;line-height:1.25!important}.hero-line{width:110px!important;margin:auto!important}#hero-description{font-size:16px!important;line-height:28px!important}.hero-text{max-width:100%!important;font-size:15px!important;line-height:26px!important}.hero-features{justify-content:center!important;gap:18px!important}.hero-feature{gap:10px!important}.hero-feature-icon{width:42px!important;min-width:42px!important;height:42px!important;font-size:17px!important}.feature-content h4{font-size:13px!important}.hero-buttons{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;display:grid!important}.btn-primary,.btn-outline{justify-content:center!important;width:100%!important;height:46px!important;font-size:14px!important}.hero-right{width:380px!important;height:380px!important;margin:auto!important;position:relative!important}.hero-ring-one{width:310px!important;height:310px!important}.hero-ring-two{width:220px!important;height:220px!important}.hero-ring-three{width:140px!important;height:140px!important}.hero-person{width:120px!important;height:120px!important}.hero-person:before{inset:-28px!important}.business-card img{width:70px!important;min-width:70px!important;height:70px!important}.business-card span{padding:4px 8px!important;font-size:9px!important}.electronics{top:0!important;left:50%!important;transform:translate(-50%)!important}.retail{top:70px!important;left:35px!important}.salon{top:70px!important;right:35px!important}.pharmacy{top:210px!important;left:5px!important}.waterwash{top:210px!important;right:5px!important}.boutique{bottom:10px!important;left:75px!important}.garage{bottom:10px!important;right:85px!important}.particle{transform:scale(.8)!important}.hero-bottom-card{grid-template-columns:repeat(2,1fr)!important;gap:15px!important;margin-top:35px!important;padding:16px!important;display:grid!important}.bottom-divider{display:none!important}.bottom-item{gap:12px!important;padding:14px!important}.bottom-icon{width:42px!important;height:42px!important;font-size:18px!important}.bottom-item h4{font-size:15px!important}.bottom-item p{font-size:12px!important}}@media screen and (width<=479px){.hero{padding-top:80px;padding-bottom:25px}.hero-wrapper{flex-direction:column;gap:10px}.hero-left,.hero-right{flex:unset;gap:10px;width:100%}.hero-left h1{font-size:28px;line-height:1.4}.hero-line{align-items:flex-start;width:100px;margin:0;display:flex}#hero-description{font-size:14px;line-height:24px}.hero-features{align-items:center;gap:10px}.divider{display:none}.hero-text{font-size:14px;line-height:20px}.hero-feature{gap:5px}.hero-feature-icon{width:35px;min-width:35px;height:35px;font-size:16px}.feature-content h4{font-size:10px}.hero-buttons{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;display:grid}.btn-primary,.btn-outline{justify-content:center;width:100%;height:42px;padding:0 10px;font-size:13px}.btn-primary span,.btn-outline span{display:none}.hero-right{width:350px;height:400px;margin:25px auto auto;position:relative}.hero-person{width:100px!important;height:100px!important}.hero-ring-one{width:280px!important;height:280px!important}.hero-ring-two{width:200px!important;height:200px!important}.hero-ring-three{width:120px!important;height:120px!important}.business-card img{border-width:2px;width:30px;min-width:30px;height:30px}.business-card span{padding:3px 8px;font-size:8px}.electronics{top:8px!important;left:50%!important;transform:translate(-50%)!important}.retail{top:70px!important;left:15px!important}.boutique{bottom:-10px!important;left:35%!important;transform:translate(-50%)!important}.garage{bottom:-5px!important;right:70px!important}.waterwash{top:200px!important;right:-10px!important}.salon{top:70px!important;right:20px!important}.pharmacy{top:210px!important;left:0!important}.hero-bottom-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:35px;padding:12px;display:grid}.bottom-divider{display:none}.bottom-item{background:#fff;border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px;display:flex}.bottom-icon{width:35px;min-width:35px;height:35px;font-size:16px}.bottom-item h4{margin:0;font-size:14px;line-height:1.1}.bottom-item p{margin:2px 0 0;font-size:12px;line-height:1.1}}.hero-right{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.ring{border:2px dashed #17337c1f;border-radius:50%;animation:40s linear infinite rotateRing;position:absolute}.hero-ring-one{width:400px;height:400px}.hero-ring-two{width:300px;height:300px;animation-direction:reverse}.hero-ring-three{width:200px;height:200px}@keyframes rotateRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-person{z-index:2;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-person img{object-fit:contain;border-radius:50%;width:100%;height:100%}.hero-person:before{content:"";z-index:-1;background:radial-gradient(circle,#32ba4626,#feb10014,#0000 70%);border-radius:50%;position:absolute;inset:-45px}.business-card{opacity:1;will-change:transform, opacity;flex-direction:column;align-items:center;gap:10px;transition:opacity .35s,transform .35s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;transform:translateY(0)scale(1)}.business-card.hide{opacity:0;transform:translateY(15px)scale(.9)}.business-card img{object-fit:cover;border:4px solid #fff;border-radius:50%;width:75px;height:75px;transition:all .35s;box-shadow:0 12px 30px #00000026}.business-card:hover img{transform:scale(1.08);box-shadow:0 25px 50px #0000002e}.business-card span{color:#fff;white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:500}.retail span{background:#17337c}.salon span{background:#f97316}.pharmacy span{background:#32ba46}.boutique span{background:#9c27b0}.garage span{background:#2563eb}.waterwash span{background:#c7027f}.electronics span{background:#e11d48}.electronics{top:35px;left:300px}.retail{top:110px;left:165px}.salon{top:100px;right:165px}.pharmacy{top:260px;left:150px}.waterwash{top:250px;right:140px}.garage{bottom:30px;right:230px}.boutique{bottom:20px;left:240px}.particle{background:#32ba46;border-radius:50%;width:8px;height:8px;animation:3s infinite pulse;position:absolute;box-shadow:0 0 15px #32ba46}.p1{top:150px;left:260px}.p2{background:#feb100;top:180px;right:160px;box-shadow:0 0 15px #feb100}.p3{top:310px;left:110px}.p4{background:#38bdf8;top:310px;right:180px}.p5{background:#9c27b0;bottom:140px;left:210px}.p6{background:#ec4899;bottom:140px;right:210px}@keyframes pulse{0%,to{opacity:.6;transform:scale(.8)}50%{opacity:1;transform:scale(1.4)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.advantage-section{background:#f6f6f6;width:100%;padding:10px 0 0;position:relative;overflow:hidden}.advantage-wrapper{justify-content:space-between;align-items:center;gap:50px;display:flex}.advantage-left{flex-direction:column;flex:0 0 46%;justify-content:center;align-items:flex-start;display:flex}.section-badge{color:#5b4dd8;letter-spacing:.8px;background:#eef2ff;border-radius:999px;align-items:center;margin-bottom:28px;padding:10px 18px;font-size:13px;font-weight:700;display:inline-flex}.advantage-left h2{color:#091540;margin-bottom:28px;font-size:45px;font-weight:700;line-height:1.08}.advantage-left h2 span{background:linear-gradient(90deg,#6957f5,#a53be7,#ff8c3a);-webkit-text-fill-color:transparent;background-clip:text}.advantage-description{color:#5b6473;max-width:620px;margin-bottom:25px;font-size:16px;line-height:28px}.advantage-description strong{color:var(--primary)}.advantage-buttons{align-items:center;gap:30px;display:flex}.btn-video{color:#5143d9;align-items:center;gap:15px;font-size:18px;font-weight:600;transition:all .35s;display:flex}.play-icon{color:#5143d9;background:#fff;border:2px solid #ececff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:18px;transition:all .35s;display:flex;box-shadow:0 10px 25px #0000000f}.btn-video:hover .play-icon{color:#fff;background:#5143d9;transform:scale(1.08)}.btn-video:hover{color:#111827}.promise-title{text-align:center;margin:20px 0 25px;position:relative}.promise-title:before{content:"";background:#ececec;width:100%;height:1px;position:absolute;top:50%;left:0}.promise-title span{color:#3f3f88;background:#fff;border:1px solid #ececec;border-radius:999px;padding:12px 24px;font-size:15px;font-weight:700;position:relative}.promise-grid{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:50px;display:grid}.promise-card{background:#fff;border:1px solid #0000000d;border-radius:16px;align-items:flex-start;gap:18px;padding:20px;transition:all .35s;display:flex;box-shadow:0 12px 35px #0000000f}.promise-card:hover{transform:translateY(-8px);box-shadow:0 30px 55px #0000001a}.promise-card h4{color:#111827;margin-bottom:5px;font-size:18px;font-weight:700}.promise-card p{color:#5b6473;font-size:12px;line-height:1.2}.promise-icon{border-radius:8px;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;font-size:24px;display:flex}.promise-icon.purple{color:#6558f5;background:#f2edff}.promise-icon.orange{color:#f97316;background:#fff3e7}.promise-icon.blue{color:#1d7ef8;background:#edf5ff}.promise-icon.green{color:#32ba46;background:#edfff4}@media screen and (width>=768px) and (width<=1199px){.advantage-section{padding:30px 0!important}.advantage-wrapper{align-items:center!important;gap:10px!important}.advantage-left{flex:0 0 48%!important}.advantage-right{flex:0 0 52%!important;height:500px!important}.section-badge{margin-bottom:22px!important;padding:9px 16px!important;font-size:12px!important}.advantage-left h2{margin-bottom:20px!important;font-size:40px!important;line-height:1.2!important}.advantage-description{margin-bottom:22px!important;font-size:16px!important;line-height:28px!important}.advantage-buttons{gap:16px!important}.center-circle{width:210px!important;height:150px!important}.center-circle img{width:140px!important}.center-circle h4{font-size:13px!important}.info-card{z-index:10!important;border-radius:8px!important;width:210px!important;padding:10px!important}.info-icon{width:30px!important;min-width:30px!important;height:30px!important;font-size:20px!important}.info-card h4{font-size:12px!important}.info-card p{font-size:10px!important;line-height:1.3!important}.technology{top:50px!important;left:10px!important}.data{top:70px!important;right:10px!important}.systems{bottom:80px!important;left:10px!important}.networks{bottom:80px!important;right:10px!important}}@media screen and (width>=480px) and (width<=767px){.advantage-section{height:800px!important;padding:20px 0!important}.advantage-wrapper{flex-direction:column!important;gap:35px!important}.advantage-left{align-items:flex-start!important;width:100%!important}.section-badge{margin-bottom:18px!important;padding:8px 16px!important;font-size:12px!important}.advantage-left h2{margin-bottom:18px!important;font-size:36px!important;line-height:1.3!important}.advantage-description{margin-bottom:20px!important;font-size:15px!important;line-height:26px!important}.advantage-buttons{width:100%!important}.advantage-buttons .btn-primary{justify-content:center!important;width:100%!important}.advantage-right{width:100%!important;height:520px!important;margin-top:150px!important}.center-circle{width:180px!important;height:135px!important}.center-circle img{width:120px!important}.center-circle h4{font-size:12px!important}.info-card{gap:8px!important;width:190px!important;padding:12px!important}.info-icon{width:36px!important;min-width:36px!important;height:36px!important;font-size:18px!important}.info-card h4{font-size:12px!important}.info-card p{font-size:10px!important;line-height:1.3!important}.technology{top:70px!important;left:0!important}.data{top:70px!important;right:0!important}.systems{bottom:70px!important;left:0!important}.networks{bottom:70px!important;right:0!important}}@media screen and (width<=479px){.advantage-section{padding:20px 0}.advantage-wrapper{flex-direction:column;gap:20px;display:flex}.advantage-left{z-index:5;width:100%;position:relative}.advantage-right{background:radial-gradient(circle,#5fd16f2e 0%,#5fd16f14 28%,#0000 60%),radial-gradient(circle at 20% 20%,#ffc73a2e,#0000 45%),radial-gradient(circle at 80% 80%,#32ba461f,#0000 45%),linear-gradient(135deg,#fff 0%,#fbfff9 45%,#fffdf6 100%);border-radius:20px;align-self:stretch;margin-top:0;box-shadow:0 25px 80px #32ba461f,0 10px 35px #feb10014;flex:none!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:500px!important;display:block!important;position:relative!important;overflow:hidden!important}.advantage-right:before{content:"";border:2px dashed #32ba462e;border-radius:50%;width:420px;height:420px;animation:35s linear infinite rotateRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #32ba4626,inset 0 0 30px #5fd16f14}.advantage-right:after{content:"";border:2px solid #feb10033;border-radius:50%;width:300px;height:300px;animation:4s ease-in-out infinite pulseRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 35px #feb1002e,inset 0 0 25px #ffc73a1f}.section-badge{margin-bottom:8px;padding:8px 14px;font-size:11px}.advantage-left h2{margin-bottom:8px;font-size:28px;line-height:1.35}.advantage-description{margin-bottom:18px;font-size:14px;line-height:24px}.advantage-buttons{width:100%}.advantage-buttons .btn-primary{justify-content:center;width:100%;height:44px}.center-circle{z-index:20;gap:6px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:12px!important;width:155px!important;height:90px!important;position:absolute!important}.center-circle:after{border-radius:8px!important}.center-circle img{width:100px!important;margin-bottom:0!important}.center-circle h4{font-size:10px!important}.info-card{position:absolute;border-radius:18px!important;width:90%!important;min-height:65px!important;padding:12px!important}.technology{top:20px!important;left:5%!important}.data{top:100px!important;left:5%!important}.systems{bottom:110px!important;left:5%!important}.networks{bottom:10px!important;left:5%!important}.info-card h4{font-size:12px!important}.info-card p{font-size:10px!important;line-height:1.1!important}.info-icon{border-radius:8px!important;width:32px!important;min-width:32px!important;height:32px!important;font-size:14px!important}}.advantage-right{flex:0 0 54%;justify-content:center;align-items:center;height:550px;display:flex;position:relative}.center-circle{text-align:center;z-index:20;background:#fff;border:5px solid #ffffffe6;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;width:230px;height:140px;display:flex;position:absolute;box-shadow:0 25px 60px #0000001a}.center-circle:before{content:"";z-index:-2;filter:blur(18px);opacity:.45;background:conic-gradient(#32ba46,#feb100,#5b4dd8,#32ba46);border-radius:22px;position:absolute;inset:-18px}.center-circle:after{content:"";z-index:-1;background:#fff;border-radius:22px;position:absolute;inset:-5px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.center-circle img{width:150px;margin-bottom:15px}.center-circle h4{color:#2121218b;font-size:14px}.center-circle h5{color:#6b7280;font-size:15px;font-weight:500}.info-card{-webkit-backdrop-filter:blur(12px);z-index:5;background:#fffffff5;border:1px solid #ffffffb3;border-radius:22px;align-items:flex-start;gap:10px;width:250px;padding:15px;transition:all .35s;display:flex;position:absolute;box-shadow:0 18px 45px #00000014}.info-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px #00000024}.info-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:24px;transition:all .35s;display:flex}.info-card:hover .info-icon{transform:scale(1.08)rotate(8deg)}.info-icon.purple{color:#7c3aed;background:#f3eeff}.info-icon.orange{color:#f97316;background:#fff2e4}.info-icon.blue{color:#2563eb;background:#eaf4ff}.info-icon.green{color:#32ba46;background:#e9fff3}.info-card:hover .purple{color:#fff;background:#7c3aed}.info-card:hover .orange{color:#fff;background:#f97316}.info-card:hover .blue{color:#fff;background:#2563eb}.info-card:hover .green{color:#fff;background:#32ba46}.info-card h4{color:#111827;margin-bottom:5px;font-size:14px;font-weight:700}.info-card p{color:#6b7280;font-size:10px;line-height:1}.technology{top:100px;left:50px}.data{top:80px;right:50px}.systems{bottom:80px;left:50px}.networks{bottom:80px;right:50px}.technology{animation:5s ease-in-out infinite floatCard1}.data{animation:5s ease-in-out infinite floatCard2}.systems{animation:5s ease-in-out infinite floatCard3}.networks{animation:5s ease-in-out infinite floatCard4}@keyframes floatCard1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatCard2{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes floatCard3{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}@keyframes floatCard4{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.info-card:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#32ba462e,#feb1002e);border-radius:22px;transition:all .35s;position:absolute;inset:-1px}.info-card:hover:before{opacity:1}.problem-section{background:radial-gradient(circle at 15% 20%,#32ba461a,#0000 32%),radial-gradient(circle at 85% 15%,#feb1001a,#0000 32%),radial-gradient(circle at 50% 90%,#5fd16f14,#0000 40%),linear-gradient(#fff 0%,#fcfff9 45%,#fffdf8 100%);padding:60px 0;position:relative;overflow:hidden}.problem-section:before{content:"";background:linear-gradient(135deg,#32ba4614,#5fd16f0a);border-radius:0 0 50% 50%;width:120%;height:320px;position:absolute;top:-180px;left:-10%;transform:rotate(-3deg)}.problem-section:after{content:"";background:linear-gradient(135deg,#feb10014,#ffc73a0d);border-radius:50% 50% 0 0;width:130%;height:340px;position:absolute;bottom:-220px;left:-15%;transform:rotate(2deg)}.blob{filter:blur(90px);z-index:0;border-radius:50%;animation:10s ease-in-out infinite blobFloat;position:absolute}.blob.one{background:#32ba462e;width:220px;height:220px;top:60px;left:-70px}.blob.two{background:#feb10029;width:280px;height:280px;animation-delay:2s;bottom:60px;right:-80px}.blob.three{background:#5fd16f26;width:180px;height:180px;animation-delay:4s;top:45%;right:25%}.problem-wrapper{z-index:5;justify-content:space-between;align-items:center;gap:70px;display:flex;position:relative}.problem-image{flex:0 0 46%;position:relative}.image-card{background:#fff;border-radius:30px;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000014}.image-card img{width:100%;transition:all .45s;display:block}.image-card:hover img{transform:scale(1.03)}.floating-card{-webkit-backdrop-filter:blur(14px);background:#fffffff5;border-radius:16px;align-items:center;gap:14px;width:210px;padding:15px;transition:all .35s;display:flex;position:absolute;box-shadow:0 20px 45px #0000001a}.floating-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px #00000026}.floating-card .iconnew{border-radius:12px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;font-size:20px;display:flex}.floating-card h5{color:#1f2937;margin:0;font-size:13px;font-weight:600;line-height:1.45}.sales{top:25px;left:25px}.inventory{top:25px;right:25px}.customers{bottom:25px;left:25px}.analytics{bottom:25px;right:25px}.problem-content{flex:0 0 46%}.section-tag{color:var(--primary);letter-spacing:1.8px;background:#32ba4614;border-radius:40px;align-items:center;margin-bottom:22px;padding:10px 22px;font-size:13px;font-weight:700;display:inline-flex}.problem-content h2{color:#101828;margin-bottom:22px;font-size:54px;font-weight:800;line-height:1.12}.problem-content h2 span{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.problem-content p{color:#667085;max-width:600px;margin-bottom:35px;font-size:17px;line-height:1.8}.primary-btn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:14px;align-items:center;gap:12px;padding:16px 30px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;box-shadow:0 20px 40px #32ba4638}.newsales-icon{color:#f59e0b;background:#feb1001f}.newinventory-icon{color:#7c3aed;background:#7c3aed1a}.newcustomer-icon{color:var(--primary);background:#32ba461f}.newanalytics-icon{color:#2563eb;background:#2563eb1a}.iconnew,.iconnew i{transition:all .35s}.floating-card:hover .iconnew{transform:rotate(-8deg)}.floating-card:hover .iconnew i{transform:scale(1.15)}.sales{animation:6s ease-in-out infinite floatTopLeft}.inventory{animation:6.5s ease-in-out infinite floatTopRight}.customers{animation:5.5s ease-in-out infinite floatBottomLeft}.analytics{animation:6s ease-in-out infinite floatBottomRight}@keyframes floatTopLeft{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatTopRight{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes floatBottomLeft{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes floatBottomRight{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes blobFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-18px)scale(1.05)}}.problem-image{animation:.8s both fadeLeft}.problem-content{animation:.8s both fadeRight}@keyframes fadeLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.image-card:after{content:"";pointer-events:none;border-radius:30px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff40}@media screen and (width>=768px) and (width<=1199px){.problem-section{padding:40px 0!important}.problem-wrapper{align-items:center!important;gap:40px!important}.problem-image,.problem-content{flex:0 0 48%!important}.problem-content h2{font-size:42px!important;line-height:1.2!important}.problem-content p{font-size:16px!important;line-height:30px!important}.floating-card{width:180px!important;padding:12px!important}.floating-card h5{font-size:12px!important}.sales{top:15px!important;left:15px!important}.inventory{top:15px!important;right:15px!important}.customers{bottom:15px!important;left:15px!important}.analytics{bottom:15px!important;right:15px!important}}@media screen and (width>=480px) and (width<=767px){.problem-section{padding:30px 0!important}.problem-wrapper{flex-direction:column-reverse!important;gap:35px!important;display:flex!important}.problem-content{order:2!important;width:100%!important}.problem-image{order:1!important;width:100%!important;max-width:520px!important}.problem-content h2{font-size:38px!important}.problem-content p{font-size:15px!important;line-height:28px!important}.image-card{border-radius:24px!important}.floating-card{width:180px!important;padding:12px!important}.floating-card .iconnew{width:40px!important;min-width:40px!important;height:40px!important;font-size:18px!important}.floating-card h5{font-size:12px!important;line-height:1.35!important}.sales{top:15px!important;left:15px!important}.inventory{top:15px!important;right:15px!important}.customers{bottom:15px!important;left:15px!important}.analytics{bottom:15px!important;right:15px!important}}@media screen and (width<=479px){.problem-section{padding:20px 0!important}.problem-wrapper{flex-direction:column-reverse!important;gap:25px!important;display:flex!important}.problem-image{order:1!important;width:100%!important}.problem-content{order:2!important;width:100%!important}.problem-content p{margin-bottom:0!important}.section-tag{padding:8px 14px!important;font-size:11px!important}.problem-content h2{margin-bottom:12px!important;font-size:30px!important;line-height:1.2!important}.problem-content p{font-size:14px!important;line-height:24px!important}.image-card{border-radius:20px!important;overflow:hidden!important}.floating-card{border-radius:14px!important;gap:8px!important;width:135px!important;padding:10px!important}.floating-card .iconnew{width:30px!important;min-width:30px!important;height:30px!important;font-size:14px!important}.floating-card h5{font-size:9px!important;line-height:1.25!important}.sales{top:10px!important;left:10px!important}.inventory{top:10px!important;right:10px!important}.customers{bottom:10px!important;left:10px!important}.analytics{bottom:10px!important;right:10px!important}.blob,.problem-section:before,.problem-section:after{display:none!important}}.retaildhar-section{background:radial-gradient(circle at 15% 20%,#32ba4614,#0000 35%),radial-gradient(circle at 85% 10%,#feb10014,#0000 35%),linear-gradient(#fff,#fcfff9);padding:40px 0 60px;position:relative;overflow:hidden}.bg-circle{filter:blur(90px);z-index:0;border-radius:50%;position:absolute}.bg-circle.one{background:#32ba461f;width:320px;height:320px;top:120px;left:-120px}.bg-circle.two{background:#feb1001a;width:420px;height:420px;top:40px;right:-140px}.retaildhar-wrapper{z-index:2;justify-content:space-between;align-items:center;gap:40px;margin-bottom:40px;display:flex;position:relative}.retaildhar-content{flex:0 0 42%}.retaildhar-image{flex:0 0 50%;justify-content:center;align-items:center;display:flex;position:relative}.title-row{align-items:center;gap:18px;margin-bottom:18px;display:flex}.level-badge{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#6b5cff,#7c3aed);border-radius:30px;padding:10px 18px;font-size:13px;font-weight:700}.brand img{width:150px}.retaildhar-content h2{color:#111827;margin-bottom:10px;font-size:36px;font-weight:800;line-height:1.05}.retaildhar-content h2 span{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.retaildhar-content h4{color:#667085;margin-bottom:10px;font-size:18px;font-weight:500}.retaildhar-content p{color:#475467;max-width:560px;font-size:13px;line-height:1.5}.hero-actions{margin-top:20px}.primary-btn{color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:10px;align-items:center;gap:12px;padding:14px 32px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;box-shadow:0 18px 40px #32ba4638}.primary-btn:hover{transform:translateY(-5px)}.primary-btn i{transition:all .35s}.primary-btn:hover i{transform:translate(5px)}.image-glow{filter:blur(25px);background:radial-gradient(circle,#32ba461f,#feb10014,#0000 72%);border-radius:50%;width:500px;height:500px;position:absolute}.laptop{z-index:2;width:100%;max-width:500px;position:relative}@keyframes laptopFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(45px)}to{opacity:1;transform:translateY(0)}}.feature-container{background:#fff;border:1px solid #edf1f5;border-radius:24px;grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden;box-shadow:0 24px 60px #11182714,0 8px 20px #1118270a}.retail-feature-item{text-align:center;cursor:pointer;background:#fff;border-bottom:1px solid #edf1f5;border-right:1px solid #edf1f5;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:10px;transition:all .35s;animation:.7s both fadeUp;display:flex;position:relative}.retail-feature-item:nth-child(5n){border-right:none}.retail-feature-item:nth-last-child(-n+5){border-bottom:none}.retail-feature-item:hover{z-index:2;background:#fcfffd;transform:translateY(-8px);box-shadow:0 18px 40px #32ba461f}.retail-feature-item:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));width:100%;height:4px;transition:all .35s;position:absolute;top:0;left:0;transform:scaleX(0)}.retail-feature-item:hover:before{transform:scaleX(1)}.feature-icon{border-radius:8px;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;font-size:22px;transition:all .35s;display:flex}.retail-feature-item:hover .feature-icon{transform:rotate(8deg)scale(1.08)}.feature-icon.purple{color:#7c3aed;background:#f3eeff}.feature-icon.orange{color:#f97316;background:#fff3e6}.feature-icon.green{color:#32ba46;background:#ecfdf3}.feature-icon.blue{color:#2563eb;background:#eef4ff}.feature-icon.yellow{color:#feb100;background:#fff9e8}.feature-icon.pink{color:#ec4899;background:#ffeaf3}.feature-icon.gold{color:#eab308;background:#fff7e2}.feature-icon.cyan{color:#06b6d4;background:#ecfeff}.retail-feature-item h5{color:#111827;font-size:14px;font-weight:600;line-height:1.05}.retail-feature-item p{color:#667085;font-size:10px;line-height:1.6}.retail-feature-item:nth-child(2){animation-delay:50ms}.retail-feature-item:nth-child(3){animation-delay:.1s}.retail-feature-item:nth-child(4){animation-delay:.15s}.retail-feature-item:nth-child(5){animation-delay:.2s}.retail-feature-item:nth-child(6){animation-delay:.25s}.retail-feature-item:nth-child(7){animation-delay:.3s}.retail-feature-item:nth-child(8){animation-delay:.35s}.retail-feature-item:nth-child(9){animation-delay:.4s}.retail-feature-item:nth-child(10){animation-delay:.45s}@media screen and (width<=1200px){.retaildhar-section{padding:50px 0!important}.retaildhar-wrapper{justify-content:space-between!important;align-items:center!important;gap:50px!important;margin-bottom:40px!important;display:flex!important}.retaildhar-content{flex:0 0 46%!important}.retaildhar-image{flex:0 0 50%!important;justify-content:flex-end!important;align-items:center!important;display:flex!important}.title-row{align-items:center!important;gap:16px!important;margin-bottom:18px!important;display:flex!important}.level-badge{border-radius:30px!important;padding:9px 18px!important;font-size:12px!important}.brand img{width:145px!important}.retaildhar-content h2{margin-bottom:12px!important;font-size:44px!important;line-height:1.1!important}.retaildhar-content h4{margin-bottom:12px!important;font-size:22px!important}.retaildhar-content p{max-width:100%!important;font-size:16px!important;line-height:1.8!important}.hero-actions{margin-top:26px!important}.primary-btn{border-radius:10px!important;padding:15px 34px!important;font-size:16px!important}.image-glow{width:430px!important;height:430px!important}.laptop{width:100%!important;max-width:500px!important}.feature-container{border-radius:22px!important;grid-template-columns:repeat(3,1fr)!important;display:grid!important}.retail-feature-item{border-bottom:1px solid #edf1f5!important;border-right:1px solid #edf1f5!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:150px!important;padding:24px 18px!important;display:flex!important}.retail-feature-item:nth-child(5n){border-right:1px solid #edf1f5!important}.retail-feature-item:nth-last-child(-n+5){border-bottom:1px solid #edf1f5!important}.retail-feature-item:nth-child(3n){border-right:none!important}.retail-feature-item:nth-last-child(-n+3){border-bottom:none!important}.feature-icon{border-radius:10px!important;width:48px!important;min-width:48px!important;height:48px!important;margin-bottom:10px!important;font-size:22px!important}.retail-feature-item h5{margin-bottom:6px!important;font-size:17px!important;line-height:1.35!important}.retail-feature-item p{font-size:13px!important;line-height:1.6!important}.bg-circle.one{width:260px!important;height:260px!important;top:100px!important;left:-80px!important}.bg-circle.two{width:320px!important;height:320px!important;top:40px!important;right:-100px!important}}@media screen and (width<=991px){.retaildhar-section{padding:40px 0!important}.retaildhar-wrapper{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:35px!important;margin-bottom:35px!important;display:flex!important}.retaildhar-content,.retaildhar-image{flex:none!important;width:100%!important;max-width:100%!important}.title-row{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:14px!important;margin-bottom:18px!important;display:flex!important}.level-badge{border-radius:30px!important;padding:9px 18px!important;font-size:12px!important}.brand img{width:140px!important}.retaildhar-content h2{margin-bottom:12px!important;font-size:40px!important;line-height:1.15!important}.retaildhar-content h4{margin-bottom:12px!important;font-size:21px!important}.retaildhar-content p{max-width:680px!important;margin:0 auto!important;font-size:15px!important;line-height:1.8!important}.hero-actions{justify-content:center!important;margin-top:22px!important;display:flex!important}.primary-btn{border-radius:10px!important;padding:15px 34px!important;font-size:15px!important}.retaildhar-image{order:2!important;justify-content:center!important;align-items:center!important;display:flex!important}.image-glow{width:340px!important;height:340px!important}.laptop{width:100%!important;max-width:470px!important}.feature-container{border-radius:8px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;margin-top:10px!important;display:grid!important;overflow:hidden!important}.retail-feature-item{text-align:center!important;border-bottom:1px solid #edf1f5!important;border-right:1px solid #edf1f5!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:165px!important;padding:22px 18px!important;display:flex!important}.retail-feature-item:nth-child(3n){border-right:1px solid #edf1f5!important}.retail-feature-item:nth-last-child(-n+3){border-bottom:1px solid #edf1f5!important}.retail-feature-item:nth-child(2n){border-right:none!important}.retail-feature-item:nth-last-child(-n+2){border-bottom:none!important}.retail-feature-item:last-child{grid-column:auto!important;justify-self:stretch!important;width:100%!important}.feature-icon{border-radius:10px!important;width:50px!important;min-width:50px!important;height:50px!important;margin-bottom:14px!important;font-size:22px!important}.retail-feature-item h5{margin-bottom:8px!important;font-size:16px!important;line-height:1.35!important}.retail-feature-item p{margin:0!important;font-size:13px!important;line-height:1.6!important}.bg-circle.one{width:220px!important;height:220px!important;top:70px!important;left:-60px!important}.bg-circle.two{width:260px!important;height:260px!important;top:20px!important;right:-70px!important}}@media screen and (width<=479px){.retaildhar-section{padding:24px 0 35px!important;overflow:hidden!important}.retaildhar-wrapper{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:28px!important;margin-bottom:28px!important;display:flex!important}.retaildhar-content,.retaildhar-image{flex:none!important;width:100%!important;max-width:100%!important}.title-row{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:10px!important;margin-bottom:15px!important;display:flex!important}.level-badge{border-radius:30px!important;padding:8px 15px!important;font-size:10px!important}.brand img{width:120px!important}.retaildhar-content h2{margin-bottom:10px!important;font-size:32px!important;line-height:1.18!important}.retaildhar-content h4{margin-bottom:10px!important;font-size:18px!important}.retaildhar-content p{max-width:100%!important;margin:0 auto!important;font-size:14px!important;line-height:1.7!important}.hero-actions{justify-content:center!important;width:100%!important;margin-top:22px!important;display:flex!important}.primary-btn{border-radius:12px!important;justify-content:center!important;width:100%!important;padding:14px 18px!important;font-size:15px!important}.retaildhar-image{justify-content:center!important;align-items:center!important;display:flex!important}.image-glow{filter:blur(35px)!important;width:240px!important;height:240px!important}.laptop{width:100%!important;max-width:300px!important}.feature-container{border-radius:8px!important;grid-template-columns:repeat(2,1fr)!important;margin-top:10px!important;display:grid!important;overflow:hidden!important}.retail-feature-item{border-bottom:1px solid #edf1f5!important;border-right:1px solid #edf1f5!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:125px!important;padding:10px!important;display:flex!important}.retail-feature-item:nth-child(5n),.retail-feature-item:nth-child(3n){border-right:1px solid #edf1f5!important}.retail-feature-item:nth-last-child(-n+5),.retail-feature-item:nth-last-child(-n+3){border-bottom:1px solid #edf1f5!important}.retail-feature-item:nth-child(2n){border-right:none!important}.retail-feature-item:nth-last-child(-n+2){border-bottom:none!important}.retail-feature-item:last-child{grid-column:auto!important}.feature-icon{border-radius:10px!important;width:44px!important;min-width:44px!important;height:44px!important;margin-bottom:5px!important;font-size:18px!important}.retail-feature-item h5{margin-bottom:6px!important;font-size:12px!important;line-height:1.2!important}.retail-feature-item p{font-size:10px!important;line-height:1.2!important}.bg-circle.one{filter:blur(60px)!important;width:140px!important;height:140px!important;top:70px!important;left:-55px!important}.bg-circle.two{filter:blur(60px)!important;width:170px!important;height:170px!important;top:0!important;right:-55px!important}}.business-section{background:radial-gradient(circle at 0 0,#32ba460f,#0000 35%),radial-gradient(circle at 100% 100%,#feb1000f,#0000 35%),linear-gradient(#fff,#fbfbfb);padding:25px 0;position:relative;overflow:hidden}.business-section:before{content:"";background:linear-gradient(#32ba460d,#32ba4604);border-radius:0 0 55% 55%;width:120%;height:260px;position:absolute;top:-120px;left:-10%;transform:rotate(-2deg)}.business-section:after{content:"";background:linear-gradient(#feb1000d,#feb10004);border-radius:55% 55% 0 0;width:130%;height:260px;position:absolute;bottom:-140px;left:-15%;transform:rotate(2deg)}.wave-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.wave{border:1px solid #32ba460f;border-radius:50%;animation:18s ease-in-out infinite waveFloat;position:absolute}.wave-1{background:linear-gradient(#32ba460a,#0000 70%);width:1200px;height:320px;top:-180px;left:-260px;transform:rotate(-8deg)}.wave-2{background:linear-gradient(#feb1000a,#0000 75%);border-color:#feb10014;width:1100px;height:260px;top:170px;right:-250px;transform:rotate(8deg)}.wave-3{background:linear-gradient(#5fd16f08,#0000 70%);width:1400px;height:360px;bottom:-220px;left:-300px;transform:rotate(-5deg)}.wave-4{opacity:.45;border-style:dashed;border-color:#32ba4614;width:900px;height:240px;top:42%;left:20%}.bg-glow.two{filter:blur(80px);background:#feb1001a;border-radius:50%;width:420px;height:420px;position:absolute;top:0;right:-120px}.Busines-section-tag{color:#6a5cff;letter-spacing:1px;background:#f3eeff;border-radius:40px;align-items:center;gap:10px;margin-bottom:10px;padding:10px 22px;font-size:13px;font-weight:700;display:inline-flex}.business-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;max-width:900px;margin:0 auto;display:flex;position:relative}.business-content h2{color:#101828;margin:0;font-size:46px;font-weight:800;line-height:1.08}.business-content h2 span{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.business-content p{color:#667085;max-width:760px;margin:0;font-size:16px;line-height:1.2}.business-content strong{color:var(--primary)}.business-content{animation:.8s both fadeLeft}@keyframes fadeGrid{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeTop{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes waveFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.business-grid{z-index:2;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;width:100%;margin-top:25px;animation:.8s .2s both fadeGrid;display:grid;position:relative}.business-cardNew{cursor:pointer;background:#fff;border:1px solid #0f172a0f;border-radius:8px;flex-direction:column;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 22px #0f172a14}.business-cardNew:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0f172a24}.card-image{width:100%;height:150px;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.business-cardNew:hover .card-image img{transform:scale(1.08)}.card-image:after{content:"";background:linear-gradient(#0000,#00000026);position:absolute;inset:0}.card-content{align-items:center;gap:10px;padding:7px;display:flex;position:relative;overflow:hidden}.card-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:16px;transition:all .35s;display:flex}.business-cardNew:hover .card-icon{transform:scale(1.08)rotate(8deg)}.divider{height:30px;display:flex}.card-text{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:6px;min-width:0;display:flex}.card-text h3{color:#101828;font-size:11px;font-weight:600;line-height:1.1}.card-text p{color:#667085;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:9px;line-height:1.055;display:-webkit-box;overflow:hidden}.business-cardNew:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));transform-origin:0;width:100%;height:4px;transition:all .35s;position:absolute;top:0;left:0;transform:scaleX(0)}.business-cardNew:hover:before{transform:scaleX(1)}.business-cardNew:after{content:"";opacity:0;filter:blur(18px);background:radial-gradient(circle,#32ba462e,#feb1001a,#0000 70%);border-radius:50%;width:180px;height:180px;transition:all .35s;position:absolute;top:-90px;right:-90px}.business-cardNew:hover:after{opacity:1}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.card-icon.green{color:#22c55e;background:#ecfdf3}.card-icon.blue{color:#2563eb;background:#eef5ff}.card-icon.orange{color:#f97316;background:#fff4e8}.card-icon.purple{color:#7c3aed;background:#f3eeff}.card-icon.pink{color:#ec4899;background:#ffeaf3}.card-icon.cyan{color:#06b6d4;background:#ecfeff}.card-icon.yellow{color:#f59e0b;background:#fff8e7}.card-icon.brown{color:#92400e;background:#fff5eb}.card-icon.sky{color:#0284c7;background:#eef9ff}.card-icon.violet{color:#9333ea;background:#f4eeff}.card-icon{position:relative;overflow:visible}.card-icon:after{content:"";background:inherit;filter:blur(14px);opacity:0;z-index:-1;border-radius:50%;transition:all .35s;position:absolute;inset:-6px}.business-cardNew:hover .card-icon:after{opacity:.55}.card-content:before{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);width:70%;height:100%;transition:all .9s;position:absolute;top:0;left:-150%}.business-cardNew:hover .card-content:before{left:150%}.business-cardNew:hover .card-text h3{color:var(--primary)}.business-cardNew:hover .card-text p{color:#475467}.card-image img{transition:transform .6s,filter .6s}.business-cardNew:hover .card-image img{filter:saturate(1.08)contrast(1.05)brightness(1.03);transform:scale(1.08)}.business-cardNew:hover{box-shadow:0 20px 40px #0f172a1f,0 0 0 1px #32ba4614}.business-cardNew:nth-child(odd){animation:.7s both fadeUp,5s ease-in-out infinite floatCard}.business-cardNew:nth-child(2n){animation:.7s both fadeUp,6s ease-in-out infinite floatCard2}.business-cardNew,.card-image,.card-image img,.card-content,.card-icon,.card-text h3,.card-text p{transition:all .35s}.mobile-card-content h3,.mobile-card-text{display:none}.business-slider{width:100%;margin-top:50px;position:relative;overflow:hidden}.business-track{will-change:transform;transition:transform .7s;display:flex}.business-page{background-color:#f0f0f0;border-radius:14px;flex:0 0 100%;grid-template-columns:repeat(4,1fr);align-items:stretch;gap:15px;min-width:100%;padding:15px;display:grid}.business-page .business-cardNew{width:100%;height:100%}.slider-dots{justify-content:center;align-items:center;gap:12px;height:34px;margin-top:0;display:flex}.slider-dot{cursor:pointer;background:#1018282e;border:none;border-radius:50%;outline:none;width:12px;height:12px;transition:all .35s}.slider-dot:hover{background:#32ba4673;transform:scale(1.15)}.slider-dot.active{background:linear-gradient(90deg, var(--primary), var(--secondary));border-radius:999px;width:42px;box-shadow:0 6px 18px #32ba4659}.desktop-slider{display:block}.mobile-slider{display:none}.slider-controls{justify-content:center;align-items:center;gap:16px;margin-top:35px;display:flex}.slider-pause-btn{color:#32ba46;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex}.slider-pause-btn:hover{color:#fff;background:#32ba46;transform:scale(1.08)}.slider-pause-btn i{font-size:13px}.more-business-section{flex-direction:column;gap:10px;margin-top:10px;display:flex}.more-business-heading{text-align:center;max-width:760px;margin:0 auto}.more-business-heading h2{color:#101828;margin:10px;font-size:32px;font-weight:700;line-height:1.1}.more-business-heading h2 span{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.more-business-heading p{color:#667085;max-width:600px;margin:auto;font-size:16px;line-height:1.4}.more-business-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.more-business-card{background:#fff;border:1px solid #1018280f;border-radius:10px;align-items:flex-start;gap:10px;padding:14px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #10182814}.more-business-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));transform-origin:0;width:100%;height:4px;transition:all .35s;position:absolute;top:0;left:0;transform:scaleX(0)}.more-business-card:hover:before{transform:scaleX(1)}.more-business-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #1018281f}.more-icon{width:50px;min-width:50px;height:50px;color:var(--primary);background:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.more-content{flex:1}.more-content h3{color:#101828;margin-bottom:5px;font-size:18px;font-weight:700}.more-content p{color:#667085;font-size:12px;line-height:1.2}.more-business-banner{background:#fff;border:1px solid #1018280f;border-radius:16px;justify-content:space-between;align-items:center;gap:30px;margin-top:10px;padding:15px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #10182814}.more-business-banner:before{content:"";filter:blur(20px);background:#32ba4614;border-radius:50%;width:300px;height:300px;position:absolute;top:-120px;left:-120px}.banner-left{z-index:2;align-items:center;gap:24px;display:flex}.banner-icon{width:90px;height:90px;color:var(--primary);background:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;font-size:36px;display:flex}.banner-text span{letter-spacing:1px;color:var(--primary);text-transform:uppercase;font-size:13px;font-weight:700}.banner-text h3{color:#101828;margin:5px 0;font-size:26px}.banner-text p{color:#667085;font-size:14px}.banner-right{z-index:2}.banner-btn{background:linear-gradient(90deg, var(--primary), var(--secondary));color:#fff;border-radius:999px;align-items:center;gap:12px;padding:10px 20px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex}.banner-btn:hover{transform:translateY(-3px);box-shadow:0 14px 30px #32ba4659}.more-business-card,.more-business-banner,.banner-btn,.more-icon,.banner-icon{transition:all .35s}.more-business-card:after{content:"";opacity:0;filter:blur(8px);background:radial-gradient(circle,#32ba461f,#feb10014,#0000 70%);border-radius:50%;width:220px;height:220px;transition:all .4s;position:absolute;top:-120px;right:-120px}.more-business-card:hover:after{opacity:1}.more-business-card:hover .more-icon{transform:translateY(-4px)rotate(8deg)scale(1.08)}.more-business-card:hover .more-content h3{color:var(--primary)}.more-business-card:hover .more-content p{color:#475467}.banner-icon{position:relative;overflow:hidden}.banner-icon:before{content:"";border:2px dashed #32ba4640;border-radius:50%;animation:18s linear infinite bannerSpin;position:absolute;inset:-12px}@keyframes bannerSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.more-business-banner{background:linear-gradient(#fff,#fbfffc)}.more-business-banner:after{content:"";background:radial-gradient(circle,#feb1001f,#0000 72%);border-radius:50%;width:260px;height:260px;position:absolute;bottom:-90px;right:-80px}.banner-btn{position:relative;overflow:hidden}.banner-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:60%;height:100%;transition:all .8s;position:absolute;top:0;left:-120%}.banner-btn:hover:before{left:140%}.banner-btn:hover{transform:translateY(-4px)}.banner-btn i{transition:all .35s}.banner-btn:hover i{transform:translate(5px)}@keyframes floatOne{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatTwo{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes floatThree{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.more-business-heading{animation:.8s both fadeMoreHeading}.more-business-grid{animation:.9s .2s both fadeMoreCards}.more-business-banner{animation:.9s .35s both fadeMoreBanner}@keyframes fadeMoreHeading{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeMoreCards{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeMoreBanner{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media screen and (width>=768px) and (width<=1199px){.slider-dots{gap:10px}.slider-dot{width:11px;height:11px}.slider-dot.active{width:36px}.business-page{grid-template-columns:repeat(4,1fr);gap:22px}.business-section{padding:70px 0!important}.business-section .container{width:min(100%,1100px)!important;padding:0 28px!important}.business-content{text-align:center!important;max-width:900px!important;margin:0 auto 50px!important}.business-content h2{margin:22px 0 18px!important;font-size:58px!important;line-height:1.08!important}.business-content p{max-width:760px!important;margin:0 auto!important;font-size:21px!important;line-height:1.7!important}.business-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:22px!important;display:grid!important}.business-cardNew{border-radius:18px!important;flex-direction:column!important;height:100%!important;display:flex!important;overflow:hidden!important}.card-image{height:170px!important;overflow:hidden!important}.card-image img{object-fit:cover!important;width:100%!important;height:100%!important;transition:all .45s!important}.card-content{flex:1!important;align-items:flex-start!important;gap:12px!important;padding:14px!important;display:flex!important}.card-icon{width:48px!important;min-width:48px!important;height:48px!important}.card-icon i{font-size:20px!important}.divider{height:50px!important}.card-text{flex:1!important}.card-text h3{margin-bottom:6px!important;font-size:18px!important;line-height:1.3!important}.card-text p{font-size:14px!important;line-height:1.55!important}.business-cardNew{transition:all .35s!important;position:relative!important}.business-cardNew:hover{transform:translateY(-8px)!important}.card-content{min-height:110px!important}.card-text{flex-direction:column!important;justify-content:flex-start!important;display:flex!important}.card-text h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.card-text p{-webkit-line-clamp:2!important;color:#6b7280!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.card-icon{border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;display:flex!important}.divider{background:#ececec!important;flex-shrink:0!important;width:1px!important}.card-image{position:relative!important}.card-image img{transition:transform .45s!important}.business-cardNew:hover .card-image img{transform:scale(1.06)!important}.business-grid{align-items:stretch!important}.business-grid>*{height:100%!important}.business-content{padding:0 20px!important}.business-content h2 span{display:inline!important}.business-content p strong{white-space:nowrap!important}.wave-bg{overflow:hidden!important}.wave{opacity:.55!important}.business-cardNew,.card-image img,.card-icon{transition:all .35s!important}.business-cardNew:hover .card-icon{transform:scale(1.08)!important}.more-business-section{gap:35px;margin-top:70px}.more-business-heading{max-width:760px}.more-business-heading h2{font-size:42px}.more-business-heading p{font-size:17px;line-height:1.7}.more-business-grid{grid-template-columns:repeat(3,1fr);gap:18px}.more-business-card{text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:18px;padding:24px 20px}.more-icon{width:64px;min-width:64px;height:64px;font-size:24px}.more-content h3{margin-bottom:10px;font-size:20px}.more-content p{font-size:14px;line-height:1.65}.more-business-banner{border-radius:18px;gap:20px;padding:24px}.banner-left{gap:18px}.banner-icon{width:74px;height:74px;font-size:30px}.banner-text h3{font-size:28px}.banner-text p{font-size:15px}.banner-btn{padding:14px 28px;font-size:14px}}@media screen and (width>=480px) and (width<=767px){.business-page{grid-template-columns:repeat(2,1fr);gap:14px}.business-section{padding:60px 0!important}.business-section .container{width:100%!important;padding:0 18px!important}.business-content{text-align:center!important;max-width:100%!important;margin:0!important}.business-content h2{margin:18px 0 14px!important;font-size:42px!important;line-height:1.15!important}.business-content p{max-width:620px!important;margin:0 auto!important;font-size:17px!important;line-height:1.7!important}.business-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important;display:grid!important}.business-cardNew{border-radius:16px!important;flex-direction:column!important;height:100%!important;display:flex!important;overflow:hidden!important}.card-image{height:120px!important;overflow:hidden!important}.card-image img{object-fit:cover!important;width:100%!important;height:100%!important}.card-content{text-align:center!important;flex-direction:column!important;flex:1!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;padding:12px!important;display:flex!important}.card-icon{width:46px!important;min-width:46px!important;height:46px!important}.card-icon i{font-size:18px!important}.divider{width:40px!important;height:1px!important}.card-text{width:100%!important}.card-text h3{margin-bottom:6px!important;font-size:15px!important;line-height:1.35!important}.card-text p{font-size:12px!important;line-height:1.5!important}.more-business-section{gap:28px;margin-top:55px}.more-business-heading{width:100%}.more-business-heading h2{font-size:32px;line-height:1.2}.more-business-heading p{font-size:15px;line-height:1.6}.more-business-grid{grid-template-columns:1fr;gap:16px;display:grid}.more-business-card{border-radius:16px;flex-direction:row;align-items:flex-start;gap:16px;padding:18px}.more-icon{width:56px;min-width:56px;height:56px;font-size:20px}.more-content h3{margin-bottom:6px;font-size:18px}.more-content p{font-size:13px;line-height:1.55}.more-business-banner{text-align:left;border-radius:18px;flex-direction:column;align-items:flex-start;gap:20px;padding:22px}.banner-left{align-items:flex-start;gap:16px;width:100%}.banner-icon{width:62px;height:62px;font-size:24px}.banner-text span{font-size:11px}.banner-text h3{margin:6px 0;font-size:24px}.banner-text p{font-size:14px;line-height:1.6}.banner-right{width:100%}.banner-btn{justify-content:center;width:100%;padding:14px 20px;font-size:14px}}@media screen and (width<=479px){.slider-dots{gap:8px}.slider-dot{width:10px;height:10px}.slider-dot.active{width:28px}.business-page{background:0 0!important;grid-template-rows:repeat(3,auto)!important;grid-template-columns:repeat(2,1fr)!important;align-content:start!important;gap:10px!important;max-height:545px!important;padding:0!important;overflow:hidden!important}.business-page .business-cardNew:nth-child(n+7){display:none!important}.business-section{padding:10px 0!important}.business-section .container{width:100%!important;padding:0 18px!important}.business-content{text-align:center!important;max-width:100%!important;margin:0!important}.business-content h2{margin:0!important;font-size:32px!important;line-height:1.2!important}.business-content p{max-width:620px!important;margin:0 auto!important;font-size:14px!important;line-height:1.4!important}.business-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:10px!important;display:grid!important}.business-cardNew{border-radius:8px!important;flex-direction:column!important;height:100%!important;display:flex!important;overflow:hidden!important}.card-image{height:80px!important;overflow:hidden!important}.card-image img{object-fit:cover!important;width:100%!important;height:100%!important}.card-content{text-align:center!important;flex-direction:column!important;flex:1!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;padding:12px!important;display:flex!important}.card-icon{width:30px!important;min-width:30px!important;height:30px!important}.card-icon i{font-size:18px!important}.divider{display:none}.card-text{width:100%!important}.card-text h3{min-height:10px!important;margin-bottom:0!important;font-size:12px!important;line-height:1.05!important}.card-text p{min-height:10px!important;font-size:12px!important;line-height:1.2!important;display:flex!important}.business-cardNew{transition:all .35s!important;position:relative!important;box-shadow:0 8px 20px #00000014!important}.business-cardNew:hover{transform:translateY(-4px)!important}.card-text h3{display:none!important}.card-text{flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;display:flex!important}.mobile-card-content h3{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:20px!important;font-size:11px!important;font-weight:700!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.card-icon{border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;display:flex!important}.divider{background:#ececec!important;flex-shrink:0!important;width:26px!important;height:1px!important}.card-image{position:relative!important}.card-image img{transition:transform .35s!important}.business-cardNew:hover .card-image img{transform:scale(1.05)!important}.business-grid{align-items:stretch!important}.business-grid>*{height:100%!important}.business-content h2 span{display:inline!important}.business-content p strong{white-space:nowrap!important}.wave-bg{overflow:hidden!important}.wave{opacity:.25!important}.business-cardNew,.card-image img,.card-icon{transition:all .35s!important}.business-cardNew:hover .card-icon{transform:scale(1.08)!important}.mobile-card-content{align-items:center;gap:10px;display:flex!important}.mobile-card-text{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.desktop-slider{display:none}.mobile-slider{display:block}.more-business-section{gap:22px!important;margin-top:45px!important}.more-business-heading{text-align:center!important;width:100%!important;padding:0 4px!important}.more-business-heading h2{margin:12px 0!important;font-size:28px!important;line-height:1.15!important}.more-business-heading p{font-size:14px!important;line-height:1.6!important}.more-business-grid{grid-template-columns:1fr!important;gap:14px!important;display:grid!important}.more-business-card{border-radius:14px!important;align-items:flex-start!important;gap:14px!important;padding:16px!important;display:flex!important}.more-business-card:hover{transform:translateY(-4px)!important}.more-icon{width:50px!important;min-width:50px!important;height:50px!important;font-size:18px!important}.more-content{flex:1!important}.more-content h3{margin-bottom:5px!important;font-size:17px!important;line-height:1.3!important}.more-content p{margin:0!important;font-size:13px!important;line-height:1.55!important}.more-business-banner{text-align:left!important;border-radius:16px!important;flex-direction:column!important;align-items:flex-start!important;gap:18px!important;padding:18px!important}.banner-left{align-items:flex-start!important;gap:14px!important;width:100%!important;display:flex!important}.banner-icon{width:54px!important;min-width:54px!important;height:54px!important;font-size:22px!important}.banner-text{flex:1!important}.banner-text span{letter-spacing:.8px!important;font-size:10px!important}.banner-text h3{margin:5px 0!important;font-size:20px!important;line-height:1.25!important}.banner-text p{font-size:13px!important;line-height:1.5!important}.banner-right{width:100%!important}.banner-btn{border-radius:12px!important;justify-content:center!important;width:100%!important;padding:13px 18px!important;font-size:14px!important}.banner-btn i{font-size:13px!important}}.club-difference-section{background:radial-gradient(circle at 15% 20%,#32ba4614,#0000 35%),radial-gradient(circle at 85% 15%,#feb10014,#0000 35%),linear-gradient(#fff 0%,#fcfff9 100%);padding:25px 0;position:relative;overflow:hidden}.bg-glow{filter:blur(90px);z-index:0;border-radius:50%;position:absolute}.difference-header{z-index:2;text-align:center;max-width:980px;margin:0 auto 20px;position:relative}.section-tag{color:#6a5cff;letter-spacing:1px;background:#f3eeff;border-radius:40px;align-items:center;gap:10px;margin-bottom:10px;padding:10px 22px;font-size:13px;font-weight:700;display:inline-flex}.section-tag i{color:var(--secondary)}.difference-header h2{color:#101828;margin-bottom:15px;font-size:50px;font-weight:800;line-height:1.05}.difference-header h2 span{background:linear-gradient(90deg, #6a5cff, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.difference-header p{color:#667085;max-width:760px;margin:0 auto;font-size:16px;line-height:1.5}.difference-header strong{color:var(--primary)}.difference-wrapper{z-index:2;justify-content:space-between;align-items:center;gap:50px;display:flex;position:relative}.comparison-panel{border:1px solid #1118270f;border-radius:18px;flex:0 0 58%;grid-template-columns:1fr 1fr;align-items:start;gap:10px;display:grid;overflow:hidden;box-shadow:0 20px 55px #1118270f}.with{background-color:#fff;border:1px solid #1118270f;border-radius:18px;width:430px;box-shadow:0 20px 55px #1118270f}.compare-column{background:0 0}.column-title{color:#374151;letter-spacing:1px;background:#e5e7eb;border-radius:40px;width:max-content;margin:10px auto;padding:8px 26px;font-size:14px;font-weight:600}.column-title.active{background:linear-gradient(135deg, #6a5cff, var(--primary));color:#fff}.compare-row{align-items:flex-start;gap:10px;height:75px;padding:10px 21px;transition:all .35s;display:flex;position:relative}.compare-row:first-child:after{display:none}.compare-row:after{content:"";background:#e1e1e1;width:70%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.compare-row:first-of-type{border-top:none}.compare-icon{border-radius:12px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;font-size:20px;transition:all .35s;display:flex}.compare-row:hover .compare-icon{transform:rotate(8deg)scale(1.08)}.compare-icon.gray{color:#6b7280;background:#f4f4f5}.compare-icon.purple{color:#7c3aed;background:#f3eeff}.compare-icon.orange{color:#f97316;background:#fff2e7}.compare-icon.blue{color:#2563eb;background:#eef5ff}.compare-icon.pink{color:#ec4899;background:#ffeaf3}.compare-icon.green{color:#22c55e;background:#ecfdf3}.compare-text{flex:1}.compare-text h4{color:#111827;margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.2}.compare-text p{color:#667085;font-size:12px;line-height:1.1}.club-orbit{flex:0 0 38%;justify-content:center;align-items:center;height:480px;display:flex;position:relative}.ring-one{width:430px;height:430px}.ring-two{width:300px;height:300px;animation-duration:28s;animation-direction:reverse}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.club-center{z-index:20;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative;box-shadow:0 25px 80px #6a5cff33}.club-center:before{content:"";background:conic-gradient(var(--primary), var(--secondary), #7c3aed, #ec4899, var(--primary));filter:blur(18px);opacity:.45;z-index:-2;border-radius:50%;animation:8s linear infinite spinGlow;position:absolute;inset:-18px}.club-center:after{content:"";z-index:-1;background:#fff;border-radius:50%;position:absolute;inset:-6px}@keyframes spinGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.club-center img{z-index:3;width:170px}.club-orbit:before{content:"";background:#f97316;border-radius:50%;width:12px;height:12px;animation:2.5s infinite pulseDot;position:absolute;top:120px;left:90px}.club-orbit:after{content:"";background:#ec4899;border-radius:50%;width:12px;height:12px;animation:3s infinite pulseDot;position:absolute;top:180px;right:60px}@keyframes pulseDot{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.4)}}.orbit-card{backdrop-filter:blur(14px);z-index:30;background:#fffffff5;border:1px solid #fffc;border-radius:16px;align-items:center;gap:10px;width:180px;padding:12px;transition:all .35s;display:flex;position:absolute;box-shadow:0 18px 45px #00000014}.orbit-card i{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.orbit-card span{color:#101828;font-size:12px;font-weight:600;line-height:1.2}.top-left i{background:#f97316}.top-right i{background:#7c3aed}.middle-right i{background:#22c55e}.bottom-right i{background:#ec4899}.bottom-left i{background:#2563eb}.top-left{animation:6s ease-in-out infinite floatOne;top:2px;left:-20px}.top-right{animation:6s ease-in-out infinite floatTwo;top:60px;right:-20px}.bottom-right{animation:6s ease-in-out infinite floatFour;bottom:25px;right:-20px}.bottom-left{animation:6s ease-in-out infinite floatFive;bottom:54px;left:10px}@keyframes floatFour{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}@keyframes floatFive{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.orbit-card:before{content:"";z-index:-1;border:2px dashed #0000;border-top-color:#6a5cff2e;border-radius:50%;width:70px;height:70px;position:absolute}.top-left:before{bottom:-8px;right:-48px;transform:rotate(40deg)}.top-right:before{bottom:-8px;left:-48px;transform:rotate(-40deg)}.middle-right:before{top:10px;left:-52px;transform:rotate(-95deg)}.bottom-right:before{top:-6px;left:-46px;transform:rotate(210deg)}.bottom-left:before{top:-8px;right:-46px;transform:rotate(145deg)}.difference-footer{background:linear-gradient(135deg,#fcfcff,#fffdf9);border:1px solid #6a5cff14;border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-top:30px;padding:20px 15px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #1118270f}.difference-footer:before{content:"";background:radial-gradient(circle,#6a5cff1f,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;top:-120px;left:-120px}.footer-left{z-index:2;align-items:center;gap:22px;display:flex;position:relative}.footer-icon{background:linear-gradient(135deg, #6a5cff, var(--primary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex;box-shadow:0 18px 40px #6a5cff40}.footer-left h3{color:#111827;margin-bottom:5px;font-size:18px;font-weight:700}.footer-left h4{background:linear-gradient(90deg, #6a5cff, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:16px;font-weight:600}.footer-tags{z-index:2;flex-wrap:wrap;justify-content:center;gap:10px;display:flex;position:relative}.footer-tags span{color:#374151;background:#fff;border:1px solid #1118270f;border-radius:40px;padding:10px 15px;font-weight:600;transition:all .35s}.footer-tags span:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.join-btn{color:#fff;background:linear-gradient(135deg, #6a5cff, var(--primary), var(--secondary));z-index:2;border-radius:14px;align-items:center;gap:14px;padding:15px 20px;font-size:18px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;position:relative;box-shadow:0 20px 50px #6a5cff38}.join-btn:hover{transform:translateY(-5px)}.join-btn i{transition:all .35s}.join-btn:hover i{transform:translate(6px)}.difference-header{animation:.8s both fadeUp}.comparison-panel{animation:.9s .2s both fadeLeft}.club-orbit{animation:.9s .25s both fadeRight}.difference-footer{animation:.9s .4s both fadeUp}@media screen and (width>=868px) and (width<=1024px){.club-difference-section{padding:70px 25px!important}.difference-wrapper{flex-direction:row!important;align-items:flex-start!important;gap:24px!important;display:flex!important}.comparison-panel{scrollbar-width:none!important;flex-direction:row!important;flex:1!important;gap:12px!important;padding:14px!important;display:flex!important;overflow:auto hidden!important}.comparison-panel::-webkit-scrollbar{display:none!important}.compare-column.without{flex:0 0 190px!important;min-width:190px!important}.compare-column.with{flex:0 0 300px!important;min-width:300px!important}.column-title{font-size:12px!important}.compare-row{min-height:70px!important;padding:10px!important}.compare-icon{width:38px!important;min-width:38px!important;height:38px!important;font-size:15px!important}.compare-text h4{font-size:12px!important}.compare-text p{font-size:10px!important}.club-orbit{flex:0 0 320px!important;width:320px!important;height:360px!important}.ring-one{width:280px!important;height:280px!important}.ring-two{width:200px!important;height:200px!important}.club-center{width:120px!important;height:120px!important}.club-center img{width:95px!important}.orbit-card{width:105px!important;padding:8px!important}.orbit-card i{width:30px!important;height:30px!important;font-size:12px!important}.orbit-card span{font-size:9px!important}}@media screen and (width>=480px) and (width<=867px){.club-difference-section{padding:55px 18px!important}.difference-wrapper{flex-direction:row!important;align-items:flex-start!important;gap:18px!important;display:flex!important}.comparison-panel{scrollbar-width:none!important;-ms-overflow-style:none!important;flex-direction:row!important;flex:1!important;align-items:flex-start!important;gap:8px!important;padding:10px!important;display:flex!important;overflow:auto hidden!important}.comparison-panel::-webkit-scrollbar{display:none!important}.compare-column.without{flex:0 0 145px!important;min-width:145px!important;max-width:145px!important}.compare-column.with{flex:0 0 250px!important;min-width:250px!important;max-width:250px!important}.column-title{padding:6px 12px!important;font-size:10px!important}.compare-row{gap:8px!important;height:auto!important;min-height:58px!important;padding:8px!important}.compare-icon{width:30px!important;min-width:30px!important;height:30px!important;font-size:12px!important}.compare-text h4{font-size:10px!important;line-height:1.35!important}.compare-text p{font-size:8px!important}.club-orbit{flex:0 0 250px!important;width:250px!important;height:280px!important}.ring-one{width:220px!important;height:220px!important}.ring-two{width:160px!important;height:160px!important}.club-center{width:95px!important;height:95px!important}.club-center img{width:75px!important}.orbit-card{gap:5px!important;width:82px!important;padding:6px!important}.orbit-card i{width:24px!important;height:24px!important;font-size:10px!important}.orbit-card span{font-size:8px!important}.top-left{top:5px!important;left:0!important}.top-right{top:25px!important;right:0!important}.bottom-left{bottom:10px!important;left:0!important}.bottom-right{bottom:0!important;right:0!important}}@media screen and (width<=479px){.club-difference-section{padding:45px 0!important;overflow:hidden!important}.difference-header{text-align:center!important;width:100%!important;margin-bottom:25px!important}.section-tag{letter-spacing:.5px!important;gap:6px!important;margin-bottom:14px!important;padding:8px 14px!important;font-size:10px!important}.section-tag i{font-size:11px!important}.difference-header h2{margin-bottom:12px!important;font-size:30px!important;line-height:1.2!important}.difference-header p{max-width:100%!important;font-size:14px!important;line-height:1.8!important}.difference-wrapper{flex-direction:column!important;align-items:center!important;gap:30px!important;height:800px!important;display:flex!important}.comparison-panel{scrollbar-width:none!important;-ms-overflow-style:none!important;border-radius:18px!important;flex-direction:row!important;align-items:flex-start!important;gap:8px!important;width:100%!important;padding:10px!important;display:flex!important;overflow:auto hidden!important}.comparison-panel::-webkit-scrollbar{display:none!important}.compare-column{flex:0 0 170px!important;width:170px!important;min-width:170px!important;max-width:170px!important}.compare-column.without{flex:0 0 140px!important;min-width:140px!important;max-width:140px!important}.compare-column.with{flex:0 0 200px!important;width:200px!important;min-width:200px!important;max-width:200px!important}.column-title{margin:10px auto 8px!important;padding:5px 10px!important;font-size:9px!important;display:table!important}.compare-row{border-radius:10px!important;align-items:center!important;gap:8px!important;margin-bottom:8px!important;padding:5px!important;display:flex!important}.compare-icon{border-radius:8px!important;width:30px!important;min-width:30px!important;height:30px!important;font-size:12px!important}.compare-text h4{margin-bottom:2px!important;font-size:9px!important;line-height:1.35!important}.compare-text p{font-size:8px!important;line-height:1.4!important}.club-orbit{width:100%!important;height:700px!important;margin-top:5px!important;position:relative!important}.ring-one{width:240px!important;height:240px!important}.ring-two{width:170px!important;height:170px!important}.club-center{width:115px!important;height:115px!important}.club-center img{width:90px!important}.orbit-card{border-radius:12px!important;gap:6px!important;width:95px!important;padding:10px 6px!important}.orbit-card i{width:28px!important;height:28px!important;font-size:12px!important}.orbit-card span{text-align:center!important;font-size:9px!important;line-height:1.3!important}.top-left{top:5px!important;left:0!important}.top-right{top:25px!important;right:0!important}.bottom-left{bottom:15px!important;left:0!important}.bottom-right{bottom:5px!important;right:0!important}.difference-footer{text-align:center!important;border-radius:18px!important;flex-direction:column!important;align-items:center!important;gap:18px!important;padding:18px!important;display:flex!important}.footer-left{flex-direction:column!important;align-items:center!important;gap:12px!important;display:flex!important}.footer-icon{width:52px!important;height:52px!important;font-size:20px!important}.footer-left h3{margin-bottom:4px!important;font-size:20px!important}.footer-left h4{font-size:15px!important}.footer-tags{flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;width:100%!important;display:flex!important}.footer-tags span{border-radius:30px!important;padding:8px 12px!important;font-size:11px!important}.join-btn{border-radius:14px!important;justify-content:center!important;width:100%!important;padding:15px!important;font-size:15px!important}.join-btn i{font-size:14px!important}}.vision-section{background:linear-gradient(#fff 0%,#fcfffd 45%,#fffdf8 100%);padding:50px 0;position:relative;overflow:hidden}.vision-bg{filter:blur(120px);opacity:.45;pointer-events:none;border-radius:50%;position:absolute}.glow-one{background:#32ba4629;width:520px;height:520px;top:60px;left:-180px}.glow-two{background:#feb1002e;width:520px;height:520px;top:20px;right:-180px}.vision-section .container{z-index:2;width:min(1380px,92%);margin:auto;position:relative}.vision-top{justify-content:space-between;align-items:center;gap:90px;margin-bottom:50px;display:flex}.vision-content{flex:0 0 46%}.section-tag{letter-spacing:.12em;color:#6d5df6;text-transform:uppercase;background:#fff;border:1px solid #6c5cff14;border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:10px 22px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 10px 30px #0000000d}.section-tag i{color:#6d5df6;font-size:14px}.vision-content h2{color:#0f172a;letter-spacing:-2px;margin-bottom:15px;font-size:50px;font-weight:800;line-height:1.08}.vision-content h2 span{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.vision-content p{color:#667085;width:90%;font-size:16px;line-height:1.9}.vision-orbit{flex:0 0 48%;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.vision-orbit:before{content:"";filter:blur(6px);background:radial-gradient(circle,#fffffff5 0%,#ebffefbf 45%,#fff8e68c 75%,#0000 100%);border-radius:50%;width:500px;height:500px;position:absolute}.vision-orbit:after{content:"";border:1px solid #ffffffa6;border-radius:50%;width:420px;height:420px;position:absolute;box-shadow:inset 0 0 50px #ffffff8c}.belief-section{box-shadow:1;background:#fff;border:1px solid #6c5cff14;border-radius:25px;flex-direction:column;margin-top:20px;padding:15px;display:flex;box-shadow:0 10px 30px #0000000d}.belief-section h3{text-align:center;color:#111827;margin-bottom:25px;font-size:30px;font-weight:800}.belief-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.vision-cta{margin-top:10px}.orbit-ring{border:2px solid #ffffff8c;border-radius:50%;animation:40s linear infinite orbitRotate;position:absolute}.ring-one{width:520px;height:520px;box-shadow:inset 0 0 0 1px #fff6}.ring-two{opacity:.7;width:360px;height:360px;animation-duration:28s;animation-direction:reverse}.vision-center{z-index:50;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;transition:all .45s;display:flex;position:relative;box-shadow:0 35px 80px #6d5df626,0 12px 30px #ff7a1814}.vision-center:hover{transform:scale(1.02)}.vision-center:before{content:"";filter:blur(28px);opacity:.3;z-index:-2;background:conic-gradient(#6d5df6,#c84ec7,#ff7a18,#feb100,#32ba46,#6d5df6);border-radius:50%;animation:10s linear infinite spinGlow;position:absolute;inset:-22px}.vision-center:after{content:"";z-index:-1;background:#fff;border-radius:50%;position:absolute;inset:-8px}.vision-center img{object-fit:contain;width:150px}.orbit-card{backdrop-filter:blur(18px);z-index:30;background:#fffffff5;border:1px solid #ffffffb3;border-radius:28px;flex-direction:column;align-items:center;gap:10px;width:145px;padding:20px;transition:all .4s;display:flex;position:absolute;box-shadow:0 20px 45px #00000014}.orbit-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px #6d5df626}.orbit-card h4{text-align:center;color:#101828;font-size:16px;font-weight:600;line-height:1.25}.icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:45px;height:45px;font-size:24px;display:flex;box-shadow:0 12px 30px #00000014}.icon.purple{background:linear-gradient(135deg,#6d5df6,#845ef7)}.icon.orange{background:linear-gradient(135deg,#ff8a00,#feb100)}.icon.green{background:linear-gradient(135deg,#22c55e,#32ba46)}.icon.pink{background:linear-gradient(135deg,#ec4899,#f43f5e)}.top{animation:6s ease-in-out infinite floatTop;top:-10px;left:50%;transform:translate(-50%)}.left{animation:6s ease-in-out infinite floatLeft;top:40%;left:55px}.right{animation:6s ease-in-out infinite floatRight;top:40%;right:55px}.bottom{animation:6s ease-in-out infinite floatBottom;bottom:-10px;left:50%;transform:translate(-50%)}@keyframes floatTop{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-12px)}}@keyframes floatBottom{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(12px)}}@keyframes floatLeft{0%,to{transform:translateY(0)}50%{transform:translate(-8px)}}@keyframes floatRight{0%,to{transform:translateY(0)}50%{transform:translate(8px)}}.orbit-dot{z-index:10;border-radius:50%;width:14px;height:14px;animation:3s infinite pulseDot;position:absolute}.orbit-dot.purple{background:#6d5df6;top:130px;left:115px}.orbit-dot.orange{background:#ff8a00;bottom:115px;right:105px}.orbit-dot.white{background:#fff;box-shadow:0 0 12px #ffffffe6}.orbit-dot.one{top:135px;right:125px}.orbit-dot.two{bottom:115px;left:165px}.belief-card{text-align:center;backdrop-filter:blur(20px);background:#ffffffeb;border:2px solid #ffffffd9;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;padding:25px 20px;transition:all .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000026}.belief-card:hover{transform:translateY(-12px);box-shadow:0 35px 70px #6d5df624}.belief-card:before{content:"";opacity:0;background:linear-gradient(135deg,#6d5df60a,#fff0);transition:all .4s;position:absolute;inset:0}.belief-card:hover:before{opacity:1}.belief-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;min-width:70px;height:70px;margin:auto auto 28px;font-size:28px;display:flex;box-shadow:0 12px 35px #00000014}.belief-icon.purple{background:linear-gradient(135deg,#6d5df6,#8b5cf6)}.belief-icon.pink{background:linear-gradient(135deg,#ec4899,#f43f5e)}.belief-icon.orange{background:linear-gradient(135deg,#ff8a00,#feb100)}.belief-icon.green{background:linear-gradient(135deg,#22c55e,#32ba46)}.belief-card h4{color:#111827;margin-bottom:15px;font-size:20px;font-weight:800;line-height:1.35}.belief-card span{background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:999px;width:70px;height:4px;margin:0 auto 15px;display:block}.belief-card p{color:#667085;text-align:center;width:70%;font-size:14px;line-height:1.5}.vision-cta{background:linear-gradient(135deg,#f9fbff,#fff8f3);border:1px solid #ffffffe6;border-radius:15px;justify-content:space-between;align-items:center;margin-top:50px;padding:20px 15px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #0000000d}.sparkContainer{align-items:center;gap:4px;display:flex}.vision-cta:before{content:"";filter:blur(80px);background:#6d5df614;border-radius:50%;width:420px;height:420px;position:absolute;top:-150px;left:-150px}.vision-cta:after{content:"";filter:blur(80px);background:#feb1001a;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-150px;right:-160px}.spark{color:#6d5df6;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:75px;min-width:75px;height:75px;font-size:30px;display:flex;box-shadow:0 15px 35px #6d5df61f}.fa-sparkles{color:var(--primary)}.vision-cta h2{color:#0f172a;flex-direction:column;width:80%;margin-left:20px;font-size:24px;font-weight:700;line-height:1.1;display:flex}.vision-cta h2 span{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:10px;font-size:18px;display:block}.vision-btn{color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:999px;align-items:center;gap:14px;padding:18px 42px;font-size:18px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex;box-shadow:0 18px 40px #6d5df62e}.vision-btn:hover{transform:translateY(-4px);box-shadow:0 25px 55px #6d5df640}.vision-btn i{transition:all .3s}.vision-btn:hover i{transform:translate(5px)}@media screen and (width<=1024px){.vision-section{padding:70px 20px!important}.vision-top{align-items:center!important;gap:45px!important;display:flex!important}.vision-content{flex:0 0 48%!important}.vision-content h2{margin-bottom:16px!important;font-size:48px!important;line-height:1.12!important}.vision-content p{width:100%!important;font-size:16px!important;line-height:1.8!important}.vision-orbit{flex:0 0 48%!important;height:470px!important}.vision-orbit:before{width:430px!important;height:430px!important}.vision-orbit:after{width:360px!important;height:360px!important}.ring-one{width:420px!important;height:420px!important}.ring-two{width:300px!important;height:300px!important}.vision-center{width:150px!important;height:150px!important}.vision-center img{width:120px!important}.orbit-card{border-radius:22px!important;gap:10px!important;width:125px!important;padding:16px!important}.orbit-card h4{font-size:14px!important;line-height:1.3!important}.icon{width:42px!important;height:42px!important;font-size:20px!important}.left{left:20px!important}.right{right:20px!important}.top{top:-5px!important}.bottom{bottom:-5px!important}.belief-section{border-radius:22px!important;padding:22px!important}.belief-section h3{margin-bottom:25px!important;font-size:32px!important}.belief-grid{grid-template-columns:repeat(2,1fr)!important;gap:22px!important;display:grid!important}.belief-card{padding:26px 18px!important}.belief-card h4{font-size:20px!important}.belief-card p{width:100%!important;font-size:14px!important}.vision-cta{justify-content:space-between!important;align-items:center!important;gap:25px!important;padding:22px!important;display:flex!important}.spark{width:70px!important;min-width:70px!important;height:70px!important;font-size:28px!important}.vision-cta h2{width:100%!important;margin-left:18px!important;font-size:22px!important}.vision-cta h2 span{font-size:16px!important}.vision-btn{padding:16px 34px!important;font-size:16px!important}}@media screen and (width<=768px){.vision-section{padding:60px 20px!important}.vision-top{flex-direction:column!important;align-items:center!important;gap:40px!important;display:flex!important}.vision-content{text-align:center!important;width:100%!important}.section-tag{margin-bottom:18px!important;padding:9px 18px!important;font-size:11px!important}.section-tag i{font-size:12px!important}.vision-content h2{margin-bottom:18px!important;font-size:42px!important;line-height:1.15!important}.vision-content p{width:100%!important;font-size:16px!important;line-height:1.8!important}.vision-orbit{width:100%!important;height:430px!important;position:relative!important}.vision-orbit:before{width:380px!important;height:380px!important}.vision-orbit:after{width:300px!important;height:300px!important}.ring-one{width:360px!important;height:360px!important}.ring-two{width:260px!important;height:260px!important}.vision-center{width:135px!important;height:135px!important}.vision-center img{width:110px!important}.orbit-card{border-radius:18px!important;gap:8px!important;width:115px!important;padding:14px!important}.orbit-card h4{font-size:13px!important;line-height:1.3!important}.icon{width:38px!important;height:38px!important;font-size:18px!important}.top{top:0!important}.left{left:10px!important}.right{right:10px!important}.bottom{bottom:0!important}.orbit-dot.purple{top:95px!important;left:60px!important}.orbit-dot.orange{bottom:95px!important;right:60px!important}.orbit-dot.one{top:90px!important;right:80px!important}.orbit-dot.two{bottom:90px!important;left:80px!important}.belief-section{border-radius:20px!important;margin-top:30px!important;padding:20px!important}.belief-section h3{margin-bottom:20px!important;font-size:28px!important}.belief-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;display:grid!important}.belief-card{border-radius:22px!important;padding:22px 16px!important}.belief-icon{width:62px!important;min-width:62px!important;height:62px!important;margin-bottom:18px!important;font-size:24px!important}.belief-card h4{margin-bottom:12px!important;font-size:18px!important}.belief-card span{width:55px!important;margin-bottom:12px!important}.belief-card p{width:100%!important;font-size:13px!important;line-height:1.6!important}.vision-cta{text-align:center!important;border-radius:20px!important;flex-direction:column!important;gap:22px!important;padding:25px!important;display:flex!important}.sparkContainer{flex-direction:column!important;align-items:center!important;gap:18px!important;display:flex!important}.spark{width:68px!important;min-width:68px!important;height:68px!important;font-size:26px!important}.vision-cta h2{text-align:center!important;width:100%!important;margin-left:0!important;font-size:22px!important}.vision-cta h2 span{font-size:16px!important}.vision-btn{border-radius:14px!important;justify-content:center!important;width:100%!important;padding:16px!important;font-size:16px!important}}@media screen and (width<=479px){.vision-section{padding:25px 15px!important;overflow:hidden!important}.vision-top{flex-direction:column!important;align-items:center!important;gap:35px!important;height:650px!important;display:flex!important}.vision-content{text-align:center!important;width:100%!important}.section-tag{letter-spacing:.6px!important;gap:6px!important;margin-bottom:14px!important;padding:8px 14px!important;font-size:10px!important}.section-tag i{font-size:11px!important}.vision-content h2{letter-spacing:-.8px!important;margin-bottom:14px!important;font-size:30px!important;line-height:1.18!important}.vision-content p{width:100%!important;font-size:14px!important;line-height:1.8!important}.vision-orbit{width:100%!important;height:500px!important;margin-top:10px!important;position:relative!important}.vision-orbit:before{width:270px!important;height:270px!important}.vision-orbit:after{width:210px!important;height:210px!important}.ring-one{width:250px!important;height:250px!important}.ring-two{width:180px!important;height:180px!important}.vision-center{width:110px!important;height:110px!important}.vision-center img{width:85px!important}.orbit-card{border-radius:14px!important;gap:6px!important;width:90px!important;padding:10px 8px!important}.orbit-card h4{font-size:10px!important;line-height:1.25!important}.icon{border-radius:10px!important;width:30px!important;height:30px!important;font-size:14px!important}.top{top:-8px!important;left:50%!important;transform:translate(-50%)!important}.left{top:42%!important;left:0!important}.right{top:42%!important;right:0!important}.bottom{bottom:-8px!important;left:50%!important;transform:translate(-50%)!important}.orbit-dot{width:8px!important;height:8px!important}.orbit-dot.purple{top:70px!important;left:20px!important}.orbit-dot.orange{bottom:70px!important;right:20px!important}.orbit-dot.one{top:55px!important;right:45px!important}.orbit-dot.two{bottom:55px!important;left:45px!important}.belief-section{box-shadow:none!important;border-radius:18px!important;margin-top:25px!important;padding:0!important}.belief-section h3{margin-bottom:18px!important;font-size:26px!important}.belief-grid{grid-template-columns:1fr!important;gap:16px!important;display:grid!important}.belief-card{border-radius:18px!important;padding:20px 16px!important}.belief-icon{width:56px!important;min-width:56px!important;height:56px!important;margin-bottom:15px!important;font-size:22px!important}.belief-card h4{margin-bottom:10px!important;font-size:18px!important}.belief-card span{width:55px!important;height:4px!important;margin-bottom:12px!important}.belief-card p{width:100%!important;font-size:13px!important;line-height:1.6!important}.vision-cta{text-align:center!important;border-radius:18px!important;flex-direction:column!important;align-items:center!important;gap:18px!important;margin-top:30px!important;padding:18px!important;display:flex!important}.sparkContainer{flex-direction:column!important;align-items:center!important;gap:15px!important;display:flex!important}.spark{width:58px!important;min-width:58px!important;height:58px!important;font-size:22px!important}.vision-cta h2{text-align:center!important;width:100%!important;margin-left:0!important;font-size:20px!important;line-height:1.4!important}.vision-cta h2 span{margin-top:8px!important;font-size:15px!important;line-height:1.5!important}.vision-btn{border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:100%!important;padding:15px!important;font-size:15px!important;display:flex!important}.vision-btn i{font-size:14px!important}}.footer{background:#32ba4660;padding:50px 0 40px;position:relative;overflow:hidden}.footer-bg-glow{filter:blur(90px);z-index:0;border-radius:50%;position:absolute}.footer-glow-one{background:#feb1001a;width:320px;height:320px;top:80px;left:-180px}.footer-glow-two{background:#feb1001a;width:420px;height:420px;top:120px;right:-140px}F .footer .container{z-index:2;width:min(1380px,92%);margin:auto;position:relative}.footer-top{border-bottom:1px solid #ebebeb47;grid-template-columns:2.2fr repeat(5,1fr);gap:45px;padding-bottom:10px;display:grid}.footer-brand{max-width:360px}.footer-brand img{width:210px;margin-bottom:20px}.footer-brand p{color:#2121219e;margin-bottom:10px;font-size:16px;line-height:1.4}.brand-line{background:linear-gradient(40deg,#feb100,#fff,#32ba46,#32ba4680);border-radius:999px;width:200px;height:4px;margin-bottom:32px}.brand-tag{align-items:flex-start;gap:15px;display:flex}.brand-tag i{background:red;-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:4px;font-size:24px}.brand-tag span{color:#344054;font-size:14px;font-weight:600;line-height:1.8}.footer-column h4{color:#212121;margin-bottom:30px;font-size:16px;font-weight:700;display:inline-block;position:relative}.footer-column h4:after{content:"";background:linear-gradient(40deg,#feb100,#fff,#32ba46,#32ba4680);border-radius:999px;width:42px;height:4px;position:absolute;bottom:-10px;left:0}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column li{margin-bottom:18px}.footer-column a{color:#212121be;font-size:15px;text-decoration:none;transition:all .35s;display:inline-block;position:relative}.footer-column a:after{content:"";background:linear-gradient(40deg,#feb100,#fff,#32ba46,#32ba4680);border-radius:999px;width:0;height:2px;transition:all .35s;position:absolute;bottom:-3px;left:0}.footer-column a:hover{color:#fff;transform:translate(5px)}.footer-column a:hover:after{width:100%}.footer-info{grid-template-columns:repeat(2,1fr);gap:28px;margin-top:15px;margin-bottom:15px;display:grid}.fotter-info-card{border-right:1px solid #ebebeb47;justify-content:center;align-items:center;gap:20px;padding:0 10px;transition:all .35s;display:flex;position:relative}.fotter-info-card:last-child{border-right:none}.fotter-info-card:hover{transform:translateY(-8px)}.info-icon{color:#212121be;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:30px;display:flex;box-shadow:0 12px 30px #00000014}.image-icon{background:#f0f0f0;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 12px 30px #0000000b}.image-icon img{object-fit:cover;width:100%;height:100%;transition:all .35s}.fotter-info-card:hover .image-icon img{transform:scale(1.02)}.fotter-info-card h5{color:#111827;margin-bottom:8px;font-size:20px;font-weight:800}.fotter-info-card p{color:#212121bb;font-size:14px;line-height:1.7}.social-card{border:none;align-items:center;gap:2px;display:flex}.social-card h5{margin:0;font-size:18px}.social-icons{align-items:center;gap:5px;display:flex}.social-icons a{color:#667085;background:#fff;border:1px solid #11182714;border-radius:50%;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;font-size:18px;text-decoration:none;transition:all .35s;display:flex;box-shadow:0 10px 20px #0000000a}.social-icons a:hover{color:#fff;background:linear-gradient(40deg,#feb100,#fff,#32ba46,#32ba4680);border-color:#0000;transform:translateY(-5px)rotate(8deg);box-shadow:0 20px 40px #6d5df638}.footer-bottom{border-top:1px solid #ebebeb47;justify-content:space-between;align-items:center;gap:30px;padding-top:15px;display:flex}.footer-bottom p{color:#212121c5;font-size:14px}.footer-links{align-items:center;gap:28px;display:flex}.footer-links a{color:#212121c5;font-size:16px;text-decoration:none;transition:all .3s;position:relative}.footer-links a:after{content:"";background:linear-gradient(40deg,#feb100,#fff,#32ba46,#32ba4680);border-radius:999px;width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:0}.footer-links a:hover{color:#111827}.footer-links a:hover:after{width:100%}.footer-top,.footer-info,.footer-bottom{animation:.9s both footerFade}.footer-info{animation-delay:.15s}.footer-bottom{animation-delay:.3s}@keyframes footerFade{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.footer:before{content:"";filter:blur(90px);background:#6d5df614;border-radius:50%;width:320px;height:320px;animation:12s ease-in-out infinite glowMove1;position:absolute;bottom:-120px;left:-120px}.footer:after{content:"";filter:blur(110px);background:#32ba4614;border-radius:50%;width:380px;height:380px;animation:14s ease-in-out infinite glowMove2;position:absolute;top:-120px;right:-150px}@keyframes glowMove1{0%,to{transform:translate(0)}50%{transform:translate(35px,-20px)}}@keyframes glowMove2{0%,to{transform:translate(0)}50%{transform:translate(-30px,25px)}}.footer-column,.footer-brand,.fotter-info-card{transition:all .35s}.footer-column:hover,.footer-brand:hover{transform:translateY(-4px)}.info-icon,.social-icons a{transition:all .35s}.footer-brand:hover img{transform:scale(1.03)}.footer-brand img{transition:all .4s}@media screen and (width<=1200px){.footer{padding:70px 0 35px!important}.footer .container{width:min(96%,1200px)!important}.footer-top{grid-template-columns:2fr repeat(4,1fr)!important;align-items:flex-start!important;gap:35px!important;display:grid!important}.footer-brand{max-width:320px!important}.footer-brand img{width:180px!important;margin-bottom:18px!important}.footer-brand p{margin-bottom:16px!important;font-size:15px!important;line-height:1.7!important}.brand-line{width:180px!important;margin-bottom:22px!important}.brand-tag{gap:12px!important}.brand-tag i{font-size:22px!important}.brand-tag span{font-size:14px!important;line-height:1.7!important}.footer-column h4{margin-bottom:22px!important;font-size:18px!important}.footer-column li{margin-bottom:16px!important}.footer-column a{font-size:15px!important}.footer-info{grid-template-columns:repeat(2,1fr)!important;gap:25px!important;margin-top:30px!important}.fotter-info-card{gap:16px!important;padding:15px!important}.image-icon{width:65px!important;height:65px!important}.fotter-info-card h5{font-size:22px!important}.fotter-info-card p{font-size:14px!important;line-height:1.6!important}.footer-bottom{gap:20px!important;margin-top:25px!important;padding-top:22px!important}.footer-bottom p{font-size:13px!important}.footer-links{gap:22px!important}.footer-links a{font-size:15px!important}}@media screen and (width<=991px){.footer{background:#32ba4660!important;padding:60px 0 30px!important}.footer .container{width:94%!important}.footer-top{grid-template-columns:repeat(2,1fr)!important;align-items:flex-start!important;gap:35px!important;display:grid!important}.footer-brand{text-align:center!important;grid-column:1/-1!important;max-width:100%!important}.footer-brand img{width:190px!important;margin:0 auto 20px!important;display:block!important}.footer-brand p{max-width:520px!important;margin:0 auto 18px!important;font-size:15px!important;line-height:1.8!important}.brand-line{width:170px!important;margin:0 auto 22px!important}.brand-tag{justify-content:center!important;align-items:center!important;gap:12px!important}.brand-tag span{text-align:left!important;font-size:15px!important}.footer-column{padding-bottom:10px!important}.footer-column h4{margin-bottom:20px!important;font-size:18px!important}.footer-column li{margin-bottom:14px!important}.footer-column a{font-size:15px!important}.footer-info{grid-template-columns:1fr!important;gap:18px!important;margin:35px 0!important;display:grid!important}.fotter-info-card{border-bottom:1px solid #ffffff26!important;border-right:none!important;justify-content:flex-start!important;align-items:center!important;gap:18px!important;padding:18px!important;display:flex!important}.fotter-info-card:last-child{border-bottom:none!important}.image-icon{width:65px!important;height:65px!important}.fotter-info-card h5{margin-bottom:6px!important;font-size:19px!important}.fotter-info-card p{font-size:14px!important;line-height:1.6!important}.footer-bottom{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:16px!important;padding-top:25px!important;display:flex!important}.footer-bottom p{max-width:700px!important;font-size:13px!important;line-height:1.8!important}.footer-links{flex-wrap:wrap!important;justify-content:center!important;gap:20px!important;display:flex!important}.footer-links a{font-size:15px!important}}@media screen and (width<=479px){.footer{background:#32ba4660!important;padding:45px 0 20px!important;overflow:hidden!important}.footer .container{width:92%!important}.footer-top{justify-content:center;grid-template-columns:repeat(2,1fr)!important;align-items:center!important;gap:24px!important;display:grid!important}.footer-brand{text-align:center!important;grid-column:1/-1!important;align-items:center!important;width:100%!important;max-width:100%!important}.footer-brand img{width:170px!important;margin:0 auto 18px!important;display:block!important}.footer-brand p{margin-bottom:18px!important;font-size:14px!important;line-height:1.8!important}.brand-line{width:150px!important;margin:0 auto 18px!important}.brand-tag{flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:10px!important}.brand-tag i{font-size:20px!important}.brand-tag span{text-align:left!important;font-size:14px!important;line-height:1.6!important}.footer-column{text-align:start!important;width:100%!important;padding-bottom:10px!important}.footer-column h4{margin-bottom:15px!important;font-size:18px!important}.footer-column h4:after{left:50%!important;transform:translate(-50%)!important}.footer-column ul{margin:0!important;padding:0!important;list-style:none!important}.footer-column li{margin-bottom:12px!important}.footer-column a{font-size:14px!important;display:inline-block!important}.footer-info{flex-direction:column!important;gap:15px!important;margin:10px 0!important;display:flex!important}.fotter-info-card{border-bottom:none!important;border-right:none!important;border-radius:16px!important;align-items:center!important;gap:14px!important;padding:14px!important;display:flex!important}.image-icon{width:55px!important;min-width:55px!important;height:55px!important}.image-icon img{object-fit:cover!important;border-radius:12px!important;width:100%!important;height:100%!important}.fotter-info-card h5{margin-bottom:4px!important;font-size:17px!important;line-height:1.3!important}.fotter-info-card p{font-size:13px!important;line-height:1.6!important}.footer-bottom{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding-top:20px!important;display:flex!important}.footer-bottom p{margin:0!important;font-size:11px!important;line-height:1.7!important}.footer-links{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:14px!important;width:100%!important;display:flex!important}.footer-links a{background:#ffffff14!important;border-radius:20px!important;padding:6px 10px!important;font-size:13px!important}.footer-column:last-child{margin-bottom:5px!important}}.contact-section{background:#f6f9fc;padding:30px 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-section-left{flex-direction:column;display:flex}.contact-content-wrapper{grid-template-columns:290px 1fr;align-items:end;gap:30px;margin-top:10px;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:280px;height:200px;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:170px;position:relative}.contact-brand{text-align:center;flex-direction:column;align-items:center;margin-bottom:15px;display:flex;position:relative}.contact-brand:after{content:"";background:#feb100;border-radius:50%;width:8px;height:8px;animation:4s ease-in-out infinite floatDot;position:absolute;top:15px;left:calc(50% + 95px)}.contact-brand .retail-logo{width:180px;margin-top:0}.contact-brand .powered-text{color:#4b5563;margin-top:6px;font-size:15px;font-weight:500}.contact-brand .powered-text strong{color:var(--primary)}.contact-illustration img{max-width:100%;display:block}.whatsapp-qr-card{background:#fff;border:1px solid #edf2f7;border-radius:12px;flex-direction:row;align-items:center;gap:12px;width:100%;margin-top:15px;padding:12px;transition:all .35s;display:flex;box-shadow:0 10px 25px #0000000a}.whatsapp-qr-card:hover{border-color:#32ba462e;transform:translateY(-6px);box-shadow:0 20px 40px #0f172a14}.whatsapp-qr-content{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.whatsapp-qr-header{align-items:center;gap:8px;width:100%;display:flex}.whatsapp-qr-icon{color:#fff;background:#25d366;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.whatsapp-qr-title{text-align:left}.whatsapp-qr-title h4{color:#111827;margin:0;font-size:13px;font-weight:700}.whatsapp-qr-title p{color:#6b7280;margin:0;font-size:10px}.qr-code-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000005}.qr-code-wrapper:hover{border-color:#25d3664d;transform:scale(1.03);box-shadow:0 6px 20px #25d3661f}.qr-code-img{width:105px;height:105px;display:block}.qr-info-wrapper{flex-direction:column;align-items:flex-start;gap:6px;width:100%;display:flex}.qr-info-wrapper p{color:#4b5563;text-align:left;margin:0;font-size:10px;line-height:1.3}.whatsapp-btn{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;border-radius:6px;justify-content:center;align-items:center;gap:4px;width:100%;padding:6px 12px;font-size:10px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 10px #25d3661f}.whatsapp-btn:hover{background:linear-gradient(135deg,#20ba5a 0%,#0e7568 100%);transform:translateY(-1px);box-shadow:0 6px 14px #25d36640}.whatsapp-btn:active{transform:translateY(1px);box-shadow:0 2px 6px #25d3661f}.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;width:500px;margin-bottom:0;font-size:12px;line-height:1.2}.contact-form-card{background:#fff;border:1px solid #edf2f7;border-radius:26px;padding:12px;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:10px}.form-header h3{color:#0f172a;font-size:14px;font-weight:700}.form-header p{color:#64748b;font-size:12px;line-height:1.01}.contact-features{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px;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:5px;display:flex}.contact-card{background:#fff;border:1px solid #edf2f7;border-radius:10px;align-items:flex-start;gap:10px;padding:8px;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:35px;height:35px;font-size:20px;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:13px;font-weight:700}.contact-card-content p{color:#64748b;margin-bottom:3px;font-size:12px;line-height:1.02}.contact-card-content a{color:var(--primary);font-size:12px;font-weight:600;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%}@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 screen and (width>=768px) and (width<=1199px){.contact-section{padding:45px 0}.contact-section .container{width:100%;padding:0 24px}.contact-box{grid-template-columns:1fr;gap:30px;padding:0}.contactSection{width:100%}.contact-badge{margin-bottom:12px;font-size:13px}.contact-title{margin-bottom:10px;font-size:38px}.contact-subtitle{width:min(100%,680px);font-size:14px;line-height:1.5}.contact-content-wrapper{grid-template-columns:minmax(280px,.8fr) minmax(300px,1fr);align-items:center;gap:25px;margin-top:20px}.contact-card-list{gap:10px}.contact-card{padding:12px}.contact-card-icon{width:40px;height:40px;font-size:17px}.contact-card-content h4{margin-bottom:3px;font-size:14px}.contact-card-content p,.contact-card-content a{font-size:12px;line-height:1.35}.contact-illustration{width:100%}.illustration-bg{width:100%;max-width:380px;height:230px;margin:0 auto}.support-image{width:200px}.headset-icon{width:72px;height:72px;font-size:30px;top:20px;left:25px}.chat-icon{width:46px;height:46px;font-size:19px;top:145px;left:45px}.dots{width:75px;height:75px;top:20px;right:15px}.whatsapp-qr-card{width:100%;max-width:380px;margin:15px auto 0;padding:12px}.qr-code-img{width:100px;height:100px}.contact-form-card{border-radius:22px;width:100%;padding:24px}.form-header{margin-bottom:16px}.form-header h3{margin-bottom:4px;font-size:20px}.form-header p{font-size:13px;line-height:1.4}.membership-form{gap:14px}.form-row{grid-template-columns:repeat(2,1fr);gap:14px}.form-group label{margin-bottom:5px;font-size:13px}.input-wrapper{border-radius:9px;height:48px}.input-wrapper input,.input-wrapper select{font-size:14px}.input-icon{font-size:16px;left:15px}.input-wrapper input,.input-wrapper select{padding-left:44px}.submit-btn{height:48px;font-size:15px}.submit-note{gap:10px;padding:10px 12px;font-size:12px}#submitNote{font-size:11px;line-height:1.5}.contact-features{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px}.feature-card{border-radius:14px;gap:12px;padding:14px}.feature-icon{width:42px;height:42px;font-size:19px}.feature-content h4{font-size:13px}.feature-content p{font-size:11px;line-height:1.35}.contact-box:before{display:none}}@media screen and (width>=480px) and (width<=767px){.contact-section{padding:40px 0}.contact-section .container{width:100%;padding:0 18px}.contact-box{grid-template-columns:1fr;gap:22px;padding:0}.contact-badge{margin-bottom:12px;padding:8px 14px;font-size:12px}.contact-title{margin-bottom:10px;font-size:32px;line-height:1.1}.contact-subtitle{width:100%;font-size:13px;line-height:1.5}.contact-content-wrapper{grid-template-columns:1fr;gap:16px;margin-top:18px}.contact-card-list{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.contact-card{gap:10px;min-height:82px;padding:12px}.contact-card:last-child{grid-column:1/-1}.contact-card-icon{border-radius:9px;width:38px;height:38px;font-size:16px}.contact-card-content{min-width:0}.contact-card-content h4{margin-bottom:3px;font-size:13px}.contact-card-content p{margin-bottom:3px;font-size:11px;line-height:1.3}.contact-card-content a{word-break:break-word;font-size:11px}.contact-brand{margin-bottom:8px}.contact-brand .retail-logo{width:150px}.contact-brand .powered-text{margin-top:4px;font-size:12px}.contact-brand:after{display:none}.contact-illustration{width:100%}.illustration-bg{width:100%;height:210px}.support-image{width:190px}.headset-icon{width:68px;height:68px;font-size:28px;top:18px;left:18%}.chat-icon{width:44px;height:44px;font-size:18px;top:135px;left:24%}.dots{width:70px;height:70px;top:20px;right:12%}.whatsapp-qr-card{gap:12px;width:100%;padding:14px}.qr-code-img{width:105px;height:105px}.whatsapp-qr-title h4{font-size:13px}.qr-info-wrapper p{font-size:11px;line-height:1.4}.whatsapp-btn{height:34px;font-size:11px}.contact-form-card{border-radius:20px;padding:20px}.form-header{margin-bottom:14px}.form-header h3{margin-bottom:4px;font-size:20px}.form-header p{font-size:12px;line-height:1.4}.membership-form{gap:12px}.form-row{grid-template-columns:1fr;gap:12px}.form-group label{margin-bottom:5px;font-size:13px}.input-wrapper{border-radius:9px;height:46px}.input-wrapper input,.input-wrapper select{padding-left:44px;font-size:14px}.input-icon{font-size:16px;left:14px}.submit-btn{height:48px;font-size:15px}.submit-note{gap:9px;padding:9px 11px}#submitNote{font-size:11px;line-height:1.5}.contact-features{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px;padding:0}.feature-card{border-radius:13px;gap:9px;padding:12px}.feature-icon{width:38px;height:38px;font-size:17px}.feature-content h4{font-size:12px}.feature-content p{font-size:10px;line-height:1.3}.contact-box:before{display:none}}@media screen and (width<=479px){.contact-section{padding:32px 0}.contact-section .container{width:100%;padding:0 12px}.contact-box{grid-template-columns:1fr;gap:18px;padding:0}.contact-badge{gap:7px;margin-bottom:10px;padding:7px 12px;font-size:11px}.contact-badge i{font-size:14px}.contact-title{margin-bottom:8px;font-size:28px;line-height:1.1}.contact-subtitle{width:100%;font-size:12px;line-height:1.5}.contact-content-wrapper{grid-template-columns:1fr;gap:14px;margin-top:15px}.contact-card-list{flex-direction:column;gap:8px;display:flex}.contact-card{border-radius:10px;gap:9px;padding:10px}.contact-card-icon{border-radius:8px;width:36px;height:36px;font-size:15px}.contact-card-content h4{margin-bottom:2px;font-size:13px}.contact-card-content p{margin-bottom:2px;font-size:10.5px;line-height:1.3}.contact-card-content a{word-break:break-word;font-size:11px}.contact-brand{margin-bottom:6px}.contact-brand .retail-logo{width:135px}.contact-brand .powered-text{margin-top:3px;font-size:11px}.contact-brand:after{display:none}.contact-illustration{width:100%}.illustration-bg{width:100%;height:180px}.support-image{width:165px}.headset-icon{border-width:3px;width:58px;height:58px;font-size:24px;top:12px;left:13%}.chat-icon{border-radius:11px;width:38px;height:38px;font-size:16px;top:115px;left:20%}.dots{background-size:9px 9px;width:58px;height:58px;top:15px;right:8%}.whatsapp-qr-card{text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:9px;padding:12px}.whatsapp-qr-content{width:100%}.whatsapp-qr-header{justify-content:center}.whatsapp-qr-title h4{font-size:13px}.qr-info-wrapper{align-items:center}.qr-info-wrapper p{text-align:center;font-size:10px;line-height:1.35}.qr-code-img{width:105px;height:105px}.whatsapp-btn{width:100%;height:34px;font-size:11px}.contact-form-card{border-radius:16px;padding:16px}.form-header{margin-bottom:12px}.form-header h3{margin-bottom:4px;font-size:18px}.form-header p{font-size:11px;line-height:1.4}.membership-form{gap:11px}.form-row{grid-template-columns:1fr;gap:11px}.form-group label{margin-bottom:4px;font-size:12px}.input-wrapper{border-radius:8px;height:44px}.input-icon{font-size:15px;left:13px}.input-wrapper input,.input-wrapper select{padding-left:40px;padding-right:38px;font-size:13px}.select-wrapper:after{font-size:12px;right:14px}.error-message{margin-top:4px;font-size:10px}.submit-btn{border-radius:9px;height:46px;font-size:14px}.submit-note{border-radius:10px;gap:8px;margin-top:7px;padding:8px 10px}.submit-note i{font-size:14px}#submitNote{font-size:10px;line-height:1.45}.contact-features{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;padding:0}.feature-card{border-radius:11px;gap:8px;min-width:0;padding:10px}.feature-icon{border-radius:7px;width:34px;height:34px;font-size:15px}.feature-content{min-width:0}.feature-content h4{font-size:11px;line-height:1.2}.feature-content p{display:none}.success-card{border-radius:20px;width:calc(100% - 24px);padding:25px 16px}.success-card h2{font-size:22px}.success-card p{font-size:12px;line-height:1.6}.success-info{grid-template-columns:1fr;gap:8px}.success-info div{padding:12px;font-size:12px}.success-btn{height:48px;font-size:14px}.contact-box:before{display:none}}.imagine-growth-section{background:radial-gradient(circle at 10% 20%,#32ba4614 0%,#0000 28%),radial-gradient(circle at 90% 10%,#feb1001a 0%,#0000 25%),radial-gradient(circle at 80% 80%,#1d3d8f0d 0%,#0000 30%),linear-gradient(#fff 0%,#fbfcff 55%,#fff 100%);padding:70px 0;position:relative;overflow:hidden}.imagine-growth-bg{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.imagine-growth-bg-1{background:#32ba4624;width:360px;height:360px;top:-140px;left:-120px}.imagine-growth-bg-2{background:#feb1001a;width:420px;height:420px;bottom:-150px;right:-140px}.imagine-growth-section>.container{z-index:2;position:relative}.imagine-growth-badge{background:#fff;border:1px solid #1d3d8f14;border-radius:50px;align-items:center;gap:10px;width:fit-content;margin:0 auto 20px;padding:10px 18px;display:flex;box-shadow:0 12px 30px #0000000f}.imagine-growth-badge i{color:var(--primary);font-size:14px}.imagine-growth-badge span{letter-spacing:1.3px;color:var(--primary);font-size:13px;font-weight:700}.imagine-growth-title{text-align:center;color:#17337c;margin:0;font-size:52px;font-weight:800;line-height:1.2}.imagine-growth-purple{color:var(--primary)}.imagine-growth-orange{color:var(--secondary)}.imagine-growth-subtitle{text-align:center;color:#667085;margin:20px auto 10px;font-size:20px;font-weight:500}.imagine-growth-description{text-align:center;color:#667085;max-width:760px;margin:0 auto;font-size:17px;line-height:1.8}.imagine-growth-description span{font-weight:700}.imagine-growth-cards{grid-template-columns:repeat(10,1fr);align-items:stretch;gap:15px;margin-top:25px;display:grid}.imagine-growth-card:first-child{grid-column:1/span 2}.imagine-growth-card:nth-child(2){grid-column:3/span 2}.imagine-growth-card:nth-child(3){grid-column:5/span 2}.imagine-growth-card:nth-child(4){grid-column:7/span 2}.imagine-growth-card:nth-child(5){grid-column:9/span 2}.imagine-growth-card:nth-child(6){grid-column:2/span 2}.imagine-growth-card:nth-child(7){grid-column:4/span 2}.imagine-growth-card:nth-child(8){grid-column:6/span 2}.imagine-growth-card:nth-child(9){grid-column:8/span 2}.imagine-growth-card{cursor:pointer;background:#fff;border:1px solid #e8eef7;border-radius:14px;flex-direction:column;gap:10px;min-height:120px;padding:10px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px #1018280f}.sub-growth-card{align-items:center;gap:10px;display:flex}.imagine-growth-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));transform-origin:0;width:100%;height:5px;transition:all .35s;position:absolute;top:0;left:0;transform:scaleX(0)}.imagine-growth-card:after{content:"";background:linear-gradient(120deg,#0000,#ffffff73,#0000);width:70%;height:100%;transition:all .8s;position:absolute;top:0;left:-140%;transform:skew(-25deg)}.imagine-growth-content{flex:1}.imagine-growth-content h4{color:#17337c;margin:0 0 5px;font-size:14px;font-weight:600;line-height:1.1;transition:all .35s}.imagine-growth-card p{color:#667085;margin:0;font-size:12px;line-height:1.2}.imagine-growth-icon{border-radius:6px;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;font-size:18px;transition:all .4s;display:flex;position:relative;overflow:hidden}.imagine-growth-icon:before{content:"";background:#ffffff40;border-radius:50%;width:150%;height:150%;transition:all .6s;position:absolute;top:-160%;left:-160%}.imagine-growth-card:hover{border-color:#32ba4640;transform:translateY(-10px);box-shadow:0 25px 60px #1d3d8f1f}.imagine-growth-card:hover:before{transform:scaleX(1)}.imagine-growth-card:hover:after{left:150%}.imagine-growth-card:hover .imagine-growth-icon{transform:rotate(-8deg)scale(1.08)}.imagine-growth-card:hover .imagine-growth-icon:before{top:120%;left:120%}.imagine-growth-card:hover h4{color:var(--primary)}.imagine-growth-icon.purple{color:#7c3aed;background:#f3e8ff}.imagine-growth-icon.orange{color:#ea580c;background:#fff7ed}.imagine-growth-icon.green{color:#16a34a;background:#ecfdf3}.imagine-growth-icon.violet{color:#6d28d9;background:#f5f3ff}.imagine-growth-icon.pink{color:#db2777;background:#fdf2f8}.imagine-growth-icon.blue{color:#2563eb;background:#eff6ff}.imagine-growth-icon.teal{color:#0f766e;background:#ecfeff}.imagine-growth-icon.red{color:#dc2626;background:#fef2f2}.imagine-growth-icon.gold{color:#ca8a04;background:#fffbeb}.imagine-growth-content p{display:none}@media screen and (width>=768px) and (width<=1199px){.imagine-growth-section{padding:55px 0!important}.imagine-growth-bg-1{filter:blur(90px)!important;width:300px!important;height:300px!important;top:-120px!important;left:-120px!important}.imagine-growth-bg-2{filter:blur(90px)!important;width:340px!important;height:340px!important;bottom:-120px!important;right:-140px!important}.imagine-growth-badge{gap:10px!important;margin-bottom:20px!important;padding:10px 20px!important}.imagine-growth-badge i{font-size:15px!important}.imagine-growth-badge span{font-size:13px!important}.imagine-growth-title{max-width:900px!important;margin:auto!important;font-size:44px!important;line-height:1.25!important}.imagine-growth-subtitle{margin-top:18px!important;font-size:19px!important}.imagine-growth-description{max-width:700px!important;font-size:16px!important;line-height:1.7!important}.imagine-growth-cards{grid-template-columns:repeat(3,1fr)!important;gap:18px!important;margin-top:35px!important;display:grid!important}.imagine-growth-card:nth-child(n){grid-column:auto!important}.imagine-growth-card{border-radius:18px!important;gap:12px!important;min-height:200px!important;padding:18px!important}.sub-growth-card{align-items:flex-start!important;gap:12px!important}.imagine-growth-icon{border-radius:12px!important;width:54px!important;min-width:54px!important;height:54px!important;font-size:22px!important}.imagine-growth-content h4{font-size:17px!important;line-height:1.35!important}.imagine-growth-card p{font-size:14px!important;line-height:1.55!important}.imagine-growth-card:hover{transform:translateY(-8px)!important}}@media screen and (width>=480px) and (width<=767px){.imagine-growth-section{padding:45px 0!important}.imagine-growth-bg-1{filter:blur(80px)!important;width:240px!important;height:240px!important;top:-80px!important;left:-100px!important}.imagine-growth-bg-2{filter:blur(80px)!important;width:280px!important;height:280px!important;bottom:-100px!important;right:-120px!important}.imagine-growth-badge{gap:8px!important;margin-bottom:18px!important;padding:9px 18px!important}.imagine-growth-badge i{font-size:14px!important}.imagine-growth-badge span{letter-spacing:1px!important;font-size:12px!important}.imagine-growth-title{text-align:center!important;font-size:38px!important;line-height:1.25!important}.imagine-growth-subtitle{margin-top:16px!important;font-size:17px!important}.imagine-growth-description{max-width:100%!important;font-size:15px!important;line-height:1.7!important}.imagine-growth-cards{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;margin-top:30px!important;display:grid!important}.imagine-growth-card:nth-child(n){grid-column:auto!important}.imagine-growth-card{border-radius:18px!important;min-height:180px!important;padding:18px!important}.sub-growth-card{align-items:flex-start!important;gap:12px!important;display:flex!important}.imagine-growth-icon{border-radius:12px!important;width:50px!important;min-width:50px!important;height:50px!important;font-size:20px!important}.imagine-growth-content h4{font-size:16px!important;line-height:1.35!important}.imagine-growth-card p{font-size:13px!important;line-height:1.55!important}.imagine-growth-card:hover{transform:translateY(-6px)!important}}@media screen and (width<=479px){.imagine-growth-section{padding:30px 0!important}.imagine-growth-bg-1{filter:blur(65px)!important;width:180px!important;height:180px!important;top:-60px!important;left:-80px!important}.imagine-growth-bg-2{filter:blur(70px)!important;width:220px!important;height:220px!important;bottom:-80px!important;right:-100px!important}.imagine-growth-badge{gap:8px!important;margin-bottom:15px!important;padding:8px 16px!important}.imagine-growth-badge i{font-size:13px!important}.imagine-growth-badge span{letter-spacing:.8px!important;font-size:11px!important}.imagine-growth-title{text-align:center!important;font-size:28px!important;line-height:1.3!important}.imagine-growth-subtitle{margin-top:14px!important;font-size:12px!important;line-height:1.5!important}.imagine-growth-description{margin-top:8px!important;font-size:12px!important;line-height:1.2!important}.imagine-growth-cards{grid-template-columns:1fr!important;gap:8px!important;margin-top:20px!important;display:grid!important}.imagine-growth-card:nth-child(n){grid-column:auto!important}.imagine-growth-card:last-child{grid-column:auto!important;justify-self:stretch!important;width:100%!important}.imagine-growth-card{border-radius:8px!important;gap:12px!important;width:100%!important;min-height:auto!important;padding:10px!important}.sub-growth-card{align-items:center!important;gap:8px!important;display:flex!important}.imagine-growth-icon{border-radius:10px!important;width:40px!important;min-width:40px!important;height:40px!important;font-size:18px!important}.imagine-growth-content{flex-direction:column!important;gap:10px!important;display:block!important}.imagine-growth-content h4{margin-bottom:0!important;font-size:12px!important;line-height:1.2!important}.imagine-growth-content p{color:#212121d8;margin-top:5px;font-size:9px;font-weight:500;display:flex!important}#description{display:none}.imagine-growth-card:hover{transform:translateY(-4px)!important}}.retail-business-section{box-shadow:1;background:0 0;border-radius:20px;padding:50px;position:relative;overflow:hidden}.retail-business-section .container{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;margin:auto;display:grid;position:relative}.hero-card{background:#fff;border:1px solid #32ba4626;border-radius:32px;padding:15px;transition:all .45s;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000014}.hero-card:hover{transform:translateY(-8px);box-shadow:0 40px 90px #0000001f}.business-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#4b5cff,#7b45ff);border-radius:100px;align-items:center;gap:10px;margin-bottom:10px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.hero-title{color:#161616;margin-bottom:10px;font-size:28px;font-weight:800;line-height:1.1}.hero-title span{color:var(--primary)}.hero-description{color:#666;max-width:400px;margin-bottom:10px;font-size:13px;line-height:1.1}.stat-card{background:#fff;border:1px solid #edf1f4;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:10px;transition:all .4s;display:flex;box-shadow:0 10px 25px #0000000d}.stat-card small{color:#7b7b7b;display:block}.stat-card h3{color:#171717;font-size:16px;font-weight:700}.stat-card .positive{color:var(--primary);font-size:14px;font-weight:700}.retailLeftMain{grid-template-columns:1.4fr .9fr;gap:10px;display:grid}.bottom-cards{grid-template-columns:repeat(4,1fr);gap:5px;margin-top:10px;margin-bottom:10px;display:grid}.combo-card,.orders-card{background:#fff;border:1px solid #edf1f4;border-radius:8px;padding:10px;transition:all .4s;box-shadow:0 10px 30px #0000000d}.combo-card:hover,.orders-card:hover{transform:translateY(-8px)}.combo-card-heading{align-items:center;gap:10px;margin-bottom:5px;display:flex}.combo-card-heading i{width:35px;min-width:35px;height:35px;color:var(--primary);background:#eef8f0;border-radius:50%;place-items:center;font-size:16px;display:grid}.combo-card-heading span{color:#202020;font-weight:600;font-size:10px!important}.combo-card ul{margin:0;padding:0;list-style:none}.combo-card li{border-bottom:1px dashed #ececec;justify-content:space-between;align-items:center;padding:5px 0;display:flex}.combo-card li:last-child{border-bottom:none}.combo-card li span{color:#555;font-size:12px}.combo-card strong{color:#232323;font-size:12px}.orders-card{text-align:center}.orders-card h2{color:#2d2d2d;margin:5px 0;font-size:20px;font-weight:800}.orders-card p{color:var(--primary);margin-bottom:5px;font-size:14px;font-weight:600}.shop-icon{background:linear-gradient(135deg, var(--primary), #6fd87e);color:#fff;border-radius:8px;place-items:center;width:35px;min-width:35px;height:35px;margin:auto;font-size:18px;display:grid;box-shadow:0 18px 40px #32ba4659}.retail-retail-right-section{flex-direction:column;gap:10px;width:100%;display:flex;position:relative}.retail-showcase{grid-template-columns:auto .8fr auto;align-items:center;gap:25px;display:grid;position:relative}.retail-services{flex-direction:column;gap:20px;display:flex}.retail-services-left{align-items:flex-end}.retail-services-right{align-items:flex-start}.retail-service-card{text-align:center;z-index:1000;flex-direction:column;align-items:center;width:110px;display:flex}.retail-service-icon{width:45px;height:45px;margin-bottom:px;background:#fff;border:2px solid #ececec;border-radius:50%;justify-content:center;align-items:center;transition:all .35s;display:flex;box-shadow:0 15px 40px #00000014}.retail-service-icon i{font-size:24px}.retail-service-content h4{color:#fff;border-radius:30px;justify-content:center;align-items:center;min-height:20px;margin-bottom:10px;padding:0 7px;font-size:9px;font-weight:600;display:inline-flex}.retail-service-content p{color:#394150;margin:0;font-size:8px;font-weight:500;line-height:1.3}.retail-service-card:hover .retail-service-icon{transform:translateY(-8px)scale(1.08)}.retail-service-card:hover{transform:translateY(-4px)}.retail-phone-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.retail-phone-glow{filter:blur(25px);background:radial-gradient(circle,#fffffff2 0%,#f6f8ffbf 45%,#fff0 100%);border-radius:50%;width:520px;height:520px;position:absolute}.retail-phone-image{z-index:2;filter:drop-shadow(0 35px 60px #00000038);border-radius:30px;width:100%;max-width:100%;transition:all .45s;position:relative}.retail-phone-wrapper:hover .retail-phone-image{transform:translateY(-10px)scale(1.02)}.retail-service-purple .retail-service-icon{border-color:#cdb8ff}.retail-service-purple .retail-service-icon i{color:#6036ff}.retail-service-purple h4{background:linear-gradient(135deg,#6638ff,#4721e6)}.retail-service-blue .retail-service-icon{border-color:#bfe9ff}.retail-service-blue .retail-service-icon i{color:#118fd8}.retail-service-blue h4{background:linear-gradient(135deg,#1976ff,#0054d1)}.retail-service-pink .retail-service-icon{border-color:#ffd1ea}.retail-service-pink .retail-service-icon i{color:#ff007b}.retail-service-pink h4{background:linear-gradient(135deg,#ff1d89,#ff0062)}.retail-service-green .retail-service-icon{border-color:#c9efb8}.retail-service-green .retail-service-icon i{color:#46a700}.retail-service-green h4{background:linear-gradient(135deg,#5abf16,#3f9704)}.retail-service-rose .retail-service-icon{border-color:#ffd2dd}.retail-service-rose .retail-service-icon i{color:#ff2565}.retail-service-rose h4{background:linear-gradient(135deg,#ff1d71,#e1005d)}.retail-service-orange .retail-service-icon{border-color:#ffe3b9}.retail-service-orange .retail-service-icon i{color:#ff8c00}.retail-service-orange h4{background:linear-gradient(135deg,#ff9500,#ff6d00)}.retail-service-lime .retail-service-icon{border-color:#d8efc0}.retail-service-lime .retail-service-icon i{color:#4ca800}.retail-service-lime h4{background:linear-gradient(135deg,#66b900,#43a000)}.retail-service-cyan .retail-service-icon{border-color:#c8f3ff}.retail-service-cyan .retail-service-icon i{color:#00a9c7}.retail-service-cyan h4{background:linear-gradient(135deg,#10b8dc,#0096bf)}.retail-bottom-features{background:#fff;border:1px solid #edf2f7;border-radius:14px;grid-template-columns:repeat(6,1fr);gap:10px;padding:10px;display:grid;box-shadow:0 20px 60px #0f172a14}.retail-bottom-card{cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:5px;padding:0;transition:all .35s;display:flex}.retail-bottom-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #00000014}.retail-bottom-icon{border-radius:12px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;display:flex}.retail-bottom-icon i{color:#fff;font-size:16px}.retail-bottom-card h5{color:#1f2937;margin:0;font-size:10px;font-weight:600;line-height:1.2}.retail-bottom-card span{color:#6b7280;margin-top:5px;font-size:8px;line-height:1.2;display:block}.retail-bottom-icon.purple{background:linear-gradient(135deg,#6c3dff,#4f1dff)}.retail-bottom-icon.green{background:linear-gradient(135deg,#49b700,#2d9800)}.retail-bottom-icon.orange{background:linear-gradient(135deg,#ff8b00,#ff5d00)}.retail-bottom-icon.blue{background:linear-gradient(135deg,#1976ff,#0058dd)}.retail-bottom-icon.pink{background:linear-gradient(135deg,#ff2d7a,#ff005d)}.retail-bottom-icon.teal{background:linear-gradient(135deg,#00b5d8,#008fb3)}.retail-showcase,.retail-service-card,.retail-phone-wrapper,.retail-bottom-features{animation:.8s both retailFadeUp}@keyframes retailFadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media screen and (width>=768px) and (width<=1199px){.retail-business-section{padding:40px 0!important}.retail-business-section .container{flex-direction:column!important;align-items:center!important;gap:50px!important;display:flex!important}.left-section,.retail-right-section{width:100%!important;max-width:1000px!important;margin:0 auto!important}.hero-card{border-radius:28px!important;padding:24px!important}.retailLeftMain{grid-template-columns:1.3fr .7fr!important;align-items:center!important;gap:25px!important;display:grid!important}.business-badge{margin-bottom:14px!important;padding:9px 18px!important;font-size:12px!important}.hero-title{margin-bottom:14px!important;font-size:42px!important;line-height:1.15!important}.hero-description{max-width:100%!important;margin-bottom:20px!important;font-size:16px!important;line-height:1.7!important}.person-image{justify-content:center!important;align-items:center!important;display:flex!important}.person-image img{border-radius:20px!important;width:100%!important;max-width:280px!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;margin-top:20px!important;display:grid!important}.stat-card{border-radius:14px!important;padding:18px!important}.stat-card small{font-size:13px!important}.stat-card h3{margin:8px 0!important;font-size:22px!important}.stat-card .positive{font-size:15px!important}.stat-card span{font-size:12px!important}.bottom-cards{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;margin-top:20px!important;display:grid!important}.combo-card,.orders-card{border-radius:16px!important;padding:18px!important}.combo-card-heading{gap:12px!important;margin-bottom:12px!important}.combo-card-heading i{width:42px!important;min-width:42px!important;height:42px!important;font-size:18px!important}.combo-card-heading span{font-size:14px!important}.combo-card li{padding:10px 0!important}.combo-card li span,.combo-card strong{font-size:14px!important}.orders-card h2{font-size:34px!important}.orders-card p{font-size:15px!important}.shop-icon{width:44px!important;min-width:44px!important;height:44px!important;font-size:20px!important}.feature-list{grid-template-columns:repeat(4,1fr)!important;gap:14px!important;margin-top:22px!important;display:grid!important}.feature-item{text-align:center!important;border-radius:16px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding:18px 12px!important;display:flex!important}.feature-item i{font-size:28px!important}.feature-item span{font-size:13px!important;line-height:1.4!important}.retail-right-section{width:100%!important}.retail-showcase{grid-template-columns:190px 1fr 190px!important;justify-content:center!important;align-items:center!important;gap:20px!important;display:grid!important}.retail-services{flex-direction:column!important;gap:20px!important;display:flex!important}.retail-services-left{align-items:flex-end!important}.retail-services-right{align-items:flex-start!important}.retail-service-card{text-align:center!important;flex-direction:column!important;align-items:center!important;width:170px!important;display:flex!important}.retail-service-icon{width:58px!important;min-width:58px!important;height:58px!important;margin-bottom:12px!important}.retail-service-icon i{font-size:26px!important}.retail-service-content h4{border-radius:30px!important;margin-bottom:10px!important;padding:4px 12px!important;font-size:11px!important}.retail-service-content p{font-size:11px!important;line-height:1.5!important}.retail-phone-wrapper{justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important}.retail-phone-image{z-index:2!important;width:320px!important;max-width:100%!important;position:relative!important}.retail-phone-glow{width:420px!important;height:420px!important}.retail-service-card:hover{transform:translateY(-6px)!important}.retail-phone-wrapper:hover .retail-phone-image{transform:translateY(-8px)scale(1.02)!important}}@media screen and (width>=480px) and (width<=767px){.retail-business-section{padding:30px 0!important}.retail-business-section .container{flex-direction:column!important;gap:45px!important;display:flex!important}.left-section,.retail-right-section{width:100%!important}.hero-card{border-radius:24px!important;padding:18px!important}.retailLeftMain{flex-direction:column!important;gap:22px!important;display:flex!important}.business-badge{padding:8px 16px!important;font-size:11px!important}.hero-title{margin-bottom:12px!important;font-size:34px!important;line-height:1.15!important}.hero-description{max-width:100%!important;font-size:15px!important;line-height:1.7!important}.person-image{justify-content:center!important;align-items:center!important;display:flex!important}.person-image img{width:250px!important;max-width:100%!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;display:grid!important}.stat-card{padding:16px!important}.stat-card h3{font-size:20px!important}.stat-card small{font-size:13px!important}.stat-card span{font-size:12px!important}.bottom-cards{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;margin-top:18px!important;display:grid!important}.combo-card,.orders-card{padding:16px!important}.combo-card-heading{gap:10px!important;margin-bottom:12px!important}.combo-card-heading i{width:40px!important;min-width:40px!important;height:40px!important;font-size:17px!important}.combo-card-heading span,.combo-card li span,.combo-card strong{font-size:13px!important}.orders-card h2{font-size:30px!important}.orders-card p{font-size:14px!important}.shop-icon{width:42px!important;min-width:42px!important;height:42px!important;font-size:18px!important}.feature-list{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;margin-top:18px!important;display:grid!important}.feature-item{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding:16px!important;display:flex!important}.feature-item i{font-size:24px!important}.feature-item span{font-size:13px!important;line-height:1.4!important}.retail-showcase{grid-template-columns:110px 1fr 110px!important;justify-content:center!important;align-items:center!important;gap:12px!important;display:grid!important}.retail-services{flex-direction:column!important;gap:16px!important;display:flex!important}.retail-services-left{align-items:flex-end!important}.retail-services-right{align-items:flex-start!important}.retail-service-card{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100px!important;display:flex!important}.retail-service-icon{width:50px!important;min-width:50px!important;height:50px!important;margin-bottom:8px!important}.retail-service-icon i{font-size:22px!important}.retail-service-content h4{margin-bottom:8px!important;padding:3px 8px!important;font-size:9px!important}.retail-service-content p{font-size:9px!important;line-height:1.45!important}.retail-phone-wrapper{justify-content:center!important;align-items:center!important;display:flex!important}.retail-phone-image{width:240px!important;max-width:100%!important}.retail-phone-glow{width:300px!important;height:300px!important}}@media screen and (width<=479px){.retail-business-section{padding:20px 0!important}.retail-business-section .container{flex-direction:column!important;gap:35px!important;display:flex!important}.left-section,.retail-right-section{width:100%!important}.hero-card{border-radius:20px!important;padding:14px!important}.retailLeftMain{flex-direction:column!important;gap:18px!important;display:flex!important}.business-badge{padding:7px 14px!important;font-size:10px!important}.hero-title{margin-bottom:10px!important;font-size:28px!important;line-height:1.18!important}.hero-description{max-width:100%!important;font-size:14px!important;line-height:1.6!important}.person-image{justify-content:center!important;align-items:center!important;display:flex!important}.person-image img{width:210px!important;max-width:100%!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;display:grid!important}.stat-card{padding:12px!important}.stat-card h3{font-size:16px!important}.stat-card small{font-size:11px!important}.stat-card span{font-size:10px!important}.bottom-cards{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-top:16px!important;display:grid!important}.combo-card,.orders-card{padding:10px!important}.combo-card-heading{gap:10px!important;margin-bottom:10px!important}.combo-card-heading i{width:38px!important;min-width:38px!important;height:38px!important;font-size:16px!important}.combo-card-heading span,.combo-card li span,.combo-card strong{font-size:12px!important}.orders-card h2{font-size:28px!important}.orders-card p{font-size:13px!important}.shop-icon{width:40px!important;min-width:40px!important;height:40px!important;font-size:18px!important}.feature-list{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;margin-top:16px!important;display:grid!important}.feature-item{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:14px 10px!important;display:flex!important}.feature-item i{font-size:20px!important}.feature-item span{font-size:11px!important;line-height:1.4!important}.retail-showcase{grid-template-columns:70px 1fr 70px!important;align-items:center!important;gap:6px!important;display:grid!important}.retail-services{flex-direction:column!important;gap:12px!important;display:flex!important}.retail-services-left{align-items:flex-end!important}.retail-services-right{align-items:flex-start!important}.retail-service-card{text-align:center!important;flex-direction:column!important;align-items:center!important;width:65px!important;display:flex!important}.retail-service-icon{width:40px!important;min-width:40px!important;height:40px!important;margin-bottom:6px!important}.retail-service-icon i{font-size:18px!important}.retail-service-content h4{min-height:auto!important;margin-bottom:6px!important;padding:2px 6px!important;font-size:7px!important}.retail-service-content p{font-size:7px!important;line-height:1.35!important}.retail-phone-wrapper{justify-content:center!important;align-items:center!important;display:flex!important}.retail-phone-image{width:170px!important;max-width:100%!important}.retail-phone-glow{width:210px!important;height:210px!important}}.service-business-section{box-shadow:1;background:0 0;border-radius:20px;padding-top:50px;padding-bottom:50px;position:relative;overflow:hidden}.service-business-section img{max-width:100%;display:block}.service-business-section .container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:50px;margin:auto;display:grid;position:relative}.left-section{position:relative}.left-service-card{background:#fff;border:1px solid #ff6b351f;border-radius:18px;padding:15px;transition:all .45s;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000014}.left-service-card:hover{transform:translateY(-8px);box-shadow:0 40px 90px #0000001f}.service-newcontainer{grid-template-columns:1.1fr .9fr;gap:10px;display:grid}.business-badge{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:100px;align-items:center;margin-bottom:10px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero-title{font-size:28pz;color:var(--text);margin-bottom:10px;font-weight:700;line-height:1.02}.hero-title .orange{color:var(--primary)}.hero-title .red{color:var(--secondary)}.hero-description{color:#666;max-width:520px;margin-bottom:10px;font-size:12px;font-weight:500;line-height:1.1}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:10px;display:grid}.stat-card{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:10px;transition:all .35s;display:flex;box-shadow:0 12px 28px #0000000d}.stat-card:hover{border-color:var(--primary);transform:translateY(-6px)}.stat-card small{color:#777;margin-bottom:5px;display:block}.stat-card h3{color:#202020;margin-bottom:5px;font-size:16px;font-weight:800}.stat-card .positive{color:var(--primary);margin-bottom:5px;font-size:14px;font-weight:700}.stat-card span{color:#888;font-size:10px}.middle-cards{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px;display:grid}.subscription-card,.reminder-card{border:1px solid var(--border);background:#fff;border-radius:20px;padding:10px;transition:all .35s;box-shadow:0 12px 30px #0000000d}.subscription-card:hover,.reminder-card:hover{transform:translateY(-8px)}.card-heading{align-items:center;gap:10px;display:flex}.card-heading i{width:35px;min-width:35px;height:35px;color:var(--primary);background:#fff1ec;border-radius:50%;place-items:center;font-size:18px;display:grid}.card-heading span{color:#242424;font-size:12px;font-weight:700}.subscription-card ul,.reminder-card ul{margin:0;padding:0;list-style:none}.subscription-card li,.reminder-card li{border-bottom:1px dashed #ececec;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.subscription-card li:last-child,.reminder-card li:last-child{border-bottom:none}.subscription-card li span,.reminder-card li span{color:#555;font-size:12px}.subscription-card strong,.reminder-card strong{color:#1d1d1f;font-size:12px}.feature-list{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.feature-item{border:1px solid var(--border);text-align:center;background:#fff;border-radius:14px;align-items:center;gap:1px;padding:10px;transition:all .35s;display:flex}.feature-item i{color:var(--primary);font-size:22px;display:block}.feature-item span{color:#444;font-size:12px;font-weight:600;line-height:1.5;display:block}.feature-item:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 18px 40px #ff6b352e}.service-person-image{z-index:8;pointer-events:none;justify-content:center;align-items:center;display:flex}.service-person-image img{object-fit:cover;width:180px;display:block;mask-image:radial-gradient(circle,#000 72%,#0000 100%)}.right-section{justify-content:center;align-items:center;min-height:680px;display:flex;position:relative}.ring{pointer-events:none;border:2px dashed #624bff38;border-radius:50%;position:absolute}.ring-one{width:400px;height:400px;animation:36s linear infinite rotateClockwise}.ring-two{width:350px;height:350px;animation:28s linear infinite rotateAntiClockwise}.ring-three{width:300px;height:300px;animation:20s linear infinite rotateClockwise}.Service-dashboard-wrapper{z-index:20;transition:all .45s;position:relative}.Service-dashboard-image{filter:drop-shadow(0 35px 70px #0000002e);width:350px;transition:all .45s}.Service-dashboard-wrapper:hover{transform:translateY(-12px)scale(1.03)}.Service-dashboard-wrapper:hover .Service-ashboard-image{filter:drop-shadow(0 45px 90px #0000003d)}.floating-icon{z-index:30;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:80px;min-width:80px;height:80px;transition:all .35s;animation:5s ease-in-out infinite floatIcon;display:flex;position:absolute;box-shadow:0 18px 45px #0000001a}.floating-icon i{font-size:20px}.floating-icon span{text-align:center;color:#555;font-size:11px;font-weight:600}.floating-icon:hover{transform:translateY(-8px)scale(1.12);box-shadow:0 25px 60px #0000002e}.service-salon i{color:#7c3aed}.service-service-center i{color:#ff7b00}.service-carwash i{color:#00bcd4}.service-laundry i{color:#2979ff}.service-repair i{color:#34c759}.service-online i{color:#ff5252}.service-salon{top:200px;left:80px}.service-service-center{top:100px;right:300px}.service-carwash{top:200px;right:90px}.service-laundry{bottom:170px;right:100px}.service-repair{bottom:150px;left:120px}.service-online{bottom:80px;left:46%;transform:translate(-50%)}.Service-dashboard-wrapper:before{content:"";filter:blur(35px);z-index:-1;background:radial-gradient(circle,#ff6b3538,#0000 72%);border-radius:50%;width:340px;height:340px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.right-section:before{content:"";background:#ff7b00;border-radius:50%;width:14px;height:14px;animation:6s ease-in-out infinite particle1;position:absolute;top:28%;left:18%}.right-section:after{content:"";background:#7c3aed;border-radius:50%;width:10px;height:10px;animation:5s ease-in-out infinite particle2;position:absolute;bottom:24%;right:18%}@keyframes rotateClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateAntiClockwise{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes floatIcon{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes particle1{0%{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes particle2{0%{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(18px)}to{opacity:.6;transform:translateY(0)}}.service-card,.Service-dashboard-wrapper,.floating-icon,.service-person-image{animation:.9s both fadeUp}.service-right-section{width:100%;position:relative}.service-showcase{grid-template-columns:auto .5fr auto;align-items:center;gap:25px;display:grid;position:relative}.service-services{flex-direction:column;gap:28px;display:flex}.service-services-left{align-items:flex-end}.service-services-right{align-items:flex-start}.service-phone-wrapper{z-index:5;justify-content:center;align-items:center;display:flex;position:relative}.service-phone-glow{filter:blur(18px);z-index:-1;background:radial-gradient(circle,#535bf224 0%,#535bf214 40%,#0000 75%);border-radius:50%;width:30px;height:320px;position:absolute}.service-phone-image{object-fit:contain;filter:drop-shadow(0 35px 70px #0000002e);width:100%;max-width:210px;transition:all .45s;display:block}.service-phone-wrapper:hover .service-phone-image{filter:drop-shadow(0 45px 90px #00000038);transform:translateY(-10px)scale(1.02)}.service-phone-wrapper,.service-services-left,.service-services-right{animation:.8s both serviceFadeUp}@keyframes serviceFadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.new-service-card{text-align:center;z-index:1000;flex-direction:column;align-items:center;width:120px;display:flex}.service-card:hover{transform:translateY(-8px)}.service-icon{background:#fff;border:2px solid #ececec;border-radius:50%;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;margin-bottom:5px;transition:all .35s;display:flex;box-shadow:0 15px 40px #00000014}.service-icon i{font-size:24px;transition:all .35s}.new-service-card:hover .service-icon{transform:scale(1.06)}.service-content h4{color:#fff;border-radius:30px;justify-content:center;align-items:center;min-height:25px;margin-bottom:10px;padding:0 7px;font-size:9px;font-weight:600;display:inline-flex}.service-content p{color:#394150;margin:0;font-size:9px;font-weight:500;line-height:1.3}.new-service-card:hover .service-content h4{transform:translateY(-2px)}.new-service-card:hover .service-icon i{transform:scale(1.08)rotate(-8deg)}.service-purple .service-icon{border-color:#6c4cff38;box-shadow:0 15px 35px #6c4cff1a,inset 0 0 0 8px #6c4cff0a}.service-purple .service-icon i{color:#5b3df5}.service-purple h4{background:linear-gradient(135deg,#6f52ff,#4423f2)}.service-blue .service-icon{border-color:#216eff38;box-shadow:0 15px 35px #216eff1a,inset 0 0 0 8px #216eff0a}.service-blue .service-icon i{color:#216eff}.service-blue h4{background:linear-gradient(135deg,#2d86ff,#1258f4)}.service-pink .service-icon{border-color:#ff297a38;box-shadow:0 15px 35px #ff297a1a,inset 0 0 0 8px #ff297a0a}.service-pink .service-icon i{color:#ff2d7a}.service-pink h4{background:linear-gradient(135deg,#ff4e9d,#ff0f72)}.service-green .service-icon{border-color:#29b54338;box-shadow:0 15px 35px #29b5431a,inset 0 0 0 8px #29b5430a}.service-green .service-icon i{color:#22b239}.service-green h4{background:linear-gradient(135deg,#3ddc52,#18a629)}.service-rose .service-icon{border-color:#ff408138;box-shadow:0 15px 35px #ff40811a,inset 0 0 0 8px #ff40810a}.service-rose .service-icon i{color:#ff4081}.service-rose h4{background:linear-gradient(135deg,#ff5a9a,#ff2d6f)}.service-orange .service-icon{border-color:#ff780038;box-shadow:0 15px 35px #ff78001a,inset 0 0 0 8px #ff78000a}.service-orange .service-icon i{color:#ff6f00}.service-orange h4{background:linear-gradient(135deg,#ff8c1a,#ff5b00)}.service-lime .service-icon{border-color:#64be0038;box-shadow:0 15px 35px #64be001a,inset 0 0 0 8px #64be000a}.service-lime .service-icon i{color:#57b900}.service-lime h4{background:linear-gradient(135deg,#7dd321,#49a000)}.service-cyan .service-icon{border-color:#00b4d738;box-shadow:0 15px 35px #00b4d71a,inset 0 0 0 8px #00b4d70a}.service-cyan .service-icon i{color:#00a9d6}.service-cyan h4{background:linear-gradient(135deg,#20c5f7,#009ed4)}.new-service-card:hover .service-icon{box-shadow:0 22px 55px #00000024,inset 0 0 0 8px #fff9}.new-service-card:hover h4{transform:translateY(-2px);box-shadow:0 15px 35px #0000002e}@media screen and (width>=768px) and (width<=1199px){.service-business-section{padding:40px 0!important}.service-business-section .container{flex-direction:column!important;align-items:center!important;gap:50px!important;display:flex!important}.left-section,.service-right-section{width:100%!important;max-width:1000px!important;margin:0 auto!important}.left-service-card{border-radius:28px!important;padding:24px!important}.service-newcontainer{grid-template-columns:1.3fr .7fr!important;align-items:center!important;gap:24px!important;display:grid!important}.business-badge{margin-bottom:14px!important;padding:9px 18px!important;font-size:12px!important}.hero-title{margin-bottom:14px!important;font-size:42px!important;line-height:1.15!important}.hero-description{max-width:100%!important;margin-bottom:20px!important;font-size:16px!important;line-height:1.7!important}.service-person-image{justify-content:center!important;align-items:center!important;display:flex!important}.service-person-image img{width:100%!important;max-width:280px!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important;margin-top:18px!important;display:grid!important}.stat-card{border-radius:16px!important;padding:18px!important}.stat-card small{font-size:13px!important}.stat-card h3{margin:8px 0!important;font-size:22px!important}.stat-card .positive{font-size:15px!important}.stat-card span{font-size:12px!important}.middle-cards{grid-template-columns:repeat(3,1fr)!important;gap:18px!important;margin-top:22px!important;margin-bottom:22px!important;display:grid!important}.subscription-card,.reminder-card{border-radius:18px!important;padding:18px!important}.card-heading{gap:12px!important;margin-bottom:12px!important}.card-heading i{width:42px!important;min-width:42px!important;height:42px!important;font-size:18px!important}.card-heading span{font-size:15px!important}.subscription-card li,.reminder-card li{padding:10px 0!important}.subscription-card li span,.reminder-card li span,.subscription-card strong,.reminder-card strong{font-size:14px!important}.feature-list{grid-template-columns:repeat(4,1fr)!important;gap:14px!important;display:grid!important}.feature-item{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding:16px 10px!important;display:flex!important}.feature-item i{font-size:26px!important}.feature-item span{font-size:13px!important;line-height:1.45!important}.service-right-section{width:100%!important}.service-showcase{grid-template-columns:190px 1fr 190px!important;justify-content:center!important;align-items:center!important;gap:20px!important;width:100%!important;display:grid!important}.service-services{flex-direction:column!important;gap:20px!important;display:flex!important}.service-services-left{align-items:flex-end!important}.service-services-right{align-items:flex-start!important}.service-phone-wrapper{z-index:2!important;justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important}.service-phone-image{z-index:2!important;width:320px!important;max-width:100%!important;position:relative!important}.service-phone-glow{filter:blur(30px)!important;width:420px!important;height:420px!important}.new-service-card{text-align:center!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;width:170px!important;display:flex!important}.service-icon{width:58px!important;min-width:58px!important;height:58px!important;margin-bottom:12px!important}.service-icon i{font-size:26px!important}.service-content h4{border-radius:30px!important;min-height:26px!important;margin-bottom:10px!important;padding:4px 12px!important;font-size:11px!important}.service-content p{max-width:170px!important;font-size:11px!important;line-height:1.5!important}.new-service-card:hover{transform:translateY(-6px)!important}.service-phone-wrapper:hover .service-phone-image{transform:translateY(-8px)scale(1.02)!important}}@media screen and (width>=480px) and (width<=767px){.service-business-section{padding:30px 0!important}.service-business-section .container{flex-direction:column!important;align-items:center!important;gap:40px!important;display:flex!important}.left-section,.service-right-section{width:100%!important}.left-service-card{border-radius:22px!important;padding:18px!important}.service-newcontainer{flex-direction:column!important;gap:18px!important;display:flex!important}.service-person-image{order:2!important;justify-content:center!important;align-items:center!important;display:flex!important}.service-person-image img{width:220px!important;max-width:100%!important}.business-badge{padding:8px 16px!important;font-size:11px!important}.hero-title{margin-bottom:10px!important;font-size:34px!important;line-height:1.15!important}.hero-description{margin-bottom:16px!important;font-size:15px!important;line-height:1.65!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;display:grid!important}.stat-card{padding:16px!important}.stat-card h3{font-size:20px!important}.stat-card small{font-size:13px!important}.stat-card span{font-size:12px!important}.middle-cards{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;margin:18px 0!important;display:grid!important}.subscription-card,.reminder-card{border-radius:16px!important;padding:16px!important}.card-heading{gap:10px!important;margin-bottom:10px!important}.card-heading i{width:40px!important;min-width:40px!important;height:40px!important;font-size:18px!important}.card-heading span{font-size:14px!important}.subscription-card li span,.reminder-card li span,.subscription-card strong,.reminder-card strong{font-size:13px!important}.feature-list{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;display:grid!important}.feature-item{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:10px!important;padding:14px!important;display:flex!important}.feature-item i{font-size:22px!important}.feature-item span{font-size:12px!important;line-height:1.4!important}.service-right-section{width:100%!important}.service-showcase{grid-template-columns:110px 1fr 110px!important;justify-content:center!important;align-items:center!important;gap:12px!important;display:grid!important}.service-services{flex-direction:column!important;gap:16px!important;display:flex!important}.service-services-left{align-items:flex-end!important}.service-services-right{align-items:flex-start!important}.new-service-card{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100px!important;display:flex!important}.service-icon{width:50px!important;min-width:50px!important;height:50px!important;margin-bottom:8px!important}.service-icon i{font-size:22px!important}.service-content h4{min-height:20px!important;margin-bottom:8px!important;padding:3px 8px!important;font-size:9px!important}.service-content p{font-size:9px!important;line-height:1.45!important}.service-phone-wrapper{justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important}.service-phone-image{width:240px!important;max-width:100%!important}.service-phone-glow{width:300px!important;height:300px!important}.new-service-card:hover{transform:translateY(-5px)!important}.service-phone-wrapper:hover .service-phone-image{transform:translateY(-6px)scale(1.02)!important}}@media screen and (width<=479px){.service-business-section{padding:24px 0!important}.service-business-section .container{flex-direction:column!important;align-items:center!important;gap:32px!important;display:flex!important}.left-section{order:1!important;width:100%!important}.service-right-section{order:2!important;width:100%!important;margin-top:20px!important}.left-service-card{border-radius:18px!important;padding:16px!important}.service-newcontainer{flex-direction:column!important;gap:16px!important;display:flex!important}.service-person-image{order:2!important;justify-content:center!important;align-items:center!important;display:flex!important}.service-person-image img{width:180px!important;max-width:100%!important}.business-badge{margin-bottom:10px!important;padding:7px 14px!important;font-size:10px!important}.hero-title{margin-bottom:10px!important;font-size:28px!important;line-height:1.15!important}.hero-description{margin-bottom:16px!important;font-size:14px!important;line-height:1.6!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;display:grid!important}.stat-card{border-radius:14px!important;padding:14px!important}.stat-card h3{font-size:18px!important}.stat-card small{font-size:12px!important}.stat-card span{font-size:11px!important}.middle-cards{grid-template-columns:repeat(2,1fr);gap:8px;margin:16px 0;display:grid}.middle-cards .reminder-card{grid-column:1/-1}.subscription-card,.reminder-card{box-sizing:border-box!important;border-radius:8px!important;width:100%!important;padding:8px!important;overflow:hidden!important}.card-heading{align-items:center!important;gap:8px!important;margin-bottom:10px!important;display:flex!important}.card-heading i{width:36px!important;min-width:36px!important;height:36px!important;font-size:16px!important}.card-heading span{white-space:nowrap!important;font-size:10px!important;font-weight:700!important}.subscription-card ul,.reminder-card ul{margin:0!important;padding:0!important;list-style:none!important}.subscription-card li,.reminder-card li{border-bottom:1px dashed #ececec!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;padding:8px 0!important;display:flex!important}.subscription-card li:last-child,.reminder-card li:last-child{border-bottom:none!important}.subscription-card li span,.reminder-card li span{white-space:nowrap!important;text-overflow:ellipsis!important;flex:1!important;font-size:9px!important;line-height:1.35!important;overflow:hidden!important}.subscription-card li strong,.reminder-card li strong{text-align:right!important;white-space:nowrap!important;flex-shrink:0!important;font-size:10px!important;font-weight:700!important}.feature-list{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;display:grid!important}.feature-item{text-align:center!important;border-radius:12px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:12px!important;display:flex!important}.feature-item i{font-size:20px!important}.feature-item span{font-size:11px!important;line-height:1.4!important}.service-showcase{grid-template-columns:70px 1fr 70px!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;display:grid!important}.service-services{flex-direction:column!important;gap:12px!important;display:flex!important}.service-services-left{align-items:flex-end!important}.service-services-right{align-items:flex-start!important}.new-service-card{text-align:center!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;width:68px!important;display:flex!important}.service-icon{width:38px!important;min-width:38px!important;height:38px!important;margin-bottom:6px!important}.service-icon i{font-size:16px!important}.service-content h4{border-radius:20px!important;min-height:18px!important;margin-bottom:5px!important;padding:3px 6px!important;font-size:7px!important;line-height:1.2!important}.service-content p{max-width:68px!important;font-size:7px!important;line-height:1.35!important}.service-phone-wrapper{z-index:2!important;justify-content:center!important;align-items:center!important;display:flex!important;position:relative!important}.service-phone-image{z-index:2!important;width:165px!important;max-width:100%!important;position:relative!important}.service-phone-glow{filter:blur(18px)!important;width:220px!important;height:220px!important}.new-service-card:hover{transform:translateY(-4px)!important}.service-phone-wrapper:hover .service-phone-image{transform:translateY(-4px)scale(1.02)!important}}
