.StatsTicker-module__hWICVW__statsSection{background:var(--bg-card);border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);z-index:10;padding:50px 0;position:relative}.StatsTicker-module__hWICVW__statsContainer{max-width:1280px;margin:0 auto;padding:0 24px}.StatsTicker-module__hWICVW__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.StatsTicker-module__hWICVW__statCard{background:var(--bg-surface);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;align-items:center;gap:16px;padding:20px 24px;display:flex}.StatsTicker-module__hWICVW__iconBox{background:var(--glass-bg);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.StatsTicker-module__hWICVW__value{font-family:var(--font-heading);color:var(--text-primary);font-size:1.6rem;font-weight:800;line-height:1.1}.StatsTicker-module__hWICVW__label{color:var(--text-secondary);margin-top:4px;font-size:.85rem}@media (max-width:992px){.StatsTicker-module__hWICVW__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:576px){.StatsTicker-module__hWICVW__statsSection{padding:32px 0}.StatsTicker-module__hWICVW__statsContainer{padding:0 16px}.StatsTicker-module__hWICVW__grid{grid-template-columns:repeat(2,1fr);gap:10px}.StatsTicker-module__hWICVW__statCard{border-radius:16px;gap:10px;padding:12px 14px}.StatsTicker-module__hWICVW__iconBox{border-radius:10px;width:36px;height:36px}.StatsTicker-module__hWICVW__value{font-size:1.25rem}.StatsTicker-module__hWICVW__label{font-size:.75rem}}@media (max-width:350px){.StatsTicker-module__hWICVW__grid{grid-template-columns:1fr}}
.ProductCatalog-module__oHIiLq__catalogSection{z-index:2;background:var(--bg-surface-light);border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);padding:100px 0;transition:background-color .3s;position:relative}.ProductCatalog-module__oHIiLq__container{max-width:1280px;margin:0 auto;padding:0 24px}.ProductCatalog-module__oHIiLq__header{text-align:center;flex-direction:column;align-items:center;max-width:720px;margin-bottom:50px;margin-left:auto;margin-right:auto;display:flex}.ProductCatalog-module__oHIiLq__pillBadge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);border-radius:99px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 18px;font-size:.85rem;display:inline-flex}.ProductCatalog-module__oHIiLq__badgePulse{background-color:var(--brand-accent);width:7px;height:7px;box-shadow:0 0 10px var(--brand-accent);border-radius:50%;animation:2s infinite ProductCatalog-module__oHIiLq__pulseSpark}@keyframes ProductCatalog-module__oHIiLq__pulseSpark{0%{opacity:.7;transform:scale(.9)}50%{opacity:1;transform:scale(1.3)}to{opacity:.7;transform:scale(.9)}}.ProductCatalog-module__oHIiLq__subtitle{color:var(--text-secondary);margin-top:14px;font-size:1.1rem;line-height:1.6}.ProductCatalog-module__oHIiLq__productGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.ProductCatalog-module__oHIiLq__productCard{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.ProductCatalog-module__oHIiLq__imageContainer{background:var(--bg-surface);cursor:pointer;width:100%;height:250px;position:relative;overflow:hidden}.ProductCatalog-module__oHIiLq__productImg{object-fit:cover;object-position:center;width:100%;height:100%}.ProductCatalog-module__oHIiLq__articleBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:5;background:#071522e0;border:1px solid #fff3;border-radius:99px;padding:4px 12px;font-size:.78rem;font-weight:800;position:absolute;top:14px;left:14px;box-shadow:0 4px 12px #0003}.ProductCatalog-module__oHIiLq__stockBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--status-success);z-index:5;background:#1fae6626;border:1px solid #1fae664d;border-radius:99px;align-items:center;gap:6px;padding:4px 10px;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:14px;right:14px}.ProductCatalog-module__oHIiLq__greenDot{background-color:var(--status-success);width:6px;height:6px;box-shadow:0 0 8px var(--status-success);border-radius:50%}.ProductCatalog-module__oHIiLq__cardArrowBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:6;opacity:0;background:#071522bf;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .25s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductCatalog-module__oHIiLq__productCard:hover .ProductCatalog-module__oHIiLq__cardArrowBtn{opacity:1}.ProductCatalog-module__oHIiLq__cardArrowBtn:hover{background:var(--brand-accent)}.ProductCatalog-module__oHIiLq__arrowLeft{left:10px}.ProductCatalog-module__oHIiLq__arrowRight{right:10px}.ProductCatalog-module__oHIiLq__imageCountBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:5;background:#000000bf;border-radius:8px;align-items:center;gap:5px;padding:3px 10px;font-size:.7rem;font-weight:700;display:flex;position:absolute;bottom:12px;right:12px}.ProductCatalog-module__oHIiLq__imgOverlay{opacity:0;z-index:4;background:#00000059;justify-content:center;align-items:center;gap:6px;transition:opacity .25s;display:flex;position:absolute;inset:0}.ProductCatalog-module__oHIiLq__imgOverlay span{color:var(--text-primary);font-size:.8rem;font-weight:700}.ProductCatalog-module__oHIiLq__imageContainer:hover .ProductCatalog-module__oHIiLq__imgOverlay{opacity:1}.ProductCatalog-module__oHIiLq__cardContent{flex-direction:column;flex:1;padding:24px;display:flex}.ProductCatalog-module__oHIiLq__brandRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ProductCatalog-module__oHIiLq__brandName{color:var(--brand-accent);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.ProductCatalog-module__oHIiLq__materialTag{color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:6px;padding:2px 8px;font-size:.7rem}.ProductCatalog-module__oHIiLq__productTitle{color:var(--text-primary);margin-bottom:14px;font-size:1.15rem;font-weight:800;line-height:1.3}.ProductCatalog-module__oHIiLq__metaRow{border-bottom:1px dashed var(--glass-border);gap:16px;margin-bottom:18px;padding-bottom:14px;display:flex}.ProductCatalog-module__oHIiLq__metaItem{flex-direction:column;display:flex}.ProductCatalog-module__oHIiLq__metaLabel{color:var(--text-secondary);text-transform:uppercase;font-size:.7rem}.ProductCatalog-module__oHIiLq__metaValue{color:var(--text-primary);margin-top:2px;font-size:.85rem;font-weight:700}.ProductCatalog-module__oHIiLq__priceContainer{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ProductCatalog-module__oHIiLq__wholesalePriceLabel{color:var(--text-secondary);font-size:.72rem;display:block}.ProductCatalog-module__oHIiLq__priceValueRow{align-items:baseline;gap:4px;margin-top:2px;display:flex}.ProductCatalog-module__oHIiLq__currency{color:var(--brand-accent);font-size:.85rem;font-weight:700}.ProductCatalog-module__oHIiLq__priceNum{font-family:var(--font-heading);color:var(--text-primary);font-size:1.45rem;font-weight:800}.ProductCatalog-module__oHIiLq__perPair{color:var(--text-secondary);font-size:.75rem}.ProductCatalog-module__oHIiLq__cartonTotalBox{text-align:right;background:#d15a0014;border:1px solid #d15a0033;border-radius:10px;padding:6px 12px}.ProductCatalog-module__oHIiLq__cartonTotalBox span{color:var(--brand-accent);font-size:.9rem;font-weight:800;display:block}.ProductCatalog-module__oHIiLq__cartonTotalBox small{color:var(--text-secondary);font-size:.68rem}.ProductCatalog-module__oHIiLq__waBtn{background:#25d366;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:auto;padding:12px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex;box-shadow:0 4px 14px #25d36640;color:#fff!important}.ProductCatalog-module__oHIiLq__waBtn:hover{background:#20bd5a}.ProductCatalog-module__oHIiLq__lightboxBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ProductCatalog-module__oHIiLq__lightboxContent{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:28px;flex-direction:column;width:100%;max-width:680px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000080}.ProductCatalog-module__oHIiLq__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:16px;right:16px}.ProductCatalog-module__oHIiLq__lightboxMainImgWrapper{background:#000;width:100%;height:340px}.ProductCatalog-module__oHIiLq__lightboxMainImg{object-fit:contain;width:100%;height:100%}.ProductCatalog-module__oHIiLq__lightboxMeta{flex-direction:column;padding:24px;display:flex}.ProductCatalog-module__oHIiLq__lightboxHeaderRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ProductCatalog-module__oHIiLq__lightboxMeta h4{color:var(--text-primary);font-size:1.2rem;font-weight:800}.ProductCatalog-module__oHIiLq__lightboxPriceTag{font-family:var(--font-heading);color:var(--brand-accent);background:#d15a001f;border:1px solid #d15a0040;border-radius:99px;padding:4px 12px;font-size:1rem;font-weight:800}.ProductCatalog-module__oHIiLq__lightboxMeta p{color:var(--text-secondary);margin-bottom:16px;font-size:.85rem;line-height:1.5}.ProductCatalog-module__oHIiLq__thumbnailStrip{gap:10px;margin-bottom:20px;padding-bottom:4px;display:flex;overflow-x:auto}.ProductCatalog-module__oHIiLq__thumbImg{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:10px;width:60px;height:60px;transition:all .2s}.ProductCatalog-module__oHIiLq__thumbImg:hover{opacity:1}.ProductCatalog-module__oHIiLq__activeThumb{border-color:var(--brand-accent)!important;opacity:1!important}.ProductCatalog-module__oHIiLq__waModalBtn{background:#25d366;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:.95rem;font-weight:700;text-decoration:none;display:flex;color:#fff!important}@media (max-width:992px){.ProductCatalog-module__oHIiLq__productGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:576px){.ProductCatalog-module__oHIiLq__catalogSection{padding:60px 0}.ProductCatalog-module__oHIiLq__productGrid{grid-template-columns:1fr;gap:20px}.ProductCatalog-module__oHIiLq__imageContainer{height:220px}.ProductCatalog-module__oHIiLq__cardContent{padding:18px}.ProductCatalog-module__oHIiLq__productTitle{font-size:1.05rem}.ProductCatalog-module__oHIiLq__lightboxMainImgWrapper{height:240px}.ProductCatalog-module__oHIiLq__cardArrowBtn{opacity:.8}}
.PerspectiveSplit-module__0GNpUW__splitSection{z-index:2;background:var(--bg-surface);padding:100px 0;transition:background-color .3s;position:relative;overflow:hidden}.PerspectiveSplit-module__0GNpUW__container{max-width:1280px;margin:0 auto;padding:0 24px}.PerspectiveSplit-module__0GNpUW__header{text-align:center;flex-direction:column;align-items:center;max-width:720px;margin-bottom:50px;margin-left:auto;margin-right:auto;display:flex}.PerspectiveSplit-module__0GNpUW__pillBadge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);border-radius:99px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 18px;font-size:.85rem;display:inline-flex}.PerspectiveSplit-module__0GNpUW__badgeSpark{background-color:var(--brand-accent);width:6px;height:6px;box-shadow:0 0 10px var(--brand-accent);border-radius:50%}.PerspectiveSplit-module__0GNpUW__subtitle{color:var(--text-secondary);margin-top:14px;font-size:1.1rem;line-height:1.6}.PerspectiveSplit-module__0GNpUW__outlinedBox{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:36px;padding:56px 0;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000014}.PerspectiveSplit-module__0GNpUW__marqueeStage{flex-direction:column;gap:20px;width:100%;padding:8px 0;display:flex;position:relative;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.PerspectiveSplit-module__0GNpUW__rowTrack{width:100%;padding:6px 0;display:flex}@keyframes PerspectiveSplit-module__0GNpUW__marqueeLeft{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes PerspectiveSplit-module__0GNpUW__marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0,0)}}.PerspectiveSplit-module__0GNpUW__trackLeft1{white-space:nowrap;will-change:transform;gap:20px;padding:4px 0;animation:50s linear infinite PerspectiveSplit-module__0GNpUW__marqueeLeft;display:flex}.PerspectiveSplit-module__0GNpUW__trackRight{white-space:nowrap;will-change:transform;gap:20px;padding:4px 0;animation:55s linear infinite PerspectiveSplit-module__0GNpUW__marqueeRight;display:flex}.PerspectiveSplit-module__0GNpUW__trackLeft2{white-space:nowrap;will-change:transform;gap:20px;padding:4px 0;animation:48s linear infinite PerspectiveSplit-module__0GNpUW__marqueeLeft;display:flex}.PerspectiveSplit-module__0GNpUW__marqueeStage:hover .PerspectiveSplit-module__0GNpUW__trackLeft1,.PerspectiveSplit-module__0GNpUW__marqueeStage:hover .PerspectiveSplit-module__0GNpUW__trackRight,.PerspectiveSplit-module__0GNpUW__marqueeStage:hover .PerspectiveSplit-module__0GNpUW__trackLeft2{animation-play-state:paused}.PerspectiveSplit-module__0GNpUW__minimalPill{background:var(--bg-card);border:1px solid var(--glass-border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:12px;padding:12px 24px;transition:transform .25s,border-color .25s,background-color .25s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 14px #0000000f}.PerspectiveSplit-module__0GNpUW__minimalPill:hover{border-color:var(--brand-accent);background:var(--bg-card-light);box-shadow:0 8px 24px #0000001f, 0 0 15px var(--glow-accent);transform:translateY(-2px)scale(1.02)}.PerspectiveSplit-module__0GNpUW__iconCircleGold{background:#d15a001f;border:1px solid #d15a004d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.PerspectiveSplit-module__0GNpUW__iconCircleEmerald{background:#003c711f;border:1px solid #003c714d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.PerspectiveSplit-module__0GNpUW__pillText{color:var(--text-primary);letter-spacing:-.01em;font-size:.95rem;font-weight:600}@media (max-width:768px){.PerspectiveSplit-module__0GNpUW__splitSection{padding:60px 0}.PerspectiveSplit-module__0GNpUW__container{padding:0 16px}.PerspectiveSplit-module__0GNpUW__header{margin-bottom:30px}.PerspectiveSplit-module__0GNpUW__subtitle{font-size:.95rem}.PerspectiveSplit-module__0GNpUW__outlinedBox{border-radius:24px;padding:24px 0}.PerspectiveSplit-module__0GNpUW__marqueeStage{gap:14px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.PerspectiveSplit-module__0GNpUW__trackLeft1,.PerspectiveSplit-module__0GNpUW__trackRight,.PerspectiveSplit-module__0GNpUW__trackLeft2{gap:12px}.PerspectiveSplit-module__0GNpUW__minimalPill{border-radius:99px;gap:10px;padding:10px 18px}.PerspectiveSplit-module__0GNpUW__iconCircleGold,.PerspectiveSplit-module__0GNpUW__iconCircleEmerald{width:30px;height:30px}.PerspectiveSplit-module__0GNpUW__pillText{font-size:.85rem}}@media (max-width:480px){.PerspectiveSplit-module__0GNpUW__splitSection{padding:44px 0}.PerspectiveSplit-module__0GNpUW__outlinedBox{border-radius:20px;padding:18px 0}.PerspectiveSplit-module__0GNpUW__marqueeStage{gap:10px}.PerspectiveSplit-module__0GNpUW__minimalPill{gap:8px;padding:8px 14px}.PerspectiveSplit-module__0GNpUW__iconCircleGold,.PerspectiveSplit-module__0GNpUW__iconCircleEmerald{width:26px;height:26px}.PerspectiveSplit-module__0GNpUW__pillText{font-size:.78rem}}
.Features-module__ZD3nRW__featuresSection{z-index:2;background:var(--bg-surface);padding:100px 0;transition:background-color .3s;position:relative;overflow:hidden}.Features-module__ZD3nRW__container{max-width:1280px;margin:0 auto;padding:0 24px}.Features-module__ZD3nRW__header{text-align:center;flex-direction:column;align-items:center;max-width:720px;margin-bottom:60px;margin-left:auto;margin-right:auto;display:flex}.Features-module__ZD3nRW__pillBadge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);border-radius:99px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 18px;font-size:.85rem;display:inline-flex}.Features-module__ZD3nRW__badgeSpark{background-color:var(--brand-accent);width:6px;height:6px;box-shadow:0 0 10px var(--brand-accent);border-radius:50%}.Features-module__ZD3nRW__subtitle{color:var(--text-secondary);margin-top:14px;font-size:1.1rem;line-height:1.6}.Features-module__ZD3nRW__bentoGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Features-module__ZD3nRW__bentoCard{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:28px;flex-direction:column;justify-content:space-between;padding:32px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Features-module__ZD3nRW__bentoCard:hover{border-color:var(--brand-accent);box-shadow:0 15px 40px #0000001f, 0 0 20px var(--glow-accent);transform:translateY(-4px)}.Features-module__ZD3nRW__cardHero{background:linear-gradient(145deg, var(--bg-card) 0%, var(--bg-card-light) 100%);grid-row:span 2}.Features-module__ZD3nRW__cardWide{grid-column:span 2}.Features-module__ZD3nRW__cardStandard{grid-column:span 1}.Features-module__ZD3nRW__cardHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Features-module__ZD3nRW__badgeLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--brand-accent);background:#d15a001a;border:1px solid #d15a0033;border-radius:99px;padding:4px 12px;font-size:.72rem;font-weight:700}.Features-module__ZD3nRW__iconCircleGold{width:44px;height:44px;color:var(--brand-accent);background:#d15a001f;border:1px solid #d15a0040;border-radius:14px;justify-content:center;align-items:center;display:flex}.Features-module__ZD3nRW__iconCircleEmerald{width:44px;height:44px;color:var(--brand-primary-light);background:#003c711f;border:1px solid #003c7140;border-radius:14px;justify-content:center;align-items:center;display:flex}.Features-module__ZD3nRW__bentoCard h3{color:var(--text-primary);margin-bottom:8px;font-size:1.3rem;font-weight:800}.Features-module__ZD3nRW__bentoCard p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.Features-module__ZD3nRW__heroTextContent{margin-bottom:24px}.Features-module__ZD3nRW__scannerWidget{background:var(--bg-surface);border:1px dashed var(--brand-accent);border-radius:20px;margin-top:20px;padding:20px;position:relative;overflow:hidden}.Features-module__ZD3nRW__scanLaser{background:var(--brand-accent);height:3px;box-shadow:0 0 15px var(--brand-accent);animation:3s ease-in-out infinite alternate Features-module__ZD3nRW__scanLaser;position:absolute;top:0;left:0;right:0}@keyframes Features-module__ZD3nRW__scanLaser{0%{top:0%}to{top:95%}}.Features-module__ZD3nRW__slipCard{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:14px;padding:14px}.Features-module__ZD3nRW__slipHeader{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:10px;font-size:.82rem;font-weight:700;display:flex}.Features-module__ZD3nRW__slipMeta{color:var(--text-secondary);border-bottom:1px dashed var(--glass-border);flex-direction:column;gap:4px;margin-bottom:10px;padding-bottom:10px;font-size:.75rem;display:flex}.Features-module__ZD3nRW__ocrStatus{color:var(--status-success);align-items:center;gap:6px;font-size:.75rem;font-weight:700;display:flex}.Features-module__ZD3nRW__pipelineWidget{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:18px;justify-content:space-between;align-items:center;margin-top:24px;padding:16px 20px;display:flex}.Features-module__ZD3nRW__pipeStepDone{color:var(--status-success);align-items:center;gap:8px;font-size:.8rem;font-weight:700;display:flex}.Features-module__ZD3nRW__stepDot{width:20px;height:20px;color:var(--status-success);background:#1fae6633;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex}.Features-module__ZD3nRW__pipeLineActive{background:var(--status-success);flex:1;height:2px;margin:0 10px}.Features-module__ZD3nRW__pipeLine{background:var(--glass-border);flex:1;height:2px;margin:0 10px}.Features-module__ZD3nRW__pipeStepCurrent{color:var(--brand-accent);align-items:center;gap:8px;font-size:.8rem;font-weight:800;display:flex}.Features-module__ZD3nRW__stepPulse{background:var(--brand-accent);width:12px;height:12px;box-shadow:0 0 12px var(--brand-accent);border-radius:50%;animation:1.5s infinite Features-module__ZD3nRW__pulse}.Features-module__ZD3nRW__pipeStep{color:var(--text-secondary);align-items:center;gap:8px;font-size:.8rem;display:flex}.Features-module__ZD3nRW__payoutWidget{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:16px;margin-top:20px;padding:16px}.Features-module__ZD3nRW__payoutRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.Features-module__ZD3nRW__bankTag{color:#e21b70;background:#e21b701f;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:800}.Features-module__ZD3nRW__payoutAmount{color:var(--text-primary);font-size:1.1rem;font-weight:800}.Features-module__ZD3nRW__payoutSuccess{color:var(--status-success);align-items:center;gap:6px;font-size:.72rem;font-weight:600;display:flex}.Features-module__ZD3nRW__sizeMatrixWidget{gap:6px;margin-top:20px;display:flex}.Features-module__ZD3nRW__sizeCell{background:var(--bg-surface);border:1px solid var(--glass-border);text-align:center;border-radius:10px;flex-direction:column;flex:1;padding:8px 4px;display:flex}.Features-module__ZD3nRW__sizeCellActive{border:1px solid var(--brand-accent);text-align:center;background:#d15a0026;border-radius:10px;flex-direction:column;flex:1;padding:8px 4px;display:flex}.Features-module__ZD3nRW__sizeCell span,.Features-module__ZD3nRW__sizeCellActive span{color:var(--text-secondary);font-size:.68rem}.Features-module__ZD3nRW__sizeCell b,.Features-module__ZD3nRW__sizeCellActive b{color:var(--text-primary);margin-top:2px;font-size:.8rem}.Features-module__ZD3nRW__chatWidget{flex-direction:column;gap:10px;margin-top:20px;display:flex}.Features-module__ZD3nRW__chatBubbleLeft{background:var(--bg-surface);border:1px solid var(--glass-border);color:var(--text-primary);border-radius:14px 14px 14px 2px;align-self:flex-start;max-width:85%;padding:10px 14px;font-size:.82rem}.Features-module__ZD3nRW__chatBubbleRight{background:var(--brand-primary);color:#fff;border-radius:14px 14px 2px;align-self:flex-end;max-width:85%;padding:10px 14px;font-size:.82rem}.Features-module__ZD3nRW__pdfWidget{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:14px;align-items:center;gap:12px;margin-top:20px;padding:14px;display:flex}.Features-module__ZD3nRW__pdfMeta{flex-direction:column;flex:1;display:flex}.Features-module__ZD3nRW__pdfMeta span{color:var(--text-primary);font-size:.85rem;font-weight:700}.Features-module__ZD3nRW__pdfMeta small{color:var(--text-secondary);margin-top:2px;font-size:.72rem}@media (max-width:992px){.Features-module__ZD3nRW__bentoGrid{grid-template-columns:repeat(2,1fr);gap:18px}.Features-module__ZD3nRW__cardHero{grid-area:span 1/span 2}.Features-module__ZD3nRW__cardWide{grid-column:span 2}.Features-module__ZD3nRW__cardStandard{grid-column:span 1}}@media (max-width:650px){.Features-module__ZD3nRW__featuresSection{padding:60px 0}.Features-module__ZD3nRW__container{padding:0 16px}.Features-module__ZD3nRW__header{margin-bottom:32px}.Features-module__ZD3nRW__bentoGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.Features-module__ZD3nRW__cardHero{border-radius:24px;grid-column:span 2;padding:22px}.Features-module__ZD3nRW__cardWide{border-radius:20px;grid-column:span 2;padding:20px}.Features-module__ZD3nRW__cardStandard{border-radius:20px;grid-column:span 1;padding:18px 14px}.Features-module__ZD3nRW__bentoCard h3{font-size:1rem}.Features-module__ZD3nRW__bentoCard p{font-size:.78rem}.Features-module__ZD3nRW__iconCircleGold,.Features-module__ZD3nRW__iconCircleEmerald{border-radius:10px;width:36px;height:36px}.Features-module__ZD3nRW__badgeLabel{padding:3px 8px;font-size:.62rem}.Features-module__ZD3nRW__pipelineWidget{-webkit-overflow-scrolling:touch;justify-content:space-between;align-items:center;gap:4px;padding:12px 10px;display:flex;overflow-x:auto}.Features-module__ZD3nRW__pipeLineActive{background:var(--status-success);flex:1;min-width:10px;height:2px;margin:0 4px;display:block}.Features-module__ZD3nRW__pipeLine{background:var(--glass-border);flex:1;min-width:10px;height:2px;margin:0 4px;display:block}.Features-module__ZD3nRW__pipeStepDone,.Features-module__ZD3nRW__pipeStepCurrent,.Features-module__ZD3nRW__pipeStep{white-space:nowrap;gap:4px;font-size:.72rem}.Features-module__ZD3nRW__chatWidget{gap:6px}.Features-module__ZD3nRW__chatBubbleLeft,.Features-module__ZD3nRW__chatBubbleRight{max-width:100%;padding:8px 10px;font-size:.75rem}.Features-module__ZD3nRW__sizeMatrixWidget{grid-template-columns:repeat(5,1fr);gap:4px;width:100%;display:grid}.Features-module__ZD3nRW__sizeCell,.Features-module__ZD3nRW__sizeCellActive{padding:6px 2px}}@media (max-width:480px){.Features-module__ZD3nRW__bentoGrid{grid-template-columns:1fr;gap:14px}.Features-module__ZD3nRW__cardHero,.Features-module__ZD3nRW__cardWide,.Features-module__ZD3nRW__cardStandard{grid-column:span 1}.Features-module__ZD3nRW__bentoCard{padding:20px 16px}}
