.Header-module__arFiJq__header{width:100%;height:var(--header-height);z-index:1000;background-color:#0000;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Header-module__arFiJq__lightPage:not(.Header-module__arFiJq__scrolled){-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0000;border-bottom:none}.Header-module__arFiJq__scrolled{background-color:#fffffff2;height:70px;box-shadow:0 4px 20px #0000000d}.Header-module__arFiJq__headerContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__arFiJq__logo{color:var(--primary-color);align-items:center;gap:10px;font-size:24px;font-weight:700;display:flex}.Header-module__arFiJq__logo img{height:40px}.Header-module__arFiJq__nav{display:flex}.Header-module__arFiJq__navList{gap:30px;display:flex}.Header-module__arFiJq__navItem{position:relative}.Header-module__arFiJq__navItem a{color:#334155;align-items:center;gap:4px;padding:8px 0;font-size:16px;font-weight:600;transition:all .3s;display:flex;position:relative}.Header-module__arFiJq__darkHero:not(.Header-module__arFiJq__scrolled) .Header-module__arFiJq__navItem a{color:#fff;text-shadow:0 1px 2px #0000001a}.Header-module__arFiJq__arrow{transition:transform .3s}.Header-module__arFiJq__hasDropdown:hover .Header-module__arFiJq__arrow{transform:rotate(180deg)}.Header-module__arFiJq__menuButton{display:none}.Header-module__arFiJq__dropdown{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #f1f5f9;border-radius:12px;min-width:140px;padding:8px;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 10px 25px #0000001a}.Header-module__arFiJq__dropdown:before{content:"";width:100%;height:15px;position:absolute;top:-15px;left:0}.Header-module__arFiJq__hasDropdown:hover .Header-module__arFiJq__dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(12px)}.Header-module__arFiJq__dropdown li{margin-bottom:4px;list-style:none}.Header-module__arFiJq__dropdown li:last-child{margin-bottom:0}.Header-module__arFiJq__dropdown a{white-space:nowrap;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:block;color:#475569!important}.Header-module__arFiJq__dropdown a:hover,.Header-module__arFiJq__dropdown a.Header-module__arFiJq__active{background:#f1f5f9;color:var(--primary-color)!important}.Header-module__arFiJq__dropdown a:after{display:none}.Header-module__arFiJq__lightPage:not(.Header-module__arFiJq__scrolled) .Header-module__arFiJq__navItem a{color:#334155;text-shadow:none}.Header-module__arFiJq__lightPage:not(.Header-module__arFiJq__scrolled) .Header-module__arFiJq__navItem a:hover,.Header-module__arFiJq__lightPage:not(.Header-module__arFiJq__scrolled) .Header-module__arFiJq__navItem a.Header-module__arFiJq__active{color:var(--primary-color)}.Header-module__arFiJq__scrolled .Header-module__arFiJq__navItem a{color:#333}.Header-module__arFiJq__navItem a:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__arFiJq__navItem a:hover:after,.Header-module__arFiJq__navItem a.Header-module__arFiJq__active:after{width:100%}.Header-module__arFiJq__navItem a.Header-module__arFiJq__active,.Header-module__arFiJq__navItem a:hover{color:var(--primary-color)}@media (max-width:768px){.Header-module__arFiJq__header{height:60px}.Header-module__arFiJq__header.Header-module__arFiJq__scrolled{background-color:#fff;box-shadow:0 2px 10px #0000000d}.Header-module__arFiJq__lightPage:not(.Header-module__arFiJq__scrolled) .Header-module__arFiJq__navItem a{color:#333}.Header-module__arFiJq__nav{opacity:0;visibility:hidden;z-index:1001;background:#fff;flex-direction:column;width:100%;padding:20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%);box-shadow:0 10px 30px #0000001a}.Header-module__arFiJq__navOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__arFiJq__navList{flex-direction:column;gap:0;width:100%}.Header-module__arFiJq__navItem{border-bottom:1px solid #f1f5f9;width:100%}.Header-module__arFiJq__navItem:last-child{border-bottom:none}.Header-module__arFiJq__navItem a{justify-content:space-between;padding:15px 0;font-size:15px;color:#333!important}.Header-module__arFiJq__navItem a.Header-module__arFiJq__active{color:var(--primary-color)!important}.Header-module__arFiJq__navItem a:after{display:none}.Header-module__arFiJq__dropdown{opacity:1;visibility:visible;box-shadow:none;background:#f8fafc;border:none;flex-direction:column;width:100%;margin-top:-5px;padding:14px 20px;display:flex;position:static;transform:none}.Header-module__arFiJq__dropdown a{padding:10px 14px;font-size:14px;color:#64748b!important}.Header-module__arFiJq__dropdown a.Header-module__arFiJq__active{color:var(--primary-color)!important}.Header-module__arFiJq__menuButton{color:#333;cursor:pointer;z-index:1002;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:color .3s;display:flex}.Header-module__arFiJq__darkHero:not(.Header-module__arFiJq__scrolled) .Header-module__arFiJq__menuButton{color:#fff}.Header-module__arFiJq__scrolled .Header-module__arFiJq__menuButton,.Header-module__arFiJq__lightPage:not(.Header-module__arFiJq__scrolled) .Header-module__arFiJq__menuButton{color:#333}.Header-module__arFiJq__header:has(.Header-module__arFiJq__navOpen) .Header-module__arFiJq__menuButton{color:#333!important}.Header-module__arFiJq__menuOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0000004d;position:fixed;inset:0}.Header-module__arFiJq__logo img{height:68px}}
.Hero-module__ThrjiW__heroSection{flex-direction:column;width:100%;min-height:480px;display:flex;position:relative;overflow:hidden}.Hero-module__ThrjiW__heroBg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ThrjiW__heroBg img{object-fit:cover;width:100%;height:100%}.Hero-module__ThrjiW__heroBg:after{content:"";z-index:1;background:linear-gradient(90deg,#1e3a8a80 0%,#1e3a8a33 40%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ThrjiW__heroContent{z-index:2;padding-left:120px;padding-top:var(--header-height);flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.Hero-module__ThrjiW__heroTitle{color:#fff;letter-spacing:.05em;text-shadow:0 4px 20px #0000004d;margin-bottom:12px;font-size:36px;font-weight:800}.Hero-module__ThrjiW__heroSubtitle{color:#ffffffe6;letter-spacing:.15em;text-shadow:0 2px 10px #0000004d;font-size:24px;font-weight:500}.Hero-module__ThrjiW__pageNav{z-index:10;background:0 0;padding-bottom:20px;position:relative}.Hero-module__ThrjiW__navList{justify-content:center;gap:60px;margin:0;padding:0;list-style:none;display:flex}.Hero-module__ThrjiW__navItem{position:relative}.Hero-module__ThrjiW__navLink{color:#ffffffd9;cursor:pointer;text-shadow:0 1px 3px #0000004d;padding:12px 8px;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s;display:block}.Hero-module__ThrjiW__navLink:hover{color:#fff}.Hero-module__ThrjiW__navItem.Hero-module__ThrjiW__active .Hero-module__ThrjiW__navLink{color:#fff;font-weight:600}.Hero-module__ThrjiW__navItem.Hero-module__ThrjiW__active:after{content:"";background:#fff;border-radius:2px;width:28px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:1024px){.Hero-module__ThrjiW__heroSection{min-height:360px}.Hero-module__ThrjiW__heroContent{padding-left:40px}.Hero-module__ThrjiW__heroTitle{font-size:36px}.Hero-module__ThrjiW__heroSubtitle{font-size:18px}.Hero-module__ThrjiW__navList{justify-content:flex-start;gap:24px;padding:0 20px;overflow-x:auto}.Hero-module__ThrjiW__navLink{white-space:nowrap;padding:16px 8px;font-size:14px}}@media (max-width:640px){.Hero-module__ThrjiW__heroSection{min-height:280px}.Hero-module__ThrjiW__heroContent{padding-left:24px}.Hero-module__ThrjiW__heroTitle{font-size:28px}.Hero-module__ThrjiW__heroSubtitle{font-size:14px}}
.Footer-module__rnk_JG__footer{color:#fff;background-color:#222;padding:80px 0 30px}.Footer-module__rnk_JG__grid{grid-template-columns:2fr 1fr 1.5fr 1fr;gap:40px;margin-bottom:60px;display:grid}.Footer-module__rnk_JG__logo{align-items:center;gap:10px;margin-bottom:20px;font-size:24px;font-weight:700;display:flex}.Footer-module__rnk_JG__logo img{filter:brightness(0)invert();height:100px;margin-top:-30px;margin-left:-20px}.Footer-module__rnk_JG__aboutText{color:#aaa;font-size:14px;line-height:1.8}.Footer-module__rnk_JG__colTitle{margin-bottom:25px;font-size:18px;position:relative}.Footer-module__rnk_JG__colTitle:after{content:"";background-color:var(--primary-color);width:30px;height:2px;position:absolute;bottom:-10px;left:0}.Footer-module__rnk_JG__links li,.Footer-module__rnk_JG__contactInfo li{margin-bottom:12px}.Footer-module__rnk_JG__links a,.Footer-module__rnk_JG__contactInfo li{color:#aaa;font-size:14px}.Footer-module__rnk_JG__links a:hover{color:#fff;padding-left:5px}.Footer-module__rnk_JG__qrGrid{grid-template-columns:1fr 1fr;gap:15px;margin-top:15px;display:grid}.Footer-module__rnk_JG__qrItem{text-align:center}.Footer-module__rnk_JG__qrLabel{color:#aaa;margin-bottom:8px;font-size:12px}.Footer-module__rnk_JG__qrImageContainer{background:#fff;border-radius:8px;padding:5px;display:inline-block}.Footer-module__rnk_JG__qrImage{border-radius:4px;width:80px;height:80px;display:block}.Footer-module__rnk_JG__bottom{text-align:center;color:#777;border-top:1px solid #333;padding-top:30px;font-size:13px}.Footer-module__rnk_JG__bottom p{margin-bottom:5px}@media (max-width:768px){.Footer-module__rnk_JG__footer{padding:48px 0 30px}.Footer-module__rnk_JG__grid{text-align:left;grid-template-columns:1fr;gap:40px;padding:0 20px}.Footer-module__rnk_JG__logo{justify-content:flex-start;margin-bottom:15px}.Footer-module__rnk_JG__logo img{height:80px;margin-top:-20px;margin-left:-15px}.Footer-module__rnk_JG__aboutText{margin-bottom:10px;font-size:13px}.Footer-module__rnk_JG__colTitle{margin-bottom:20px;font-size:16px}.Footer-module__rnk_JG__links li,.Footer-module__rnk_JG__contactInfo li{margin-bottom:10px}.Footer-module__rnk_JG__qrGrid{grid-template-columns:repeat(2,1fr);max-width:240px}.Footer-module__rnk_JG__bottom{padding:20px 10px;font-size:12px}}
.QRModal-module__qGz_la__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;cursor:pointer;background:#0f172a66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.QRModal-module__qGz_la__modal{cursor:default;background:#fff;border-radius:32px;width:320px;padding:24px;box-shadow:0 25px 50px -12px #00000040}.QRModal-module__qGz_la__header{color:#1e293b;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:18px;font-weight:700;display:flex}.QRModal-module__qGz_la__closeBtn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.QRModal-module__qGz_la__closeBtn:hover{color:#0f172a;background:#e2e8f0}.QRModal-module__qGz_la__body{text-align:center}.QRModal-module__qGz_la__qrWrapper{background:#fff;border:1px solid #f1f5f9;border-radius:24px;margin-bottom:16px;padding:12px;display:inline-block}.QRModal-module__qGz_la__qrImage{border-radius:12px;display:block}.QRModal-module__qGz_la__tip{color:#64748b;font-size:14px;font-weight:500}@media (max-width:768px){.QRModal-module__qGz_la__modal{width:280px;padding:20px}.QRModal-module__qGz_la__header{margin-bottom:20px}.QRModal-module__qGz_la__closeBtn{width:32px;height:32px}.QRModal-module__qGz_la__qrWrapper{padding:8px}.QRModal-module__qGz_la__qrImage{border-radius:10px}.QRModal-module__qGz_la__tip{font-size:12px}}
.Hero-module__44T6hq__hero{background:linear-gradient(#fef3f3 0%,#fdf2f2 100%);min-height:100vh;position:relative;overflow:hidden}.Hero-module__44T6hq__bannerSection{background:#a1a7ab;justify-content:center;align-items:center;width:100%;height:65vh;display:flex;position:relative}.Hero-module__44T6hq__bannerImg{object-fit:cover;opacity:.6}.Hero-module__44T6hq__bannerOverlay{z-index:2;background:linear-gradient(#0003 0%,#0000001a 100%,#fefefe 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Hero-module__44T6hq__bannerContent{text-align:center;color:#fff;z-index:10}.Hero-module__44T6hq__bannerLogo{letter-spacing:.05em;background:linear-gradient(110deg,#b83d35 45%,#fff 50%,#b83d35 55%) 0 0/300%;color:#0000;filter:drop-shadow(0 10px 10px #7f1d1d66);-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:72px;font-weight:900;animation:3s ease-in-out forwards Hero-module__44T6hq__shine;display:inline-block}@keyframes Hero-module__44T6hq__shine{0%{background-position:100%}to{background-position:0%}}.Hero-module__44T6hq__bannerSlogan{letter-spacing:.2em;font-size:24px;font-weight:400}.Hero-module__44T6hq__heroContainer{z-index:10;background:url(https://static.qrx360.com/privilege/20260121/0dc91a68f52b4704aa0afbca10f1610f.png) 50%/cover no-repeat;width:100%;position:relative}.Hero-module__44T6hq__heroContent{max-width:1440px;margin:0 auto;padding:10px 40px 100px}.Hero-module__44T6hq__introSection{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border-radius:32px;grid-template-columns:1fr 1fr;gap:100px;margin-bottom:140px;padding:40px 60px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #b83d3526,inset 0 0 0 1px #fff9}.Hero-module__44T6hq__introSection:before{display:none}.Hero-module__44T6hq__introSection:after{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 2px 2px,#b83d3508 1px,#0000 0);background-size:32px 32px;position:absolute;inset:0}.Hero-module__44T6hq__introCol{z-index:1;flex-direction:column;display:flex;position:relative}.Hero-module__44T6hq__introTitle{color:#1e293b;align-items:center;gap:16px;margin-bottom:24px;font-size:32px;font-weight:850;display:flex}.Hero-module__44T6hq__introTitle:before{content:"";background:linear-gradient(#ef4444,#dc2626);border-radius:10px;width:6px;height:28px;box-shadow:0 2px 8px #dc26264d}.Hero-module__44T6hq__introText{color:#475569;text-align:justify;letter-spacing:.02em;font-size:17px;line-height:1.8}.Hero-module__44T6hq__highlight{color:#ef4444;font-weight:800}.Hero-module__44T6hq__advantageHeader{text-align:center;margin-bottom:80px;position:relative}.Hero-module__44T6hq__advantageTitle{color:#1e293b;letter-spacing:-.02em;margin-bottom:12px;font-size:40px;font-weight:900}.Hero-module__44T6hq__advantageSubtitle{color:var(--primary-color);letter-spacing:.5em;text-transform:uppercase;font-size:14px;font-weight:800}.Hero-module__44T6hq__qualityVisualContainer{background:#fdf8f8;border:1px solid #ef44440d;border-radius:24px;flex-direction:column;gap:20px;width:100%;padding:36px 24px 24px;display:flex;position:relative;box-shadow:0 10px 40px #b83d350f}.Hero-module__44T6hq__windowDots{gap:6px;display:flex;position:absolute;top:16px;left:20px}.Hero-module__44T6hq__windowDots span{border-radius:50%;width:8px;height:8px}.Hero-module__44T6hq__dotRed{background:#ff5f56}.Hero-module__44T6hq__dotYellow{background:#ffbd2e}.Hero-module__44T6hq__dotGreen{background:#27c93f}.Hero-module__44T6hq__qualityMainLayout{gap:20px;display:flex}.Hero-module__44T6hq__qualityLeftCard{background:#fff;border:2px solid #ef44441a;border-radius:20px;flex-direction:column;flex:1.2;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible;box-shadow:0 8px 20px #00000005}.Hero-module__44T6hq__serviceBadge{z-index:10;background:linear-gradient(135deg,#f3e2a0 0%,#e6c673 50%,#ae6f32 100%);border-top:1px solid #ffffff80;border-radius:0 30px 30px 0;padding:8px 20px;position:absolute;top:15px;left:-10px;box-shadow:4px 4px 15px #d4a94d66}.Hero-module__44T6hq__serviceBadge:before{content:"";z-index:-1;border-bottom:10px solid #8c6d2d;border-left:10px solid #0000;position:absolute;top:-10px;left:0}.Hero-module__44T6hq__badgeText{color:#fff;letter-spacing:1px;white-space:nowrap;text-shadow:0 1px 3px #8c6d2d80;font-size:18px;font-weight:800}.Hero-module__44T6hq__qualityLeftDesc{color:#8c6d2d;letter-spacing:1px;margin-top:10px;font-size:16px;font-weight:700}.Hero-module__44T6hq__qualityLeftImg{object-fit:contain;width:100%;height:auto;margin-top:30px}.Hero-module__44T6hq__qualityRightCol{flex-direction:column;flex:1.8;gap:16px;display:flex}.Hero-module__44T6hq__qualityRightCard{background:#fff;border:1px solid #ef44441a;border-radius:20px;flex-direction:column;gap:12px;padding:18px;display:flex;box-shadow:0 8px 20px #00000005}.Hero-module__44T6hq__qualityCardHeader{text-align:left;align-items:center;gap:12px;display:flex}.Hero-module__44T6hq__qualityCardHeader h4{color:#1e293b;margin:0;font-size:20px;font-weight:850}.Hero-module__44T6hq__qualityCardHeader p{color:#64748b;margin:10px 0 16px;font-size:14px}.Hero-module__44T6hq__qualityCardIcons{flex-wrap:wrap;justify-content:space-between;display:flex}.Hero-module__44T6hq__miniBrandIcon{background:#fff;border:1px solid #f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:6px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 6px #00000005}.Hero-module__44T6hq__miniBrandImg{object-fit:contain;width:100%;height:100%}.Hero-module__44T6hq__miniBrandIcon:hover{border-color:#ef4444;transform:translateY(-3px);box-shadow:0 5px 15px #ef44441a}.Hero-module__44T6hq__qualityBottomBar{background:#fff;border:1px solid #ef444414;border-radius:16px;justify-content:space-between;padding:14px 28px;display:flex;box-shadow:0 4px 15px #00000005}.Hero-module__44T6hq__qualityBottomItem{color:#8c6d2d;cursor:default;align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.Hero-module__44T6hq__qualityBottomIcon{color:#9f820c;justify-content:center;align-items:center;display:flex}.Hero-module__44T6hq__fulfillmentVisualContainer{background:#fdf8f8;border:1px solid #ef44440d;border-radius:24px;justify-content:center;align-items:center;width:100%;min-height:400px;padding:36px 24px 24px;display:flex;position:relative;box-shadow:0 10px 40px #b83d350f}.Hero-module__44T6hq__fulfillmentMainLayout{justify-content:center;align-items:center;width:100%;display:flex}.Hero-module__44T6hq__fulfillmentMockupWrapper{width:fit-content;position:relative}.Hero-module__44T6hq__floatingBadge,.Hero-module__44T6hq__floatingBadge2{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1e293b;white-space:nowrap;z-index:5;background:#ffffffe6;border:1px solid #ffffff80;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;display:flex;position:absolute;box-shadow:0 8px 20px #0000001a}.Hero-module__44T6hq__floatingBadge{top:20%;left:-40px}.Hero-module__44T6hq__floatingBadge2{bottom:25%;right:-30px}.Hero-module__44T6hq__apiSuccessToast{color:#10b981;z-index:6;background:#1e293b;border-radius:99px;align-items:center;gap:8px;padding:6px 16px;font-family:monospace;font-size:12px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0003}.Hero-module__44T6hq__toastPulse{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__44T6hq__toastPulseAnim}@keyframes Hero-module__44T6hq__toastPulseAnim{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.Hero-module__44T6hq__serviceVisualContainer{background:linear-gradient(135deg,#f0f4ff 0%,#fff 100%);border:1px solid #3b82f61a;border-radius:24px;width:100%;min-height:480px;padding:40px 24px 24px;position:relative;overflow:hidden;box-shadow:0 10px 40px #3b82f60d}.Hero-module__44T6hq__serviceMainLayout{align-items:center;gap:20px;height:100%;display:flex}.Hero-module__44T6hq__chatWindow{background:#f3f3f3;border:8px solid #1e293b;border-radius:36px;flex-direction:column;flex-shrink:0;width:280px;height:480px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}.Hero-module__44T6hq__chatWindow:before{content:"";z-index:10;background:#1e293b;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:120px;height:20px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Hero-module__44T6hq__chatHeader{color:#1e293b;text-align:center;background:#f3f3f3;border-bottom:1px solid #e2e8f0;padding:25px 16px 10px;font-size:14px;font-weight:600}.Hero-module__44T6hq__chatBody{background:#ededed;flex-direction:column;flex:1;gap:16px;padding:12px;display:flex;overflow-y:auto}.Hero-module__44T6hq__chatRowLeft,.Hero-module__44T6hq__chatRowRight{gap:8px;width:100%;display:flex}.Hero-module__44T6hq__chatRowLeft{justify-content:flex-start}.Hero-module__44T6hq__chatRowRight{justify-content:flex-end}.Hero-module__44T6hq__avatarUser,.Hero-module__44T6hq__avatarService{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.Hero-module__44T6hq__avatarUser{color:#333;background:#fff;border:1px solid #dbeafe;font-size:14px;font-weight:700}.Hero-module__44T6hq__avatarService{color:var(--primary-color);background:#fff;border:1px solid #ef444433;font-size:14px;font-weight:700}.Hero-module__44T6hq__msgLeft,.Hero-module__44T6hq__msgRight{border-radius:6px;max-width:75%;padding:8px 12px;font-size:13px;line-height:1.5;position:relative}.Hero-module__44T6hq__msgLeft{color:#000;background:#fff;border:1px solid #ebebeb;align-self:flex-start}.Hero-module__44T6hq__msgLeft:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid #fff;position:absolute;top:10px;left:-6px}.Hero-module__44T6hq__msgRight{color:#000;background:#95ec69;border:1px solid #82d65a;align-self:flex-end}.Hero-module__44T6hq__msgRight:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:6px solid #95ec69;position:absolute;top:10px;right:-6px}.Hero-module__44T6hq__aiCoreSection{flex-direction:column;flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__44T6hq__aiTags{z-index:2;flex-direction:column;gap:15px;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Hero-module__44T6hq__aiTagItem{color:#1e293b;white-space:nowrap;background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #00000014}.Hero-module__44T6hq__aiVisual{justify-content:flex-end;align-items:center;width:100%;height:300px;padding-right:40px;display:flex;position:relative}.Hero-module__44T6hq__aiCenterCircle{width:100px;height:100px;position:relative}.Hero-module__44T6hq__aiIconWrapper{z-index:2;background:linear-gradient(135deg,#818cf8 0%,#6366f1 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 0 30px #6366f14d}.Hero-module__44T6hq__aiCoreImg{object-fit:contain;filter:brightness(0)invert();width:60%;height:60%}.Hero-module__44T6hq__aiOrbit{border:1px dashed #6366f133;border-radius:50%;width:240px;height:240px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__44T6hq__orbitUser1,.Hero-module__44T6hq__orbitUser2,.Hero-module__44T6hq__orbitUser3{background:#fff;border:2px solid #fff;border-radius:50%;position:absolute;overflow:hidden;box-shadow:0 4px 10px #0000001a}.Hero-module__44T6hq__orbitUser1{top:0;left:50%;transform:translate(-50%,-50%)}.Hero-module__44T6hq__orbitUser2{bottom:20%;right:-10%}.Hero-module__44T6hq__orbitUser3{bottom:-10%;left:30%}.Hero-module__44T6hq__orbitUser1 img,.Hero-module__44T6hq__orbitUser2 img,.Hero-module__44T6hq__orbitUser3 img{object-fit:cover;width:100%;height:100%}@media (max-width:1024px){.Hero-module__44T6hq__qualityMainLayout{flex-direction:column}.Hero-module__44T6hq__qualityBottomBar{flex-wrap:wrap;justify-content:center;gap:15px}}.Hero-module__44T6hq__tabNav{justify-content:center;gap:60px;margin-bottom:40px;display:flex}.Hero-module__44T6hq__tabBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:100px;align-items:center;gap:14px;padding:12px 26px;font-size:24px;font-weight:500;transition:all .3s;display:flex}.Hero-module__44T6hq__tabIcon{justify-content:center;align-items:center;transition:transform .3s;display:flex}.Hero-module__44T6hq__activeTab{color:#fff;background:linear-gradient(135deg,#ef2b2b 0%,#f16b6b 100%);font-weight:700;transform:translateY(-2px);box-shadow:0 10px 25px #ef44444d}.Hero-module__44T6hq__tabBtn:active{transform:translateY(0)}.Hero-module__44T6hq__tabBtn:hover:not(.Hero-module__44T6hq__activeTab){color:#ef4444;background:#ef44440d}.Hero-module__44T6hq__tabContentCard{background:#fff;border:1px solid #b83d350d;border-radius:32px;grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:60px;padding:60px;display:grid;box-shadow:0 20px 50px #b83d350d}.Hero-module__44T6hq__tabContentLeft{flex-direction:column;gap:24px;display:flex}.Hero-module__44T6hq__contentTag{color:#ef4444;background:#fff1f2;border:1px solid #fecaca;border-radius:100px;width:fit-content;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.Hero-module__44T6hq__contentMainTitle{color:#1e293b;font-size:34px;font-weight:800;line-height:1.2}.Hero-module__44T6hq__blueHighlight{color:#ef4444}.Hero-module__44T6hq__contentSteps{flex-direction:column;margin:20px 0;display:flex}.Hero-module__44T6hq__stepItem{gap:20px;padding-bottom:30px;display:flex;position:relative}.Hero-module__44T6hq__stepDot{z-index:2;background:#ef4444;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:8px;box-shadow:0 0 0 4px #ef44441a}.Hero-module__44T6hq__stepLine{z-index:1;background:#fbd3d3;width:1px;position:absolute;top:18px;bottom:0;left:4.5px}.Hero-module__44T6hq__stepText h4{color:#1e293b;margin-bottom:6px;font-size:18px;font-weight:700}.Hero-module__44T6hq__stepText p{color:#64748b;font-size:14px;line-height:1.6}.Hero-module__44T6hq__contentActions{gap:16px;display:flex}.Hero-module__44T6hq__primaryAction{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:12px 32px;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #ef444433}.Hero-module__44T6hq__secondaryAction{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 32px;font-weight:700;transition:all .3s}.Hero-module__44T6hq__primaryAction:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.Hero-module__44T6hq__visualGridContainer{grid-template-columns:1fr 1fr;gap:10px;height:100%;display:grid;position:relative}.Hero-module__44T6hq__visualCard{background:#fff;border:1px solid #ffffff80;border-radius:24px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 20px 50px #00000014}.Hero-module__44T6hq__visualCard:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 30px 60px #007bff1f}.Hero-module__44T6hq__cardLeft{z-index:2;background:#fff;border:1px solid #fffc;border-radius:32px;flex-direction:column;width:300px;display:flex;overflow:hidden;box-shadow:0 30px 70px #0000001f;padding:0!important}.Hero-module__44T6hq__rewardCardTop{background:linear-gradient(135deg,#8d97f8 0%,#6c6eee 100%);justify-content:center;align-items:center;height:160px;padding-bottom:15px;display:flex;position:relative}.Hero-module__44T6hq__rewardGridPattern{-webkit-mask-image:linear-gradient(#000 80%,#0000);mask-image:linear-gradient(#000 80%,#0000);background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L10 0 L20 10 L10 20 Z' fill='%23ffffff' fill-opacity='0.15'/%3E%3C/svg%3E");background-size:30px 30px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 60%,#0000)}.Hero-module__44T6hq__rewardGiftBox{z-index:2;filter:drop-shadow(0 15px 30px #0003);position:relative}.Hero-module__44T6hq__rewardRibbon{color:#fff;z-index:10;white-space:nowrap;letter-spacing:.05em;text-shadow:0 1px 2px #0000001a;background:linear-gradient(#ffdb4d 0%,#f59e0b 100%);border:3px solid #fff;border-radius:99px;padding:8px 36px;font-size:14px;font-weight:900;position:absolute;bottom:-22px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #f59e0b59}.Hero-module__44T6hq__rewardCardBody{text-align:center;flex-direction:column;flex:1;padding:32px 15px 20px;display:flex}.Hero-module__44T6hq__rewardStats{justify-content:center;align-items:baseline;gap:6px;margin-bottom:4px;display:flex}.Hero-module__44T6hq__rewardCurrency{color:#4f46e5;font-size:18px;font-weight:800}.Hero-module__44T6hq__rewardAmount{color:#4f46e5;letter-spacing:-.03em;font-size:42px;font-weight:900;line-height:1}.Hero-module__44T6hq__rewardTitle{color:#1e293b;margin-bottom:6px;font-size:17px;font-weight:800}.Hero-module__44T6hq__rewardDesc{color:#94a3b8;margin-bottom:18px;font-size:12px;font-weight:500;line-height:1.4}.Hero-module__44T6hq__rewardBrandGrid{border-top:1px dashed #e2e8f0;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:auto;padding-top:15px;display:grid}.Hero-module__44T6hq__rewardBrandItem{aspect-ratio:1;filter:drop-shadow(0 4px 8px #0000000d);justify-content:center;align-items:center;width:100%;transition:all .3s;display:flex}.Hero-module__44T6hq__rewardBrandItem:hover{filter:drop-shadow(0 8px 15px #ef444433);transform:scale(1.1)}.Hero-module__44T6hq__cardRight{z-index:3;background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;width:300px;height:fit-content;display:flex;bottom:-30px;right:0;overflow:hidden;box-shadow:0 30px 70px #0000001a;padding:0!important}.Hero-module__44T6hq__ticketHeader{background:linear-gradient(90deg,#fecaca 0%,#ddd6fe 50%,#bae6fd 100%);border-bottom:1px dashed #ffffff80;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:relative;overflow:hidden}.Hero-module__44T6hq__ticketHeader:before{content:"";opacity:.25;z-index:0;background-image:repeating-linear-gradient(0deg,#fff 0 4px,#0000 0 8px),repeating-linear-gradient(90deg,#fff 0 4px,#0000 0 8px);background-size:8px 8px;width:140px;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(270deg,#000 20%,#0000 100%);mask-image:linear-gradient(270deg,#000 20%,#0000 100%)}.Hero-module__44T6hq__ticketBrand{z-index:1;color:#1e40af;align-items:center;gap:6px;font-size:13px;font-weight:900;display:flex;position:relative}.Hero-module__44T6hq__ticketStars{z-index:1;color:#1e40af;opacity:.6;letter-spacing:2px;font-size:12px;position:relative}.Hero-module__44T6hq__ticketMain{text-align:center;background:#fff radial-gradient(circle at 50% 60%,#6366f10d 0%,#0000 70%);padding:15px 20px;position:relative;overflow:hidden}.Hero-module__44T6hq__ticketBgDecor{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__44T6hq__decorCircle,.Hero-module__44T6hq__decorCircle2,.Hero-module__44T6hq__decorCircle3{background:linear-gradient(135deg,#6366f11a 0%,#6366f105 100%);border-radius:50%;animation:6s ease-in-out infinite Hero-module__44T6hq__floatDecor;position:absolute}.Hero-module__44T6hq__decorCircle{width:40px;height:40px;animation-delay:0s;top:20%;left:10%}.Hero-module__44T6hq__decorCircle2{background:linear-gradient(135deg,#f59e0b14 0%,#0000 100%);width:60px;height:60px;animation-delay:-2s;bottom:10%;right:5%}.Hero-module__44T6hq__decorCircle3{background:linear-gradient(135deg,#ef44440f 0%,#0000 100%);width:24px;height:24px;animation-delay:-4s;top:40%;right:15%}@keyframes Hero-module__44T6hq__floatDecor{0%,to{transform:translate(0)scale(1)}50%{transform:translate(10px,-15px)scale(1.1)}}.Hero-module__44T6hq__ticketTitle{z-index:2;margin-bottom:10px;position:relative}.Hero-module__44T6hq__ticketTitle h4{color:#1e293b;text-transform:uppercase;font-size:22px;font-style:italic;font-weight:900;line-height:1.1}.Hero-module__44T6hq__ticketTitle span{color:#6366f1;margin-top:4px;font-size:13px;font-weight:800;display:block}.Hero-module__44T6hq__ticketIllustration{z-index:1;justify-content:center;align-items:center;height:130px;margin:10px 0;display:flex;position:relative}.Hero-module__44T6hq__stickerImg{filter:drop-shadow(0 0 1px #fff)drop-shadow(0 0 1px #fff)drop-shadow(0 8px 15px #0000001a);transform:rotate(-5deg)scale(.85)}.Hero-module__44T6hq__ticketFooter{background:#eff6ff;padding:40px 15px;position:relative}.Hero-module__44T6hq__ticketFooter:before{content:"";background-image:radial-gradient(circle at 10px 10px,#fff 10px,#0000 0);background-position:-10px 0;background-size:20px 20px;height:20px;position:absolute;top:-10px;left:0;right:0}.Hero-module__44T6hq__categoryGridNew{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.Hero-module__44T6hq__categoryItemNew{color:#1e40af;background:#fff;border:1px solid #bfdbfe80;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.Hero-module__44T6hq__categoryItemNew:hover{color:#ef4444;background:#fff1f2;border-color:#ef4444;transform:scale(1.05)}.Hero-module__44T6hq__ticketTag{color:#92400e;background:#fde68a;border-radius:4px;padding:6px 12px;font-size:11px;font-weight:800;display:inline-block;transform:rotate(2deg);box-shadow:2px 2px #0000000d}@media (max-width:1024px){.Hero-module__44T6hq__visualGridContainer{grid-template-columns:1fr}}.Hero-module__44T6hq__actions{justify-content:center;margin-top:80px;display:flex}@media (max-width:1100px){.Hero-module__44T6hq__contactGrid{gap:40px}}@media (max-width:768px){.Hero-module__44T6hq__bannerSection{height:50vh}.Hero-module__44T6hq__bannerLogo{font-size:40px}.Hero-module__44T6hq__bannerSlogan{font-size:16px}.Hero-module__44T6hq__introSection{grid-template-columns:1fr;gap:40px;margin-bottom:60px;padding:40px 30px}.Hero-module__44T6hq__advantageTitle{font-size:32px}}
.SolutionsPage-module__DFbgyG__supplyHero{background-image:url(https://static.qrx360.com/privilege/20260121/0dc91a68f52b4704aa0afbca10f1610f.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;padding:140px 0 100px;display:flex;position:relative;overflow:hidden}.SolutionsPage-module__DFbgyG__supplyHero:before{content:"SUPPLY";color:#ef444408;z-index:0;pointer-events:none;font-size:120px;font-weight:900;position:absolute;top:80px;left:50%;transform:translate(-50%)}.SolutionsPage-module__DFbgyG__headerArea{z-index:2;text-align:center;position:relative}.SolutionsPage-module__DFbgyG__heroTitle{color:#1e293b;justify-content:center;align-items:center;gap:20px;margin-bottom:40px;font-size:48px;font-weight:900;display:flex}.SolutionsPage-module__DFbgyG__heroTitle:before,.SolutionsPage-module__DFbgyG__heroTitle:after{content:"";background:linear-gradient(90deg,#ef4444,#dc2626);border-radius:2px;width:40px;height:4px}.SolutionsPage-module__DFbgyG__supplyServiceList{flex-direction:column;gap:80px;width:100%;margin-top:80px;display:flex}.SolutionsPage-module__DFbgyG__supplyItemBlock{background:linear-gradient(135deg,#ef444408 0%,#fff 100%);border-radius:40px;padding:80px 0;position:relative}.SolutionsPage-module__DFbgyG__supplyItemBlock:nth-child(2){background:linear-gradient(135deg,#3b82f608 0%,#fff 100%)}.SolutionsPage-module__DFbgyG__supplyItemInner{grid-template-columns:1fr 1.2fr;align-items:center;gap:80px;display:grid}.SolutionsPage-module__DFbgyG__supplyItemReverse .SolutionsPage-module__DFbgyG__supplyItemInner{grid-template-columns:1.2fr 1fr}.SolutionsPage-module__DFbgyG__supplyItemReverse .SolutionsPage-module__DFbgyG__supplyItemText{order:2}.SolutionsPage-module__DFbgyG__supplyItemReverse .SolutionsPage-module__DFbgyG__supplyItemVisual{order:1}.SolutionsPage-module__DFbgyG__supplyItemText{text-align:left;flex-direction:column;justify-content:space-around;align-items:flex-start;height:100%;display:flex}.SolutionsPage-module__DFbgyG__supplyItemSubtitle{align-items:center;gap:12px;margin-bottom:30px;display:flex}.SolutionsPage-module__DFbgyG__subtitleIcon{background:var(--secondary-color);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 8px 20px #ef444433}.SolutionsPage-module__DFbgyG__supplyItemSubtitle h3{color:#1e293b;font-size:32px;font-weight:800}.SolutionsPage-module__DFbgyG__supplyItemDesc{color:#64748b;text-align:justify;max-width:500px;margin-bottom:36px;font-size:18px;line-height:1.8}.SolutionsPage-module__DFbgyG__highlightText{color:var(--secondary-color)}.SolutionsPage-module__DFbgyG__supplyItemTags{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.SolutionsPage-module__DFbgyG__supplyItemTag{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:100px;padding:6px 16px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #00000005}.SolutionsPage-module__DFbgyG__supplyItemTag:hover{border-color:var(--secondary-color);color:var(--secondary-color);transform:translateY(-2px)}.SolutionsPage-module__DFbgyG__consultBtn{background:var(--secondary-color);color:#fff;cursor:pointer;letter-spacing:2px;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 32px;font-size:16px;font-weight:500;transition:all .3s;display:flex;box-shadow:0 4px 12px #e35b5233}.SolutionsPage-module__DFbgyG__consultBtn:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 20px #e35b524d}.SolutionsPage-module__DFbgyG__consultBtn:active{transform:translateY(0)}.SolutionsPage-module__DFbgyG__mockupContainer{z-index:1;background:#fff;border:1px solid #e2e8f0;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000001a}.SolutionsPage-module__DFbgyG__mockupHeader{background:var(--secondary-color);border-bottom:1px solid #e2e8f0;align-items:center;gap:20px;padding:12px 20px;display:flex}.SolutionsPage-module__DFbgyG__mockupDots{gap:6px;display:flex}.SolutionsPage-module__DFbgyG__mockupDots span{background:#cbd5e1;border-radius:50%;width:10px;height:10px}.SolutionsPage-module__DFbgyG__mockupDots span:first-child{background:#ff5f56}.SolutionsPage-module__DFbgyG__mockupDots span:nth-child(2){background:#ffbd2e}.SolutionsPage-module__DFbgyG__mockupDots span:nth-child(3){background:#27c93f}.SolutionsPage-module__DFbgyG__mockupTitle{color:#94a3b8;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1;padding:4px 20px;font-size:13px;font-weight:600}.SolutionsPage-module__DFbgyG__mockupContent{background:#fff;padding:24px}.SolutionsPage-module__DFbgyG__mockupCategoryList{flex-direction:column;gap:20px;display:flex}.SolutionsPage-module__DFbgyG__mockupCategoryItem{flex-direction:column;gap:12px;display:flex}.SolutionsPage-module__DFbgyG__mockupCategoryHeader{align-items:center;gap:10px;display:flex}.SolutionsPage-module__DFbgyG__mockupCategoryTitle{color:#1e293b;white-space:nowrap;padding-left:10px;font-size:13px;font-weight:700;position:relative}.SolutionsPage-module__DFbgyG__mockupCategoryTitle:before{content:"";background:var(--secondary-color);border-radius:2px;width:3px;height:12px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.SolutionsPage-module__DFbgyG__mockupCategoryLine{background:linear-gradient(90deg,#f1f5f9,#0000);flex:1;height:1px}.SolutionsPage-module__DFbgyG__mockupIconGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.SolutionsPage-module__DFbgyG__mockupIconItem{justify-content:center;align-items:center;display:flex}.SolutionsPage-module__DFbgyG__mockupIconWrapper{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:40px;padding:4px 10px;transition:all .3s;display:flex;position:relative}.SolutionsPage-module__DFbgyG__mockupIconWrapper img{object-fit:contain;width:100%;height:30px}.SolutionsPage-module__DFbgyG__moreItem{cursor:pointer}.SolutionsPage-module__DFbgyG__moreItem:hover .SolutionsPage-module__DFbgyG__mockupIconWrapper{border-color:var(--secondary-color);background:#fff}.SolutionsPage-module__DFbgyG__moreText{color:#64748b;font-size:13px;font-weight:600;transition:color .3s}.SolutionsPage-module__DFbgyG__moreItem:hover .SolutionsPage-module__DFbgyG__moreText{color:var(--secondary-color)}.SolutionsPage-module__DFbgyG__mockupIconItem:hover .SolutionsPage-module__DFbgyG__mockupIconWrapper{border-color:var(--secondary-color);background:#fff;transform:translateY(-5px);box-shadow:0 10px 20px #ef44441a}.SolutionsPage-module__DFbgyG__moreItem .SolutionsPage-module__DFbgyG__mockupIconWrapper{border-color:var(--secondary-color);box-shadow:0 10px 20px #ef44441a}.SolutionsPage-module__DFbgyG__moreItem .SolutionsPage-module__DFbgyG__moreText{color:var(--secondary-color)}.SolutionsPage-module__DFbgyG__mockupIconName{display:none}.SolutionsPage-module__DFbgyG__decorElement1{background:var(--secondary-color);opacity:.05;z-index:-1;border-radius:50%;width:100px;height:100px;position:absolute;top:-20px;right:-20px}.SolutionsPage-module__DFbgyG__decorElement2{opacity:.05;z-index:-1;background:#3b82f6;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-30px;left:-30px}@media (max-width:1024px){.SolutionsPage-module__DFbgyG__supplyItemInner{grid-template-columns:1fr;gap:40px}.SolutionsPage-module__DFbgyG__supplyItemReverse .SolutionsPage-module__DFbgyG__supplyItemInner{grid-template-columns:1fr}.SolutionsPage-module__DFbgyG__supplyItemText{text-align:center;align-items:center}}@media (max-width:968px){.SolutionsPage-module__DFbgyG__supplyCardGrid{grid-template-columns:1fr}}.SolutionsPage-module__DFbgyG__visualGallery{z-index:2;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:40px;max-width:1440px;margin:0 auto;padding-bottom:160px;display:grid;position:relative}.SolutionsPage-module__DFbgyG__galleryCard{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 20px 50px #0000000d}.SolutionsPage-module__DFbgyG__mainCard{z-index:5;border-color:#ef44441a;transform:scale(1.1);box-shadow:0 40px 80px #b83d3526}.SolutionsPage-module__DFbgyG__galleryCard:hover{transform:translateY(-15px);box-shadow:0 30px 70px #ef44441f}.SolutionsPage-module__DFbgyG__mainCard:hover{transform:scale(1.12)translateY(-15px)}.SolutionsPage-module__DFbgyG__imageContainer{background:#f8fafc;width:100%;height:260px;position:relative;overflow:hidden}.SolutionsPage-module__DFbgyG__mainCard .SolutionsPage-module__DFbgyG__imageContainer{height:320px}.SolutionsPage-module__DFbgyG__mainImage{object-fit:cover;width:100%;height:100%;transition:transform 1s}.SolutionsPage-module__DFbgyG__galleryCard:hover .SolutionsPage-module__DFbgyG__mainImage{transform:scale(1.1)}.SolutionsPage-module__DFbgyG__iconImage{z-index:2;object-fit:cover;border:3px solid #fff;border-radius:12px;transition:all .5s;position:absolute;bottom:20px;right:20px;box-shadow:0 10px 30px #00000026;width:160px!important;height:120px!important}.SolutionsPage-module__DFbgyG__galleryCard:hover .SolutionsPage-module__DFbgyG__iconImage{transform:scale(1.05)translateY(-5px)}.SolutionsPage-module__DFbgyG__cardFooter{text-align:center;background:#fff;padding:30px}.SolutionsPage-module__DFbgyG__footerRedLine{background:#ef4444;border-radius:2px;width:40px;height:4px;margin:0 auto 20px}.SolutionsPage-module__DFbgyG__footerTitle{color:#1e293b;margin-bottom:12px;font-size:24px;font-weight:800}.SolutionsPage-module__DFbgyG__footerDesc{color:#64748b;font-size:15px;line-height:1.5}.SolutionsPage-module__DFbgyG__citySilhouette{opacity:.05;pointer-events:none;z-index:1;background:url(https://static.qrx360.com/privilege/20260121/0dc91a68f52b4704aa0afbca10f1610f.png) bottom/contain repeat-x;height:200px;position:absolute;bottom:0;left:0;right:0}@media (max-width:1024px){.SolutionsPage-module__DFbgyG__visualGallery{grid-template-columns:1fr;gap:60px}.SolutionsPage-module__DFbgyG__mainCard{transform:none}.SolutionsPage-module__DFbgyG__descriptionBlock{grid-template-columns:1fr}}.SolutionsPage-module__DFbgyG__ctaSection{background:#fff;padding:60px 0 120px}.SolutionsPage-module__DFbgyG__solutionSection{background:linear-gradient(110deg,#fff 10%,#fdfcf9 100%);padding:120px 0;position:relative;overflow:hidden}.SolutionsPage-module__DFbgyG__solutionSection:before{content:"SHOPPING";color:#f9f2f2;z-index:0;letter-spacing:.1em;opacity:.5;pointer-events:none;font-size:120px;font-weight:900;position:absolute;top:10%;left:50%;transform:translate(-50%,-50%)}.SolutionsPage-module__DFbgyG__sectionHeader{text-align:center;z-index:1;margin-bottom:100px;position:relative}.SolutionsPage-module__DFbgyG__sectionHeader h2{color:#1e293b;margin-bottom:16px;font-size:40px;font-weight:800}.SolutionsPage-module__DFbgyG__sectionHeader p{color:#64748b;font-size:20px;font-weight:500}.SolutionsPage-module__DFbgyG__solutionGrid{z-index:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;margin-top:60px;display:grid;position:relative}.SolutionsPage-module__DFbgyG__featureGroups{flex-direction:column;gap:24px;display:flex}.SolutionsPage-module__DFbgyG__featureGroup{background:#fff;border:1px solid #ef44441a;border-radius:20px;gap:20px;padding:20px;display:flex;box-shadow:0 4px 12px #00000005}.SolutionsPage-module__DFbgyG__groupLabel{background:var(--secondary-color);color:#fff;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100px;padding:12px;font-size:13px;font-weight:700;display:flex}.SolutionsPage-module__DFbgyG__tagCloud{flex:1;grid-template-columns:repeat(3,1fr);align-items:center;gap:12px;display:grid}.SolutionsPage-module__DFbgyG__tagCloud1{grid-template-columns:repeat(3,1fr)}.SolutionsPage-module__DFbgyG__tagCloud2{grid-template-columns:repeat(5,1fr)}.SolutionsPage-module__DFbgyG__tagCloud3{grid-template-columns:repeat(3,1fr)}.SolutionsPage-module__DFbgyG__tagCloud4{grid-template-columns:repeat(4,1fr)}.SolutionsPage-module__DFbgyG__capsule{color:#64748b;white-space:nowrap;cursor:default;background:#fff;border:1px solid #f1f5f9;border-radius:100px;justify-content:center;align-items:center;height:40px;padding:0 20px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #00000005}.SolutionsPage-module__DFbgyG__capsule:hover{color:var(--secondary-color);border-color:#fecaca;border-color:var(--secondary-color);background:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #ef444414}.SolutionsPage-module__DFbgyG__subGrid{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}.SolutionsPage-module__DFbgyG__subCol{flex-direction:column;align-items:center;display:flex}.SolutionsPage-module__DFbgyG__subCol h4{color:#1e293b;white-space:nowrap;border-radius:6px;margin-bottom:16px;padding:4px 12px;font-size:15px;font-weight:800}.SolutionsPage-module__DFbgyG__subCol .SolutionsPage-module__DFbgyG__tagCloud{flex-direction:column;align-items:stretch;gap:8px;width:100%;display:flex}.SolutionsPage-module__DFbgyG__subCol .SolutionsPage-module__DFbgyG__capsule{text-align:center;width:100%}.SolutionsPage-module__DFbgyG__visualWrapper{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.SolutionsPage-module__DFbgyG__mockupStack{width:100%;height:100%;position:relative}.SolutionsPage-module__DFbgyG__stackItem{border:4px solid #fff;border-radius:24px;transition:all .8s cubic-bezier(.16,1,.3,1);position:absolute;overflow:hidden;box-shadow:0 20px 50px #0000001f}.SolutionsPage-module__DFbgyG__stack1{z-index:3;width:200px;top:50%;left:50%;transform:translate(-50%,-50%)}.SolutionsPage-module__DFbgyG__stack2{z-index:2;opacity:.9;width:180px;top:45%;left:10%;transform:rotate(-15deg)translateY(-50%)}.SolutionsPage-module__DFbgyG__stack3{z-index:1;opacity:.9;width:180px;top:45%;right:10%;transform:rotate(15deg)translateY(-50%)}.SolutionsPage-module__DFbgyG__mockupStack:hover .SolutionsPage-module__DFbgyG__stack1{z-index:5;transform:translate(-50%,-60%)scale(1.1);box-shadow:0 40px 100px #b83d3526}.SolutionsPage-module__DFbgyG__mockupStack:hover .SolutionsPage-module__DFbgyG__stack2{opacity:1;transform:rotate(-25deg)translate(-60px,-55%)}.SolutionsPage-module__DFbgyG__mockupStack:hover .SolutionsPage-module__DFbgyG__stack3{opacity:1;transform:rotate(25deg)translate(60px,-55%)}.SolutionsPage-module__DFbgyG__highlightTag{background:var(--secondary-color);color:#fff;z-index:10;border:1px solid #ffffff1a;border-radius:12px;padding:8px 20px;font-size:13px;font-weight:700;animation:3s ease-in-out infinite SolutionsPage-module__DFbgyG__float;position:absolute;top:-50px;right:40px;box-shadow:0 10px 25px #b83d3533}.SolutionsPage-module__DFbgyG__highlightTag:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid var(--secondary-color);position:absolute;bottom:-6px;left:20px}.SolutionsPage-module__DFbgyG__guaranteeSection{background-color:#fafcfe;padding:100px 0 140px;position:relative;overflow:hidden}.SolutionsPage-module__DFbgyG__guaranteeSection:before{content:"SERVICE";color:#f9f2f2;z-index:0;letter-spacing:.1em;opacity:.5;pointer-events:none;font-size:120px;font-weight:900;position:absolute;top:15%;left:50%;transform:translate(-50%,-50%)}.SolutionsPage-module__DFbgyG__guaranteeGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.SolutionsPage-module__DFbgyG__guaranteeCard{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:40px 20px 60px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 4px 6px -1px #00000005,0 10px 15px -3px #00000008}.SolutionsPage-module__DFbgyG__guaranteeCard:hover{border-color:#b83d3533;transform:translateY(-10px);box-shadow:0 20px 25px -5px #b83d3514,0 10px 10px -5px #b83d350a}.SolutionsPage-module__DFbgyG__guaranteeCard:hover img{transition:transform .5s cubic-bezier(.16,1,.3,1);transform:scale(1.1)}.SolutionsPage-module__DFbgyG__guaranteeIconBox{justify-content:center;margin-bottom:36px;display:flex}.SolutionsPage-module__DFbgyG__guaranteeIconBox img{width:120px;height:120px}.SolutionsPage-module__DFbgyG__guaranteeDesc{color:#64748b;margin-top:10px;font-size:16px;line-height:1.6}.SolutionsPage-module__DFbgyG__guaranteeText{color:#334155;letter-spacing:.02em;font-size:20px;font-weight:700;line-height:1.4}@media (max-width:1024px){.SolutionsPage-module__DFbgyG__guaranteeGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.SolutionsPage-module__DFbgyG__guaranteeGrid{grid-template-columns:1fr}.SolutionsPage-module__DFbgyG__guaranteeSection{padding:60px 0 100px}}@keyframes SolutionsPage-module__DFbgyG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}
.About-module__XV0dLa__about{background-color:#fff;padding:120px 0 80px;position:relative;overflow:hidden}.About-module__XV0dLa__about:before{content:"";filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#007bff0d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.About-module__XV0dLa__aboutContainer{z-index:1;position:relative}.About-module__XV0dLa__flex{align-items:center;gap:80px;display:flex}.About-module__XV0dLa__imageBox{flex:1;position:relative}.About-module__XV0dLa__imageWrapper{background:#fff;border:8px solid #fff;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001a}.About-module__XV0dLa__imageWrapper img{width:100%;height:auto;transition:transform .8s cubic-bezier(.16,1,.3,1);display:block}.About-module__XV0dLa__imageBox:hover .About-module__XV0dLa__imageWrapper img{transform:scale(1.05)}.About-module__XV0dLa__imageDecor{border:2px dashed var(--primary-color);opacity:.3;z-index:-1;border-radius:50%;width:120px;height:120px;animation:20s linear infinite About-module__XV0dLa__spin;position:absolute;top:-30px;left:-30px}@keyframes About-module__XV0dLa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.About-module__XV0dLa__content{flex:1.2}.About-module__XV0dLa__title{color:#1e293b;letter-spacing:-.02em;margin-bottom:16px;font-size:36px;font-weight:800}.About-module__XV0dLa__text{color:#64748b;text-align:justify;margin-bottom:24px;font-size:17px;line-height:1.8}.About-module__XV0dLa__highlight{color:var(--secondary-color);font-weight:700}.About-module__XV0dLa__valueGrid{grid-template-columns:repeat(2,1fr);gap:30px;margin-top:48px;display:grid}.About-module__XV0dLa__valueItem{align-items:center;gap:16px;display:flex}.About-module__XV0dLa__valueIcon{background:var(--secondary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 8px 20px #c93a2e4d}.About-module__XV0dLa__valueInfo h4{color:#1e293b;margin-bottom:4px;font-size:17px;font-weight:700}.About-module__XV0dLa__valueInfo p{color:#94a3b8;font-size:13px;line-height:1.4}@media (max-width:992px){.About-module__XV0dLa__flex{text-align:center;flex-direction:column;gap:60px}.About-module__XV0dLa__imageBox{max-width:500px}.About-module__XV0dLa__about:after{font-size:100px}}@media (max-width:768px){.About-module__XV0dLa__about{padding:50px 0}.About-module__XV0dLa__title{font-size:22px}.About-module__XV0dLa__text{margin-bottom:12px;font-size:14px}.About-module__XV0dLa__valueGrid{text-align:left;grid-template-columns:1fr;gap:20px;margin-top:20px;margin-left:20px}.About-module__XV0dLa__valueItem{gap:12px}.About-module__XV0dLa__valueIcon{width:48px;height:48px}.About-module__XV0dLa__valueInfo h4{font-size:14px}.About-module__XV0dLa__valueInfo p{font-size:12px}}
.Services-module__xOgstG__services{background-color:#fafcfe;padding:120px 0;position:relative;overflow:hidden}.Services-module__xOgstG__sectionHeader{text-align:center;z-index:1;margin-bottom:100px;position:relative}.Services-module__xOgstG__sectionHeader:before{content:"SERVICES";color:#f9f2f2;z-index:-1;letter-spacing:.15em;opacity:.5;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.Services-module__xOgstG__sectionSubtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:20px;line-height:1.2}.Services-module__xOgstG__grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:60px;max-width:1440px;margin:0 auto;display:grid;position:relative}.Services-module__xOgstG__card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;padding:0;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Services-module__xOgstG__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.Services-module__xOgstG__imageWrapper{flex-shrink:0;width:100%;height:300px;position:relative;overflow:hidden}.Services-module__xOgstG__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.Services-module__xOgstG__card:hover .Services-module__xOgstG__image{transform:scale(1.05)}.Services-module__xOgstG__tag{color:#fff;z-index:2;background:#ef4444;border-radius:0 0 12px;padding:4px 16px;font-size:14px;font-weight:600;position:absolute;top:0;left:0}.Services-module__xOgstG__logoOverlay{z-index:1;background:#0006;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Services-module__xOgstG__topRightLogo{z-index:2;position:absolute;top:0;right:16px}.Services-module__xOgstG__centerText{text-align:center;color:#fff;z-index:2}.Services-module__xOgstG__overlayTitle{letter-spacing:2px;text-shadow:0 2px 10px #0000004d;margin:0;font-size:40px;font-weight:800}.Services-module__xOgstG__overlaySubtitle{opacity:.8;letter-spacing:1px;text-transform:uppercase;margin:4px 0 0;font-size:20px;font-weight:500}.Services-module__xOgstG__overlayLogo{filter:brightness(0)invert();opacity:.8}.Services-module__xOgstG__cardContent{flex-direction:column;flex:1;padding:32px;display:flex}.Services-module__xOgstG__cardTitle{color:#1e293b;margin-bottom:24px;font-size:24px;font-weight:800;position:relative}.Services-module__xOgstG__cardTitle:after{content:"";background:#ef4444;border-radius:2px;width:30px;height:3px;position:absolute;bottom:-8px;left:0}.Services-module__xOgstG__cardDesc{flex-direction:column;gap:20px;margin-bottom:32px;display:flex}.Services-module__xOgstG__descLine{align-items:flex-start;gap:12px;display:flex}.Services-module__xOgstG__dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.Services-module__xOgstG__lineText{flex-direction:row;align-items:baseline;gap:8px;display:flex}.Services-module__xOgstG__text{color:#1e293b;white-space:nowrap;font-size:16px;font-weight:700}.Services-module__xOgstG__descContent{color:#64748b;font-size:14px;line-height:1.5}.Services-module__xOgstG__learnMore{color:#ef4444;cursor:pointer;justify-content:flex-end;align-items:center;gap:6px;margin-top:auto;font-size:15px;font-weight:700;transition:all .3s;display:flex}.Services-module__xOgstG__learnMore:hover{gap:10px}.Services-module__xOgstG__arrow{transition:transform .3s}@media (max-width:1200px){.Services-module__xOgstG__grid{gap:24px;padding:0 20px}.Services-module__xOgstG__card{padding:40px 30px}}@media (max-width:992px){.Services-module__xOgstG__grid{grid-template-columns:1fr;max-width:700px}}@media (max-width:768px){.Services-module__xOgstG__services{padding:80px 0}.Services-module__xOgstG__sectionHeader{margin-bottom:60px}.Services-module__xOgstG__card{flex-direction:column-reverse;align-items:flex-start;padding:32px 24px}.Services-module__xOgstG__imageWrapper{width:80px;height:80px;margin-bottom:24px}.Services-module__xOgstG__cardTitle{font-size:22px}.Services-module__xOgstG__descLine{font-size:15px}}
.ProductsPage-module__tI2ChG__productsPage{background-color:#fafcfe;padding-bottom:100px}.ProductsPage-module__tI2ChG__heroSection{padding:calc(var(--header-height) + 60px)0 100px;background:linear-gradient(135deg,#fff 0%,#f6dbdb 100%);align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}@media (min-width:1600px){.ProductsPage-module__tI2ChG__heroSection{min-height:70vh}}.ProductsPage-module__tI2ChG__heroGrid{grid-template-columns:240px 1fr 1.2fr;align-items:flex-start;gap:40px;width:100%;display:grid}.ProductsPage-module__tI2ChG__sidebarNav{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:2px;max-height:52vh;padding:0;display:flex;position:sticky;top:20px;overflow:hidden auto}.ProductsPage-module__tI2ChG__sidebarNav::-webkit-scrollbar{width:2px}.ProductsPage-module__tI2ChG__sidebarNav::-webkit-scrollbar-thumb{background:#ef44441a;border-radius:10px}.ProductsPage-module__tI2ChG__navItem{color:#64748b;cursor:pointer;z-index:2001;background:0 0;border-radius:8px 0 0 8px;align-items:center;gap:12px;margin-right:-1px;padding:12px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex;position:relative}.ProductsPage-module__tI2ChG__navItem:first-child{color:#ef4444;font-weight:700}.ProductsPage-module__tI2ChG__navItem:hover{color:#ef4444;background:#ef44440d}.ProductsPage-module__tI2ChG__navItemActive{font-weight:700;box-shadow:-4px 0 15px #0000000d;color:#ef4444!important;background:#fff!important}.ProductsPage-module__tI2ChG__navItemActive:before{content:"";background:#ef4444;border-radius:3px 0 0 3px;width:3px;position:absolute;top:0;bottom:0;left:0}.ProductsPage-module__tI2ChG__navItemActive:after{content:"";z-index:2002;background:#fff;width:4px;position:absolute;top:0;bottom:0;right:-2px}.ProductsPage-module__tI2ChG__navItem svg:first-child{color:inherit;flex-shrink:0}.ProductsPage-module__tI2ChG__navItemActive svg:first-child{opacity:1}.ProductsPage-module__tI2ChG__navItem span{flex:1}.ProductsPage-module__tI2ChG__navArrow{opacity:.2;margin-left:auto;transition:all .2s}.ProductsPage-module__tI2ChG__navItem:hover .ProductsPage-module__tI2ChG__navArrow{opacity:.6;transform:translate(3px)}.ProductsPage-module__tI2ChG__navPanelContainer{z-index:2000;pointer-events:auto;width:760px;height:100%;position:absolute;top:0;left:260px}.ProductsPage-module__tI2ChG__navPanel{box-sizing:border-box;background:#fff;border:1px solid #ef444414;border-left:none;border-radius:0 16px 16px 0;width:100%;height:100%;padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) ProductsPage-module__tI2ChG__slideInRight;position:relative;overflow:hidden auto;box-shadow:20px 0 50px #0000000d}@keyframes ProductsPage-module__tI2ChG__slideInRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ProductsPage-module__tI2ChG__panelCategory{margin-bottom:24px}.ProductsPage-module__tI2ChG__panelCategory:last-child{margin-bottom:0}.ProductsPage-module__tI2ChG__panelTitle{color:#1e293b;align-items:center;gap:10px;margin-bottom:20px;font-size:16px;font-weight:700;display:flex}.ProductsPage-module__tI2ChG__panelTitle:before{content:"";background:#ef4444;border-radius:2px;width:3px;height:14px}.ProductsPage-module__tI2ChG__panelSpecs{flex-wrap:wrap;gap:8px;display:flex}.ProductsPage-module__tI2ChG__panelSpec{color:#64748b;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 24px;font-size:14px;transition:all .2s}.ProductsPage-module__tI2ChG__panelSpec:hover{color:#ef4444;background:#fff;border-color:#ef4444;transform:translateY(-2px);box-shadow:0 4px 12px #ef44441a}.ProductsPage-module__tI2ChG__panelSpecHot{color:#dc2626;background:#fff1f2;border-color:#fecaca;font-weight:600}.ProductsPage-module__tI2ChG__panelSpecHot:hover{color:#fff;background:#ef4444;border-color:#ef4444}.ProductsPage-module__tI2ChG__navItemActive{color:#dc2626;background:#ef444414}.ProductsPage-module__tI2ChG__navItemActive svg:first-child{color:#dc2626}@media (max-width:1200px){.ProductsPage-module__tI2ChG__heroGrid{grid-template-columns:200px 1fr 1.2fr;gap:30px}.ProductsPage-module__tI2ChG__sidebarNav{padding:10px 0}.ProductsPage-module__tI2ChG__navItem{padding:10px 16px;font-size:13px}.ProductsPage-module__tI2ChG__navPanelContainer{left:max(20px,50vw - 350px);top:var(--header-height);width:600px;height:calc(100vh - var(--header-height))}.ProductsPage-module__tI2ChG__navPanel{padding:24px 32px}.ProductsPage-module__tI2ChG__panelTitle{font-size:15px}.ProductsPage-module__tI2ChG__panelSpec{padding:6px 12px;font-size:13px}}@media (max-width:968px){.ProductsPage-module__tI2ChG__heroGrid{grid-template-columns:1fr;align-items:stretch;gap:30px}.ProductsPage-module__tI2ChG__sidebarNav{border-right:1px solid #ef444426;border-radius:8px;order:-1;max-height:400px;position:static;overflow-y:auto}.ProductsPage-module__tI2ChG__navPanelContainer{left:50%;top:var(--header-height);width:90vw;max-width:600px;height:calc(100vh - var(--header-height));position:fixed;transform:translate(-50%)}.ProductsPage-module__tI2ChG__heroContent{text-align:center;align-items:center}.ProductsPage-module__tI2ChG__heroContent p{text-align:center}.ProductsPage-module__tI2ChG__productMetrics{align-self:center}}.ProductsPage-module__tI2ChG__heroContent{flex-direction:column;justify-content:space-around;align-items:flex-start;height:100%;display:flex;position:relative}.ProductsPage-module__tI2ChG__heroLiveStatus{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;background:#fffc;border:1px solid #3b82f633;border-radius:100px;align-items:center;gap:10px;padding:8px 20px;display:inline-flex;position:absolute;top:-45px;right:0;box-shadow:0 10px 25px #0000000d}.ProductsPage-module__tI2ChG__liveDot{background:var(--secondary-color);border-radius:50%;width:8px;height:8px;position:relative}.ProductsPage-module__tI2ChG__liveDot:after{content:"";background:var(--secondary-color);opacity:.4;border-radius:50%;animation:2s infinite ProductsPage-module__tI2ChG__livePulse;position:absolute;inset:-4px}@keyframes ProductsPage-module__tI2ChG__livePulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.ProductsPage-module__tI2ChG__liveText{color:#1e40af;letter-spacing:.02em;font-size:13px;font-weight:700}.ProductsPage-module__tI2ChG__jumpingCoin{z-index:5;pointer-events:none;will-change:transform,opacity;position:absolute;top:-20px;left:0}.ProductsPage-module__tI2ChG__coinInner{color:#b45309;background:linear-gradient(135deg,#ffe66d 0%,#ffc107 50%,#ff9800 100%);border:1.5px solid gold;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:900;display:flex;position:relative;box-shadow:inset -2px -2px 4px #0003,inset 2px 2px 4px #fffc,0 6px 12px #f59e0b66}.ProductsPage-module__tI2ChG__coinInner:after{content:"";border:1px solid #b4530933;border-radius:50%;position:absolute;inset:4px}.ProductsPage-module__tI2ChG__heroContent h1{color:#1e293b;text-align:center;width:100%;margin-bottom:24px;font-size:28px;font-weight:800}.ProductsPage-module__tI2ChG__heroContent p{color:#64748b;text-align:justify;width:100%;max-width:540px;font-size:18px;line-height:1.8}.ProductsPage-module__tI2ChG__productMetrics{background:#fff;border:1px solid #f1f5f9;border-radius:24px;align-self:flex-start;align-items:center;gap:32px;width:fit-content;margin:40px auto;padding:24px 32px;display:flex;box-shadow:0 10px 30px #00000008}.ProductsPage-module__tI2ChG__metricCard{flex-direction:column;display:flex}.ProductsPage-module__tI2ChG__metricValue{color:#1e293b;font-size:28px;font-weight:900;line-height:1}.ProductsPage-module__tI2ChG__metricValue span{color:var(--secondary-color);margin-left:2px;font-size:16px}.ProductsPage-module__tI2ChG__metricLabel{color:#94a3b8;margin-top:6px;font-size:13px;font-weight:600}.ProductsPage-module__tI2ChG__metricDivider{background:#e2e8f0;width:1px;height:40px}.ProductsPage-module__tI2ChG__categoryFlow{margin-bottom:48px}.ProductsPage-module__tI2ChG__flowHeader{color:#64748b;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:700;display:flex}.ProductsPage-module__tI2ChG__flowHeader svg{color:#3b82f6}.ProductsPage-module__tI2ChG__flowTags{flex-wrap:wrap;gap:10px;display:flex}.ProductsPage-module__tI2ChG__flowTagItem{color:#3b82f6;background:#fff;border:1px solid #3b82f6;border-radius:10px;padding:6px 16px;font-size:13px;font-weight:600;transition:all .3s}.ProductsPage-module__tI2ChG__flowTagItem:hover{color:#3b82f6;background:#fff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f61a}.ProductsPage-module__tI2ChG__heroCtaGroup{margin:0 auto;display:block}.ProductsPage-module__tI2ChG__actionButton{background:var(--secondary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:10px;padding:12px 32px;font-size:18px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 25px #0000001a}.ProductsPage-module__tI2ChG__actionButton:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0003}.ProductsPage-module__tI2ChG__ctaHint{color:#94a3b8;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.ProductsPage-module__tI2ChG__heroImage{justify-content:center;align-items:center;height:100%;display:flex;position:relative;transform:scale(.75)!important}@media (min-width:1600px){.ProductsPage-module__tI2ChG__heroImage{transform:scale(1)!important}}.ProductsPage-module__tI2ChG__brandSection{text-align:center;background:linear-gradient(#fefefe 0%,#fff 100%);border-top:1px solid #ef44441a;padding:120px 0 80px;position:relative;overflow:hidden;box-shadow:inset 0 20px 40px -20px #ef444426}.ProductsPage-module__tI2ChG__brandSection:before{content:"METRICS";color:#f9f2f2;z-index:0;letter-spacing:.2em;opacity:.5;pointer-events:none;font-size:120px;font-weight:900;position:absolute;top:22%;left:50%;transform:translate(-50%,-50%)}.ProductsPage-module__tI2ChG__sectionHeader{z-index:1;margin-bottom:100px;position:relative}.ProductsPage-module__tI2ChG__sectionTitle{color:#1e293b;margin-bottom:16px;font-size:40px;font-weight:800}.ProductsPage-module__tI2ChG__categoryList{color:#64748b;margin-bottom:60px;font-size:20px;font-weight:500}.ProductsPage-module__tI2ChG__statsGrid{z-index:1;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1400px;margin:0 auto;display:grid;position:relative}.ProductsPage-module__tI2ChG__statItem{flex-direction:column;align-items:center;transition:transform .5s;display:flex}.ProductsPage-module__tI2ChG__circleWrapper{-webkit-backdrop-filter:blur(12px);background:radial-gradient(circle at 30% 30%,#ffffff1a 0%,#ffffff03 35%,#ec2c2ccc 100%);border:1.5px solid #ef44444d;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;transition:all .6s cubic-bezier(.16,1,.3,1);animation:4s ease-in-out infinite ProductsPage-module__tI2ChG__floating;display:flex;position:relative;box-shadow:inset 0 10px 20px #ffffff80,inset 0 -15px 35px #af1e1e73,0 20px 40px #ef444433}.ProductsPage-module__tI2ChG__circleWrapper:before{content:"";filter:blur(1.5px);z-index:2;pointer-events:none;background:linear-gradient(#fffffff2,#0000);border-radius:50%;width:45px;height:28px;transition:all .6s;position:absolute;top:15%;left:15%;transform:rotate(-35deg)}.ProductsPage-module__tI2ChG__circleWrapper:after{content:"";pointer-events:none;border:1px dashed #d8313133;border-radius:50%;animation:25s linear infinite ProductsPage-module__tI2ChG__spin;position:absolute;inset:-15px}.ProductsPage-module__tI2ChG__statItem:hover .ProductsPage-module__tI2ChG__circleWrapper{border-color:var(--primary-color);background:radial-gradient(circle at 30% 30%,#fff3 0%,#9f727233 35%,#f02b2bcc 100%);transform:translateY(-20px)scale(1.08);box-shadow:inset 0 15px 30px #ffffffb3,inset 0 -20px 45px #c32e2e99,0 40px 80px #d424244d}.ProductsPage-module__tI2ChG__statItem:hover .ProductsPage-module__tI2ChG__circleWrapper:before{opacity:1;top:12%;left:12%;transform:rotate(-35deg)scale(1.2)}.ProductsPage-module__tI2ChG__statValue{background:linear-gradient(135deg,#b83d35 0%,#e06d6d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:32px;font-weight:800}.ProductsPage-module__tI2ChG__statLabel{color:#475569;letter-spacing:.05em;font-size:15px;font-weight:700}@keyframes ProductsPage-module__tI2ChG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ProductsPage-module__tI2ChG__floating{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ProductsPage-module__tI2ChG__statItem:nth-child(2n) .ProductsPage-module__tI2ChG__circleWrapper{animation-delay:1s}.ProductsPage-module__tI2ChG__statItem:nth-child(odd) .ProductsPage-module__tI2ChG__circleWrapper{animation-delay:0s}.ProductsPage-module__tI2ChG__catalogSection{background-color:#fff;padding:60px 0;position:relative}.ProductsPage-module__tI2ChG__catalogGroup{padding:80px 0}.ProductsPage-module__tI2ChG__groupHeader{text-align:center;margin-bottom:100px;position:relative}.ProductsPage-module__tI2ChG__groupHeader:before{content:"PRODUCTS";color:#f9f2f2;z-index:0;letter-spacing:.15em;opacity:.5;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.ProductsPage-module__tI2ChG__moreHeader{text-align:center;margin-bottom:100px;position:relative}.ProductsPage-module__tI2ChG__moreHeader:before{content:"MORE";color:#f9f2f2;z-index:0;letter-spacing:.15em;opacity:.5;pointer-events:none;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.ProductsPage-module__tI2ChG__physicalList{grid-template-columns:1fr 1fr;gap:24px;margin-top:40px;display:grid}.ProductsPage-module__tI2ChG__physicalRow{background:#fff;border:1px solid #f1f5f9;border-radius:12px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000005}.ProductsPage-module__tI2ChG__physicalRow:hover{border-color:#fecaca;box-shadow:0 8px 20px #dc26260d}.ProductsPage-module__tI2ChG__physicalLabel{color:#dc2626;text-align:center;background:linear-gradient(135deg,#fff1f2 0%,#ffe4e6 100%);flex-shrink:0;justify-content:center;align-items:center;width:100px;padding:16px;font-size:14px;font-weight:800;display:flex;position:relative;overflow:hidden}.ProductsPage-module__tI2ChG__physicalLabel:after{content:"";z-index:0;background:#fff6;border-radius:50%;width:40px;height:40px;position:absolute;top:-15px;right:-15px}.ProductsPage-module__tI2ChG__physicalLabel span{z-index:1;position:relative}.ProductsPage-module__tI2ChG__physicalLogos{scrollbar-width:none;flex:1;align-items:center;gap:12px;padding:16px 20px;display:flex;overflow-x:auto}.ProductsPage-module__tI2ChG__physicalLogos::-webkit-scrollbar{display:none}.ProductsPage-module__tI2ChG__physicalLogoCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;flex:0 0 calc(25% - 9px);justify-content:center;align-items:center;height:48px;padding:6px;transition:all .3s;display:flex}.ProductsPage-module__tI2ChG__physicalLogoCard:hover{background:#fff;border-color:#fecaca;transform:translateY(-2px);box-shadow:0 4px 10px #dc262614}.ProductsPage-module__tI2ChG__physicalLogoInner{width:100%;height:100%;position:relative}@media (max-width:1400px){.ProductsPage-module__tI2ChG__physicalLogoCard{flex:0 0 calc(33.3333% - 8px)}}@media (max-width:1024px){.ProductsPage-module__tI2ChG__physicalList{grid-template-columns:1fr}.ProductsPage-module__tI2ChG__physicalLogoCard{flex:0 0 calc(20% - 9.6px)}}@media (max-width:768px){.ProductsPage-module__tI2ChG__physicalRow{flex-direction:column}.ProductsPage-module__tI2ChG__physicalLabel{border-bottom:1px solid #fecaca;border-right:none;width:100%;height:40px;padding:8px}.ProductsPage-module__tI2ChG__physicalLogos{padding:12px}.ProductsPage-module__tI2ChG__physicalLogoCard{flex:0 0 calc(33.3333% - 8px)}}.ProductsPage-module__tI2ChG__virtualRow{background:#fff;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:16px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000005}.ProductsPage-module__tI2ChG__virtualRow:hover{border-color:#ef4444;transform:translate(5px);box-shadow:0 10px 25px #0000000d}.ProductsPage-module__tI2ChG__virtualLabel{width:120px;color:var(--secondary-color);background:linear-gradient(135deg,#fff1f2 0%,#ffe4e6 100%);border-right:1px solid #f1f5f9;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex;position:relative;overflow:hidden}.ProductsPage-module__tI2ChG__virtualLabel:before,.ProductsPage-module__tI2ChG__virtualLabel:after{content:"";z-index:0;background:#ffffff80;border-radius:50%;transition:all .5s;position:absolute}.ProductsPage-module__tI2ChG__virtualLabel:before{width:30px;height:30px;top:-5px;right:-5px}.ProductsPage-module__tI2ChG__virtualLabel:after{width:18px;height:18px;bottom:-2px;left:5px}.ProductsPage-module__tI2ChG__virtualLogos{flex:1;grid-template-columns:repeat(6,1fr);align-items:center;gap:20px 12px;padding:20px;display:grid}.ProductsPage-module__tI2ChG__vLogoCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:100%;height:56px;padding:8px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.ProductsPage-module__tI2ChG__vLogoCard:hover{background:#fff;border-color:#fecaca;transform:translateY(-5px);box-shadow:0 10px 20px #ef444414}.ProductsPage-module__tI2ChG__commitmentWrapper{z-index:1;background-color:#f8faff;position:relative}.ProductsPage-module__tI2ChG__vLogoInner{width:100%;height:36px;position:relative}@media (max-width:1200px){.ProductsPage-module__tI2ChG__recommendProductGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:968px){.ProductsPage-module__tI2ChG__recommendGrid{grid-template-columns:1fr}.ProductsPage-module__tI2ChG__recommendSidebar{border-bottom:1px solid #e2e8f0;border-right:none;padding:32px 20px}.ProductsPage-module__tI2ChG__recommendTabs{flex-flow:wrap;justify-content:center}.ProductsPage-module__tI2ChG__recommendTabItem{padding:8px 16px;font-size:13px}}@media (max-width:640px){.ProductsPage-module__tI2ChG__recommendProductGrid{grid-template-columns:1fr}}.ProductsPage-module__tI2ChG__hotSection{width:100%;margin-top:60px;padding-bottom:60px}.ProductsPage-module__tI2ChG__hotNav{border-bottom:1px solid #f1f5f9;justify-content:center;gap:70px;margin-bottom:40px;padding-bottom:12px;display:flex}.ProductsPage-module__tI2ChG__hotNavItem{color:#64748b;cursor:pointer;padding:8px 4px;font-size:18px;font-weight:600;transition:all .3s;position:relative}.ProductsPage-module__tI2ChG__hotNavItem:hover,.ProductsPage-module__tI2ChG__hotNavItemActive{color:var(--secondary-color)}.ProductsPage-module__tI2ChG__hotNavItemActive:after{content:"";background:var(--secondary-color);border-radius:3px;width:100%;height:3px;position:absolute;bottom:-13px;left:0}.ProductsPage-module__tI2ChG__hotProductGrid{background:#f1f5f9;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:24px;padding:30px;display:grid}.ProductsPage-module__tI2ChG__hotProductCard{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ProductsPage-module__tI2ChG__hotProductCard:hover{border-color:#ef444433;transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.ProductsPage-module__tI2ChG__productLogoWrapper{border-radius:20px;justify-content:center;align-items:center;width:180px;height:100px;margin-bottom:10px;padding:12px;transition:all .3s;display:flex}.ProductsPage-module__tI2ChG__hotProductCard:hover .ProductsPage-module__tI2ChG__productLogoWrapper{background:#fff;transform:scale(1.05)}.ProductsPage-module__tI2ChG__productLogo{object-fit:contain}.ProductsPage-module__tI2ChG__productInfo{width:100%}.ProductsPage-module__tI2ChG__productName{color:#1e293b;margin-bottom:12px;font-size:16px;font-weight:700}.ProductsPage-module__tI2ChG__productTags{flex-wrap:wrap;justify-content:center;gap:6px;min-height:24px;margin-bottom:20px;display:flex}.ProductsPage-module__tI2ChG__productTag{color:#94a3b8;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-size:12px}.ProductsPage-module__tI2ChG__productTagMore{color:#94a3b8;font-size:12px}.ProductsPage-module__tI2ChG__productPriceRow{border-top:1px dashed #f1f5f9;justify-content:space-between;align-items:center;width:100%;padding-top:16px;display:flex}.ProductsPage-module__tI2ChG__productStatus{align-items:center;gap:6px;display:flex}.ProductsPage-module__tI2ChG__statusDot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b98166}.ProductsPage-module__tI2ChG__statusText{color:#64748b;font-size:12px;font-weight:500}.ProductsPage-module__tI2ChG__actionLink{color:var(--secondary-color);cursor:pointer;align-items:center;gap:2px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ProductsPage-module__tI2ChG__hotProductCard:hover .ProductsPage-module__tI2ChG__actionLink{gap:6px}@media (max-width:1024px){.ProductsPage-module__tI2ChG__hotProductGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ProductsPage-module__tI2ChG__hotNav{-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:20px;padding-left:10px;padding-right:10px;overflow-x:auto}.ProductsPage-module__tI2ChG__hotNav::-webkit-scrollbar{display:none}.ProductsPage-module__tI2ChG__hotNavItem{white-space:nowrap;font-size:15px}.ProductsPage-module__tI2ChG__hotProductGrid{grid-template-columns:repeat(2,1fr);gap:16px}.ProductsPage-module__tI2ChG__hotProductCard{padding:16px}.ProductsPage-module__tI2ChG__productLogoWrapper{width:80px;height:80px}.ProductsPage-module__tI2ChG__amount{font-size:18px}}.ProductsPage-module__tI2ChG__hotSectionInner{margin-top:40px;margin-bottom:60px}.ProductsPage-module__tI2ChG__recommendSection{width:100%;margin-top:80px}.ProductsPage-module__tI2ChG__recommendGrid{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:240px 1fr;gap:0;display:grid;overflow:hidden;box-shadow:0 4px 20px #0000000d}.ProductsPage-module__tI2ChG__recommendSidebar{background:linear-gradient(#eff6ff 0%,#dbeafe 100%);border-right:1px solid #e2e8f0;flex-direction:column;gap:32px;padding:40px 20px;display:flex}.ProductsPage-module__tI2ChG__recommendSidebarHeader{text-align:center}.ProductsPage-module__tI2ChG__recommendSidebarTitle{color:#1d4ed8;letter-spacing:.05em;margin-bottom:12px;font-size:26px;font-weight:800}.ProductsPage-module__tI2ChG__recommendSidebarDesc{color:#64748b;font-size:13px;line-height:1.6}.ProductsPage-module__tI2ChG__recommendTabs{flex-direction:column;gap:12px;display:flex}.ProductsPage-module__tI2ChG__recommendTabItem{color:#475569;cursor:pointer;text-align:center;background:#fff;border:1px solid #0000;border-radius:8px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .3s}.ProductsPage-module__tI2ChG__recommendTabItem:hover{color:#3b82f6;border-color:#3b82f6;transform:translate(4px)}.ProductsPage-module__tI2ChG__recommendTabActive{color:#fff;background:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.ProductsPage-module__tI2ChG__recommendTabActive:hover{color:#fff}.ProductsPage-module__tI2ChG__recommendContent{background:#f8fafc;padding:40px}.ProductsPage-module__tI2ChG__recommendProductGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ProductsPage-module__tI2ChG__recommendProductCard{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;align-items:center;padding:24px;transition:all .3s;display:flex}.ProductsPage-module__tI2ChG__recommendProductCard:hover{border-color:#ef4444;transform:translateY(-5px);box-shadow:0 12px 24px #0000000d}.ProductsPage-module__tI2ChG__recommendLogoWrapper{justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:20px;display:flex}.ProductsPage-module__tI2ChG__recommendLogo{object-fit:contain}.ProductsPage-module__tI2ChG__recommendProductName{color:#1e293b;margin-bottom:16px;font-size:15px;font-weight:600}.ProductsPage-module__tI2ChG__recommendPriceRow{justify-content:center;align-items:center;gap:8px;display:flex}.ProductsPage-module__tI2ChG__recommendPriceBadge{background:#fff1f2;border:1px solid #fecaca;border-radius:4px;padding:2px 6px}.ProductsPage-module__tI2ChG__recommendPriceText{color:#ef4444;font-size:11px;font-weight:700}.ProductsPage-module__tI2ChG__recommendPriceValue{color:#1e293b;align-items:baseline;display:flex}.ProductsPage-module__tI2ChG__recommendCurrency{color:#ef4444;margin-right:2px;font-size:12px;font-weight:700}.ProductsPage-module__tI2ChG__recommendAmount{color:#ef4444;font-size:20px;font-weight:800}.ProductsPage-module__tI2ChG__recommendPriceUnit{color:#94a3b8;margin-left:2px;font-size:12px}@media (max-width:1200px){.ProductsPage-module__tI2ChG__recommendProductGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:968px){.ProductsPage-module__tI2ChG__recommendGrid{grid-template-columns:1fr}.ProductsPage-module__tI2ChG__recommendSidebar{border-bottom:1px solid #e2e8f0;border-right:none;padding:32px 20px}.ProductsPage-module__tI2ChG__recommendTabs{flex-flow:wrap;justify-content:center}.ProductsPage-module__tI2ChG__recommendTabItem{padding:8px 16px;font-size:13px}}@media (max-width:640px){.ProductsPage-module__tI2ChG__recommendProductGrid{grid-template-columns:1fr}}.ProductsPage-module__tI2ChG__hotBrand{background:linear-gradient(90deg,#ff5722cc 0%,#f009 50%,#c0000066 100%);flex-direction:column;justify-content:center;align-items:flex-start;height:200px;padding-left:100px;display:flex;position:relative}.ProductsPage-module__tI2ChG__hotTitle{color:#fff;z-index:2;margin-bottom:10px;font-size:30px;font-weight:700;position:relative}.ProductsPage-module__tI2ChG__hotDesc{color:#fff;font-size:20px;font-weight:600}.ProductsPage-module__tI2ChG__hotBrandIcon{z-index:1;position:absolute;top:20px;left:38px}.ProductsPage-module__tI2ChG__hotLogo{position:absolute;bottom:0;right:68px}@media (max-width:1200px){.ProductsPage-module__tI2ChG__physicalGrid{grid-template-columns:1fr}.ProductsPage-module__tI2ChG__virtualLogos{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.ProductsPage-module__tI2ChG__heroGrid{text-align:center;grid-template-columns:1fr;align-items:stretch}.ProductsPage-module__tI2ChG__heroContent{align-items:center}.ProductsPage-module__tI2ChG__heroContent p{text-align:center;margin:0 auto}.ProductsPage-module__tI2ChG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ProductsPage-module__tI2ChG__virtualRow{flex-direction:column}.ProductsPage-module__tI2ChG__virtualLabel{width:100%;height:50px}.ProductsPage-module__tI2ChG__virtualLogos{grid-template-columns:repeat(3,1fr)}.ProductsPage-module__tI2ChG__logoList{justify-content:center}.ProductsPage-module__tI2ChG__heroSection{padding:calc(var(--header-height) + 40px)0 60px}.ProductsPage-module__tI2ChG__heroContent h1{margin-bottom:16px;font-size:22px}.ProductsPage-module__tI2ChG__heroContent p{margin:0 auto;font-size:14px}.ProductsPage-module__tI2ChG__heroGrid{gap:30px}.ProductsPage-module__tI2ChG__heroLiveStatus{top:-20px}.ProductsPage-module__tI2ChG__heroImage{margin-top:40px}.ProductsPage-module__tI2ChG__heroImage img{width:340px;height:auto}.ProductsPage-module__tI2ChG__productMetrics{border-radius:16px;justify-content:center;gap:12px;width:100%;max-width:340px;margin:30px auto;padding:16px 12px}.ProductsPage-module__tI2ChG__metricValue{font-size:20px}.ProductsPage-module__tI2ChG__metricLabel{margin-top:4px;font-size:11px}.ProductsPage-module__tI2ChG__metricDivider{height:30px}.ProductsPage-module__tI2ChG__categoryFlow{margin-bottom:32px}.ProductsPage-module__tI2ChG__flowHeader{justify-content:center;font-size:13px}.ProductsPage-module__tI2ChG__flowTags{justify-content:center;gap:8px}.ProductsPage-module__tI2ChG__flowTagItem{padding:4px 12px;font-size:12px}.ProductsPage-module__tI2ChG__heroCtaGroup{flex-direction:column;align-items:center;gap:16px}.ProductsPage-module__tI2ChG__actionButton{border-radius:8px;justify-content:center;width:100%;max-width:160px;padding:12px 24px}.ProductsPage-module__tI2ChG__ctaHint{font-size:12px}.ProductsPage-module__tI2ChG__heroLiveStatus{top:unset;padding:8px 16px;bottom:-60px;right:50%;transform:translate(50%)!important}.ProductsPage-module__tI2ChG__heroLiveStatus .ProductsPage-module__tI2ChG__liveDot{width:6px;height:6px}.ProductsPage-module__tI2ChG__heroLiveStatus .ProductsPage-module__tI2ChG__liveText{font-size:12px}.ProductsPage-module__tI2ChG__brandSection{padding:80px 0}.ProductsPage-module__tI2ChG__brandSection:before{font-size:80px;top:10%}.ProductsPage-module__tI2ChG__brandSection h2{font-size:22px}.ProductsPage-module__tI2ChG__categoryList{font-size:14px}.ProductsPage-module__tI2ChG__statsGrid{grid-template-columns:repeat(2,1fr);gap:30px 20px;max-width:100%;padding:0 10px}.ProductsPage-module__tI2ChG__circleWrapper{width:140px;height:140px;box-shadow:inset 0 5px 10px #ffffff80,inset 0 -8px 20px #af1e1e73,0 10px 25px #ef444426}.ProductsPage-module__tI2ChG__circleWrapper:before{width:30px;height:20px;top:12%;left:12%}.ProductsPage-module__tI2ChG__circleWrapper:after{inset:-10px}.ProductsPage-module__tI2ChG__statValue{margin-bottom:4px;font-size:22px}.ProductsPage-module__tI2ChG__statLabel{font-size:12px}.ProductsPage-module__tI2ChG__catalogSection{padding:80px 0}.ProductsPage-module__tI2ChG__catalogGroup{gap:20px;padding-bottom:40px}.ProductsPage-module__tI2ChG__groupHeader h2{font-size:20px}.ProductsPage-module__tI2ChG__categoryRow{border-radius:10px}.ProductsPage-module__tI2ChG__categoryLabel{font-size:14px}}
.History-module__na0EIG__historySection{color:#fff;background-color:#334155;background-image:radial-gradient(circle,#475569 0%,#334155 100%);padding:100px 0;position:relative;overflow:hidden}.History-module__na0EIG__historySection:after{content:"";opacity:.1;pointer-events:none;z-index:0;background-image:url(https://static.qrx360.com/privilege/20260114/817e7f71a4f0469599f0b7b7ba54be2c.png);background-position:50%;background-size:cover;position:absolute;inset:0}.History-module__na0EIG__container{z-index:1;position:relative}.History-module__na0EIG__title{text-align:center;letter-spacing:.1em;color:#e9ecf1;margin-bottom:60px;font-size:40px;font-weight:800}.History-module__na0EIG__milestoneRow{justify-content:center;gap:60px;margin-bottom:80px;display:flex}.History-module__na0EIG__milestoneItem{text-align:center}.History-module__na0EIG__milestoneBig{color:#f66363;margin-bottom:12px;font-size:32px;font-weight:800;line-height:1}.History-module__na0EIG__milestoneSmall{color:#fff9;font-size:18px;font-weight:500}.History-module__na0EIG__certGridInDark{grid-template-columns:1fr 1fr;gap:40px;max-width:1400px;margin:60px auto 0;display:grid}.History-module__na0EIG__certImageWrapper{aspect-ratio:1.4;background:#fff;border:1px solid #fff3;border-radius:8px;width:100%;padding:8px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff1a,0 20px 50px #0000004d}.History-module__na0EIG__certItem:hover .History-module__na0EIG__certImageWrapper{border-color:var(--primary-color);transform:translateY(-10px)scale(1.02)}.History-module__na0EIG__certImageWrapper img{object-fit:contain;width:100%;height:100%}.History-module__na0EIG__certLabelInDark{color:#f87171;letter-spacing:.05em;background:#ffffff0d;border:1px solid #f8717133;border-radius:4px;margin-top:20px;padding:8px 32px;font-size:18px;font-weight:800}.History-module__na0EIG__timelineWrapper{margin-bottom:60px;padding:40px 0;position:relative}.History-module__na0EIG__timelineLine{background:#ffffff1a;height:2px;position:absolute;top:47px;left:0;right:0}.History-module__na0EIG__timelineProgress{background:var(--primary-color);height:100%;box-shadow:0 0 15px var(--primary-color);transition:width .8s;position:absolute;top:0;left:0}.History-module__na0EIG__nodes{justify-content:space-between;display:flex;position:relative}.History-module__na0EIG__nodeItem{cursor:pointer;z-index:2;flex-direction:column;align-items:center;transition:all .3s;display:flex}.History-module__na0EIG__nodeDot{background:#1e293b;border:3px solid #fff3;border-radius:50%;width:16px;height:16px;margin-bottom:16px;transition:all .3s}.History-module__na0EIG__nodeYear{color:#ffffff80;font-size:18px;font-weight:700;transition:all .3s}.History-module__na0EIG__nodeItemActive .History-module__na0EIG__nodeDot{background:var(--primary-color);box-shadow:0 0 20px var(--primary-color);border-color:#fff;transform:scale(1.3)}.History-module__na0EIG__nodeItemActive .History-module__na0EIG__nodeYear{color:#fff;transform:translateY(-5px)}.History-module__na0EIG__contentCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;max-width:900px;margin:40px auto 0;padding:40px;position:relative;box-shadow:0 20px 50px #0000004d}.History-module__na0EIG__contentCard:before{content:"";top:-10px;left:var(--arrow-left);background:#ffffff0d;border-top:1px solid #ffffff1a;border-left:1px solid #ffffff1a;width:20px;height:20px;transition:left .5s;position:absolute;transform:translate(-50%)rotate(45deg)}.History-module__na0EIG__contentCard h4{color:var(--primary-color);margin-bottom:16px;font-size:24px;font-weight:800}.History-module__na0EIG__contentCard p{color:#fffc;font-size:17px;line-height:1.8}.History-module__na0EIG__certSection{background-color:#fff;padding:120px 0}.History-module__na0EIG__certGrid{grid-template-columns:1fr 1fr;gap:40px;margin-top:60px;display:grid}.History-module__na0EIG__certItem{flex-direction:column;align-items:center;gap:20px;display:flex}.History-module__na0EIG__certImageWrapper{aspect-ratio:1.4;border:1px solid #f1f5f9;border-radius:12px;width:100%;transition:transform .5s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.History-module__na0EIG__certItem:hover .History-module__na0EIG__certImageWrapper{transform:translateY(-10px)}.History-module__na0EIG__certLabel{color:#ef4444;background:#f1f5f9;border-radius:4px;padding:8px 24px;font-size:16px;font-weight:700}@media (max-width:768px){.History-module__na0EIG__nodes{justify-content:flex-start;gap:40px;padding-bottom:20px;overflow-x:auto}.History-module__na0EIG__nodeItem{flex-shrink:0}.History-module__na0EIG__certGrid{grid-template-columns:1fr}.History-module__na0EIG__contentCard{padding:24px}}.History-module__na0EIG__sectionHeader{text-align:center;z-index:1;margin-bottom:100px;position:relative}.History-module__na0EIG__sectionTitle{color:#1e293b;margin-bottom:20px;font-size:36px;font-weight:800}.History-module__na0EIG__sectionSubtitle{color:#64748b;max-width:800px;margin:0 auto;font-size:18px;font-weight:500;line-height:1.6}.History-module__na0EIG__supplierSection{background-color:#fff;padding:140px 0;position:relative;overflow:hidden}.History-module__na0EIG__supplierSection:before{content:"SUPPLIER";color:#f8fafc;z-index:0;letter-spacing:.15em;opacity:.8;pointer-events:none;font-size:120px;font-weight:900;position:absolute;top:60px;left:50%;transform:translate(-50%)}.History-module__na0EIG__supplierGrid{z-index:1;grid-template-columns:.8fr 1.2fr;gap:40px;margin-top:60px;display:grid;position:relative}.History-module__na0EIG__supplierBlock{border:2px dashed var(--secondary-color);background:#fff;border-radius:32px;flex-direction:column;align-items:center;padding:40px;transition:all .4s;display:flex}.History-module__na0EIG__supplierBlock:hover{background:#fcfdff}.History-module__na0EIG__agentGrid{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;display:grid}.History-module__na0EIG__agentItem{background:#fff;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;height:80px;padding:10px;transition:all .3s;display:flex}.History-module__na0EIG__agentItem:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.History-module__na0EIG__authList{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;display:grid}.History-module__na0EIG__authItem{flex-direction:column;align-items:center;gap:16px;display:flex}.History-module__na0EIG__authImageWrapper{aspect-ratio:.8;background:#fff;border:1px solid #f1f5f9;border-radius:8px;width:100%;padding:8px;transition:transform .5s;position:relative;box-shadow:0 10px 25px #0000000d}.History-module__na0EIG__authImageWrapper:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.History-module__na0EIG__authName{color:var(--secondary-color);background:#fef2f2;border-radius:4px;padding:4px 16px;font-size:16px;font-weight:700}.History-module__na0EIG__blockTitle{color:var(--secondary-color);letter-spacing:.05em;margin-top:32px;font-size:24px;font-weight:800}.History-module__na0EIG__blockTitleBlue{color:#1e40af}@media (max-width:1024px){.History-module__na0EIG__supplierGrid{grid-template-columns:1fr}}@media (max-width:768px){.History-module__na0EIG__historySection{padding:50px 0}.History-module__na0EIG__title{margin-bottom:40px;font-size:22px}.History-module__na0EIG__milestoneRow{gap:40px;margin-bottom:20px}.History-module__na0EIG__milestoneRow .History-module__na0EIG__milestoneBig{margin-bottom:8px;font-size:22px}.History-module__na0EIG__milestoneRow .History-module__na0EIG__milestoneSmall{font-size:12px}.History-module__na0EIG__nodes{gap:20px}.History-module__na0EIG__nodeItem{gap:8px}.History-module__na0EIG__nodeDot{width:12px;height:12px}.History-module__na0EIG__nodeYear{font-size:14px}.History-module__na0EIG__nodeItemActive .History-module__na0EIG__nodeDot{transform:scale(1)}.History-module__na0EIG__nodeItemActive .History-module__na0EIG__nodeYear{transform:translateY(0)}.History-module__na0EIG__timelineWrapper{margin-bottom:0}.History-module__na0EIG__timelineLine{top:45px}.History-module__na0EIG__certGridInDark{gap:20px;margin-top:0}.History-module__na0EIG__certItem{gap:10px}.History-module__na0EIG__certImageWrapper{padding:4px}.History-module__na0EIG__certLabelInDark{padding:4px 16px;font-size:12px}.History-module__na0EIG__supplierSection{padding:50px 0}.History-module__na0EIG__supplierBlock{border-radius:16px;padding:20px}.History-module__na0EIG__sectionHeader{margin-bottom:40px}.History-module__na0EIG__sectionTitle{font-size:22px}.History-module__na0EIG__sectionSubtitle{font-size:14px}.History-module__na0EIG__blockTitle,.History-module__na0EIG__blockTitleBlue{font-size:18px}.History-module__na0EIG__agentGrid{gap:10px}.History-module__na0EIG__agentItem{padding:8px}.History-module__na0EIG__authList{gap:10px}.History-module__na0EIG__authItem{gap:8px}.History-module__na0EIG__authImageWrapper{padding:4px}.History-module__na0EIG__authName{padding:4px 12px;font-size:12px}}
.Cases-module__QbOGPa__cases{background-color:#f8fafc;padding:120px 0 180px;overflow:hidden}.Cases-module__QbOGPa__sectionHeader{text-align:center;margin-bottom:160px;position:relative}.Cases-module__QbOGPa__sectionTitle{color:#1e293b;margin-bottom:20px;font-size:36px;font-weight:800;position:relative}.Cases-module__QbOGPa__sectionHeader:before{content:"CASES";color:#f1f5f9;letter-spacing:.15em;opacity:.5;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.Cases-module__QbOGPa__sectionSubtitle{color:#64748b;font-size:18px;font-weight:500}.Cases-module__QbOGPa__list{flex-direction:column;gap:200px;display:flex}.Cases-module__QbOGPa__caseRow{align-items:center;gap:140px;transition:all .5s;display:flex;position:relative}.Cases-module__QbOGPa__hiddenItem{display:none}.Cases-module__QbOGPa__reverse{flex-direction:row-reverse}.Cases-module__QbOGPa__visualSide{flex:1.2;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.Cases-module__QbOGPa__phoneGroup{z-index:2;width:260px;height:520px;transition:all .5s;position:relative}.Cases-module__QbOGPa__phone{will-change:transform,opacity;backface-visibility:hidden;background:#fff;border:6px solid #1e293b;border-radius:32px;transition:all .7s cubic-bezier(.23,1,.32,1);position:absolute;inset:0;overflow:hidden;box-shadow:0 20px 40px #00000026}.Cases-module__QbOGPa__phone1{z-index:4;transform:translate(0)rotate(0)}.Cases-module__QbOGPa__phone2{z-index:3;opacity:.8;transform:translate(30px,-30px)rotate(4deg)}.Cases-module__QbOGPa__phone3{z-index:2;opacity:.6;transform:translate(60px,-60px)rotate(8deg)}.Cases-module__QbOGPa__phone4{z-index:1;opacity:.4;transform:translate(90px,-90px)rotate(12deg)}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone{opacity:1;box-shadow:0 30px 60px #0003}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone1{transform:translate(-270px)rotate(0)scale(.8)}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone2{transform:translate(-90px)rotate(0)scale(.85)}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone3{transform:translate(90px)rotate(0)scale(.85)}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone4{transform:translate(270px)rotate(0)scale(.8)}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone2{transform:translate(-30px,-30px)rotate(-4deg)}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone3{transform:translate(-60px,-60px)rotate(-8deg)}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone4{transform:translate(-90px,-90px)rotate(-12deg)}.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone1{transform:translate(270px)rotate(0)scale(.8)}.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone2{transform:translate(90px)rotate(0)scale(.85)}.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone3{transform:translate(-90px)rotate(0)scale(.85)}.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone4{transform:translate(-270px)rotate(0)scale(.8)}.Cases-module__QbOGPa__caseNumber{color:#e2e8f0;z-index:0;opacity:.5;font-size:120px;font-weight:900;line-height:1;position:absolute;top:-120px;left:-150px}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__caseNumber{left:auto;right:-20px}.Cases-module__QbOGPa__contentSide{text-align:left;flex:1;margin-top:-60px}.Cases-module__QbOGPa__tag{color:#ef4444;margin-bottom:16px;font-size:16px;font-weight:700;display:inline-block}.Cases-module__QbOGPa__title{color:#1e293b;margin-bottom:24px;font-size:36px;font-weight:800}.Cases-module__QbOGPa__divider{background:linear-gradient(90deg,#ef4444,#0000);width:100%;height:1px;margin-bottom:32px}.Cases-module__QbOGPa__desc{color:#475569;font-size:18px;line-height:1.8}.Cases-module__QbOGPa__more{text-align:center;flex-direction:column;align-items:center;margin-top:160px;display:flex;position:relative}.Cases-module__QbOGPa__blurOverlay{pointer-events:none;z-index:10;background:linear-gradient(#0000 0%,#f8fafc 70%);height:250px;position:absolute;bottom:100%;left:0;right:0}.Cases-module__QbOGPa__moreBtn{z-index:20;background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:100px;padding:16px 48px;font-size:18px;font-weight:700;transition:all .3s;position:relative;box-shadow:0 10px 20px #0000001a}.Cases-module__QbOGPa__moreBtn:hover{background:var(--primary-color);transform:translateY(-3px);box-shadow:0 20px 40px #007bff33}@media (max-width:1024px){.Cases-module__QbOGPa__caseRow,.Cases-module__QbOGPa__reverse{text-align:center;flex-direction:column-reverse;gap:40px}.Cases-module__QbOGPa__visualSide{height:420px;margin-bottom:0}.Cases-module__QbOGPa__phoneGroup{width:200px;height:400px;margin-top:20px}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone,.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone{transform:none}.Cases-module__QbOGPa__phone{border-width:4px;border-radius:24px}.Cases-module__QbOGPa__phone1{transform:translate(0)rotate(0)!important}.Cases-module__QbOGPa__phone2{opacity:.6;transform:translate(15px,-15px)rotate(3deg)!important}.Cases-module__QbOGPa__phone3{opacity:.4;transform:translate(30px,-30px)rotate(6deg)!important}.Cases-module__QbOGPa__phone4{opacity:.2;transform:translate(45px,-45px)rotate(9deg)!important}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone1{transform:translate(0)rotate(0)!important}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone2{transform:translate(-15px,-15px)rotate(-3deg)!important}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone3{transform:translate(-30px,-30px)rotate(-6deg)!important}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone4{transform:translate(-45px,-45px)rotate(-9deg)!important}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone1,.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone1{transform:translate(0)rotate(0)!important}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone2,.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone2{transform:translate(15px,-15px)rotate(3deg)!important}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone3,.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone3{transform:translate(30px,-30px)rotate(6deg)!important}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone4,.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone4{transform:translate(45px,-45px)rotate(9deg)!important}.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone2{transform:translate(-15px,-15px)rotate(-3deg)!important}.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone3{transform:translate(-30px,-30px)rotate(-6deg)!important}.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone4{transform:translate(-45px,-45px)rotate(-9deg)!important}.Cases-module__QbOGPa__contentSide{text-align:center;margin-top:0;padding:0 20px}.Cases-module__QbOGPa__caseNumber{display:none}.Cases-module__QbOGPa__title{margin-bottom:16px;font-size:28px}.Cases-module__QbOGPa__desc{font-size:16px}.Cases-module__QbOGPa__divider{background:linear-gradient(90deg,#0000,#ef4444,#0000);width:60%;margin:0 auto 24px}}@media (max-width:768px){.Cases-module__QbOGPa__cases{padding:50px 0 120px}.Cases-module__QbOGPa__sectionHeader{margin-bottom:40px}.Cases-module__QbOGPa__sectionTitle{font-size:22px}.Cases-module__QbOGPa__sectionSubtitle{font-size:12px}.Cases-module__QbOGPa__list{gap:120px}.Cases-module__QbOGPa__caseRow{gap:10px}.Cases-module__QbOGPa__visualSide{justify-content:center;align-items:center;height:240px;margin-top:20px;padding:0;display:flex}.Cases-module__QbOGPa__phoneGroup{justify-content:center;align-items:center;gap:6px;width:100%;height:auto;display:flex;position:relative;transform:none!important}.Cases-module__QbOGPa__phone{background:#fff;flex-shrink:0;opacity:1!important;border-width:2px!important;border-radius:10px!important;margin:0!important;position:relative!important;inset:auto!important;transform:none!important;box-shadow:0 4px 15px #0000001a!important}.Cases-module__QbOGPa__phone1,.Cases-module__QbOGPa__phone3{z-index:2;width:88px!important;height:170px!important}.Cases-module__QbOGPa__phone2,.Cases-module__QbOGPa__phone4{z-index:1;width:80px!important;height:152px!important}.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phoneGroup{flex-direction:row}.Cases-module__QbOGPa__caseRow:hover .Cases-module__QbOGPa__phone,.Cases-module__QbOGPa__reverse:hover .Cases-module__QbOGPa__phone,.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone1,.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone2,.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone3,.Cases-module__QbOGPa__reverse .Cases-module__QbOGPa__phone4{width:auto;transform:none!important}.Cases-module__QbOGPa__contentSide .Cases-module__QbOGPa__title{font-size:22px}.Cases-module__QbOGPa__contentSide .Cases-module__QbOGPa__desc{font-size:14px}.Cases-module__QbOGPa__contentSide .Cases-module__QbOGPa__divider{margin-bottom:20px}.Cases-module__QbOGPa__contentSide .Cases-module__QbOGPa__more{margin-top:80px}.Cases-module__QbOGPa__contentSide .Cases-module__QbOGPa__moreBtn{padding:12px 32px;font-size:16px}.Cases-module__QbOGPa__previewOverlay{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Cases-module__QbOGPa__previewContent{justify-content:center;align-items:center;width:100%;max-width:500px;height:70vh;display:flex;position:relative}.Cases-module__QbOGPa__previewImageWrapper{border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}.Cases-module__QbOGPa__closeBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:2001;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:-60px;right:0}}
.Models-module__Nl7q6q__models{background-color:#fafcfe;background-size:30px 30px;padding:120px 0;position:relative;overflow:hidden}.Models-module__Nl7q6q__models:before{background:radial-gradient(circle,var(--primary-color),transparent);top:-200px;left:-200px}.Models-module__Nl7q6q__models:after{background:radial-gradient(circle,#60a5fa,#0000);bottom:-200px;right:-200px}.Models-module__Nl7q6q__sectionHeader{text-align:center;z-index:1;margin-bottom:100px;position:relative}.Models-module__Nl7q6q__sectionHeader:before{content:"MODELS";color:#f9f2f2;z-index:-1;letter-spacing:.2em;opacity:.5;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.Models-module__Nl7q6q__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Models-module__Nl7q6q__card{background:#fff;border-radius:48px;flex-direction:column;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000008}.Models-module__Nl7q6q__card:hover{transform:translateY(-12px);box-shadow:0 30px 60px #00000014}.Models-module__Nl7q6q__imageWrapper{border-radius:36px;height:240px;margin:12px;position:relative;overflow:hidden}.Models-module__Nl7q6q__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.Models-module__Nl7q6q__card:hover .Models-module__Nl7q6q__imageWrapper img{transform:scale(1.1)}.Models-module__Nl7q6q__tag{color:#1e293b;z-index:2;background:#ffffffb3;border-radius:100px;padding:8px 20px;font-size:14px;font-weight:700;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #0000001a}.Models-module__Nl7q6q__content{text-align:left;padding:26px 24px 48px}.Models-module__Nl7q6q__title{color:#1e293b;margin-bottom:20px;font-size:24px;font-weight:800;display:inline-block;position:relative}.Models-module__Nl7q6q__title:after{content:"";background:var(--secondary-color);opacity:.8;border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.Models-module__Nl7q6q__desc{color:#475569;margin-bottom:16px;font-size:17px;font-weight:500;line-height:1.6}.Models-module__Nl7q6q__support{color:#94a3b8;font-size:16px;line-height:1.5}@media (max-width:1200px){.Models-module__Nl7q6q__grid{gap:20px}.Models-module__Nl7q6q__content{padding:24px 30px 40px}}@media (max-width:768px){.Models-module__Nl7q6q__models{padding:60px 0}.Models-module__Nl7q6q__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.Models-module__Nl7q6q__sectionHeader{margin-bottom:40px}.Models-module__Nl7q6q__sectionTitle{font-size:22px}.Models-module__Nl7q6q__sectionSubtitle{font-size:12px;font-weight:400;line-height:1.7}.Models-module__Nl7q6q__cardTitle{font-size:18px}.Models-module__Nl7q6q__cardDesc,.Models-module__Nl7q6q__support{font-size:12px}.Models-module__Nl7q6q__content{padding:24px 20px 30px}.Models-module__Nl7q6q__content h3{font-size:20px}.Models-module__Nl7q6q__content .Models-module__Nl7q6q__desc{font-size:14px}.Models-module__Nl7q6q__content .Models-module__Nl7q6q__support{font-size:12px}.Models-module__Nl7q6q__content .Models-module__Nl7q6q__tag{padding:6px 16px;font-size:12px}}
.Products-module__MoXYmq__products{background-color:#fff;padding:120px 0;position:relative;overflow:hidden}.Products-module__MoXYmq__products:before,.Products-module__MoXYmq__products:after{content:"";filter:blur(140px);z-index:0;pointer-events:none;opacity:.08;border-radius:50%;width:800px;height:800px;position:absolute}.Products-module__MoXYmq__sectionHeader{text-align:center;z-index:2;margin-bottom:100px;position:relative}.Products-module__MoXYmq__sectionHeader:before{content:"PRODUCTS";color:#fdf2f2;z-index:-1;letter-spacing:.15em;opacity:.5;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.Products-module__MoXYmq__sectionTitle{color:#1e293b;margin-bottom:15px;font-size:40px;font-weight:700}.Products-module__MoXYmq__sectionSubtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:20px;line-height:1.2}.Products-module__MoXYmq__grid{z-index:2;grid-template-columns:repeat(5,1fr);gap:20px;display:grid;position:relative}.Products-module__MoXYmq__item{text-align:center;cursor:pointer;border:1px solid #fff6;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;height:220px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.Products-module__MoXYmq__item:hover{border-color:var(--primary-color);transform:translateY(-12px);box-shadow:0 25px 50px -12px #00000026}.Products-module__MoXYmq__bgImageContainer{z-index:0;position:absolute;inset:0}.Products-module__MoXYmq__bgImage{object-fit:contain;transition:transform .8s cubic-bezier(.16,1,.3,1)}.Products-module__MoXYmq__item:nth-child(5n+1){box-shadow:0 10px 20px -5px #2563eb1a}.Products-module__MoXYmq__item:nth-child(5n+2){box-shadow:0 10px 20px -5px #8b5cf61a}.Products-module__MoXYmq__item:nth-child(5n+3){box-shadow:0 10px 20px -5px #10b9811a}.Products-module__MoXYmq__item:nth-child(5n+4){box-shadow:0 10px 20px -5px #f59e0b1a}.Products-module__MoXYmq__item:nth-child(5n+5){box-shadow:0 10px 20px -5px #ec48991a}.Products-module__MoXYmq__overlay{z-index:1;background:linear-gradient(#0000001a,#00000080);transition:all .5s;position:absolute;inset:0}.Products-module__MoXYmq__content{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:relative}.Products-module__MoXYmq__name{color:#fff;text-shadow:0 2px 10px #0000004d;font-size:20px;font-weight:700;transition:all .3s}.Products-module__MoXYmq__item:hover .Products-module__MoXYmq__name{transform:scale(1.1)}@media (max-width:1200px){.Products-module__MoXYmq__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.Products-module__MoXYmq__grid{grid-template-columns:repeat(3,1fr)}.Products-module__MoXYmq__sectionTitle{font-size:32px}}@media (max-width:768px){.Products-module__MoXYmq__products{padding:60px 0}.Products-module__MoXYmq__sectionHeader{margin-bottom:40px}.Products-module__MoXYmq__grid{grid-template-columns:repeat(2,1fr);gap:16px}.Products-module__MoXYmq__item{border-radius:20px;height:160px}.Products-module__MoXYmq__name{font-size:15px}.Products-module__MoXYmq__sectionTitle{font-size:22px}.Products-module__MoXYmq__sectionSubtitle{font-size:12px;font-weight:400;line-height:1.7}}
.Commitments-module__42sH-W__commitments{background-color:#fafcfe;background-image:radial-gradient(circle at 20% 20%,#3b82f608 0%,#0000 50%);padding:120px 0;position:relative;overflow:hidden}.Commitments-module__42sH-W__sectionHeader{text-align:center;margin-bottom:100px;position:relative}.Commitments-module__42sH-W__sectionHeader:before{content:"COMMITMENTS";color:#f9f2f2;letter-spacing:.15em;opacity:.5;z-index:0;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.Commitments-module__42sH-W__sectionTitle{color:#1e293b;letter-spacing:-.02em;margin-bottom:16px;font-size:36px;font-weight:800;position:relative}.Commitments-module__42sH-W__sectionTitle:before{content:"COMMITMENTS";color:#f1f5f9;letter-spacing:.15em;opacity:.5;z-index:-1;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.Commitments-module__42sH-W__sectionSubtitle{color:#64748b;font-size:18px;font-weight:500}.Commitments-module__42sH-W__grid{grid-template-columns:repeat(5,1fr);align-items:stretch;gap:20px;display:grid}.Commitments-module__42sH-W__card{background:#fff;border:1px solid #0000000a;border-radius:24px;flex-direction:column;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008,0 1px 2px #00000005}.Commitments-module__42sH-W__card:hover{transform:translateY(-12px);box-shadow:0 30px 60px #00000014}.Commitments-module__42sH-W__cardHeader{background-color:var(--theme-color);color:#fff;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.Commitments-module__42sH-W__headerTitle{letter-spacing:.05em;opacity:.95;font-size:13px;font-weight:700}.Commitments-module__42sH-W__headerIcon{opacity:.8}.Commitments-module__42sH-W__cardBody{text-align:left;flex-direction:column;flex:1;padding:24px 20px;display:flex}.Commitments-module__42sH-W__titleRow{align-items:center;gap:10px;margin-bottom:12px;display:flex}.Commitments-module__42sH-W__title{color:#1e293b;margin:0;font-size:18px;font-weight:800}.Commitments-module__42sH-W__statusBadge{color:var(--theme-color);white-space:nowrap;background:#ef444414;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:800}.Commitments-module__42sH-W__desc{color:#94a3b8;margin-bottom:24px;font-size:13px;font-weight:500;line-height:1.6}.Commitments-module__42sH-W__cardFooter{margin-top:auto}.Commitments-module__42sH-W__actionBtn{width:100%;color:var(--theme-color);cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.Commitments-module__42sH-W__card:hover .Commitments-module__42sH-W__actionBtn{background:var(--theme-color);color:#fff;border-color:var(--theme-color);box-shadow:0 8px 20px -5px var(--theme-color)}@media (max-width:1280px){.Commitments-module__42sH-W__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Commitments-module__42sH-W__grid{grid-template-columns:repeat(2,1fr);gap:16px}.Commitments-module__42sH-W__commitments{padding:50px 0}.Commitments-module__42sH-W__sectionHeader{margin-bottom:20px}.Commitments-module__42sH-W__sectionTitle{font-size:22px}.Commitments-module__42sH-W__sectionSubtitle{font-size:12px}.Commitments-module__42sH-W__card{border-radius:16px}.Commitments-module__42sH-W__cardHeader{padding:8px 16px}.Commitments-module__42sH-W__headerTitle{font-size:12px}.Commitments-module__42sH-W__headerIcon{width:20px;height:20px}.Commitments-module__42sH-W__cardBody{padding:12px 16px}.Commitments-module__42sH-W__titleRow{gap:8px}.Commitments-module__42sH-W__title{font-size:12px}.Commitments-module__42sH-W__statusBadge{font-size:10px}.Commitments-module__42sH-W__desc{margin-bottom:6px;font-size:12px}.Commitments-module__42sH-W__cardFooter{margin-top:16px}.Commitments-module__42sH-W__actionBtn{padding:8px 12px;font-size:12px}}
.Partners-module__qMAwEG__partners{background-color:#fafcfe;padding:120px 0;overflow:hidden}.Partners-module__qMAwEG__sectionHeader{text-align:center;z-index:1;margin-bottom:100px;position:relative}.Partners-module__qMAwEG__sectionHeader:before{content:"PARTNERS";color:#f9f2f2;z-index:-1;letter-spacing:.25em;opacity:.6;pointer-events:none;font-size:120px;font-weight:900;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.Partners-module__qMAwEG__sectionTitle{color:#1e293b;margin-bottom:16px;font-size:40px;font-weight:800}.Partners-module__qMAwEG__sectionSubtitle{color:#64748b;font-size:20px;line-height:1.2}.Partners-module__qMAwEG__marqueeContainer{width:100%;padding:20px 0;position:relative}.Partners-module__qMAwEG__brandCard{cursor:pointer;background:#f8fafc;border-radius:24px;width:220px;height:120px;padding:2px;transition:all .4s cubic-bezier(.16,1,.3,1)}.Partners-module__qMAwEG__cardContent{background:#fff;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:15px;display:flex;box-shadow:0 4px 12px #00000005}.Partners-module__qMAwEG__logoWrapper{justify-content:center;align-items:center;width:100%;height:45px;display:flex;position:relative}.Partners-module__qMAwEG__brandLogo{object-fit:contain;filter:grayscale(0);opacity:1;transition:all .4s;width:auto!important;max-width:140px!important;height:auto!important;max-height:45px!important}.Partners-module__qMAwEG__brandCard:hover{transform:scale(1.05)}.Partners-module__qMAwEG__brandCard:hover .Partners-module__qMAwEG__brandLogo{filter:grayscale(0);opacity:1;transform:scale(1.1)}.Partners-module__qMAwEG__brandName{color:#94a3b8;font-size:14px;font-weight:600;transition:color .3s}.Partners-module__qMAwEG__brandCard:hover .Partners-module__qMAwEG__brandName{color:var(--secondary-color)}.Partners-module__qMAwEG__leftMask,.Partners-module__qMAwEG__rightMask{z-index:10;pointer-events:none;width:150px;position:absolute;top:0;bottom:0}.Partners-module__qMAwEG__leftMask{background:linear-gradient(90deg,#fafcfe,#0000);left:0}.Partners-module__qMAwEG__rightMask{background:linear-gradient(270deg,#fafcfe,#0000);right:0}@media (max-width:768px){.Partners-module__qMAwEG__partners{padding:60px 0}.Partners-module__qMAwEG__brandCard{width:160px;height:100px}.Partners-module__qMAwEG__sectionHeader{margin-bottom:40px}.Partners-module__qMAwEG__brandName{font-size:13px}.Partners-module__qMAwEG__sectionTitle{font-size:22px}.Partners-module__qMAwEG__sectionSubtitle{font-size:12px;font-weight:400;line-height:1.7}}
