.Header-module__ldgnoG__header{z-index:1000;background:var(--white);position:sticky;top:0}.Header-module__ldgnoG__topBar{background:var(--primary);padding:var(--space-2)0;font-size:var(--text-xs);color:var(--gray-300)}.Header-module__ldgnoG__topBarInner{justify-content:space-between;align-items:center;display:flex}.Header-module__ldgnoG__topBarLeft{align-items:center;gap:var(--space-4);display:flex}.Header-module__ldgnoG__topBarDivider{color:var(--gray-600)}.Header-module__ldgnoG__topBarRight{align-items:center;gap:var(--space-4);display:flex}.Header-module__ldgnoG__topBarRight .Header-module__ldgnoG__badge{color:var(--accent-light);padding:2px var(--space-2);border-radius:var(--radius-sm);background:#d4a4201a;font-size:.7rem;font-weight:500}.Header-module__ldgnoG__mainHeader{padding:var(--space-4)0;border-bottom:1px solid var(--gray-100);background:var(--white)}.Header-module__ldgnoG__mainHeaderInner{align-items:center;gap:var(--space-6);display:flex}.Header-module__ldgnoG__logo{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.Header-module__ldgnoG__logoIcon svg{width:44px;height:44px}.Header-module__ldgnoG__logoText{flex-direction:column;display:flex}.Header-module__ldgnoG__logoName{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--primary);letter-spacing:-.02em;font-weight:800;line-height:1.1}.Header-module__ldgnoG__logoTagline{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:600}.Header-module__ldgnoG__searchBar{flex:1;max-width:560px;margin:0 auto}.Header-module__ldgnoG__searchTabs{margin-bottom:var(--space-1);gap:0;display:flex}.Header-module__ldgnoG__searchTab{padding:var(--space-1)var(--space-3);font-size:var(--text-xs);color:var(--gray-400);border-radius:var(--radius-sm)var(--radius-sm)0 0;transition:all var(--transition-fast);font-weight:500}.Header-module__ldgnoG__searchTab:hover{color:var(--accent)}.Header-module__ldgnoG__searchTabActive{background:var(--primary);color:var(--accent-light)}.Header-module__ldgnoG__searchInputWrap{align-items:center;display:flex;position:relative}.Header-module__ldgnoG__searchIcon{left:var(--space-4);width:18px;height:18px;color:var(--gray-300);position:absolute}.Header-module__ldgnoG__searchInput{width:100%;padding:var(--space-3)var(--space-4)var(--space-3)var(--space-10);border:2px solid var(--gray-100);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--gray-700);transition:border-color var(--transition-fast);background:var(--gray-50)}.Header-module__ldgnoG__searchInput:focus{border-color:var(--accent);background:var(--white);box-shadow:0 0 0 4px var(--accent-glow)}.Header-module__ldgnoG__searchInput::placeholder{color:var(--gray-300)}.Header-module__ldgnoG__actions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.Header-module__ldgnoG__actionBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--gray-500);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__actionBtn:hover{background:var(--gray-50);color:var(--accent)}.Header-module__ldgnoG__cartBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--gray-500);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__ldgnoG__cartBtn:hover{background:var(--gray-50);color:var(--accent)}.Header-module__ldgnoG__cartCount{background:var(--accent);width:18px;height:18px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.Header-module__ldgnoG__signInBtn,.Header-module__ldgnoG__b2bBtn{padding:var(--space-2)var(--space-5);font-size:var(--text-sm)}.Header-module__ldgnoG__userMenu{position:relative}.Header-module__ldgnoG__userBtn{border-radius:var(--radius-md);background:var(--gray-50);border:1px solid var(--gray-100);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:.4rem;padding:.3rem .6rem .3rem .3rem;display:flex}.Header-module__ldgnoG__userBtn:hover{background:var(--gray-100);border-color:var(--accent)}.Header-module__ldgnoG__userAvatar{background:linear-gradient(135deg,var(--accent),#e8c14d);width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.Header-module__ldgnoG__userName{font-size:var(--text-sm);color:var(--gray-700);font-weight:600}.Header-module__ldgnoG__userDropdown{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);z-index:200;min-width:220px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 40px #0a193133}.Header-module__ldgnoG__userDropdownHeader{border-bottom:1px solid var(--gray-100);flex-direction:column;gap:.15rem;padding:.75rem 1rem;display:flex}.Header-module__ldgnoG__userDropdownHeader strong{font-size:var(--text-sm);color:var(--gray-700)}.Header-module__ldgnoG__userDropdownHeader small{color:var(--gray-400);font-size:.7rem}.Header-module__ldgnoG__userDropdownItem{font-size:var(--text-sm);color:var(--gray-600);transition:all var(--transition-fast);padding:.6rem 1rem;text-decoration:none;display:block}.Header-module__ldgnoG__userDropdownItem:hover{background:var(--gray-50);color:var(--primary)}.Header-module__ldgnoG__userDropdownLogout{width:100%;font-size:var(--text-sm);color:#e74c3c;text-align:left;border-top:1px solid var(--gray-100);cursor:pointer;transition:background var(--transition-fast);padding:.6rem 1rem;display:block}.Header-module__ldgnoG__userDropdownLogout:hover{background:#e74c3c0d}.Header-module__ldgnoG__nav{background:var(--primary);border-top:1px solid #ffffff0d}.Header-module__ldgnoG__navInner{align-items:center;gap:0;display:flex}.Header-module__ldgnoG__navInner>:first-child{padding-left:0}.Header-module__ldgnoG__navLink{align-items:center;gap:var(--space-1);padding:var(--space-3)var(--space-5);font-size:var(--text-sm);color:var(--gray-300);transition:all var(--transition-fast);white-space:nowrap;font-weight:500;display:flex;position:relative}.Header-module__ldgnoG__navLink:after{content:"";background:var(--accent);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module__ldgnoG__navLink:hover{color:var(--white);background:#ffffff0d}.Header-module__ldgnoG__navLink:hover:after{width:60%}.Header-module__ldgnoG__navB2B{color:var(--accent-light);font-weight:700}.Header-module__ldgnoG__navB2B:hover{color:var(--accent)}.Header-module__ldgnoG__navDropdown{position:relative}.Header-module__ldgnoG__navDropdown>.Header-module__ldgnoG__navLink{cursor:pointer}.Header-module__ldgnoG__navDropdown>.Header-module__ldgnoG__navLink svg{transition:transform var(--transition-fast)}.Header-module__ldgnoG__navDropdown:hover>.Header-module__ldgnoG__navLink svg{transform:rotate(180deg)}.Header-module__ldgnoG__navDropdown:hover>.Header-module__ldgnoG__navLink{color:var(--white);background:#ffffff0d}.Header-module__ldgnoG__dropdownMenu{background:var(--white);border-radius:0 0 var(--radius-lg)var(--radius-lg);min-width:280px;padding:var(--space-2);opacity:0;visibility:hidden;z-index:100;border-top:3px solid var(--accent);flex-direction:column;transition:all .25s;display:flex;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 20px 60px #0a193140}.Header-module__ldgnoG__navDropdown:hover .Header-module__ldgnoG__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__ldgnoG__dropdownItem{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);transition:all var(--transition-fast);text-decoration:none;display:flex}.Header-module__ldgnoG__dropdownItem:hover{background:var(--gray-50)}.Header-module__ldgnoG__dropdownIcon{background:var(--gray-50);border-radius:var(--radius-md);width:36px;height:36px;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.Header-module__ldgnoG__dropdownItem:hover .Header-module__ldgnoG__dropdownIcon{background:#d4a4201f}.Header-module__ldgnoG__dropdownTitle{font-weight:700;font-size:var(--text-sm);color:var(--primary);line-height:1.3;display:block}.Header-module__ldgnoG__dropdownDesc{color:var(--gray-400);margin-top:2px;font-size:.68rem;line-height:1.3;display:block}.Header-module__ldgnoG__dropdownItem:hover .Header-module__ldgnoG__dropdownTitle{color:var(--accent-dark)}.Header-module__ldgnoG__brandsDropdown{gap:var(--space-2);min-width:380px;padding:var(--space-4);grid-template-columns:repeat(3,1fr)}.Header-module__ldgnoG__brandDropdownItem{align-items:center;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);transition:all var(--transition-fast);text-align:center;flex-direction:column;text-decoration:none;display:flex}.Header-module__ldgnoG__brandDropdownItem:hover{background:var(--gray-50);transform:translateY(-2px)}.Header-module__ldgnoG__brandDropdownLogo{border-radius:var(--radius-md);border:2px solid var(--gray-100);background:var(--white);width:48px;height:48px;transition:all var(--transition-fast);justify-content:center;align-items:center;padding:6px;display:flex}.Header-module__ldgnoG__brandDropdownLogo svg{width:100%;height:100%}.Header-module__ldgnoG__brandDropdownItem:hover .Header-module__ldgnoG__brandDropdownLogo{box-shadow:var(--shadow-sm);border-color:currentColor}.Header-module__ldgnoG__brandDropdownName{font-size:var(--text-xs);color:var(--gray-600);font-weight:600}.Header-module__ldgnoG__brandDropdownViewAll{text-align:center;padding:var(--space-3);font-size:var(--text-sm);color:var(--accent);border-top:1px solid var(--gray-100);margin-top:var(--space-2);transition:color var(--transition-fast);grid-column:1/-1;font-weight:700;text-decoration:none}.Header-module__ldgnoG__brandDropdownViewAll:hover{color:var(--accent-dark)}.Header-module__ldgnoG__mobileToggle{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:40px;height:40px;display:none}.Header-module__ldgnoG__hamburger{background:var(--primary);width:22px;height:2px;transition:all var(--transition-fast);display:block;position:relative}.Header-module__ldgnoG__hamburger:before,.Header-module__ldgnoG__hamburger:after{content:"";background:var(--primary);width:100%;height:2px;transition:all var(--transition-fast);position:absolute}.Header-module__ldgnoG__hamburger:before{top:-7px}.Header-module__ldgnoG__hamburger:after{bottom:-7px}.Header-module__ldgnoG__hamburgerOpen{background:0 0}.Header-module__ldgnoG__hamburgerOpen:before{top:0;transform:rotate(45deg)}.Header-module__ldgnoG__hamburgerOpen:after{bottom:0;transform:rotate(-45deg)}.Header-module__ldgnoG__mobileMenuOverlay,.Header-module__ldgnoG__mobileMenuDrawer,.Header-module__ldgnoG__mobileMenuHeader,.Header-module__ldgnoG__mobileSearch,.Header-module__ldgnoG__mobileNav,.Header-module__ldgnoG__mobileAuth{display:none}@media (max-width:1024px){.Header-module__ldgnoG__searchBar,.Header-module__ldgnoG__b2bBtn{display:none}}@media (max-width:768px){.Header-module__ldgnoG__topBar{display:none}.Header-module__ldgnoG__mainHeaderInner{flex-wrap:wrap}.Header-module__ldgnoG__actions{margin-left:auto}.Header-module__ldgnoG__signInBtn,.Header-module__ldgnoG__b2bBtn{display:none}.Header-module__ldgnoG__mobileToggle{z-index:1002;display:flex}.Header-module__ldgnoG__mobileMenuOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;opacity:0;visibility:hidden;transition:all var(--transition-base);background:#0009;display:block;position:fixed;inset:0}.Header-module__ldgnoG__mobileMenuOverlay.Header-module__ldgnoG__open{opacity:1;visibility:visible}.Header-module__ldgnoG__mobileMenuDrawer{background:var(--white);z-index:1003;width:85%;max-width:320px;box-shadow:var(--shadow-xl);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.Header-module__ldgnoG__mobileMenuDrawer.Header-module__ldgnoG__open{transform:translate(0)}.Header-module__ldgnoG__mobileMenuHeader{padding:var(--space-4);border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;display:flex}.Header-module__ldgnoG__mobileMenuClose{border-radius:var(--radius-md);width:36px;height:36px;color:var(--gray-500);background:var(--gray-50);cursor:pointer;border:none;justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__mobileSearch{padding:var(--space-4);border-bottom:1px solid var(--gray-100);display:block}.Header-module__ldgnoG__mobileNav{padding:var(--space-2)0;flex:1;display:block;overflow-y:auto}.Header-module__ldgnoG__mobileNavLink{padding:var(--space-3)var(--space-5);font-size:var(--text-base);color:var(--gray-700);border-bottom:1px solid var(--gray-50);justify-content:space-between;align-items:center;font-weight:500;display:flex}.Header-module__ldgnoG__mobileNavLink:hover{background:var(--gray-50);color:var(--primary)}.Header-module__ldgnoG__mobileNavDropdown{background:var(--gray-50);padding:var(--space-2)0;display:none}.Header-module__ldgnoG__mobileNavDropdown.Header-module__ldgnoG__open{display:block}.Header-module__ldgnoG__mobileDropdownItem{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-6);font-size:var(--text-sm);color:var(--gray-600);display:flex}.Header-module__ldgnoG__mobileAuth{padding:var(--space-4);border-top:1px solid var(--gray-100);gap:var(--space-3);flex-direction:column;display:flex}.Header-module__ldgnoG__mobileActions{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.Header-module__ldgnoG__nav{display:none}}
.Footer-module__Grjkva__footer{margin-top:var(--space-20)}.Footer-module__Grjkva__newsletter{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);padding:var(--space-12)0}.Footer-module__Grjkva__newsletterInner{justify-content:space-between;align-items:center;gap:var(--space-8);display:flex}.Footer-module__Grjkva__newsletterContent h3{color:var(--white);font-size:var(--text-2xl);margin-bottom:var(--space-2)}.Footer-module__Grjkva__newsletterContent p{color:var(--gray-300);font-size:var(--text-sm)}.Footer-module__Grjkva__newsletterForm{gap:var(--space-3);flex-shrink:0;display:flex}.Footer-module__Grjkva__newsletterInput{padding:var(--space-3)var(--space-5);border-radius:var(--radius-md);color:var(--white);min-width:280px;font-size:var(--text-sm);background:#ffffff14;border:2px solid #ffffff26}.Footer-module__Grjkva__newsletterInput::placeholder{color:var(--gray-400)}.Footer-module__Grjkva__newsletterInput:focus{border-color:var(--accent);background:#ffffff1f}.Footer-module__Grjkva__main{background:var(--gray-800);padding:var(--space-16)0}.Footer-module__Grjkva__mainGrid{gap:var(--space-10);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.Footer-module__Grjkva__footerLogo{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.Footer-module__Grjkva__footerLogoName{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--white);font-weight:800}.Footer-module__Grjkva__footerDesc{color:var(--gray-400);font-size:var(--text-sm);margin-bottom:var(--space-6);line-height:1.7}.Footer-module__Grjkva__socialLinks{gap:var(--space-3);display:flex}.Footer-module__Grjkva__socialLink{border-radius:var(--radius-md);width:38px;height:38px;color:var(--gray-400);transition:all var(--transition-base);background:#ffffff0f;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__socialLink:hover{background:var(--accent);color:var(--primary);transform:translateY(-2px)}.Footer-module__Grjkva__colTitle{color:var(--accent-light);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-5);font-weight:700}.Footer-module__Grjkva__footerLink{color:var(--gray-400);font-size:var(--text-sm);padding:var(--space-1)0;transition:all var(--transition-fast);display:block}.Footer-module__Grjkva__footerLink:hover{color:var(--white);padding-left:var(--space-2)}.Footer-module__Grjkva__contactItem{align-items:center;gap:var(--space-2);color:var(--gray-400);font-size:var(--text-sm);margin-bottom:var(--space-3);display:flex}.Footer-module__Grjkva__contactIcon{font-size:var(--text-base)}.Footer-module__Grjkva__bottomBar{background:var(--gray-900);padding:var(--space-4)0}.Footer-module__Grjkva__bottomBarInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__Grjkva__bottomBarInner p{color:var(--gray-500);font-size:var(--text-xs)}.Footer-module__Grjkva__paymentIcons{gap:var(--space-2);display:flex}.Footer-module__Grjkva__paymentBadge{padding:var(--space-1)var(--space-3);border:1px solid var(--gray-600);border-radius:var(--radius-sm);color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.Footer-module__Grjkva__bottomLinks{gap:var(--space-4);display:flex}.Footer-module__Grjkva__bottomLink{color:var(--gray-500);font-size:var(--text-xs);transition:color var(--transition-fast)}.Footer-module__Grjkva__bottomLink:hover{color:var(--accent-light)}@media (max-width:1024px){.Footer-module__Grjkva__mainGrid{gap:var(--space-8);grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__Grjkva__newsletterInner{text-align:center;flex-direction:column}.Footer-module__Grjkva__newsletterForm{flex-direction:column;width:100%}.Footer-module__Grjkva__newsletterInput{min-width:unset;width:100%}.Footer-module__Grjkva__mainGrid{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__Grjkva__bottomBarInner{gap:var(--space-3);text-align:center;flex-direction:column}}
.compare-module__eFvrNG__compareBar{z-index:999;-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-xl)var(--radius-xl)0 0;padding:var(--space-4)var(--space-6);align-items:center;gap:var(--space-5);border:1px solid var(--gray-100);border-bottom:none;border-top:3px solid var(--accent);background:#fffffff2;min-width:560px;max-width:90vw;transition:bottom .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:-120px;left:50%;transform:translate(-50%);box-shadow:0 -8px 40px #0a19311f,0 -2px 8px #0a19310f}.compare-module__eFvrNG__compareBarVisible{bottom:0}.compare-module__eFvrNG__compareItems{align-items:center;gap:var(--space-3);flex:1;display:flex}.compare-module__eFvrNG__compareSlot{align-items:center;gap:var(--space-2);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-2)var(--space-3);min-width:150px;display:flex;position:relative}.compare-module__eFvrNG__compareSlotEmpty{background:var(--white);border:1px dashed var(--gray-200);border-radius:var(--radius-lg);justify-content:center;align-items:center;min-width:150px;height:44px;display:flex}.compare-module__eFvrNG__compareSlotEmptyText{color:var(--gray-400);font-size:.7rem}.compare-module__eFvrNG__compareSlotIcon{flex-shrink:0;font-size:1.2rem}.compare-module__eFvrNG__compareSlotInfo{flex:1;min-width:0}.compare-module__eFvrNG__compareSlotName{color:var(--primary);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:600;display:block;overflow:hidden}.compare-module__eFvrNG__compareSlotBrand{color:var(--gray-500);font-size:.62rem;display:block}.compare-module__eFvrNG__compareSlotRemove{background:var(--gray-400);width:18px;height:18px;color:var(--white);border:2px solid var(--white);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.compare-module__eFvrNG__compareSlotRemove:hover{background:var(--error);transform:scale(1.15)}.compare-module__eFvrNG__compareActions{align-items:center;gap:var(--space-3);display:flex}.compare-module__eFvrNG__compareBtn{padding:var(--space-2)var(--space-5);background:var(--primary);color:var(--white);font-weight:700;font-size:var(--text-sm);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none}.compare-module__eFvrNG__compareBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0a193133}.compare-module__eFvrNG__compareBtn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none;transform:none}.compare-module__eFvrNG__compareClearBtn{border:1px solid var(--gray-200);color:var(--gray-500);padding:var(--space-2)var(--space-3);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;font-size:.7rem}.compare-module__eFvrNG__compareClearBtn:hover{border-color:var(--error);color:var(--error)}.compare-module__eFvrNG__compareCount{background:var(--accent);color:var(--primary);width:20px;height:20px;margin-right:var(--space-2);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:inline-flex}.compare-module__eFvrNG__compareToggle{align-items:center;gap:var(--space-1);border:1px solid var(--gray-200);color:var(--gray-400);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;padding:4px 10px;font-size:.72rem;font-weight:500;display:flex}.compare-module__eFvrNG__compareToggle:hover{border-color:var(--accent);color:var(--accent-dark);background:#d4a4200f}.compare-module__eFvrNG__compareToggleActive{border-color:var(--accent);color:var(--accent-dark);background:#d4a4201a;font-weight:600}.compare-module__eFvrNG__compareToggleActive:hover{border-color:var(--error);color:var(--error);background:#ef44440f}.compare-module__eFvrNG__modalOverlay{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--space-6);background:#0a1628b3;justify-content:center;align-items:center;animation:.25s compare-module__eFvrNG__fadeIn;display:flex;position:fixed;inset:0}@keyframes compare-module__eFvrNG__fadeIn{0%{opacity:0}to{opacity:1}}.compare-module__eFvrNG__modal{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:1100px;max-height:90vh;animation:.3s compare-module__eFvrNG__modalSlide;overflow-y:auto;box-shadow:0 30px 80px #0a19314d}@keyframes compare-module__eFvrNG__modalSlide{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.compare-module__eFvrNG__modalHeader{padding:var(--space-5)var(--space-6);border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;display:flex}.compare-module__eFvrNG__modalTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--primary);align-items:center;gap:var(--space-2);font-weight:800;display:flex}.compare-module__eFvrNG__modalClose{border:1px solid var(--gray-200);cursor:pointer;width:36px;height:36px;color:var(--gray-500);transition:all var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.compare-module__eFvrNG__modalClose:hover{background:var(--gray-50);border-color:var(--gray-300)}.compare-module__eFvrNG__modalBody{padding:var(--space-6)}.compare-module__eFvrNG__compareTable{border-collapse:separate;border-spacing:0;width:100%}.compare-module__eFvrNG__compareTable th,.compare-module__eFvrNG__compareTable td{padding:var(--space-3)var(--space-4);text-align:left;border-bottom:1px solid var(--gray-100);font-size:var(--text-sm)}.compare-module__eFvrNG__compareTable th{color:var(--gray-500);background:var(--gray-50);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;width:120px;font-size:.72rem;font-weight:600}.compare-module__eFvrNG__compareTable td{color:var(--primary);font-weight:500}.compare-module__eFvrNG__compareProductHeader{vertical-align:top;position:relative;text-align:left!important;padding:var(--space-5)var(--space-4)!important}.compare-module__eFvrNG__compareProductHeaderInner{align-items:flex-start;gap:var(--space-3);display:flex}.compare-module__eFvrNG__compareProductCheck{border-radius:var(--radius-sm);border:2px solid var(--success);background:var(--success);width:22px;height:22px;color:var(--white);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.compare-module__eFvrNG__compareProductCheck:hover{background:var(--error);border-color:var(--error)}.compare-module__eFvrNG__compareProductTextGroup{flex:1;min-width:0}.compare-module__eFvrNG__compareProductName{font-weight:700;font-size:var(--text-base);color:var(--primary);margin-bottom:2px;line-height:1.3;display:block}.compare-module__eFvrNG__compareProductBrand{color:var(--accent-dark);margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.compare-module__eFvrNG__bestValue{color:var(--success)!important;font-weight:700!important}.compare-module__eFvrNG__comparePriceValue{font-weight:700;font-size:var(--text-base)}.compare-module__eFvrNG__comparePriceLabel{color:var(--gray-400);margin-top:1px;font-size:.65rem;display:block}.compare-module__eFvrNG__compareRating{align-items:center;gap:var(--space-1);display:flex}.compare-module__eFvrNG__compareStars{gap:1px;display:flex}.compare-module__eFvrNG__compareActions2{text-align:center;padding:var(--space-4)var(--space-4)var(--space-5)!important}@media (max-width:768px){.compare-module__eFvrNG__compareBar{min-width:unset;width:95vw;padding:var(--space-3)var(--space-4);gap:var(--space-3);flex-wrap:wrap}.compare-module__eFvrNG__compareSlot,.compare-module__eFvrNG__compareSlotEmpty{min-width:100px}.compare-module__eFvrNG__modal{max-width:95vw;max-height:85vh}.compare-module__eFvrNG__modalBody{padding:var(--space-3);overflow-x:auto}.compare-module__eFvrNG__compareTable{min-width:500px}}
.CartDrawer-module__EV39Ia__cartOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;transition:all var(--transition-base);background:#00000080;position:fixed;inset:0}.CartDrawer-module__EV39Ia__cartOverlay.CartDrawer-module__EV39Ia__open{opacity:1;visibility:visible}.CartDrawer-module__EV39Ia__cartDrawer{background:var(--white);z-index:2001;width:100%;max-width:400px;height:100dvh;box-shadow:var(--shadow-xl);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%)}.CartDrawer-module__EV39Ia__cartDrawer.CartDrawer-module__EV39Ia__open{transform:translate(0)}.CartDrawer-module__EV39Ia__header{padding:var(--space-4)var(--space-5);border-bottom:1px solid var(--gray-100);background:var(--white);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__EV39Ia__title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-lg);color:var(--gray-900);align-items:center;gap:var(--space-2);display:flex}.CartDrawer-module__EV39Ia__count{background:var(--primary);color:var(--white);border-radius:var(--radius-full);padding:2px 8px;font-size:.75rem}.CartDrawer-module__EV39Ia__closeBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--gray-500);background:var(--gray-50);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.CartDrawer-module__EV39Ia__closeBtn:hover{background:var(--gray-100);color:var(--gray-900)}.CartDrawer-module__EV39Ia__body{overscroll-behavior:contain;min-height:0;padding:var(--space-5);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.CartDrawer-module__EV39Ia__emptyState{text-align:center;color:var(--gray-500);padding:var(--space-8);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.CartDrawer-module__EV39Ia__emptyIcon{background:var(--gray-50);width:64px;height:64px;color:var(--gray-400);margin-bottom:var(--space-4);border-radius:50%;justify-content:center;align-items:center;display:flex}.CartDrawer-module__EV39Ia__continueBtn{margin-top:var(--space-6)}.CartDrawer-module__EV39Ia__cartItem{gap:var(--space-3);padding-bottom:var(--space-4);border-bottom:1px solid var(--gray-50);display:flex}.CartDrawer-module__EV39Ia__itemImage{border-radius:var(--radius-md);background:var(--gray-50);object-fit:cover;border:1px solid var(--gray-100);width:72px;height:72px}.CartDrawer-module__EV39Ia__itemInfo{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartDrawer-module__EV39Ia__itemTop{justify-content:space-between;gap:var(--space-2);display:flex}.CartDrawer-module__EV39Ia__itemName{color:var(--gray-800);font-weight:600;font-size:var(--text-sm);line-height:1.3}.CartDrawer-module__EV39Ia__removeBtn{cursor:pointer;color:var(--gray-400);transition:color var(--transition-fast);background:0 0;border:none;padding:0}.CartDrawer-module__EV39Ia__removeBtn:hover{color:var(--error)}.CartDrawer-module__EV39Ia__itemVariant{font-size:var(--text-xs);color:var(--gray-500);margin-top:2px}.CartDrawer-module__EV39Ia__itemBottom{margin-top:var(--space-2);justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__EV39Ia__price{color:var(--primary);font-weight:700}.CartDrawer-module__EV39Ia__quantity{border:1px solid var(--gray-200);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.CartDrawer-module__EV39Ia__qtyBtn{background:var(--gray-50);cursor:pointer;width:24px;height:24px;color:var(--gray-600);transition:background var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.CartDrawer-module__EV39Ia__qtyBtn:hover{background:var(--gray-200)}.CartDrawer-module__EV39Ia__qtyValue{text-align:center;width:32px;font-size:var(--text-xs);font-weight:600}.CartDrawer-module__EV39Ia__footer{padding:var(--space-5);padding-bottom:calc(var(--space-5) + env(safe-area-inset-bottom,8px));border-top:1px solid var(--gray-100);background:var(--white);flex-shrink:0}.CartDrawer-module__EV39Ia__subtotal{margin-bottom:var(--space-4);font-weight:600;font-size:var(--text-lg);justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__EV39Ia__totalPrice{color:var(--primary);font-weight:800}.CartDrawer-module__EV39Ia__actions{gap:var(--space-3);grid-template-columns:1fr;display:grid}.CartDrawer-module__EV39Ia__checkoutBtn{background:var(--primary);width:100%;color:var(--white);font-weight:700;font-size:var(--text-base);border-radius:var(--radius-md);transition:all var(--transition-fast);letter-spacing:.02em;justify-content:center;align-items:center;padding:14px 20px;text-decoration:none;display:flex}.CartDrawer-module__EV39Ia__checkoutBtn:hover{background:var(--primary-dark,#c48800);transform:translateY(-1px);box-shadow:0 4px 12px #daa52059}.CartDrawer-module__EV39Ia__viewCartBtn{width:100%;color:var(--gray-700);font-weight:600;font-size:var(--text-sm);border:2px solid var(--gray-200);border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;padding:12px 20px;text-decoration:none;display:flex}.CartDrawer-module__EV39Ia__viewCartBtn:hover{border-color:var(--primary);color:var(--primary);background:#daa5200d}
.about-module__8TymFG__aboutPage{background:var(--off-white);min-height:100vh}.about-module__8TymFG__hero{background:var(--primary);padding:var(--space-12)0;text-align:center}.about-module__8TymFG__heroTitle{font-size:var(--text-4xl);color:var(--white);margin:var(--space-4)auto var(--space-4)}.about-module__8TymFG__heroSubtitle{color:var(--gray-400);font-size:var(--text-lg);max-width:650px;margin:0 auto;line-height:1.7}.about-module__8TymFG__missionGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.about-module__8TymFG__missionCard{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:var(--space-8);text-align:center;transition:all var(--transition-base)}.about-module__8TymFG__missionCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.about-module__8TymFG__missionIcon{margin-bottom:var(--space-4);font-size:40px;display:block}.about-module__8TymFG__missionCard h3{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-3)}.about-module__8TymFG__missionCard p{font-size:var(--text-sm);color:var(--gray-400);line-height:1.7}.about-module__8TymFG__timelineSection{background:linear-gradient(180deg,var(--primary)0%,var(--primary-dark)60%,var(--primary)100%);position:relative;overflow:hidden}.about-module__8TymFG__timelineSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a4200f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:20%;left:-5%}.about-module__8TymFG__timelineSection:after{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb0a 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;bottom:10%;right:-5%}.about-module__8TymFG__timeline{gap:var(--space-10)var(--space-6);z-index:1;grid-template-columns:repeat(3,1fr);max-width:1000px;margin:0 auto;display:grid;position:relative}.about-module__8TymFG__timelineItem{text-align:center;padding-top:calc(var(--space-8) + 8px);transition:all var(--transition-base);position:relative}.about-module__8TymFG__timelineItem:hover{transform:translateY(-4px)}.about-module__8TymFG__timelineItem:before{content:"";top:calc(var(--space-8) + 8px);background:linear-gradient(90deg,#d4a4201a,#d4a42059,#d4a4201a);height:2px;position:absolute;left:0;right:0;transform:translateY(-50%)}.about-module__8TymFG__timelineItem:nth-child(3n+1):before{left:50%}.about-module__8TymFG__timelineItem:nth-child(3n):before{right:50%}.about-module__8TymFG__timelineDot{top:calc(var(--space-8) + 8px);background:linear-gradient(135deg,var(--accent-light),var(--accent));border:3px solid var(--primary-dark);z-index:2;width:16px;height:16px;transition:all var(--transition-base);border-radius:50%;position:absolute;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #d4a42033,0 0 16px #d4a4204d}.about-module__8TymFG__timelineItem:hover .about-module__8TymFG__timelineDot{transform:translate(-50%,-50%)scale(1.2);box-shadow:0 0 0 4px #d4a4204d,0 0 24px #d4a42080}.about-module__8TymFG__timelineYear{font-family:var(--font-heading);font-size:var(--text-xs);color:var(--accent-light);white-space:nowrap;letter-spacing:.1em;text-shadow:0 0 12px #d4a4204d;transition:all var(--transition-base);font-weight:800;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-module__8TymFG__timelineItem:hover .about-module__8TymFG__timelineYear{color:var(--accent-light);text-shadow:0 0 20px #d4a42080}.about-module__8TymFG__timelineContent{padding:var(--space-5)var(--space-4)var(--space-4);margin-top:var(--space-2);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff14;border-top:2px solid #d4a4204d}.about-module__8TymFG__timelineItem:hover .about-module__8TymFG__timelineContent{background:#ffffff14;border-color:#d4a42099 #d4a42040 #d4a42040;box-shadow:0 8px 32px #00000040,inset 0 1px #d4a4201a}.about-module__8TymFG__timelineContent h4{font-size:var(--text-sm);color:var(--white);margin-bottom:var(--space-2);font-weight:700}.about-module__8TymFG__timelineContent p{font-size:var(--text-xs);color:var(--gray-300);line-height:1.6}.about-module__8TymFG__timelineItem:first-child{animation:.5s .1s both about-module__8TymFG__fadeInUp}.about-module__8TymFG__timelineItem:nth-child(2){animation:.5s .2s both about-module__8TymFG__fadeInUp}.about-module__8TymFG__timelineItem:nth-child(3){animation:.5s .3s both about-module__8TymFG__fadeInUp}.about-module__8TymFG__timelineItem:nth-child(4){animation:.5s .4s both about-module__8TymFG__fadeInUp}.about-module__8TymFG__timelineItem:nth-child(5){animation:.5s .5s both about-module__8TymFG__fadeInUp}.about-module__8TymFG__timelineItem:nth-child(6){animation:.5s .6s both about-module__8TymFG__fadeInUp}@keyframes about-module__8TymFG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-module__8TymFG__statsGrid{gap:var(--space-5);grid-template-columns:repeat(6,1fr);display:grid}.about-module__8TymFG__statCard{text-align:center;padding:var(--space-6)var(--space-4);background:linear-gradient(165deg,var(--white)0%,#fefcf5 100%);border:1px solid #d4a4201f;border-top:3px solid var(--accent);border-radius:var(--radius-lg);transition:all var(--transition-base);position:relative;overflow:hidden}.about-module__8TymFG__statCard:before{content:"";pointer-events:none;background:linear-gradient(#d4a4200a 0%,#0000 50%);height:100%;position:absolute;top:0;left:0;right:0}.about-module__8TymFG__statCard:hover{border-color:#d4a42040;transform:translateY(-6px);box-shadow:0 12px 32px #d4a4201f,0 4px 12px #0000000f}.about-module__8TymFG__statValue{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--accent);margin-bottom:var(--space-1);font-weight:800;display:block;position:relative}.about-module__8TymFG__statLabel{font-size:var(--text-xs);color:var(--gray-500);font-weight:500;position:relative}.about-module__8TymFG__teamGrid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.about-module__8TymFG__teamCard{text-align:center;padding:var(--space-8);background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);transition:all var(--transition-base)}.about-module__8TymFG__teamCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.about-module__8TymFG__teamIcon{margin-bottom:var(--space-4);font-size:48px;display:block}.about-module__8TymFG__teamName{font-size:var(--text-base);color:var(--primary);margin-bottom:var(--space-1);font-weight:700}.about-module__8TymFG__teamRole{font-size:var(--text-sm);color:var(--gray-400)}.about-module__8TymFG__facilitiesSection{background:var(--off-white)}.about-module__8TymFG__facilitiesGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.about-module__8TymFG__facilityCard{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);transition:all var(--transition-base);overflow:hidden}.about-module__8TymFG__facilityCard:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-light);transform:translateY(-4px)}.about-module__8TymFG__facilityImageBox{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative;overflow:hidden}.about-module__8TymFG__facilityImageBox svg{opacity:.85}.about-module__8TymFG__facilityImageBox img{object-fit:cover;width:100%;height:100%}.about-module__8TymFG__facilityTag{top:var(--space-3);left:var(--space-3);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-pill);background:var(--accent);color:var(--primary);padding:4px 10px;font-size:10px;font-weight:700;position:absolute}.about-module__8TymFG__facilityBody{padding:var(--space-5)}.about-module__8TymFG__facilityTitle{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-1);font-weight:800}.about-module__8TymFG__facilityLocation{font-size:var(--text-xs);color:var(--accent);margin-bottom:var(--space-3);align-items:center;gap:4px;font-weight:600;display:flex}.about-module__8TymFG__facilityDesc{font-size:var(--text-sm);color:var(--gray-400);line-height:1.7}.about-module__8TymFG__facilityFeatures{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.about-module__8TymFG__facilityFeature{background:var(--gray-50);color:var(--gray-500);border-radius:var(--radius-pill);border:1px solid var(--gray-100);padding:4px 10px;font-size:11px;font-weight:600}.about-module__8TymFG__logisticsSection{background:linear-gradient(180deg,var(--primary)0%,var(--primary-dark)100%);position:relative;overflow:hidden}.about-module__8TymFG__logisticsSection:before{content:"";background:radial-gradient(circle,#d4a4200f,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.about-module__8TymFG__logisticsGrid{gap:var(--space-8);grid-template-columns:1fr 1fr;display:grid}.about-module__8TymFG__logisticsCard{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-xl);transition:all var(--transition-base);background:#ffffff0a;border:1px solid #ffffff0f;overflow:hidden}.about-module__8TymFG__logisticsCard:hover{background:#ffffff12;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.about-module__8TymFG__logisticsImageBox{background:#ffffff08;border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;width:100%;height:200px;display:flex}.about-module__8TymFG__logisticsImageBox svg{opacity:.9}.about-module__8TymFG__logisticsImageBox img{object-fit:cover;width:100%;height:100%}.about-module__8TymFG__logisticsBody{padding:var(--space-6)}.about-module__8TymFG__logisticsTitle{font-size:var(--text-lg);color:var(--white);margin-bottom:var(--space-2);font-weight:800}.about-module__8TymFG__logisticsDesc{font-size:var(--text-sm);color:var(--gray-400);margin-bottom:var(--space-4);line-height:1.7}.about-module__8TymFG__logisticsFeatures{gap:var(--space-2);flex-wrap:wrap;display:flex}.about-module__8TymFG__logisticsFeature{color:var(--accent-light);border-radius:var(--radius-pill);background:#d4a4201f;border:1px solid #d4a42033;padding:4px 10px;font-size:11px;font-weight:600}.about-module__8TymFG__ctaSection{background:var(--primary)}@media (max-width:1024px){.about-module__8TymFG__statsGrid{grid-template-columns:repeat(3,1fr)}.about-module__8TymFG__teamGrid,.about-module__8TymFG__facilitiesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-module__8TymFG__heroTitle{font-size:var(--text-2xl)}.about-module__8TymFG__missionGrid{grid-template-columns:1fr}.about-module__8TymFG__statsGrid{grid-template-columns:repeat(2,1fr)}.about-module__8TymFG__teamGrid,.about-module__8TymFG__facilitiesGrid,.about-module__8TymFG__logisticsGrid{grid-template-columns:1fr}.about-module__8TymFG__timeline{gap:var(--space-6)var(--space-4);grid-template-columns:repeat(2,1fr)}.about-module__8TymFG__timelineItem:nth-child(3n+1):before,.about-module__8TymFG__timelineItem:nth-child(3n):before{left:0;right:0}.about-module__8TymFG__timelineItem:nth-child(odd):before{left:50%}.about-module__8TymFG__timelineItem:nth-child(2n):before{right:50%}}
.b2b-module__blLVWa__b2bPage{background:var(--off-white);min-height:100vh}.b2b-module__blLVWa__hero{background:var(--primary);padding:var(--space-16)0 var(--space-12);text-align:center;position:relative;overflow:hidden}.b2b-module__blLVWa__hero:before{content:"";pointer-events:none;background:radial-gradient(#d4a4200f 0%,#0000 70%);width:50%;height:200%;position:absolute;top:-50%;left:-10%}.b2b-module__blLVWa__hero:after{content:"";pointer-events:none;background:radial-gradient(#d4a4200a 0%,#0000 70%);width:40%;height:150%;position:absolute;bottom:-30%;right:-10%}.b2b-module__blLVWa__heroInner{z-index:1;position:relative}.b2b-module__blLVWa__heroTitle{color:var(--white);margin:var(--space-4)auto;max-width:800px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.2}.b2b-module__blLVWa__heroSubtitle{color:var(--gray-400);max-width:620px;margin:0 auto var(--space-8);line-height:1.7;font-size:var(--text-base)}.b2b-module__blLVWa__heroCtas{justify-content:center;gap:var(--space-4);margin-bottom:var(--space-10);flex-wrap:wrap;display:flex}.b2b-module__blLVWa__heroTrust{justify-content:center;align-items:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.b2b-module__blLVWa__trustItem{flex-direction:column;align-items:center;gap:2px;display:flex}.b2b-module__blLVWa__trustVal{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--accent);font-weight:800}.b2b-module__blLVWa__trustLabel{font-size:var(--text-xs);color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em}.b2b-module__blLVWa__trustDivider{background:#ffffff1a;width:1px;height:36px}.b2b-module__blLVWa__howSection{background:var(--white)}.b2b-module__blLVWa__stepsRow{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.b2b-module__blLVWa__stepCard{text-align:center;padding:var(--space-8)var(--space-6);border:1px solid var(--gray-100);border-radius:var(--radius-xl);transition:all var(--transition-base);background:var(--white);position:relative}.b2b-module__blLVWa__stepCard:hover{box-shadow:var(--shadow-xl);border-color:#d4a4204d;transform:translateY(-4px)}.b2b-module__blLVWa__stepNum{font-family:var(--font-heading);color:#d4a4201f;margin-bottom:var(--space-2);font-size:3rem;font-weight:900;line-height:1}.b2b-module__blLVWa__stepIcon{margin-bottom:var(--space-4);font-size:48px;display:block}.b2b-module__blLVWa__stepTitle{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-2)}.b2b-module__blLVWa__stepDesc{font-size:var(--text-sm);color:var(--gray-500);line-height:1.6}.b2b-module__blLVWa__stepArrow{color:var(--accent);z-index:2;font-size:24px;font-weight:700;position:absolute;top:50%;right:-28px;transform:translateY(-50%)}.b2b-module__blLVWa__benefitsSection{background:var(--off-white)}.b2b-module__blLVWa__benefitsGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.b2b-module__blLVWa__benefitCard{padding:var(--space-8)var(--space-6);background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);text-align:center;transition:all var(--transition-base)}.b2b-module__blLVWa__benefitCard:hover{box-shadow:var(--shadow-xl);border-color:#d4a4204d;transform:translateY(-4px)}.b2b-module__blLVWa__benefitIcon{margin-bottom:var(--space-4);font-size:48px;display:block}.b2b-module__blLVWa__benefitTitle{font-size:var(--text-base);color:var(--primary);margin-bottom:var(--space-2)}.b2b-module__blLVWa__benefitDesc{font-size:var(--text-sm);color:var(--gray-500);line-height:1.6}.b2b-module__blLVWa__audienceSection{background:var(--white)}.b2b-module__blLVWa__audienceGrid{gap:var(--space-4);grid-template-columns:repeat(5,1fr);display:grid}.b2b-module__blLVWa__audienceCard{text-align:center;padding:var(--space-6)var(--space-4);border:1px solid var(--gray-100);border-radius:var(--radius-xl);transition:all var(--transition-base)}.b2b-module__blLVWa__audienceCard:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.b2b-module__blLVWa__audienceIcon{margin-bottom:var(--space-3);font-size:40px;display:block}.b2b-module__blLVWa__audienceTitle{font-size:var(--text-sm);color:var(--primary);margin-bottom:var(--space-1);font-weight:700}.b2b-module__blLVWa__audienceDesc{font-size:var(--text-xs);color:var(--gray-500);line-height:1.5}.b2b-module__blLVWa__pricingSection{background:var(--off-white)}.b2b-module__blLVWa__tableWrap{border-radius:var(--radius-xl);border:1px solid var(--gray-100);background:var(--white);overflow-x:auto}.b2b-module__blLVWa__pricingTable{border-collapse:collapse;width:100%}.b2b-module__blLVWa__pricingTable th,.b2b-module__blLVWa__pricingTable td{padding:var(--space-4)var(--space-6);text-align:left;font-size:var(--text-sm);border-bottom:1px solid var(--gray-50)}.b2b-module__blLVWa__pricingTable th{background:var(--primary);color:var(--white);white-space:nowrap;font-weight:700;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em}.b2b-module__blLVWa__pricingTable th:first-child{border-radius:var(--radius-lg)0 0 0}.b2b-module__blLVWa__pricingTable th:last-child{border-radius:0 var(--radius-lg)0 0}.b2b-module__blLVWa__pricingTable tbody tr:hover{background:#d4a4200a}.b2b-module__blLVWa__productCell{color:var(--primary);font-weight:700}.b2b-module__blLVWa__retailPrice{color:var(--gray-400);text-decoration:line-through}.b2b-module__blLVWa__moqCell{color:var(--primary);font-weight:600;font-size:var(--text-xs);white-space:nowrap}.b2b-module__blLVWa__b2bPrice{color:var(--success);font-weight:800;font-family:var(--font-heading)}.b2b-module__blLVWa__savingsBadge{color:var(--success);border-radius:var(--radius-full);font-size:var(--text-xs);background:#10b9811a;padding:2px 10px;font-weight:700;display:inline-block}.b2b-module__blLVWa__pricingNote{text-align:center;font-size:var(--text-xs);color:var(--gray-400);margin-top:var(--space-4);font-style:italic}.b2b-module__blLVWa__brandsSection{background:var(--white)}.b2b-module__blLVWa__brandsGrid{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.b2b-module__blLVWa__brandChip{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-5);background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-full);transition:all var(--transition-fast);display:flex}.b2b-module__blLVWa__brandChip:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 2px 8px #d4a42026}.b2b-module__blLVWa__brandDot{border-radius:50%;flex-shrink:0;width:14px;height:14px}.b2b-module__blLVWa__brandName{font-size:var(--text-sm);color:var(--primary);white-space:nowrap;font-weight:700}.b2b-module__blLVWa__testimonialsSection{background:var(--primary)}.b2b-module__blLVWa__testimonialsSection .b2b-module__blLVWa__section-header h2{color:var(--white)}.b2b-module__blLVWa__testimonialsGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.b2b-module__blLVWa__testimonialCard{padding:var(--space-8)var(--space-6);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff14}.b2b-module__blLVWa__testimonialCard:hover{background:#ffffff14;transform:translateY(-3px)}.b2b-module__blLVWa__testimonialStars{margin-bottom:var(--space-4);font-size:var(--text-sm)}.b2b-module__blLVWa__testimonialQuote{font-size:var(--text-sm);color:var(--gray-300);margin-bottom:var(--space-6);font-style:italic;line-height:1.7}.b2b-module__blLVWa__testimonialAuthor{align-items:center;gap:var(--space-3);display:flex}.b2b-module__blLVWa__testimonialAvatar{background:var(--accent);width:44px;height:44px;color:var(--primary);font-weight:800;font-size:var(--text-lg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.b2b-module__blLVWa__testimonialName{color:var(--white);font-size:var(--text-sm);display:block}.b2b-module__blLVWa__testimonialBiz{font-size:var(--text-xs);color:var(--gray-400)}.b2b-module__blLVWa__faqSection{background:var(--off-white)}.b2b-module__blLVWa__faqList{gap:var(--space-3);flex-direction:column;max-width:750px;margin:0 auto;display:flex}.b2b-module__blLVWa__faqItem{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);transition:all var(--transition-base);overflow:hidden}.b2b-module__blLVWa__faqOpen{border-color:var(--accent);box-shadow:0 4px 20px #d4a4201a}.b2b-module__blLVWa__faqQuestion{width:100%;padding:var(--space-5)var(--space-6);cursor:pointer;font-size:var(--text-sm);color:var(--primary);text-align:left;justify-content:space-between;align-items:center;gap:var(--space-4);transition:background var(--transition-fast);background:0 0;border:none;font-weight:700;display:flex}.b2b-module__blLVWa__faqQuestion:hover{background:var(--gray-50)}.b2b-module__blLVWa__faqChevron{font-size:var(--text-xl);color:var(--accent);transition:transform var(--transition-base);text-align:center;flex-shrink:0;width:24px;font-weight:700}.b2b-module__blLVWa__faqAnswer{max-height:0;padding:0 var(--space-6);transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.b2b-module__blLVWa__faqOpen .b2b-module__blLVWa__faqAnswer{max-height:300px;padding:0 var(--space-6)var(--space-5)}.b2b-module__blLVWa__faqAnswer p{font-size:var(--text-sm);color:var(--gray-500);border-top:1px solid var(--gray-50);padding-top:var(--space-4);line-height:1.7}.b2b-module__blLVWa__finalCta{padding:var(--space-16)0}.b2b-module__blLVWa__ctaCard{text-align:center;padding:var(--space-12)var(--space-8);background:var(--primary);border-radius:var(--radius-2xl);position:relative;overflow:hidden}.b2b-module__blLVWa__ctaCard:before{content:"";pointer-events:none;background:radial-gradient(#d4a42014 0%,#0000 70%);width:40%;height:180%;position:absolute;top:-40%;right:-10%}.b2b-module__blLVWa__ctaEmoji{margin-bottom:var(--space-4);font-size:56px;display:block}.b2b-module__blLVWa__ctaTitle{color:var(--white);margin-bottom:var(--space-4);font-size:clamp(1.8rem,3vw,2.5rem);position:relative}.b2b-module__blLVWa__ctaDesc{color:var(--gray-400);max-width:550px;margin:0 auto var(--space-8);line-height:1.7;position:relative}.b2b-module__blLVWa__ctaActions{justify-content:center;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex;position:relative}.b2b-module__blLVWa__ctaSmall{font-size:var(--text-sm);color:var(--gray-400);position:relative}@media (max-width:1024px){.b2b-module__blLVWa__audienceGrid{grid-template-columns:repeat(3,1fr)}.b2b-module__blLVWa__testimonialsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.b2b-module__blLVWa__hero{padding:var(--space-10)0}.b2b-module__blLVWa__heroTitle{font-size:var(--text-2xl)}.b2b-module__blLVWa__heroTrust{gap:var(--space-4)}.b2b-module__blLVWa__trustDivider{display:none}.b2b-module__blLVWa__stepsRow{gap:var(--space-4);grid-template-columns:1fr}.b2b-module__blLVWa__stepArrow{display:none}.b2b-module__blLVWa__benefitsGrid,.b2b-module__blLVWa__audienceGrid{grid-template-columns:repeat(2,1fr)}.b2b-module__blLVWa__testimonialsGrid{grid-template-columns:1fr}.b2b-module__blLVWa__ctaCard{padding:var(--space-8)var(--space-5)}.b2b-module__blLVWa__heroCtas,.b2b-module__blLVWa__ctaActions{flex-direction:column;align-items:center}}
.register-module__7tbXqW__registerPage{background:var(--off-white);min-height:100vh}.register-module__7tbXqW__hero{background:var(--primary);padding:var(--space-10)0;text-align:center;margin-bottom:var(--space-8)}.register-module__7tbXqW__heroBadge{margin-bottom:var(--space-3);display:inline-block}.register-module__7tbXqW__heroTitle{font-size:var(--text-3xl);color:var(--white);margin-bottom:var(--space-3)}.register-module__7tbXqW__heroSubtitle{color:var(--gray-400);max-width:550px;margin:0 auto;line-height:1.7}.register-module__7tbXqW__heroDetailLink{margin-top:var(--space-4);color:var(--accent);font-weight:600;font-size:var(--text-sm);text-decoration:none;transition:color .2s;display:inline-block}.register-module__7tbXqW__heroDetailLink:hover{color:#e8c14d;text-decoration:underline}.register-module__7tbXqW__contentGrid{gap:var(--space-10);padding:var(--space-10)0 var(--space-16);grid-template-columns:1fr 1.4fr;align-items:start;display:grid}.register-module__7tbXqW__benefits{position:sticky;top:180px}.register-module__7tbXqW__benefitsTitle{font-size:var(--text-xl);color:var(--primary);margin-bottom:var(--space-6)}.register-module__7tbXqW__benefitsList{gap:var(--space-5);margin-bottom:var(--space-8);flex-direction:column;display:flex}.register-module__7tbXqW__benefit{gap:var(--space-4);align-items:flex-start;display:flex}.register-module__7tbXqW__benefitIcon{flex-shrink:0;margin-top:2px;font-size:28px}.register-module__7tbXqW__benefit h4{font-size:var(--text-sm);color:var(--primary);margin-bottom:2px;font-weight:700}.register-module__7tbXqW__benefit p{font-size:var(--text-sm);color:var(--gray-400);line-height:1.5}.register-module__7tbXqW__statsRow{gap:var(--space-6);padding:var(--space-5);background:var(--primary);border-radius:var(--radius-lg);display:flex}.register-module__7tbXqW__stat{text-align:center;flex-direction:column;flex:1;gap:2px;display:flex}.register-module__7tbXqW__statValue{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--accent);font-weight:800}.register-module__7tbXqW__statLabel{font-size:var(--text-xs);color:var(--gray-400)}.register-module__7tbXqW__formCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);overflow:hidden}.register-module__7tbXqW__formProgress{padding:var(--space-5)var(--space-6);background:var(--gray-50);border-bottom:1px solid var(--gray-100);justify-content:space-between;display:flex}.register-module__7tbXqW__progressStep{align-items:center;gap:var(--space-2);display:flex}.register-module__7tbXqW__stepCircle{width:28px;height:28px;font-size:var(--text-xs);background:var(--gray-100);color:var(--gray-400);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.register-module__7tbXqW__stepActive .register-module__7tbXqW__stepCircle{background:var(--accent);color:var(--primary)}.register-module__7tbXqW__stepDone .register-module__7tbXqW__stepCircle{background:var(--success);color:var(--white)}.register-module__7tbXqW__stepLabel{font-size:var(--text-sm);color:var(--gray-300);font-weight:600}.register-module__7tbXqW__stepActive .register-module__7tbXqW__stepLabel{color:var(--primary)}.register-module__7tbXqW__stepDone .register-module__7tbXqW__stepLabel{color:var(--success)}.register-module__7tbXqW__formStep{padding:var(--space-6)var(--space-6)var(--space-8)}.register-module__7tbXqW__formStepTitle{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-6)}.register-module__7tbXqW__formGrid{gap:var(--space-5);margin-bottom:var(--space-8);grid-template-columns:1fr 1fr;display:grid}.register-module__7tbXqW__fullWidth{grid-column:1/-1}.register-module__7tbXqW__formGroup{gap:var(--space-2);flex-direction:column;display:flex}.register-module__7tbXqW__label{font-size:var(--text-sm);color:var(--gray-600);font-weight:600}.register-module__7tbXqW__input,.register-module__7tbXqW__select{padding:var(--space-3)var(--space-4);border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--gray-600);transition:border-color var(--transition-fast);background:var(--white)}.register-module__7tbXqW__input:focus,.register-module__7tbXqW__select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.register-module__7tbXqW__input::placeholder{color:var(--gray-300)}.register-module__7tbXqW__nextBtn{width:100%}.register-module__7tbXqW__formActions{gap:var(--space-4);align-items:center;display:flex}.register-module__7tbXqW__formActions .register-module__7tbXqW__nextBtn{flex:1}.register-module__7tbXqW__successStep{text-align:center;padding-top:var(--space-10);flex-direction:column;align-items:center;display:flex}.register-module__7tbXqW__successIcon{margin-bottom:var(--space-4);font-size:64px}.register-module__7tbXqW__successTitle{font-size:var(--text-2xl);color:var(--primary);margin-bottom:var(--space-3)}.register-module__7tbXqW__successDesc{color:var(--gray-500);max-width:400px;margin-bottom:var(--space-8);line-height:1.7}.register-module__7tbXqW__successNext{background:var(--gray-50);border-radius:var(--radius-lg);padding:var(--space-6);margin-bottom:var(--space-8);width:100%;max-width:400px}.register-module__7tbXqW__successNext h4{font-size:var(--text-base);color:var(--primary);margin-bottom:var(--space-5)}.register-module__7tbXqW__successSteps{gap:var(--space-4);text-align:left;flex-direction:column;display:flex}.register-module__7tbXqW__successStepItem{align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--gray-600);display:flex}.register-module__7tbXqW__sSIcon{background:var(--accent);width:24px;height:24px;color:var(--primary);font-size:var(--text-xs);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}@media (max-width:1024px){.register-module__7tbXqW__contentGrid{grid-template-columns:1fr}.register-module__7tbXqW__benefits{position:static}}@media (max-width:768px){.register-module__7tbXqW__heroTitle{font-size:var(--text-2xl)}.register-module__7tbXqW__formGrid{grid-template-columns:1fr}.register-module__7tbXqW__stepLabel{display:none}.register-module__7tbXqW__statsRow{gap:var(--space-3)}.register-module__7tbXqW__statValue{font-size:var(--text-xl)}}
.article-module__Q272DW__articlePage{background:var(--bg);min-height:100vh}.article-module__Q272DW__backLink{color:var(--accent);align-items:center;gap:6px;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.article-module__Q272DW__backLink:hover{opacity:.8}.article-module__Q272DW__featuredImage{border-radius:16px;max-height:420px;margin-bottom:2rem;overflow:hidden}.article-module__Q272DW__featuredImage img{object-fit:cover;width:100%;height:100%}.article-module__Q272DW__articleHeader{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.article-module__Q272DW__articleTitle{color:var(--white);margin:0 0 1rem;font-size:2.2rem;font-weight:800;line-height:1.25}.article-module__Q272DW__articleMeta{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:1.25rem;font-size:.82rem;display:flex}.article-module__Q272DW__metaAuthor{font-weight:500}.article-module__Q272DW__metaAuthor strong{color:var(--gray-300)}.article-module__Q272DW__metaDot{background:var(--gray-600);border-radius:50%;width:3px;height:3px}.article-module__Q272DW__tags{flex-wrap:wrap;gap:8px;margin:1rem 0 0;display:flex}.article-module__Q272DW__tag{color:var(--accent);letter-spacing:.02em;background:#d4a4201a;border-radius:20px;padding:4px 12px;font-size:.72rem;font-weight:600}.article-module__Q272DW__articleContent{color:var(--gray-300);font-size:1.05rem;line-height:1.85}.article-module__Q272DW__articleContent h2,.article-module__Q272DW__articleContent h3,.article-module__Q272DW__articleContent h4{color:var(--white);margin-top:2rem;margin-bottom:.75rem}.article-module__Q272DW__articleContent h2{font-size:1.5rem}.article-module__Q272DW__articleContent h3{font-size:1.25rem}.article-module__Q272DW__articleContent p{margin-bottom:1rem}.article-module__Q272DW__articleContent a{color:var(--accent);text-decoration:underline}.article-module__Q272DW__articleContent ul,.article-module__Q272DW__articleContent ol{margin-bottom:1rem;padding-left:1.5rem}.article-module__Q272DW__articleContent li{margin-bottom:.5rem}.article-module__Q272DW__articleContent blockquote{border-left:3px solid var(--accent);color:var(--gray-300);background:#d4a4200d;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.25rem;font-style:italic}.article-module__Q272DW__articleContent img{border-radius:12px;max-width:100%;margin:1.5rem 0}.article-module__Q272DW__articleContent code{background:#ffffff0f;border-radius:4px;padding:2px 6px;font-size:.9em}.article-module__Q272DW__articleContent pre{background:#0000004d;border-radius:10px;margin:1.5rem 0;padding:1.25rem;overflow-x:auto}.article-module__Q272DW__articleContent table{border-collapse:collapse;width:100%;margin:1.5rem 0}.article-module__Q272DW__articleContent th,.article-module__Q272DW__articleContent td{border:1px solid var(--border);text-align:left;padding:10px 14px}.article-module__Q272DW__articleContent th{color:var(--white);background:#ffffff0a;font-weight:600}.article-module__Q272DW__articleContainer{max-width:800px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.article-module__Q272DW__loadingState{text-align:center;padding:6rem 0}.article-module__Q272DW__spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:1s linear infinite article-module__Q272DW__spin}@keyframes article-module__Q272DW__spin{to{transform:rotate(360deg)}}.article-module__Q272DW__loadingText{color:var(--gray-500)}.article-module__Q272DW__notFound{text-align:center;padding:6rem 0}.article-module__Q272DW__notFoundTitle{color:var(--white);margin:0 0 1rem;font-size:1.3rem}@media (max-width:768px){.article-module__Q272DW__articleTitle{font-size:1.5rem}.article-module__Q272DW__articleContainer{padding:1.5rem 1rem 3rem}.article-module__Q272DW__articleContent{font-size:.95rem}}
.blog-module__JsT-Oq__blogPage{background:var(--bg);min-height:100vh}.blog-module__JsT-Oq__hero{background:linear-gradient(135deg,#0f1624 0%,#1a1f2e 50%,#141820 100%);padding:3.5rem 0 3rem;position:relative;overflow:hidden}.blog-module__JsT-Oq__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a4200f 0%,#0000 60%);width:60%;height:200%;position:absolute;top:-50%;right:-30%}.blog-module__JsT-Oq__heroContent{text-align:center;z-index:1;position:relative}.blog-module__JsT-Oq__heroBadge{margin-bottom:1rem;display:inline-block}.blog-module__JsT-Oq__heroTitle{color:var(--white);margin:0 0 .75rem;font-size:2.2rem;font-weight:800;line-height:1.2}.blog-module__JsT-Oq__heroSubtitle{color:var(--gray-400);max-width:550px;margin:0 auto;font-size:1.05rem;line-height:1.6}.blog-module__JsT-Oq__postsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.75rem;padding:2.5rem 0 4rem;display:grid}.blog-module__JsT-Oq__postCard{color:inherit;background:var(--card-bg);border:1px solid var(--border);border-radius:16px;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:block;overflow:hidden}.blog-module__JsT-Oq__postCard:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 20px 40px #00000026}.blog-module__JsT-Oq__postImage{background:linear-gradient(135deg,#1a1f2e,#0f1624);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.blog-module__JsT-Oq__postImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-module__JsT-Oq__postCard:hover .blog-module__JsT-Oq__postImage img{transform:scale(1.05)}.blog-module__JsT-Oq__postImagePlaceholder{opacity:.1;font-size:4rem}.blog-module__JsT-Oq__postBody{padding:1.5rem}.blog-module__JsT-Oq__postTags{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.blog-module__JsT-Oq__postTag{color:var(--accent);letter-spacing:.02em;background:#d4a4201a;border-radius:20px;padding:3px 10px;font-size:.68rem;font-weight:600}.blog-module__JsT-Oq__postTitle{color:var(--white);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:1.1rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__postExcerpt{color:var(--gray-400);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 14px;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__postMeta{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:12px;display:flex}.blog-module__JsT-Oq__postAuthor{color:var(--gray-500);font-size:.78rem;font-weight:500}.blog-module__JsT-Oq__postDate{color:var(--gray-500);font-size:.72rem}.blog-module__JsT-Oq__emptyState{text-align:center;color:var(--gray-400);padding:5rem 0}.blog-module__JsT-Oq__emptyIcon{margin-bottom:1rem;font-size:4rem;display:block}.blog-module__JsT-Oq__emptyTitle{color:var(--white);margin:0 0 8px;font-size:1.2rem;font-weight:600}.blog-module__JsT-Oq__emptyDesc{color:var(--gray-500);margin:0}.blog-module__JsT-Oq__loadingState{text-align:center;padding:5rem 0}.blog-module__JsT-Oq__spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:1s linear infinite blog-module__JsT-Oq__spin}@keyframes blog-module__JsT-Oq__spin{to{transform:rotate(360deg)}}.blog-module__JsT-Oq__loadingText{color:var(--gray-500);font-size:.9rem}@media (max-width:768px){.blog-module__JsT-Oq__heroTitle{font-size:1.6rem}.blog-module__JsT-Oq__postsGrid{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem 0 3rem}}
.brand-module__yIYRFa__brandHero{padding:80px 0 60px;position:relative;overflow:hidden}.brand-module__yIYRFa__brandHero:before{content:"";pointer-events:none;background:radial-gradient(at 30% 20%,#ffffff14 0%,#0000 60%);position:absolute;inset:0}.brand-module__yIYRFa__heroInner{z-index:1;align-items:center;gap:var(--space-8);display:flex;position:relative}.brand-module__yIYRFa__heroLogoBox{background:var(--white);border-radius:var(--radius-xl);width:160px;height:160px;padding:var(--space-5);flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 32px #00000026}.brand-module__yIYRFa__heroLogoBox svg{width:120px;height:auto}.brand-module__yIYRFa__heroContent{flex:1}.brand-module__yIYRFa__heroBadge{margin-bottom:var(--space-3);display:inline-block}.brand-module__yIYRFa__heroName{font-family:var(--font-heading);color:var(--white);margin:0 0 var(--space-2);font-size:3rem;font-weight:900;line-height:1.1}.brand-module__yIYRFa__heroTagline{font-size:var(--text-lg);color:#fffc;margin:0 0 var(--space-5);font-style:italic}.brand-module__yIYRFa__heroStatsRow{gap:var(--space-6);display:flex}.brand-module__yIYRFa__heroStatBox{text-align:center}.brand-module__yIYRFa__heroStatVal{font-size:var(--text-2xl);color:var(--white);font-weight:800;display:block}.brand-module__yIYRFa__heroStatLabel{color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.brand-module__yIYRFa__breadcrumb{padding:var(--space-3)0;background:var(--gray-50);border-bottom:1px solid var(--gray-100);font-size:var(--text-sm);color:var(--gray-500)}.brand-module__yIYRFa__breadcrumb a{color:var(--gray-500);transition:color var(--transition-fast);text-decoration:none}.brand-module__yIYRFa__breadcrumb a:hover{color:var(--accent-dark)}.brand-module__yIYRFa__breadcrumbSep{margin:0 var(--space-2);color:var(--gray-300)}.brand-module__yIYRFa__breadcrumbCurrent{color:var(--primary);font-weight:600}.brand-module__yIYRFa__partnerSection{background:var(--white);padding:60px 0}.brand-module__yIYRFa__partnerHeader{text-align:center;margin-bottom:var(--space-8)}.brand-module__yIYRFa__partnerTitle{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--primary);margin:0 0 var(--space-2);font-weight:800}.brand-module__yIYRFa__partnerSubtitle{font-size:var(--text-base);color:var(--gray-500);max-width:600px;margin:0 auto;line-height:1.7}.brand-module__yIYRFa__partnerGrid{gap:var(--space-5);margin-bottom:var(--space-8);grid-template-columns:repeat(4,1fr);display:grid}.brand-module__yIYRFa__partnerCard{text-align:center;padding:var(--space-6)var(--space-4);background:var(--gray-50);border-radius:var(--radius-xl);border:1px solid var(--gray-100);transition:all var(--transition-base)}.brand-module__yIYRFa__partnerCard:hover{border-color:var(--gray-200);transform:translateY(-4px);box-shadow:0 12px 32px #0a193114}.brand-module__yIYRFa__partnerCardIcon{margin-bottom:var(--space-3);font-size:2.2rem;display:block}.brand-module__yIYRFa__partnerCardTitle{font-weight:700;font-size:var(--text-sm);color:var(--primary);margin-bottom:var(--space-1)}.brand-module__yIYRFa__partnerCardDesc{color:var(--gray-500);font-size:.75rem;line-height:1.5}.brand-module__yIYRFa__partnerText{text-align:center;max-width:800px;font-size:var(--text-base);color:var(--gray-600);padding:var(--space-5)var(--space-6);background:var(--gray-50);border-radius:var(--radius-xl);border-left:4px solid var(--accent);margin:0 auto;line-height:1.8}.brand-module__yIYRFa__storySection{background:var(--gray-50);padding:60px 0}.brand-module__yIYRFa__sectionHeader{text-align:center;margin-bottom:var(--space-8)}.brand-module__yIYRFa__sectionTitle{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--primary);margin:0 0 var(--space-2);font-weight:800}.brand-module__yIYRFa__sectionSubtitle{font-size:var(--text-sm);color:var(--gray-500)}.brand-module__yIYRFa__storyParagraphs{max-width:800px;margin:0 auto var(--space-8)}.brand-module__yIYRFa__storyParagraphs p{font-size:var(--text-base);color:var(--gray-600);margin-bottom:var(--space-4);line-height:1.85}.brand-module__yIYRFa__timeline{max-width:700px;margin:0 auto var(--space-8);padding-left:40px;position:relative}.brand-module__yIYRFa__timeline:before{content:"";background:linear-gradient(to bottom,var(--accent),var(--primary));border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:15px}.brand-module__yIYRFa__timelineItem{padding-bottom:var(--space-5);position:relative}.brand-module__yIYRFa__timelineItem:last-child{padding-bottom:0}.brand-module__yIYRFa__timelineDot{background:var(--accent);border:3px solid var(--white);width:12px;height:12px;box-shadow:0 0 0 2px var(--accent);border-radius:50%;position:absolute;top:4px;left:-32px}.brand-module__yIYRFa__timelineYear{font-weight:800;font-size:var(--text-sm);color:var(--accent-dark);margin-bottom:2px;display:block}.brand-module__yIYRFa__timelineEvent{font-size:var(--text-sm);color:var(--gray-600);line-height:1.5}.brand-module__yIYRFa__whyGrid{gap:var(--space-5);grid-template-columns:repeat(4,1fr);display:grid}.brand-module__yIYRFa__whyCard{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-5);border:1px solid var(--gray-100);text-align:center;transition:all var(--transition-base)}.brand-module__yIYRFa__whyCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0a193114}.brand-module__yIYRFa__whyIcon{margin-bottom:var(--space-3);font-size:2rem;display:block}.brand-module__yIYRFa__whyTitle{font-weight:700;font-size:var(--text-sm);color:var(--primary);margin-bottom:var(--space-2)}.brand-module__yIYRFa__whyDesc{color:var(--gray-500);font-size:.75rem;line-height:1.6}.brand-module__yIYRFa__achieveSection{background:var(--white);padding:60px 0}.brand-module__yIYRFa__achieveGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.brand-module__yIYRFa__achieveCard{padding:var(--space-5);border-radius:var(--radius-lg);border:1px solid var(--gray-100);background:var(--gray-50);transition:all var(--transition-base)}.brand-module__yIYRFa__achieveCard:hover{border-color:var(--gray-200);box-shadow:0 4px 16px #0a19310f}.brand-module__yIYRFa__achieveType{text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-sm);margin-bottom:var(--space-2);padding:2px 8px;font-size:.6rem;font-weight:700;display:inline-block}.brand-module__yIYRFa__achieveType[data-type=Award]{color:var(--accent-dark);background:#d4a4201f}.brand-module__yIYRFa__achieveType[data-type=Certification]{color:var(--success);background:#10b9811a}.brand-module__yIYRFa__achieveType[data-type=Motorsport]{color:var(--error);background:#ef44441a}.brand-module__yIYRFa__achieveType[data-type=OEM]{color:#3b82f6;background:#3b82f61a}.brand-module__yIYRFa__achieveTitle{font-weight:700;font-size:var(--text-sm);color:var(--primary);margin-bottom:var(--space-1)}.brand-module__yIYRFa__achieveDesc{color:var(--gray-500);font-size:.75rem;line-height:1.5}.brand-module__yIYRFa__newsSection{background:var(--gray-50);padding:60px 0}.brand-module__yIYRFa__newsGrid{gap:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.brand-module__yIYRFa__newsCard{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-5);border:1px solid var(--gray-100);transition:all var(--transition-base)}.brand-module__yIYRFa__newsCard:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0a193114}.brand-module__yIYRFa__newsTag{text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-full);margin-bottom:var(--space-2);color:var(--accent-dark);background:#d4a4201a;padding:3px 10px;font-size:.6rem;font-weight:700;display:inline-block}.brand-module__yIYRFa__newsDate{color:var(--gray-400);margin-bottom:var(--space-2);font-size:.68rem;display:block}.brand-module__yIYRFa__newsTitle{font-weight:700;font-size:var(--text-base);color:var(--primary);margin-bottom:var(--space-2);line-height:1.4}.brand-module__yIYRFa__newsExcerpt{font-size:var(--text-sm);color:var(--gray-500);margin-bottom:var(--space-3);line-height:1.7}.brand-module__yIYRFa__newsReadMore{color:var(--accent-dark);align-items:center;gap:var(--space-1);transition:gap var(--transition-fast);font-size:.75rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-module__yIYRFa__newsReadMore:hover{gap:var(--space-2)}.brand-module__yIYRFa__productsSection{background:var(--white);padding:60px 0}.brand-module__yIYRFa__productGrid{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.brand-module__yIYRFa__productCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);padding:var(--space-4);transition:all var(--transition-base);text-decoration:none;display:block}.brand-module__yIYRFa__productCard:hover{border-color:var(--gray-200);transform:translateY(-4px);box-shadow:0 12px 40px #0a19311a}.brand-module__yIYRFa__productImageBox{background:var(--gray-50);border-radius:var(--radius-lg);height:160px;margin-bottom:var(--space-3);justify-content:center;align-items:center;display:flex;position:relative}.brand-module__yIYRFa__productImageBox svg{opacity:.5}.brand-module__yIYRFa__productBadge{position:absolute;top:8px;left:8px}.brand-module__yIYRFa__productInfo{gap:var(--space-2);flex-direction:column;display:flex}.brand-module__yIYRFa__productBrand{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-dark);font-size:.68rem;font-weight:700}.brand-module__yIYRFa__productName{font-weight:700;font-size:var(--text-sm);color:var(--primary);margin:0;line-height:1.3}.brand-module__yIYRFa__productSpecs{gap:var(--space-2);flex-wrap:wrap;display:flex}.brand-module__yIYRFa__spec{color:var(--gray-500);background:var(--gray-50);border-radius:var(--radius-sm);border:1px solid var(--gray-100);padding:2px 8px;font-size:.65rem}.brand-module__yIYRFa__productPricing{gap:var(--space-4);align-items:baseline;display:flex}.brand-module__yIYRFa__priceGroup{flex-direction:column;display:flex}.brand-module__yIYRFa__priceLabel{color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;font-size:.6rem}.brand-module__yIYRFa__priceValue{font-weight:800;font-size:var(--text-base);color:var(--primary)}.brand-module__yIYRFa__wholesaleValue{color:var(--success)}.brand-module__yIYRFa__productRatingRow{align-items:center;gap:var(--space-1);display:flex}.brand-module__yIYRFa__stars{gap:1px;display:flex}.brand-module__yIYRFa__ratingText{color:var(--primary);font-size:.7rem;font-weight:700}.brand-module__yIYRFa__reviewCount{color:var(--gray-400);font-size:.65rem}.brand-module__yIYRFa__productActions{gap:var(--space-2);margin-top:var(--space-2);align-items:center;display:flex}.brand-module__yIYRFa__addToCartBtn{flex:1;padding:8px 12px!important;font-size:.75rem!important}.brand-module__yIYRFa__viewAllLink{justify-content:center;align-items:center;gap:var(--space-2);color:var(--accent-dark);font-weight:700;font-size:var(--text-base);padding:var(--space-3)var(--space-5);border:2px solid var(--accent);border-radius:var(--radius-full);transition:all var(--transition-base);max-width:320px;margin:0 auto;text-decoration:none;display:flex}.brand-module__yIYRFa__viewAllLink:hover{background:var(--accent);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 16px #d4a42040}.brand-module__yIYRFa__ctaSection{background:var(--primary);padding:60px 0}.brand-module__yIYRFa__ctaTitle{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--white);margin:0 0 var(--space-3);font-weight:800}.brand-module__yIYRFa__ctaSubtitle{color:#ffffffb3;font-size:var(--text-base);margin:0 0 var(--space-6);max-width:500px;margin-left:auto;margin-right:auto}.brand-module__yIYRFa__ctaActions{gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:1024px){.brand-module__yIYRFa__heroInner{text-align:center;flex-direction:column}.brand-module__yIYRFa__heroStatsRow{justify-content:center}.brand-module__yIYRFa__partnerGrid,.brand-module__yIYRFa__whyGrid,.brand-module__yIYRFa__achieveGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.brand-module__yIYRFa__brandHero{padding:60px 0 40px}.brand-module__yIYRFa__heroName{font-size:2rem}.brand-module__yIYRFa__heroLogoBox{width:120px;height:120px}.brand-module__yIYRFa__heroStatsRow{gap:var(--space-4);flex-wrap:wrap}.brand-module__yIYRFa__partnerGrid,.brand-module__yIYRFa__whyGrid{grid-template-columns:1fr 1fr}.brand-module__yIYRFa__achieveGrid,.brand-module__yIYRFa__newsGrid{grid-template-columns:1fr}.brand-module__yIYRFa__productGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:480px){.brand-module__yIYRFa__heroName{font-size:1.6rem}.brand-module__yIYRFa__partnerGrid,.brand-module__yIYRFa__whyGrid{grid-template-columns:1fr}}
.brands-module__bQ0IoW__brandsPage{background:var(--off-white);min-height:100vh}.brands-module__bQ0IoW__hero{background:var(--primary);padding:var(--space-12)0 var(--space-10);text-align:center}.brands-module__bQ0IoW__heroBadge{margin-bottom:var(--space-4);display:inline-block}.brands-module__bQ0IoW__heroTitle{font-size:var(--text-4xl);color:var(--white);margin-bottom:var(--space-4)}.brands-module__bQ0IoW__heroSubtitle{color:var(--gray-400);font-size:var(--text-lg);max-width:600px;margin:0 auto var(--space-8);line-height:1.7}.brands-module__bQ0IoW__heroStats{justify-content:center;gap:var(--space-10);display:flex}.brands-module__bQ0IoW__heroStat{gap:var(--space-1);flex-direction:column;display:flex}.brands-module__bQ0IoW__heroStatValue{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--accent);font-weight:800}.brands-module__bQ0IoW__heroStatLabel{font-size:var(--text-sm);color:var(--gray-400)}.brands-module__bQ0IoW__brandsSection{padding-top:var(--space-12)}.brands-module__bQ0IoW__brandsGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.brands-module__bQ0IoW__brandCard{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:var(--space-6);gap:var(--space-3);transition:all var(--transition-base);cursor:pointer;flex-direction:column;display:flex}.brands-module__bQ0IoW__brandCard:hover{box-shadow:var(--shadow-xl);border-color:#d4a42033;transform:translateY(-6px)}.brands-module__bQ0IoW__brandCardTop{justify-content:space-between;align-items:center;display:flex}.brands-module__bQ0IoW__brandLogo{border-radius:var(--radius-md);border:2px solid var(--gray-100);background:var(--gray-50);justify-content:center;align-items:center;width:64px;height:64px;padding:8px;display:flex}.brands-module__bQ0IoW__brandLogoSvg{width:100%;height:100%;color:var(--gray-700);justify-content:center;align-items:center;display:flex}.brands-module__bQ0IoW__brandLogoSvg svg{width:100%;height:auto;max-height:100%}.brands-module__bQ0IoW__brandMeta{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.brands-module__bQ0IoW__brandCountry{font-size:var(--text-xs);color:var(--gray-500);font-weight:600}.brands-module__bQ0IoW__brandFounded{color:var(--gray-300);font-size:.65rem}.brands-module__bQ0IoW__brandName{font-size:var(--text-xl);color:var(--primary);font-weight:800}.brands-module__bQ0IoW__brandTagline{font-size:var(--text-sm);color:var(--accent-dark);font-style:italic;font-weight:500}.brands-module__bQ0IoW__brandDesc{font-size:var(--text-sm);color:var(--gray-400);flex:1;line-height:1.6}.brands-module__bQ0IoW__brandFooter{padding-top:var(--space-4);border-top:1px solid var(--gray-50);margin-top:var(--space-2);justify-content:space-between;align-items:center;display:flex}.brands-module__bQ0IoW__brandProductCount{font-size:var(--text-sm);color:var(--gray-400)}.brands-module__bQ0IoW__brandProductCount strong{color:var(--primary)}.brands-module__bQ0IoW__brandArrow{font-size:var(--text-sm);color:var(--accent);transition:transform var(--transition-fast);font-weight:600}.brands-module__bQ0IoW__brandCard:hover .brands-module__bQ0IoW__brandArrow{transform:translate(4px)}.brands-module__bQ0IoW__ctaSection{background:var(--primary)}.brands-module__bQ0IoW__ctaTitle{font-size:var(--text-3xl);color:var(--white);margin-bottom:var(--space-4)}.brands-module__bQ0IoW__ctaSubtitle{color:var(--gray-400);font-size:var(--text-lg);max-width:500px;margin:0 auto var(--space-8)}.brands-module__bQ0IoW__ctaActions{justify-content:center;gap:var(--space-4);display:flex}@media (max-width:1024px){.brands-module__bQ0IoW__brandsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.brands-module__bQ0IoW__heroTitle{font-size:var(--text-2xl)}.brands-module__bQ0IoW__heroStats{gap:var(--space-6)}.brands-module__bQ0IoW__heroStatValue{font-size:var(--text-2xl)}.brands-module__bQ0IoW__brandsGrid{grid-template-columns:1fr}.brands-module__bQ0IoW__ctaTitle{font-size:var(--text-2xl)}.brands-module__bQ0IoW__ctaActions{flex-direction:column;align-items:center}}
﻿ .cart-module__-RJi4G__cartPage{background:var(--off-white);min-height:100vh}.cart-module__-RJi4G__pageHeader{background:var(--primary);padding:var(--space-8)0;text-align:center}.cart-module__-RJi4G__pageTitle{font-size:var(--text-3xl);color:var(--white);margin-bottom:var(--space-2)}.cart-module__-RJi4G__pageSubtitle{color:var(--gray-400)}.cart-module__-RJi4G__cartGrid{gap:var(--space-8);padding:var(--space-8)0 var(--space-16);grid-template-columns:1fr 360px;align-items:start;display:grid}.cart-module__-RJi4G__cartItems{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);overflow:hidden}.cart-module__-RJi4G__cartHeader{gap:var(--space-4);padding:var(--space-4)var(--space-5);background:var(--gray-50);border-bottom:1px solid var(--gray-100);font-size:var(--text-xs);color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;grid-template-columns:2fr 1fr 120px 1fr 40px;font-weight:700;display:grid}.cart-module__-RJi4G__cartItem{gap:var(--space-4);padding:var(--space-5);border-bottom:1px solid var(--gray-50);transition:background var(--transition-fast);grid-template-columns:2fr 1fr 120px 1fr 40px;align-items:center;display:grid}.cart-module__-RJi4G__cartItem:hover{background:var(--gray-50)}.cart-module__-RJi4G__cartItem:last-child{border-bottom:none}.cart-module__-RJi4G__itemProduct{gap:var(--space-4);align-items:center;display:flex}.cart-module__-RJi4G__itemImage{background:var(--gray-50);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.cart-module__-RJi4G__itemImage svg{opacity:.5;width:40px;height:50px}.cart-module__-RJi4G__itemDetails{flex-direction:column;gap:2px;display:flex}.cart-module__-RJi4G__itemBrand{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.6rem;font-weight:700}.cart-module__-RJi4G__itemName{font-size:var(--text-sm);color:var(--primary);font-weight:700}.cart-module__-RJi4G__itemSpecs{gap:var(--space-1);display:flex}.cart-module__-RJi4G__itemSpec{padding:1px var(--space-2);background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-sm);color:var(--gray-500);font-size:.6rem}.cart-module__-RJi4G__itemPrice{font-family:var(--font-heading);font-size:var(--text-base);color:var(--gray-600);font-weight:700}.cart-module__-RJi4G__itemQuantity{border:1px solid var(--gray-200);border-radius:var(--radius-md);align-items:center;width:fit-content;display:flex;overflow:hidden}.cart-module__-RJi4G__qtyBtn{width:32px;height:32px;font-size:var(--text-base);color:var(--gray-500);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.cart-module__-RJi4G__qtyBtn:hover{background:var(--gray-50);color:var(--primary)}.cart-module__-RJi4G__qtyValue{text-align:center;width:36px;font-weight:700;font-size:var(--text-sm);color:var(--primary);border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200);line-height:32px}.cart-module__-RJi4G__itemTotal{font-family:var(--font-heading);font-size:var(--text-base);color:var(--primary);font-weight:800}.cart-module__-RJi4G__removeBtn{width:32px;height:32px;color:var(--gray-300);font-size:var(--text-xs);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.cart-module__-RJi4G__removeBtn:hover{color:var(--error);background:#ef44441a}.cart-module__-RJi4G__cartActions{padding:var(--space-4)var(--space-5);border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;display:flex}.cart-module__-RJi4G__continueShopping{font-size:var(--text-sm);color:var(--accent);transition:color var(--transition-fast);font-weight:600}.cart-module__-RJi4G__continueShopping:hover{color:var(--accent-dark,#b8911c)}.cart-module__-RJi4G__clearCartBtn{font-size:var(--text-xs);color:var(--gray-400);padding:var(--space-2)var(--space-4);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:all var(--transition-fast)}.cart-module__-RJi4G__clearCartBtn:hover{border-color:var(--error);color:var(--error);background:#ef444414}.cart-module__-RJi4G__emptyCart{text-align:center;padding:var(--space-16)var(--space-8);flex-direction:column;align-items:center;max-width:520px;margin:0 auto;display:flex}.cart-module__-RJi4G__emptyIconWrap{margin-bottom:var(--space-6);opacity:.8}.cart-module__-RJi4G__emptyTitle{font-size:var(--text-2xl);color:var(--primary);margin-bottom:var(--space-3);font-weight:800;font-family:var(--font-heading)}.cart-module__-RJi4G__emptyText{color:var(--gray-400);font-size:var(--text-base);margin-bottom:var(--space-8);line-height:1.6}.cart-module__-RJi4G__emptyActions{gap:var(--space-4);margin-bottom:var(--space-10);flex-wrap:wrap;justify-content:center;display:flex}.cart-module__-RJi4G__emptyTrust{gap:var(--space-3)var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--gray-100);width:100%;font-size:var(--text-xs);color:var(--gray-400);flex-wrap:wrap;justify-content:center;display:flex}.cart-module__-RJi4G__orderSummary{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);padding:var(--space-6);position:sticky;top:180px}.cart-module__-RJi4G__summaryTitle{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--gray-100)}.cart-module__-RJi4G__summaryRows{gap:var(--space-3);margin-bottom:var(--space-5);flex-direction:column;display:flex}.cart-module__-RJi4G__summaryRow{font-size:var(--text-sm);color:var(--gray-500);justify-content:space-between;display:flex}.cart-module__-RJi4G__freeDelivery{color:var(--success);font-weight:700}.cart-module__-RJi4G__freeNote{font-size:var(--text-xs);color:var(--success);padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);text-align:center;background:#22c55e14}.cart-module__-RJi4G__summaryTotal{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--primary);padding:var(--space-4)0;border-top:2px solid var(--primary);border-bottom:1px solid var(--gray-100);margin-bottom:var(--space-5);justify-content:space-between;font-weight:800;display:flex}.cart-module__-RJi4G__checkoutBtn{width:100%;margin-bottom:var(--space-5)}.cart-module__-RJi4G__paymentMethods{text-align:center;margin-bottom:var(--space-5)}.cart-module__-RJi4G__payLabel{font-size:var(--text-xs);color:var(--gray-300);margin-bottom:var(--space-2);display:block}.cart-module__-RJi4G__payIcons{justify-content:center;gap:var(--space-3);display:flex}.cart-module__-RJi4G__payIcon{font-size:var(--text-xs);padding:var(--space-1)var(--space-3);background:var(--gray-50);border-radius:var(--radius-sm);color:var(--gray-500)}.cart-module__-RJi4G__summaryTrust{gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--gray-50);flex-direction:column;display:flex}.cart-module__-RJi4G__sTrustItem{font-size:var(--text-xs);color:var(--gray-400);text-align:center}.cart-module__-RJi4G__mobileStatsRow{display:none}@media (max-width:1024px){.cart-module__-RJi4G__cartGrid{grid-template-columns:1fr}.cart-module__-RJi4G__orderSummary{position:static}}@media (max-width:768px){.cart-module__-RJi4G__cartHeader{display:none}.cart-module__-RJi4G__cartItem{padding:var(--space-4);flex-direction:column;gap:0;display:flex;position:relative}.cart-module__-RJi4G__removeBtn{top:var(--space-4);right:var(--space-4);position:absolute}.cart-module__-RJi4G__itemProduct{margin-bottom:var(--space-3);padding-right:40px;padding-bottom:var(--space-3);border-bottom:1px solid var(--gray-100)}.cart-module__-RJi4G__itemPrice,.cart-module__-RJi4G__itemQuantity,.cart-module__-RJi4G__itemTotal{display:none!important}.cart-module__-RJi4G__mobileStatsRow{align-items:flex-start;gap:0;display:flex}.cart-module__-RJi4G__mobileStat{padding:0 var(--space-3);border-right:1px solid var(--gray-100);flex-direction:column;flex:1;gap:4px;display:flex}.cart-module__-RJi4G__mobileStat:first-child{padding-left:0}.cart-module__-RJi4G__mobileStat:last-child{border-right:none}.cart-module__-RJi4G__mobileStatLabel{color:var(--gray-400);text-transform:uppercase;letter-spacing:.07em;font-size:.58rem;font-weight:700}.cart-module__-RJi4G__mobileStatValue{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--gray-700);font-weight:700}.cart-module__-RJi4G__mobileStatTotal{font-family:var(--font-heading);font-size:var(--text-base);color:var(--primary);font-weight:800}.cart-module__-RJi4G__mobileQty{border:1px solid var(--gray-200);border-radius:var(--radius-md);align-items:center;width:fit-content;display:flex;overflow:hidden}}
.checkout-module__6Nj7Kq__checkoutPage{background:var(--off-white);min-height:100vh}.checkout-module__6Nj7Kq__pageHeader{background:var(--primary);padding:var(--space-6)0 var(--space-8)}.checkout-module__6Nj7Kq__breadcrumb{align-items:center;gap:var(--space-2);font-size:var(--text-xs);margin-bottom:var(--space-3);display:flex}.checkout-module__6Nj7Kq__breadcrumb a{color:#fff9;transition:color var(--transition-fast);text-decoration:none}.checkout-module__6Nj7Kq__breadcrumb a:hover{color:var(--white)}.checkout-module__6Nj7Kq__breadcrumb span{color:#fff6}.checkout-module__6Nj7Kq__breadcrumbCurrent{font-weight:600;color:var(--white)!important}.checkout-module__6Nj7Kq__pageTitle{font-size:var(--text-3xl);color:var(--white);margin-bottom:var(--space-1)}.checkout-module__6Nj7Kq__pageSubtitle{color:#fff9;font-size:var(--text-sm)}.checkout-module__6Nj7Kq__checkoutGrid{gap:var(--space-8);padding:var(--space-8)0 var(--space-16);grid-template-columns:1fr 380px;align-items:start;display:grid}.checkout-module__6Nj7Kq__formSections{gap:var(--space-6);flex-direction:column;display:flex}.checkout-module__6Nj7Kq__formSection{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);padding:var(--space-6)}.checkout-module__6Nj7Kq__sectionHeader{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--gray-100);display:flex}.checkout-module__6Nj7Kq__sectionNumber{background:var(--primary);width:32px;height:32px;color:var(--white);font-weight:800;font-size:var(--text-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.checkout-module__6Nj7Kq__sectionTitle{font-size:var(--text-lg);color:var(--primary);font-weight:700}.checkout-module__6Nj7Kq__fieldGrid{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.checkout-module__6Nj7Kq__field{gap:var(--space-2);flex-direction:column;display:flex}.checkout-module__6Nj7Kq__fieldFull{grid-column:1/-1}.checkout-module__6Nj7Kq__label{font-size:var(--text-sm);color:var(--gray-700);font-weight:600}.checkout-module__6Nj7Kq__input,.checkout-module__6Nj7Kq__textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--gray-800);background:var(--white);transition:all var(--transition-fast);padding:12px 16px;font-family:inherit}.checkout-module__6Nj7Kq__input:focus,.checkout-module__6Nj7Kq__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1a233614}.checkout-module__6Nj7Kq__input::placeholder,.checkout-module__6Nj7Kq__textarea::placeholder{color:var(--gray-300)}.checkout-module__6Nj7Kq__textarea{resize:vertical;min-height:80px}.checkout-module__6Nj7Kq__paymentOptions{gap:var(--space-3);flex-direction:column;display:flex}.checkout-module__6Nj7Kq__paymentOption{align-items:center;gap:var(--space-3);padding:var(--space-4);border:2px solid var(--gray-100);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);display:flex}.checkout-module__6Nj7Kq__paymentOption input[type=radio]{display:none}.checkout-module__6Nj7Kq__paymentOption:hover{border-color:var(--gray-300)}.checkout-module__6Nj7Kq__paymentActive{background:#1a233605;border-color:var(--primary)!important}.checkout-module__6Nj7Kq__paymentContent{align-items:center;gap:var(--space-3);flex:1;display:flex}.checkout-module__6Nj7Kq__paymentIcon{background:var(--gray-50);border-radius:var(--radius-md);justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.checkout-module__6Nj7Kq__paymentName{color:var(--gray-800);font-weight:700;font-size:var(--text-sm)}.checkout-module__6Nj7Kq__paymentDesc{font-size:var(--text-xs);color:var(--gray-400)}.checkout-module__6Nj7Kq__paymentCheck{border:2px solid var(--gray-200);width:20px;height:20px;transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;position:relative}.checkout-module__6Nj7Kq__paymentActive .checkout-module__6Nj7Kq__paymentCheck{border-color:var(--primary);background:var(--primary)}.checkout-module__6Nj7Kq__paymentActive .checkout-module__6Nj7Kq__paymentCheck:after{content:"✓";color:var(--white);justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex;position:absolute;inset:0}.checkout-module__6Nj7Kq__paymentNote{margin-top:var(--space-4);padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--gray-600);background:#daa5200f;border:1px solid #daa52033;line-height:1.7}.checkout-module__6Nj7Kq__orderSummary{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);padding:var(--space-6);position:sticky;top:100px}.checkout-module__6Nj7Kq__summaryTitle{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--gray-100);font-weight:700}.checkout-module__6Nj7Kq__summaryItems{gap:var(--space-3);flex-direction:column;max-height:260px;display:flex;overflow-y:auto}.checkout-module__6Nj7Kq__summaryItem{align-items:center;gap:var(--space-3);display:flex}.checkout-module__6Nj7Kq__summaryItemImage{background:var(--gray-50);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.checkout-module__6Nj7Kq__summaryItemImage svg{opacity:.5;width:28px;height:35px}.checkout-module__6Nj7Kq__summaryItemInfo{flex:1;min-width:0}.checkout-module__6Nj7Kq__summaryItemName{font-size:var(--text-sm);color:var(--gray-800);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.checkout-module__6Nj7Kq__summaryItemMeta{font-size:var(--text-xs);color:var(--gray-400)}.checkout-module__6Nj7Kq__summaryItemPrice{font-weight:700;font-size:var(--text-sm);color:var(--primary);white-space:nowrap}.checkout-module__6Nj7Kq__summaryDivider{background:var(--gray-100);height:1px;margin:var(--space-4)0}.checkout-module__6Nj7Kq__summaryRows{gap:var(--space-3);margin-bottom:var(--space-4);flex-direction:column;display:flex}.checkout-module__6Nj7Kq__summaryRow{font-size:var(--text-sm);color:var(--gray-500);justify-content:space-between;display:flex}.checkout-module__6Nj7Kq__freeDelivery{color:var(--success);font-weight:700}.checkout-module__6Nj7Kq__freeNote{font-size:var(--text-xs);color:var(--success);padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);text-align:center;background:#22c55e14}.checkout-module__6Nj7Kq__summaryTotal{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--primary);padding:var(--space-4)0;border-top:2px solid var(--primary);margin-bottom:var(--space-5);justify-content:space-between;font-weight:800;display:flex}.checkout-module__6Nj7Kq__placeOrderBtn{letter-spacing:.02em;width:100%;font-size:var(--text-base)!important;padding:16px!important}.checkout-module__6Nj7Kq__placeOrderBtn:disabled{opacity:.7;cursor:not-allowed}.checkout-module__6Nj7Kq__spinner{align-items:center;gap:var(--space-2);display:inline-flex}.checkout-module__6Nj7Kq__trustBadges{justify-content:center;gap:var(--space-4);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--gray-50);font-size:var(--text-xs);color:var(--gray-400);display:flex}.checkout-module__6Nj7Kq__successContainer{min-height:70vh;padding:var(--space-8);justify-content:center;align-items:center;display:flex}.checkout-module__6Nj7Kq__successCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);padding:var(--space-12)var(--space-8);text-align:center;width:100%;max-width:520px;box-shadow:var(--shadow-md)}.checkout-module__6Nj7Kq__successIcon{margin-bottom:var(--space-4);font-size:64px}.checkout-module__6Nj7Kq__successTitle{font-size:var(--text-2xl);color:var(--primary);margin-bottom:var(--space-3)}.checkout-module__6Nj7Kq__successText{color:var(--gray-500);margin-bottom:var(--space-6);line-height:1.6}.checkout-module__6Nj7Kq__orderRef{background:var(--gray-50);padding:var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-6);font-size:var(--text-sm);color:var(--gray-500);justify-content:space-between;align-items:center;display:flex}.checkout-module__6Nj7Kq__orderRef strong{color:var(--primary);font-size:var(--text-base);letter-spacing:.05em}.checkout-module__6Nj7Kq__successActions{gap:var(--space-3);flex-direction:column;display:flex}.checkout-module__6Nj7Kq__successBtn{width:100%}.checkout-module__6Nj7Kq__shopMore{border:2px solid var(--gray-200);width:100%;color:var(--gray-600);border-radius:var(--radius-md);transition:all var(--transition-fast);justify-content:center;align-items:center;padding:12px;font-weight:600;text-decoration:none;display:flex}.checkout-module__6Nj7Kq__shopMore:hover{border-color:var(--primary);color:var(--primary)}.checkout-module__6Nj7Kq__emptyContainer{text-align:center;min-height:60vh;padding:var(--space-8);flex-direction:column;justify-content:center;align-items:center;display:flex}.checkout-module__6Nj7Kq__emptyIcon{margin-bottom:var(--space-4);font-size:64px}.checkout-module__6Nj7Kq__emptyContainer h2{color:var(--primary);margin-bottom:var(--space-2)}.checkout-module__6Nj7Kq__emptyContainer p{color:var(--gray-400);margin-bottom:var(--space-6)}@media (max-width:1024px){.checkout-module__6Nj7Kq__checkoutGrid{grid-template-columns:1fr}.checkout-module__6Nj7Kq__orderSummary{position:static}}@media (max-width:768px){.checkout-module__6Nj7Kq__fieldGrid{grid-template-columns:1fr}.checkout-module__6Nj7Kq__fieldFull{grid-column:1}.checkout-module__6Nj7Kq__trustBadges{flex-direction:column;align-items:center}}
.contact-module__swMWYG__contactPage{background:var(--off-white);min-height:100vh}.contact-module__swMWYG__hero{background:var(--primary);padding:var(--space-10)0;text-align:center}.contact-module__swMWYG__heroTitle{font-size:var(--text-3xl);color:var(--white);margin-bottom:var(--space-3)}.contact-module__swMWYG__heroSubtitle{color:var(--gray-400);max-width:500px;margin:0 auto;line-height:1.7}.contact-module__swMWYG__contactGrid{gap:var(--space-8);padding:var(--space-10)0 var(--space-16);grid-template-columns:minmax(280px,380px) 1fr;align-items:start;display:grid}.contact-module__swMWYG__infoCard{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:var(--space-6);margin-bottom:var(--space-5)}.contact-module__swMWYG__infoCard h3{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:1px solid var(--gray-50)}.contact-module__swMWYG__infoItems{gap:var(--space-6);flex-direction:column;display:flex}.contact-module__swMWYG__infoItem{gap:var(--space-4);display:flex}.contact-module__swMWYG__infoIcon{flex-shrink:0;margin-top:2px;font-size:24px}.contact-module__swMWYG__infoItem h4{font-size:var(--text-sm);color:var(--primary);margin-bottom:4px;font-weight:700}.contact-module__swMWYG__infoItem p{font-size:var(--text-sm);color:var(--gray-400);line-height:1.6}.contact-module__swMWYG__socialCard{background:var(--primary);border-radius:var(--radius-xl);padding:var(--space-5)}.contact-module__swMWYG__socialCard h4{color:var(--white);font-size:var(--text-sm);margin-bottom:var(--space-3)}.contact-module__swMWYG__socialLinks{gap:var(--space-3);display:flex}.contact-module__swMWYG__socialLink{padding:var(--space-2)var(--space-4);color:var(--gray-400);border-radius:var(--radius-pill);font-size:var(--text-xs);transition:all var(--transition-fast);background:#ffffff14;font-weight:600}.contact-module__swMWYG__socialLink:hover{background:var(--accent);color:var(--primary)}.contact-module__swMWYG__formCard{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:var(--space-8)}.contact-module__swMWYG__formTitle{font-size:var(--text-xl);color:var(--primary);margin-bottom:var(--space-2)}.contact-module__swMWYG__formSubtitle{font-size:var(--text-sm);color:var(--gray-400);margin-bottom:var(--space-6)}.contact-module__swMWYG__form{gap:var(--space-5);flex-direction:column;display:flex}.contact-module__swMWYG__formRow{gap:var(--space-5);grid-template-columns:1fr 1fr;display:grid}.contact-module__swMWYG__formGroup{gap:var(--space-2);flex-direction:column;display:flex}.contact-module__swMWYG__label{font-size:var(--text-sm);color:var(--gray-600);font-weight:600}.contact-module__swMWYG__input,.contact-module__swMWYG__select,.contact-module__swMWYG__textarea{padding:var(--space-3)var(--space-4);border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--gray-600);transition:border-color var(--transition-fast);background:var(--white);font-family:inherit}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__select:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.contact-module__swMWYG__input::placeholder,.contact-module__swMWYG__textarea::placeholder{color:var(--gray-300)}.contact-module__swMWYG__textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__submitBtn{align-self:flex-start}@media (max-width:1024px){.contact-module__swMWYG__contactGrid{grid-template-columns:1fr}}@media (max-width:768px){.contact-module__swMWYG__heroTitle{font-size:var(--text-2xl)}.contact-module__swMWYG__formRow{grid-template-columns:1fr}.contact-module__swMWYG__submitBtn{width:100%}}
.legal-module__8113wq__legalPage{background:var(--off-white);min-height:100vh}.legal-module__8113wq__hero{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);padding:var(--space-12)0 var(--space-10);text-align:center;position:relative;overflow:hidden}.legal-module__8113wq__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a4200d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-20%}.legal-module__8113wq__heroTitle{font-size:var(--text-4xl);color:var(--white);margin:var(--space-4)auto var(--space-4);position:relative}.legal-module__8113wq__heroSubtitle{color:var(--gray-300);font-size:var(--text-base);max-width:560px;margin:0 auto;line-height:1.7;position:relative}.legal-module__8113wq__lastUpdated{align-items:center;gap:var(--space-2);margin-top:var(--space-5);font-size:var(--text-xs);color:var(--gray-300);padding:var(--space-1)var(--space-4);border-radius:var(--radius-full);background:#ffffff0f;border:1px solid #ffffff14;display:inline-flex;position:relative}.legal-module__8113wq__content{max-width:800px;padding:var(--space-10)var(--space-6)var(--space-16);margin:0 auto}.legal-module__8113wq__tableOfContents{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:var(--space-6)var(--space-8);margin-bottom:var(--space-10)}.legal-module__8113wq__tocTitle{font-size:var(--text-sm);color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:2px solid var(--accent);font-weight:700;display:inline-block}.legal-module__8113wq__tocList{gap:var(--space-2);flex-direction:column;display:flex}.legal-module__8113wq__tocLink{font-size:var(--text-sm);color:var(--gray-400);transition:color var(--transition-fast);align-items:center;gap:var(--space-2);line-height:1.6;display:flex}.legal-module__8113wq__tocLink:hover{color:var(--accent)}.legal-module__8113wq__tocLink:before{content:"";background:var(--gray-200);width:6px;height:6px;transition:background var(--transition-fast);border-radius:50%;flex-shrink:0}.legal-module__8113wq__tocLink:hover:before{background:var(--accent)}.legal-module__8113wq__section{margin-bottom:var(--space-10)}.legal-module__8113wq__sectionTitle{font-size:var(--text-xl);color:var(--primary);margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--gray-100);align-items:center;gap:var(--space-3);font-weight:700;display:flex}.legal-module__8113wq__sectionNumber{border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--accent)0%,var(--accent-dark)100%);width:28px;height:28px;color:var(--primary);font-size:var(--text-xs);flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.legal-module__8113wq__paragraph{font-size:var(--text-sm);color:var(--gray-500);margin-bottom:var(--space-4);line-height:1.8}.legal-module__8113wq__paragraph:last-child{margin-bottom:0}.legal-module__8113wq__list{gap:var(--space-3);margin-bottom:var(--space-4);padding-left:var(--space-2);flex-direction:column;display:flex}.legal-module__8113wq__listItem{font-size:var(--text-sm);color:var(--gray-500);align-items:flex-start;gap:var(--space-3);line-height:1.7;display:flex}.legal-module__8113wq__listItem:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.legal-module__8113wq__listItem strong{color:var(--gray-600);font-weight:600}.legal-module__8113wq__highlightBox{border:1px solid #d4a42026;border-left:3px solid var(--accent);border-radius:var(--radius-md);padding:var(--space-5)var(--space-6);margin-bottom:var(--space-4);background:linear-gradient(135deg,#d4a4200a 0%,#d4a42005 100%)}.legal-module__8113wq__highlightBox p{font-size:var(--text-sm);color:var(--gray-500);margin:0;line-height:1.7}.legal-module__8113wq__highlightBox strong{color:var(--gray-700)}.legal-module__8113wq__infoBox{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:var(--space-5)var(--space-6);margin-bottom:var(--space-4)}.legal-module__8113wq__infoBoxTitle{font-size:var(--text-sm);color:var(--primary);margin-bottom:var(--space-2);font-weight:700}.legal-module__8113wq__infoBox p{font-size:var(--text-sm);color:var(--gray-400);margin:0;line-height:1.7}.legal-module__8113wq__contactCard{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:var(--space-8);margin-top:var(--space-6)}.legal-module__8113wq__contactCardTitle{font-size:var(--text-lg);color:var(--primary);margin-bottom:var(--space-4);font-weight:700}.legal-module__8113wq__contactItem{font-size:var(--text-sm);color:var(--gray-500);align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-2);line-height:1.8;display:flex}.legal-module__8113wq__contactItem:last-child{margin-bottom:0}.legal-module__8113wq__contactLabel{color:var(--gray-600);min-width:60px;font-weight:600}.legal-module__8113wq__legalLinks{margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--gray-100)}.legal-module__8113wq__legalLinksTitle{font-size:var(--text-sm);color:var(--primary);margin-bottom:var(--space-4);font-weight:700}.legal-module__8113wq__legalLinksGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.legal-module__8113wq__legalLinkCard{align-items:center;gap:var(--space-3);padding:var(--space-4)var(--space-5);background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);transition:all var(--transition-base);display:flex}.legal-module__8113wq__legalLinkCard:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.legal-module__8113wq__legalLinkIcon{border-radius:var(--radius-sm);background:var(--accent-glow);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.legal-module__8113wq__legalLinkIcon svg{width:18px;height:18px;color:var(--accent)}.legal-module__8113wq__legalLinkText{font-size:var(--text-sm);color:var(--primary);font-weight:600}.legal-module__8113wq__legalLinkDesc{font-size:var(--text-xs);color:var(--gray-400);margin-top:2px}@media (max-width:768px){.legal-module__8113wq__heroTitle{font-size:var(--text-2xl)}.legal-module__8113wq__content{padding:var(--space-8)var(--space-4)var(--space-12)}.legal-module__8113wq__tableOfContents{padding:var(--space-5)var(--space-5)}.legal-module__8113wq__legalLinksGrid{grid-template-columns:1fr}.legal-module__8113wq__sectionTitle{font-size:var(--text-lg)}.legal-module__8113wq__contactCard{padding:var(--space-5)}}@media (max-width:480px){.legal-module__8113wq__heroTitle{font-size:var(--text-xl)}.legal-module__8113wq__hero{padding:var(--space-10)0 var(--space-8)}}
.offers-module__6WHmea__offersPage{background:var(--bg);min-height:100vh}.offers-module__6WHmea__hero{background:linear-gradient(135deg,var(--primary)0%,#112040 60%,#1a2d50 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}.offers-module__6WHmea__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a42014 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-50%;right:-10%}.offers-module__6WHmea__heroContent{text-align:center;z-index:1;position:relative}.offers-module__6WHmea__heroBadge{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:inline-flex}.offers-module__6WHmea__heroTitle{color:#fff;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;line-height:1.2}.offers-module__6WHmea__heroSubtitle{color:#ffffffa6;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}.offers-module__6WHmea__offersContainer{padding:3rem 0 5rem}.offers-module__6WHmea__offersGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.offers-module__6WHmea__offerCard{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000f}.offers-module__6WHmea__offerCard:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000001f}.offers-module__6WHmea__discountBadge{background:linear-gradient(135deg,var(--accent)0%,#f0b800 100%);align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.offers-module__6WHmea__discountIcon{font-size:1.75rem}.offers-module__6WHmea__discountText{color:var(--primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:900}.offers-module__6WHmea__cardBody{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.offers-module__6WHmea__offerTitle{color:var(--text);margin:0;font-size:1.1rem;font-weight:800;line-height:1.4}.offers-module__6WHmea__offerDesc{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.offers-module__6WHmea__minOrder{color:var(--text-muted);background:var(--gray-50,#f8fafc);border:1px solid var(--border);border-radius:8px;padding:.5rem .85rem;font-size:.82rem}.offers-module__6WHmea__minOrder strong{color:var(--text)}.offers-module__6WHmea__usageBar{margin-top:.25rem}.offers-module__6WHmea__usageBarLabel{color:var(--text-muted);justify-content:space-between;margin-bottom:5px;font-size:.72rem;display:flex}.offers-module__6WHmea__usageBarTrack{background:var(--border);border-radius:6px;height:6px;overflow:hidden}.offers-module__6WHmea__usageBarFill{background:linear-gradient(90deg,var(--accent),#f0b800);border-radius:6px;height:100%;transition:width .5s}.offers-module__6WHmea__codeBox{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1.5px dashed #22c55e;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem .85rem;display:flex}.offers-module__6WHmea__codeText{color:#16a34a;letter-spacing:.08em;flex:1;font-family:JetBrains Mono,Fira Code,monospace;font-size:1rem;font-weight:800}.offers-module__6WHmea__copyBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:7px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;transition:all .2s}.offers-module__6WHmea__copyBtn:hover{background:#15803d;transform:scale(1.04)}.offers-module__6WHmea__copyBtnDone{background:#15803d!important}.offers-module__6WHmea__noCodeNote{color:#16a34a;padding:.5rem 0;font-size:.82rem;font-weight:600}.offers-module__6WHmea__countdown{border-top:1px solid var(--border);margin-top:auto;padding-top:.75rem}.offers-module__6WHmea__countdownLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:block}.offers-module__6WHmea__countdownBoxes{gap:.4rem;display:flex}.offers-module__6WHmea__countdownBox{background:var(--primary);text-align:center;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:1px;padding:.4rem .25rem;display:flex}.offers-module__6WHmea__countdownNum{color:var(--accent);font-feature-settings:"tnum";font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:900;line-height:1}.offers-module__6WHmea__countdownSub{color:#ffffff8c;text-transform:uppercase;letter-spacing:.04em;font-size:.58rem;font-weight:700}.offers-module__6WHmea__loadingState{text-align:center;color:var(--text-muted);padding:5rem 0}.offers-module__6WHmea__spinner{border:4px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:44px;height:44px;margin:0 auto 1rem;animation:.8s linear infinite offers-module__6WHmea__spin}@keyframes offers-module__6WHmea__spin{to{transform:rotate(360deg)}}.offers-module__6WHmea__emptyState{text-align:center;color:var(--text-muted);padding:5rem 2rem}.offers-module__6WHmea__emptyIcon{margin-bottom:1rem;font-size:4rem;line-height:1}.offers-module__6WHmea__emptyState h3{color:var(--text);margin:0 0 .5rem;font-size:1.4rem}.offers-module__6WHmea__emptyState p{max-width:380px;margin:0 auto;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.offers-module__6WHmea__offersGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.offers-module__6WHmea__offersGrid{grid-template-columns:1fr}.offers-module__6WHmea__hero{padding:3.5rem 0 2.5rem}.offers-module__6WHmea__heroTitle{font-size:1.8rem}.offers-module__6WHmea__discountText{font-size:1.4rem}}
