.Hero-module__Z8hQ_W__hero{border-radius:0 0 24px 24px;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__bgWrap{z-index:0;border-radius:0 0 24px 24px;position:absolute;inset:0;overflow:hidden}.Hero-module__Z8hQ_W__bgImg{object-fit:cover}.Hero-module__Z8hQ_W__overlay{background:linear-gradient(105deg,#1a0a0fe0 0%,#1a0a0fbf 45%,#1a0a0f66 100%);border-radius:0 0 24px 24px;position:absolute;inset:0}.Hero-module__Z8hQ_W__inner{z-index:1;justify-content:space-between;align-items:center;gap:40px;padding:40px 24px 60px;display:flex;position:relative}.Hero-module__Z8hQ_W__left{flex:1;max-width:640px}.Hero-module__Z8hQ_W__right{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:24px;display:flex}.Hero-module__Z8hQ_W__badge{color:var(--gold-light);letter-spacing:.1em;text-transform:uppercase;background:#c9a84c26;border:1px solid #c9a84c40;border-radius:40px;margin-bottom:28px;padding:7px 18px;font-size:11px;font-weight:600;animation:.6s both Hero-module__Z8hQ_W__fadeInUp;display:inline-flex}.Hero-module__Z8hQ_W__heading{color:#fff;margin-bottom:18px;font-family:Playfair Display,serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1.12;animation:.6s .1s both Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__gold{color:var(--gold)}.Hero-module__Z8hQ_W__sub{color:#fff9;margin-bottom:32px;font-size:16px;line-height:1.7;animation:.6s .2s both Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__ctaRow{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:40px;animation:.6s .3s both Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__ctaPrimary{background:var(--gold);color:var(--maroon-dark);border-radius:40px;align-items:center;padding:15px 36px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 30px #c9a84c4d}.Hero-module__Z8hQ_W__ctaPrimary:hover{background:#dbb94c;transform:translateY(-3px);box-shadow:0 10px 40px #c9a84c66}.Hero-module__Z8hQ_W__ctaSecondary{color:#fff;border:2px solid #ffffff40;border-radius:40px;align-items:center;padding:13px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__Z8hQ_W__ctaSecondary:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px)}.Hero-module__Z8hQ_W__viewProductsBtn{color:#fff;white-space:nowrap;letter-spacing:.02em;background:linear-gradient(135deg,#6b1a2a,#8a2340);border-radius:40px;justify-content:center;align-items:center;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 24px #6b1a2a59}.Hero-module__Z8hQ_W__viewProductsBtn:hover{transform:translateY(-3px);box-shadow:0 10px 36px #6b1a2a73}.Hero-module__Z8hQ_W__catRow{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.Hero-module__Z8hQ_W__catIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;align-items:center;gap:6px;min-width:90px;padding:14px 16px;text-decoration:none;transition:all .2s;display:flex}.Hero-module__Z8hQ_W__catIcon:hover{background:#fff3;transform:translateY(-2px)}.Hero-module__Z8hQ_W__catIcon span{color:#ffffffd9;white-space:nowrap;font-size:11px;font-weight:600}.Hero-module__Z8hQ_W__trustRow{flex-wrap:wrap;gap:20px;animation:.6s .4s both Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__trustRow span{color:#ffffff80;font-size:13px;font-weight:500}@keyframes Hero-module__Z8hQ_W__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__Z8hQ_W__inner{text-align:center;flex-direction:column;padding:40px 24px}.Hero-module__Z8hQ_W__right{width:100%}.Hero-module__Z8hQ_W__sub br{display:none}.Hero-module__Z8hQ_W__trustRow{justify-content:center;gap:12px}.Hero-module__Z8hQ_W__trustRow span{font-size:12px}.Hero-module__Z8hQ_W__ctaRow{justify-content:center}.Hero-module__Z8hQ_W__catRow{grid-template-columns:repeat(3,1fr);gap:8px}.Hero-module__Z8hQ_W__catIcon{min-width:unset;padding:10px 12px}}@media (max-width:480px){.Hero-module__Z8hQ_W__ctaRow{flex-direction:column;width:100%}.Hero-module__Z8hQ_W__ctaPrimary,.Hero-module__Z8hQ_W__ctaSecondary{justify-content:center;width:100%}.Hero-module__Z8hQ_W__trustRow{flex-direction:column;gap:6px}}
.ProductCard-module__9j1fXa__card{border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;transition:all .25s;display:flex;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__card:hover{box-shadow:var(--shadow-lg);border-color:var(--gray-300);transform:translateY(-4px)}.ProductCard-module__9j1fXa__discountTag{background:var(--red);color:#fff;z-index:2;border-radius:20px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.ProductCard-module__9j1fXa__imgBox{border-bottom:1px solid var(--gray-100);background:#fff;justify-content:center;align-items:center;height:160px;display:flex;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__productImg{object-fit:contain;width:100%;height:100%;padding:12px;transition:transform .3s}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__productImg{transform:scale(1.04)}.ProductCard-module__9j1fXa__imgPlaceholder{width:100%;height:100%;color:var(--gray-300);justify-content:center;align-items:center;font-size:40px;display:flex}.ProductCard-module__9j1fXa__badge{background:var(--maroon);color:#fff;letter-spacing:.04em;border-radius:20px;padding:2px 8px;font-size:9px;font-weight:700;position:absolute;bottom:8px;right:8px}.ProductCard-module__9j1fXa__body{flex-direction:column;flex:1;gap:5px;padding:10px 12px 12px;display:flex}.ProductCard-module__9j1fXa__name{color:var(--gray-800);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCard-module__9j1fXa__metaRow{flex-wrap:wrap;gap:4px;display:flex}.ProductCard-module__9j1fXa__tag{border-radius:4px;padding:2px 7px;font-size:9px;font-weight:600}.ProductCard-module__9j1fXa__brandTag{background:var(--maroon-pale);color:var(--maroon)}.ProductCard-module__9j1fXa__originTag{background:var(--gold-pale);color:#8a7a3a}.ProductCard-module__9j1fXa__descText{color:var(--gray-400);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__9j1fXa__priceRow{align-items:baseline;gap:6px;margin-top:2px;display:flex}.ProductCard-module__9j1fXa__price{color:var(--maroon);font-size:17px;font-weight:700}.ProductCard-module__9j1fXa__origPrice{color:var(--gray-400);font-size:11px;text-decoration:line-through}.ProductCard-module__9j1fXa__perUnit{color:var(--gray-400);font-size:10px}.ProductCard-module__9j1fXa__moqRow{justify-content:space-between;align-items:center;gap:6px;display:flex}.ProductCard-module__9j1fXa__moqTag{color:var(--gray-500);background:var(--gray-100);border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600}.ProductCard-module__9j1fXa__stockTag{color:var(--green);font-size:10px;font-weight:600}.ProductCard-module__9j1fXa__lowStock{color:var(--red)!important}.ProductCard-module__9j1fXa__qtyRow{align-items:center;display:flex}.ProductCard-module__9j1fXa__qtyControl{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:6px;align-items:center;gap:6px;padding:3px 8px;display:flex}.ProductCard-module__9j1fXa__qtyBtn{border:1px solid var(--gray-200);width:22px;height:22px;color:var(--gray-700);cursor:pointer;background:#fff;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:700;line-height:1;transition:all .15s;display:flex}.ProductCard-module__9j1fXa__qtyBtn:hover{background:var(--maroon);border-color:var(--maroon);color:#fff}.ProductCard-module__9j1fXa__qtyVal{flex-direction:column;align-items:center;min-width:30px;display:flex}.ProductCard-module__9j1fXa__qtyNum{color:var(--gray-800);font-size:14px;font-weight:700;line-height:1}.ProductCard-module__9j1fXa__qtyLabel{color:var(--gray-400);letter-spacing:.05em;font-size:8px;font-weight:600}.ProductCard-module__9j1fXa__addBtn{background:var(--maroon);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;margin-top:3px;padding:8px;font-size:11px;font-weight:700;transition:all .2s}.ProductCard-module__9j1fXa__addBtn:hover{background:var(--maroon-dark)}.ProductCard-module__9j1fXa__added{background:var(--green)!important}@media (max-width:640px){.ProductCard-module__9j1fXa__imgBox{height:120px}.ProductCard-module__9j1fXa__body{gap:3px;padding:6px 8px 8px}.ProductCard-module__9j1fXa__name{font-size:11px}.ProductCard-module__9j1fXa__price{font-size:14px}.ProductCard-module__9j1fXa__qtyControl{padding:2px 5px}.ProductCard-module__9j1fXa__addBtn{padding:6px;font-size:10px}.ProductCard-module__9j1fXa__perUnit{font-size:8px}.ProductCard-module__9j1fXa__descText{display:none}.ProductCard-module__9j1fXa__moqTag{font-size:8px}}@media (max-width:480px){.ProductCard-module__9j1fXa__imgBox{height:80px}.ProductCard-module__9j1fXa__qtyRow{flex-direction:column;gap:3px}.ProductCard-module__9j1fXa__qtyControl{justify-content:center;width:100%}}
.FeaturedProducts-module__yQoekG__section{background:#fff;padding:56px 0}.FeaturedProducts-module__yQoekG__header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.FeaturedProducts-module__yQoekG__titleGroup{flex-direction:column;gap:8px;display:flex}.FeaturedProducts-module__yQoekG__title{color:var(--gray-800);font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.FeaturedProducts-module__yQoekG__titleUnderline{background:var(--maroon);border-radius:99px;width:56px;height:3px}.FeaturedProducts-module__yQoekG__viewAll{color:var(--maroon);align-items:center;gap:6px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.FeaturedProducts-module__yQoekG__viewAll:hover{opacity:.75}.FeaturedProducts-module__yQoekG__sliderWrap{position:relative}.FeaturedProducts-module__yQoekG__slider{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding:8px 4px 16px;display:flex;overflow-x:auto}.FeaturedProducts-module__yQoekG__slider::-webkit-scrollbar{display:none}.FeaturedProducts-module__yQoekG__slide{scroll-snap-align:start;flex:0 0 220px}.FeaturedProducts-module__yQoekG__arrow{border:1px solid var(--gray-200);width:40px;height:40px;box-shadow:var(--shadow-md);color:var(--gray-700);cursor:pointer;z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:22px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.FeaturedProducts-module__yQoekG__arrow:hover{background:var(--maroon);color:#fff;border-color:var(--maroon)}.FeaturedProducts-module__yQoekG__arrowLeft{left:-20px}.FeaturedProducts-module__yQoekG__arrowRight{right:-20px}@media (max-width:640px){.FeaturedProducts-module__yQoekG__arrowLeft,.FeaturedProducts-module__yQoekG__arrowRight{display:none}}
.Footer-module__EZoWya__footer{background:var(--maroon-dark);padding:64px 0 0}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__EZoWya__logo{align-items:center;margin-bottom:16px;display:flex}.Footer-module__EZoWya__footerLogo{max-width:200px;height:auto}.Footer-module__EZoWya__brandDesc{color:#fff9;max-width:320px;margin-bottom:20px;font-size:13px;line-height:1.75}.Footer-module__EZoWya__waBtn{color:#fff;background:#25d366;border-radius:24px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.Footer-module__EZoWya__waBtn:hover{opacity:.9}.Footer-module__EZoWya__colTitle{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;font-size:13px;font-weight:700}.Footer-module__EZoWya__links{flex-direction:column;gap:9px;list-style:none;display:flex}.Footer-module__EZoWya__links li a,.Footer-module__EZoWya__links li{color:#fff9;cursor:pointer;font-size:13px;text-decoration:none;transition:color .15s}.Footer-module__EZoWya__links li a:hover{color:var(--gold)}.Footer-module__EZoWya__contactList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__EZoWya__contactList li{color:#fff9;align-items:flex-start;gap:10px;font-size:13px;display:flex}.Footer-module__EZoWya__contactList li a{color:#fff9;text-decoration:none;transition:color .15s}.Footer-module__EZoWya__contactList li a:hover{color:var(--gold)}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:20px 0;display:flex}.Footer-module__EZoWya__bottom p{color:#fff6;font-size:12px}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:32px}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column}}
.WhyUs-module__U6xvIG__section{background:var(--off-white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:72px 0}.WhyUs-module__U6xvIG__header{text-align:center;margin-bottom:48px}.WhyUs-module__U6xvIG__label{letter-spacing:.18em;text-transform:uppercase;color:var(--maroon);margin-bottom:10px;font-size:12px;font-weight:700;display:block}.WhyUs-module__U6xvIG__title{color:var(--gray-800);margin-bottom:12px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700}.WhyUs-module__U6xvIG__maroon{color:var(--maroon)}.WhyUs-module__U6xvIG__sub{color:var(--gray-500);max-width:480px;margin:0 auto;font-size:15px;line-height:1.7}.WhyUs-module__U6xvIG__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.WhyUs-module__U6xvIG__card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;padding:28px 24px;transition:all .25s}.WhyUs-module__U6xvIG__card:hover{box-shadow:var(--shadow-md);border-color:var(--maroon);transform:translateY(-3px)}.WhyUs-module__U6xvIG__iconBox{background:var(--maroon-pale);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;font-size:24px;display:flex}.WhyUs-module__U6xvIG__card:hover .WhyUs-module__U6xvIG__iconBox{background:var(--maroon)}.WhyUs-module__U6xvIG__cardTitle{color:var(--gray-800);margin-bottom:8px;font-family:Playfair Display,serif;font-size:16px;font-weight:700}.WhyUs-module__U6xvIG__cardDesc{color:var(--gray-500);font-size:13px;line-height:1.7}@media (max-width:1024px){.WhyUs-module__U6xvIG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.WhyUs-module__U6xvIG__grid{grid-template-columns:1fr}}
.page-module__6l14Va__topBar{background:var(--maroon);margin-bottom:32px;padding:100px 0 28px}.page-module__6l14Va__pageTitle{color:#fff;margin-bottom:4px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.page-module__6l14Va__pageSub{color:#ffffffa6;font-size:14px}.page-module__6l14Va__layout{grid-template-columns:1fr 360px;align-items:start;gap:24px;padding-bottom:60px;display:grid}.page-module__6l14Va__formSection{flex-direction:column;gap:20px;display:flex}.page-module__6l14Va__card{border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);background:#fff;padding:24px}.page-module__6l14Va__cardTitle{color:var(--gray-800);margin-bottom:20px;font-family:Playfair Display,serif;font-size:16px;font-weight:700}.page-module__6l14Va__formGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.page-module__6l14Va__fg{flex-direction:column;gap:5px;display:flex}.page-module__6l14Va__fg label{letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);font-size:11px;font-weight:700}.page-module__6l14Va__fg input,.page-module__6l14Va__fg select{border:1.5px solid var(--gray-200);color:var(--gray-800);background:#fff;border-radius:8px;padding:10px 13px;font-size:14px;transition:border-color .2s}.page-module__6l14Va__fg input:focus,.page-module__6l14Va__fg select:focus{border-color:var(--maroon);outline:none}.page-module__6l14Va__errInput{border-color:var(--red)!important}.page-module__6l14Va__errMsg{color:var(--red);margin-top:1px;font-size:11px}.page-module__6l14Va__payOptions{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.page-module__6l14Va__payOption{border:2px solid var(--gray-200);cursor:pointer;border-radius:10px;align-items:flex-start;gap:14px;padding:16px;transition:all .2s;display:flex}.page-module__6l14Va__payOption:hover{border-color:var(--gray-300)}.page-module__6l14Va__payActive{background:#fdf5f7;border-color:var(--maroon)!important}.page-module__6l14Va__payRadio{border:2px solid var(--gray-300);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;transition:border-color .15s;display:flex}.page-module__6l14Va__payActive .page-module__6l14Va__payRadio{border-color:var(--maroon)}.page-module__6l14Va__payDot{background:var(--maroon);border-radius:50%;width:10px;height:10px}.page-module__6l14Va__payTitle{color:var(--gray-800);margin-bottom:3px;font-size:14px;font-weight:700}.page-module__6l14Va__paySub{color:var(--gray-400);font-size:12px;line-height:1.55}.page-module__6l14Va__placeBtn{background:var(--maroon);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-bottom:10px;padding:15px;font-size:15px;font-weight:700;transition:all .2s}.page-module__6l14Va__placeBtn:hover:not(:disabled){background:var(--maroon-dark);transform:translateY(-1px)}.page-module__6l14Va__placeBtn:disabled{opacity:.65;cursor:not-allowed;transform:none}.page-module__6l14Va__secNote{text-align:center;color:var(--gray-400);font-size:12px}.page-module__6l14Va__summary{flex-direction:column;gap:16px;display:flex;position:sticky;top:96px}.page-module__6l14Va__orderItems{flex-direction:column;gap:12px;max-height:300px;margin-bottom:18px;display:flex;overflow-y:auto}.page-module__6l14Va__orderItem{align-items:center;gap:10px;display:flex}.page-module__6l14Va__oiImg{object-fit:contain;border:1px solid var(--gray-200);background:#fff;border-radius:8px;flex-shrink:0;width:48px;height:48px;padding:4px}.page-module__6l14Va__oiInfo{flex:1;min-width:0}.page-module__6l14Va__oiName{color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.page-module__6l14Va__oiMeta{color:var(--gray-400);margin-top:2px;font-size:11px}.page-module__6l14Va__oiPrice{color:var(--maroon);white-space:nowrap;font-size:14px;font-weight:700}.page-module__6l14Va__totals{border-top:1px solid var(--gray-100);padding-top:14px}.page-module__6l14Va__totalRow{color:var(--gray-500);justify-content:space-between;padding:5px 0;font-size:13px;display:flex}.page-module__6l14Va__freeTag{color:#15803d;background:#dcfce7;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.page-module__6l14Va__totalDivider{background:var(--gray-200);height:1px;margin:10px 0}.page-module__6l14Va__grandRow{color:var(--gray-800);justify-content:space-between;padding-top:4px;font-size:15px;font-weight:700;display:flex}.page-module__6l14Va__grand{color:var(--maroon);font-family:Playfair Display,serif;font-size:22px}.page-module__6l14Va__trustCard{border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;padding:18px}.page-module__6l14Va__trustTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);margin-bottom:12px;font-size:12px;font-weight:700}.page-module__6l14Va__trustItem{color:var(--gray-600);border-bottom:1px solid var(--gray-50);padding:5px 0;font-size:13px}.page-module__6l14Va__trustItem:last-child{border-bottom:none}.page-module__6l14Va__successPage{background:var(--gray-50);flex:1;justify-content:center;align-items:center;padding:120px 24px 60px;display:flex}.page-module__6l14Va__successCard{border-radius:var(--radius-lg);text-align:center;max-width:480px;box-shadow:var(--shadow-lg);border-top:4px solid var(--maroon);background:#fff;padding:48px}.page-module__6l14Va__successIcon{margin-bottom:16px;font-size:68px}.page-module__6l14Va__successTitle{color:var(--maroon);margin-bottom:8px;font-size:26px;font-weight:700}.page-module__6l14Va__successId{color:var(--gray-400);margin-bottom:14px;font-size:14px}.page-module__6l14Va__successText{color:var(--gray-500);margin-bottom:24px;font-size:14px;line-height:1.75}.page-module__6l14Va__successActions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.page-module__6l14Va__backBtn{background:var(--maroon);color:#fff;border-radius:24px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.page-module__6l14Va__backBtn:hover{opacity:.9}.page-module__6l14Va__waBtn{color:#fff;background:#25d366;border-radius:24px;align-items:center;gap:6px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.page-module__6l14Va__waBtn:hover{opacity:.9}.page-module__6l14Va__emptyPage{flex:1;justify-content:center;align-items:center;padding:120px 24px 60px;display:flex}.page-module__6l14Va__emptyCard{text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fff;padding:48px}.page-module__6l14Va__emptyCard h2{color:var(--gray-800);margin-bottom:10px;font-size:22px}.page-module__6l14Va__emptyCard p{color:var(--gray-400);margin-bottom:20px;font-size:14px}@media (max-width:900px){.page-module__6l14Va__layout{grid-template-columns:1fr}.page-module__6l14Va__summary{position:static}}@media (max-width:640px){.page-module__6l14Va__formGrid{grid-template-columns:1fr}}
.page-module__CvPeSG__page{background:var(--gray-50);flex:1;justify-content:center;align-items:center;padding:120px 24px 60px;display:flex}.page-module__CvPeSG__card{border-radius:var(--radius-lg);text-align:center;max-width:480px;box-shadow:var(--shadow-lg);border-top:4px solid var(--maroon);background:#fff;padding:56px 48px}.page-module__CvPeSG__icon{margin-bottom:20px;font-size:68px}.page-module__CvPeSG__title{color:var(--maroon);margin-bottom:14px;font-size:26px;font-weight:700}.page-module__CvPeSG__text{color:var(--gray-500);margin-bottom:28px;font-size:15px;line-height:1.75}.page-module__CvPeSG__btn{background:var(--maroon);color:#fff;border-radius:24px;padding:13px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.page-module__CvPeSG__btn:hover{opacity:.9}
.page-module__ox25rq__page{background:#f5f5f5;min-height:100vh}.page-module__ox25rq__topBar{background:#fff;margin-bottom:24px;padding:96px 0 24px}.page-module__ox25rq__pageTitle{color:var(--maroon);margin-bottom:2px;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700}.page-module__ox25rq__pageSub{color:var(--gray-500);max-width:600px;font-size:12px}.page-module__ox25rq__content{padding-bottom:60px}.page-module__ox25rq__toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.page-module__ox25rq__searchWrap{flex:1;align-items:center;min-width:200px;display:flex;position:relative}.page-module__ox25rq__searchIcon{pointer-events:none;font-size:15px;position:absolute;left:12px}.page-module__ox25rq__search{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:10px;width:100%;padding:11px 32px 11px 36px;font-size:14px;transition:border-color .2s,box-shadow .2s}.page-module__ox25rq__search:focus{border-color:#6b1a2a;outline:none;box-shadow:0 0 0 3px #6b1a2a14}.page-module__ox25rq__search::placeholder{color:#aaa}.page-module__ox25rq__clearBtn{cursor:pointer;color:#888;background:#e8e8e8;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;transition:all .15s;display:flex;position:absolute;right:10px}.page-module__ox25rq__clearBtn:hover{color:#555;background:#ccc}.page-module__ox25rq__filterGroup{align-items:center;gap:8px;display:flex}.page-module__ox25rq__catDropdown{position:relative}.page-module__ox25rq__catDropBtn{color:#444;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.page-module__ox25rq__catDropBtn:hover{color:#6b1a2a;border-color:#6b1a2a}.page-module__ox25rq__catArrow{font-size:10px;transition:transform .2s}.page-module__ox25rq__catMenu{z-index:50;background:#fff;border:1px solid #e0e0e0;border-radius:12px;min-width:240px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 8px 30px #0000001a}.page-module__ox25rq__catItem{cursor:pointer;color:#555;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.page-module__ox25rq__catItem:hover{color:#6b1a2a;background:#fdf5f7}.page-module__ox25rq__catItemActive{color:#fff!important;background:#6b1a2a!important}.page-module__ox25rq__catItemName{text-align:left;flex:1}.page-module__ox25rq__catItemCount{background:#fff3;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.page-module__ox25rq__catItem:not(.page-module__ox25rq__catItemActive) .page-module__ox25rq__catItemCount{color:#999;background:#f0f0f0}.page-module__ox25rq__sort{color:#444;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:10px 14px;font-size:13px;transition:border-color .2s}.page-module__ox25rq__sort:focus{border-color:#6b1a2a;outline:none}.page-module__ox25rq__metaRow{align-items:center;gap:12px;margin-bottom:16px;padding:0 4px;display:flex}.page-module__ox25rq__resultCount{color:#999;font-size:13px}.page-module__ox25rq__clearCat{color:#6b1a2a;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;transition:background .15s}.page-module__ox25rq__clearCat:hover{background:#fdf5f7}.page-module__ox25rq__grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.page-module__ox25rq__empty{text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:80px 20px}.page-module__ox25rq__emptyIcon{margin-bottom:16px;font-size:48px}.page-module__ox25rq__empty h3{color:#444;margin-bottom:8px;font-size:20px}.page-module__ox25rq__emptyText{color:#999;margin-bottom:20px;font-size:14px}.page-module__ox25rq__resetBtn{color:#fff;cursor:pointer;background:#6b1a2a;border:none;border-radius:24px;padding:10px 28px;font-size:13px;font-weight:600;transition:opacity .2s}.page-module__ox25rq__resetBtn:hover{opacity:.9}@media (max-width:1100px){.page-module__ox25rq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.page-module__ox25rq__grid{grid-template-columns:repeat(2,1fr);gap:10px}.page-module__ox25rq__content{padding-left:12px;padding-right:12px}.page-module__ox25rq__toolbar{flex-direction:column;align-items:stretch}.page-module__ox25rq__filterGroup{justify-content:stretch}.page-module__ox25rq__filterGroup>*{flex:1}.page-module__ox25rq__catDropBtn{justify-content:space-between;width:100%}.page-module__ox25rq__catMenu{width:100%}.page-module__ox25rq__topBar{padding:76px 0 16px}}@media (max-width:640px){.page-module__ox25rq__grid{grid-template-columns:repeat(3,1fr);gap:8px}}@media (max-width:480px){.page-module__ox25rq__grid{grid-template-columns:repeat(3,1fr);gap:6px}.page-module__ox25rq__pageTitle{font-size:1.3rem}.page-module__ox25rq__catMenu{min-width:unset}}
.Testimonials-module__MlUweW__section{background:#fff;padding:72px 0}.Testimonials-module__MlUweW__header{text-align:center;margin-bottom:48px}.Testimonials-module__MlUweW__label{letter-spacing:.18em;text-transform:uppercase;color:var(--maroon);margin-bottom:10px;font-size:12px;font-weight:700;display:block}.Testimonials-module__MlUweW__title{color:var(--gray-800);margin-bottom:12px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700}.Testimonials-module__MlUweW__maroon{color:var(--maroon)}.Testimonials-module__MlUweW__sub{color:var(--gray-500);max-width:460px;margin:0 auto;font-size:15px;line-height:1.7}.Testimonials-module__MlUweW__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Testimonials-module__MlUweW__card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:14px;padding:24px;transition:all .25s;display:flex}.Testimonials-module__MlUweW__card:hover{box-shadow:var(--shadow-md);border-color:var(--maroon);transform:translateY(-3px)}.Testimonials-module__MlUweW__stars{color:var(--gold);letter-spacing:2px;font-size:16px}.Testimonials-module__MlUweW__text{color:var(--gray-600);flex:1;font-size:13px;font-style:italic;line-height:1.75}.Testimonials-module__MlUweW__author{border-top:1px solid var(--gray-100);align-items:center;gap:12px;padding-top:14px;display:flex}.Testimonials-module__MlUweW__avatar{background:var(--maroon);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:700;display:flex}.Testimonials-module__MlUweW__name{color:var(--gray-800);font-size:13px;font-weight:700}.Testimonials-module__MlUweW__role{color:var(--gray-400);margin-top:1px;font-size:11px;line-height:1.4}@media (max-width:1024px){.Testimonials-module__MlUweW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Testimonials-module__MlUweW__grid{grid-template-columns:1fr}}
