.Nav-module__p2V2BW__nav{z-index:200;height:var(--nav-h);background:var(--white);border-bottom:1px solid var(--pink-100);justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.Nav-module__p2V2BW__scrolled{border-bottom:1px solid var(--pink-200)}.Nav-module__p2V2BW__logo{background:0 0;justify-content:center;align-items:center;width:auto;height:40px;padding:0;display:flex}.Nav-module__p2V2BW__logo img{object-fit:contain;width:auto;height:100%;display:block}.Nav-module__p2V2BW__links{gap:32px;display:none}.Nav-module__p2V2BW__links a{letter-spacing:.1em;text-transform:uppercase;color:var(--dark);font-size:.8rem;font-weight:700;transition:color .2s}.Nav-module__p2V2BW__links a:hover{color:var(--pink-500)}.Nav-module__p2V2BW__cta{letter-spacing:.08em;text-transform:uppercase;background:var(--dark);color:#fff;box-shadow:none;border-radius:0;padding:10px 22px;font-size:.78rem;font-weight:700;transition:background .2s;display:none}.Nav-module__p2V2BW__cta:hover{background:var(--mid);transform:none}.Nav-module__p2V2BW__burger{-webkit-tap-highlight-color:transparent;flex-direction:column;gap:5px;padding:8px;display:flex}.Nav-module__p2V2BW__burger span{background:var(--dark);border-radius:0;width:22px;height:2px;transition:all .25s;display:block}.Nav-module__p2V2BW__burger.Nav-module__p2V2BW__open span:first-child{transform:translateY(7px)rotate(45deg)}.Nav-module__p2V2BW__burger.Nav-module__p2V2BW__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Nav-module__p2V2BW__burger.Nav-module__p2V2BW__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Nav-module__p2V2BW__drawer{top:var(--nav-h);background:var(--white);z-index:199;flex-direction:column;gap:12px;width:min(280px,80vw);padding:32px 24px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;right:0;transform:translate(110%);box-shadow:-4px 0 20px #0000001a}.Nav-module__p2V2BW__drawer.Nav-module__p2V2BW__open{transform:translate(0)}.Nav-module__p2V2BW__drawer ul{flex-direction:column;gap:4px;display:flex}.Nav-module__p2V2BW__drawerLink{color:var(--dark);border-radius:0;padding:14px 16px;font-size:.95rem;font-weight:500;transition:background .2s,color .2s;display:block}.Nav-module__p2V2BW__drawerLink:hover{background:var(--pink-100);color:var(--pink-500)}.Nav-module__p2V2BW__overlay{z-index:198;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.Nav-module__p2V2BW__overlay.Nav-module__p2V2BW__open{opacity:1;pointer-events:all}.Nav-module__p2V2BW__drawerCta{text-align:center;margin-top:12px}@media (min-width:900px){.Nav-module__p2V2BW__nav{padding:0 52px}.Nav-module__p2V2BW__links{display:flex}.Nav-module__p2V2BW__cta{display:block}.Nav-module__p2V2BW__burger{display:none}}
.Hero-module___w2HtG__hero{background:var(--off-white);position:relative;overflow:hidden}.Hero-module___w2HtG__inner{z-index:1;flex-direction:column;align-items:center;gap:32px;max-width:1100px;margin:0 auto;padding:40px 24px 60px;display:flex;position:relative}.Hero-module___w2HtG__content{text-align:center;max-width:560px}.Hero-module___w2HtG__title{font-family:var(--font-body);color:var(--dark);letter-spacing:.03em;white-space:nowrap;margin-bottom:16px;font-size:clamp(1.8rem,8vw,3rem);font-weight:700;line-height:1.1}.Hero-module___w2HtG__heroLogo{vertical-align:middle;max-width:min(310px,80vw);height:auto;display:inline}.Hero-module___w2HtG__subLine{font-size:.75em;line-height:1.4;display:inline-block}.Hero-module___w2HtG__tagline{color:var(--mid);text-align:center;margin-bottom:24px;font-size:clamp(.9rem,2.5vw,1.05rem);line-height:1.7}.Hero-module___w2HtG__priceTag{color:var(--mid);text-align:center;margin-bottom:16px;font-size:1.05rem;display:block}.Hero-module___w2HtG__priceTag strong{color:var(--pink-500);font-size:1.3rem}.Hero-module___w2HtG__badges{flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin-bottom:14px;display:flex}.Hero-module___w2HtG__microBadge{color:var(--dark);background:var(--white);border:1px solid var(--pink-100);white-space:nowrap;border-radius:0;padding:6px 14px;font-size:.78rem;font-weight:500}.Hero-module___w2HtG__ctas{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:24px;display:flex}.Hero-module___w2HtG__ctas .Hero-module___w2HtG__btn{border-radius:0;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.Hero-module___w2HtG__heroTiktok{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:2px solid var(--dark);color:var(--dark);white-space:nowrap;background:0 0;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.86rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.Hero-module___w2HtG__heroTiktok:hover{border-color:var(--pink-500);color:var(--pink-500);box-shadow:none;transform:none}@media (max-width:480px){.Hero-module___w2HtG__badges{justify-content:center}.Hero-module___w2HtG__ctas{flex-direction:column;align-items:center}.Hero-module___w2HtG__ctas a{width:auto;min-width:220px}.Hero-module___w2HtG__microBadge{padding:4px 8px;font-size:.65rem}}.Hero-module___w2HtG__proof{justify-content:center;align-items:center;gap:12px;display:flex}.Hero-module___w2HtG__avatars{display:flex}.Hero-module___w2HtG__av{border:2px solid #fff;border-radius:50%;flex-shrink:0;width:30px;height:30px;margin-left:-8px;overflow:hidden}.Hero-module___w2HtG__av img{object-fit:cover;width:100%;height:100%}.Hero-module___w2HtG__av:first-child{margin-left:0}.Hero-module___w2HtG__proofText{color:var(--mid);flex-direction:column;font-size:.8rem;line-height:1.4;display:flex}.Hero-module___w2HtG__proofStars{color:#faad14;letter-spacing:1px;font-size:.85rem}.Hero-module___w2HtG__proofText strong{color:var(--dark)}.Hero-module___w2HtG__visual{width:100%;max-width:340px}.Hero-module___w2HtG__imgFrame{background:var(--pink-100);aspect-ratio:4/5;border-radius:0;position:relative;overflow:hidden}.Hero-module___w2HtG__imgFrame img{object-fit:cover;width:100%;height:100%}@media (min-width:640px){.Hero-module___w2HtG__hero{padding:0}.Hero-module___w2HtG__inner{gap:40px;padding:60px 32px 72px}.Hero-module___w2HtG__title{font-size:clamp(2.2rem,7vw,3.4rem)}}@media (min-width:900px){.Hero-module___w2HtG__inner{flex-direction:row;justify-content:space-between;align-items:center;gap:48px;padding:60px 52px 80px}.Hero-module___w2HtG__content{text-align:left;max-width:480px}.Hero-module___w2HtG__tagline{text-align:justify}.Hero-module___w2HtG__ctas,.Hero-module___w2HtG__proof{justify-content:flex-start}.Hero-module___w2HtG__priceTag{text-align:left}.Hero-module___w2HtG__visual{flex-shrink:0;max-width:420px}}
.ProblemAwareness-module__BEoQyG__section{background:var(--off-white);padding:64px 20px}.ProblemAwareness-module__BEoQyG__inner{text-align:center;max-width:900px;margin:0 auto}.ProblemAwareness-module__BEoQyG__cards{text-align:left;grid-template-columns:1fr;gap:14px;margin:32px 0;display:grid}.ProblemAwareness-module__BEoQyG__card{background:var(--white);border:1px solid var(--pink-100);box-shadow:none;border-radius:0;align-items:flex-start;gap:14px;padding:18px 16px;transition:border-color .2s;display:flex}.ProblemAwareness-module__BEoQyG__card:hover{box-shadow:none;border-color:var(--pink-500);transform:none}.ProblemAwareness-module__BEoQyG__icon{flex-shrink:0;margin-top:2px;font-size:1.6rem;line-height:1}.ProblemAwareness-module__BEoQyG__card strong{color:var(--dark);margin-bottom:4px;font-size:.95rem;display:block}.ProblemAwareness-module__BEoQyG__card p{color:var(--mid);margin:0;font-size:.85rem;line-height:1.5}.ProblemAwareness-module__BEoQyG__solution{background:var(--white);border:2px solid var(--pink-500);text-align:left;border-radius:0;align-items:center;gap:14px;padding:20px 22px;display:flex}.ProblemAwareness-module__BEoQyG__solutionIcon{flex-shrink:0;font-size:1.8rem}.ProblemAwareness-module__BEoQyG__solution p{color:var(--dark);margin:0;font-size:.95rem;font-weight:600;line-height:1.6}@media (min-width:580px){.ProblemAwareness-module__BEoQyG__cards{grid-template-columns:1fr 1fr}}
.Testimonials-module__X7R5sW__section{background:var(--off-white);border-top:1px solid var(--pink-100);border-bottom:1px solid var(--pink-100);padding:80px 0;overflow:hidden}.Testimonials-module__X7R5sW__summary{box-shadow:none;border:1px solid var(--pink-100);background:#fff;border-radius:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;width:fit-content;margin:0 auto 36px;padding:12px 24px;display:flex}.Testimonials-module__X7R5sW__summaryStars{letter-spacing:2px;font-size:1rem}.Testimonials-module__X7R5sW__summaryScore strong{color:var(--dark);font-size:1.5rem;font-weight:700}.Testimonials-module__X7R5sW__summaryScore span{color:var(--light);font-size:.85rem}.Testimonials-module__X7R5sW__summaryCount{color:var(--mid);font-size:.85rem}.Testimonials-module__X7R5sW__carousel{padding:8px 0 16px;position:relative;overflow:hidden}.Testimonials-module__X7R5sW__track{will-change:transform;cursor:grab;gap:16px;padding:0 20px;transition:transform .5s;display:flex}.Testimonials-module__X7R5sW__track:active{cursor:grabbing}.Testimonials-module__X7R5sW__card{width:calc(100vw - 56px);max-width:340px;box-shadow:none;border:1px solid var(--pink-100);-webkit-user-select:none;user-select:none;background:#fff;border-radius:0;flex-direction:column;flex:none;gap:10px;padding:22px;display:flex}.Testimonials-module__X7R5sW__top{justify-content:space-between;align-items:center;display:flex}.Testimonials-module__X7R5sW__starsFull{color:#faad14;letter-spacing:1px;font-size:.95rem}.Testimonials-module__X7R5sW__stars4{color:#faad14;font-size:.95rem}.Testimonials-module__X7R5sW__starEmpty{color:#ddd}.Testimonials-module__X7R5sW__verified{color:var(--dark);background:var(--pink-100);border-radius:0;padding:3px 10px;font-size:.7rem;font-weight:600}.Testimonials-module__X7R5sW__quote{color:var(--dark);font-size:.9rem;font-style:normal;line-height:1.65}.Testimonials-module__X7R5sW__variant{letter-spacing:.06em;text-transform:uppercase;color:var(--pink-500);font-size:.72rem;font-weight:600}.Testimonials-module__X7R5sW__footer{align-items:center;gap:10px;display:flex}.Testimonials-module__X7R5sW__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.Testimonials-module__X7R5sW__footer strong{color:var(--dark);font-size:.86rem;display:block}.Testimonials-module__X7R5sW__footer span{color:var(--light);font-size:.74rem}.Testimonials-module__X7R5sW__helpful{color:var(--light);border-top:1px solid var(--pink-100);padding-top:8px;font-size:.74rem}.Testimonials-module__X7R5sW__dots{justify-content:center;gap:8px;margin-top:20px;padding:0 20px;display:flex}.Testimonials-module__X7R5sW__dot{background:var(--pink-200);cursor:pointer;border-radius:0;width:10px;height:10px;transition:background .25s}.Testimonials-module__X7R5sW__dotActive{background:var(--pink-500);transform:none}@media (min-width:640px){.Testimonials-module__X7R5sW__card{width:300px}}@media (min-width:900px){.Testimonials-module__X7R5sW__section{padding:100px 0}.Testimonials-module__X7R5sW__card{width:340px}}
.SwatchSelector-module__yWcUYW__swatches{gap:10px;margin-bottom:14px;display:flex}.SwatchSelector-module__yWcUYW__swatch{cursor:pointer;border:2px solid var(--pink-100);border-radius:0;width:28px;height:28px;transition:border-color .2s;display:block}.SwatchSelector-module__yWcUYW__active,.SwatchSelector-module__yWcUYW__swatch:hover{box-shadow:none;border-color:var(--pink-500);transform:none}
.CountdownTimer-module__ooL_la__wrap{background:var(--white);border:1px solid var(--pink-100);border-radius:0;margin-bottom:12px;padding:10px 14px}.CountdownTimer-module__ooL_la__label{color:var(--mid);margin-bottom:6px;font-size:.76rem;display:block}.CountdownTimer-module__ooL_la__timer{align-items:center;gap:4px;display:flex}.CountdownTimer-module__ooL_la__unit{background:var(--dark);color:#fff;border-radius:0;flex-direction:column;align-items:center;min-width:38px;padding:4px 8px;display:flex}.CountdownTimer-module__ooL_la__unit span{font-size:1rem;font-weight:700;font-family:var(--font-body);line-height:1}.CountdownTimer-module__ooL_la__unit small{opacity:.8;margin-top:2px;font-size:.6rem}.CountdownTimer-module__ooL_la__sep{color:var(--dark);font-size:.9rem;font-weight:700}
.ProductCard-module__O-UVIa__card{box-shadow:none;border:1px solid var(--pink-100);background:#fff;border-radius:0;padding:20px;transition:border-color .2s;position:relative}.ProductCard-module__O-UVIa__card:hover{box-shadow:none;border-color:var(--pink-500);transform:none}.ProductCard-module__O-UVIa__featured{background:var(--white);border:2px solid var(--pink-500);box-shadow:none}.ProductCard-module__O-UVIa__badge{z-index:2;letter-spacing:.04em;background:var(--pink-500);color:#fff;border-radius:0;padding:5px 12px;font-size:.7rem;font-weight:700;position:absolute;top:14px;left:14px}.ProductCard-module__O-UVIa__badgeBlue,.ProductCard-module__O-UVIa__badgeMint{background:var(--dark)}.ProductCard-module__O-UVIa__imgWrap{aspect-ratio:1;border:1px solid var(--pink-100);border-radius:0;margin-bottom:16px;position:relative;overflow:hidden}.ProductCard-module__O-UVIa__imgWrap img{object-fit:contain;width:100%;height:100%;transition:transform .45s}.ProductCard-module__O-UVIa__card:hover .ProductCard-module__O-UVIa__imgWrap img{transform:scale(1.03)}.ProductCard-module__O-UVIa__body h3{font-family:var(--font-body);color:var(--dark);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px;font-size:1.05rem;font-weight:700}.ProductCard-module__O-UVIa__series{color:var(--light);margin-bottom:12px;font-size:.78rem}.ProductCard-module__O-UVIa__price{align-items:center;gap:8px;margin-bottom:10px;display:flex}.ProductCard-module__O-UVIa__sale{color:var(--pink-500);font-size:1.3rem;font-weight:700}.ProductCard-module__O-UVIa__ori{color:var(--light);font-size:.82rem;text-decoration:line-through}.ProductCard-module__O-UVIa__disc{background:var(--pink-500);color:#fff;border-radius:0;padding:3px 8px;font-size:.65rem;font-weight:700}.ProductCard-module__O-UVIa__material{color:var(--mid);background:var(--pink-100);border-radius:0;align-items:center;gap:4px;margin-bottom:12px;padding:4px 10px;font-size:.75rem;display:inline-flex}.ProductCard-module__O-UVIa__btn{color:#fff;letter-spacing:.08em;text-transform:uppercase;width:100%;box-shadow:none;cursor:pointer;background:#ee4d2d;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.85rem;font-weight:700;transition:background .2s;display:flex}.ProductCard-module__O-UVIa__btn:hover{box-shadow:none;background:#d73d1e;transform:none}.ProductCard-module__O-UVIa__btnFeatured{background:var(--pink-500);box-shadow:none}.ProductCard-module__O-UVIa__btnFeatured:hover{background:var(--pink-600);box-shadow:none}.ProductCard-module__O-UVIa__altChannels{border-top:1px solid var(--pink-100);justify-content:center;align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}.ProductCard-module__O-UVIa__altLabel{color:var(--light);white-space:nowrap;font-size:.7rem}.ProductCard-module__O-UVIa__altLink{background:var(--pink-100);width:28px;height:28px;color:var(--mid);border-radius:0;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.ProductCard-module__O-UVIa__altLink:hover{background:var(--pink-500);color:var(--white);transform:none}
.ProductsSection-module__iLCFZW__section{background:var(--off-white);padding:80px 20px 60px}.ProductsSection-module__iLCFZW__bestBadge{letter-spacing:.18em;text-transform:uppercase;color:#fff;background:var(--pink-500);width:fit-content;margin:0 auto 20px;padding:6px 18px;font-size:.72rem;font-weight:700;display:inline-block}.ProductsSection-module__iLCFZW__grid{grid-template-columns:1fr;gap:20px;max-width:400px;margin:0 auto 32px;display:grid}.ProductsSection-module__iLCFZW__scarcity{background:var(--white);border:1px solid var(--pink-100);max-width:480px;color:var(--mid);border-radius:0;align-items:center;gap:10px;margin:0 auto;padding:12px 16px;font-size:.83rem;display:flex}.ProductsSection-module__iLCFZW__dot{background:var(--pink-500);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-in-out infinite ProductsSection-module__iLCFZW__pulse}@keyframes ProductsSection-module__iLCFZW__pulse{0%,to{box-shadow:0 0 #e6001266}50%{box-shadow:0 0 0 6px #e6001200}}.ProductsSection-module__iLCFZW__scarcity strong{color:var(--pink-500)}@media (min-width:640px){.ProductsSection-module__iLCFZW__grid{grid-template-columns:repeat(2,1fr);max-width:760px}}@media (min-width:900px){.ProductsSection-module__iLCFZW__section{padding:100px 48px 80px}.ProductsSection-module__iLCFZW__grid{grid-template-columns:repeat(3,1fr);align-items:end;max-width:1060px}}
.SizeGuide-module__75m2wa__section{background:var(--off-white);padding:80px 20px}.SizeGuide-module__75m2wa__inner{max-width:680px;margin:0 auto}.SizeGuide-module__75m2wa__cards{grid-template-columns:repeat(3,1fr);gap:12px;max-width:500px;margin-bottom:24px;margin-left:auto;margin-right:auto;display:grid}.SizeGuide-module__75m2wa__card{box-shadow:none;border:1px solid var(--pink-100);background:#fff;border-radius:0;padding:18px 16px;position:relative}.SizeGuide-module__75m2wa__popular{border:2px solid var(--pink-500);box-shadow:none}.SizeGuide-module__75m2wa__badge{background:var(--pink-500);color:#fff;letter-spacing:.04em;border-radius:0;margin-bottom:6px;padding:3px 8px;font-size:.65rem;font-weight:700;display:inline-block}.SizeGuide-module__75m2wa__label{font-family:var(--font-body);color:var(--pink-500);margin-bottom:8px;font-size:2rem;font-weight:700;line-height:1}.SizeGuide-module__75m2wa__data{flex-direction:column;gap:3px;display:flex}.SizeGuide-module__75m2wa__data span{color:var(--mid);font-size:.78rem}.SizeGuide-module__75m2wa__tips{flex-direction:column;gap:10px;display:flex}.SizeGuide-module__75m2wa__tip{border:1px solid var(--pink-100);color:var(--mid);background:#fff;border-radius:0;gap:10px;padding:14px 16px;font-size:.83rem;line-height:1.55;display:flex}.SizeGuide-module__75m2wa__tip span{flex-shrink:0;font-size:18px}.SizeGuide-module__75m2wa__tip a{color:var(--pink-500);font-weight:600}.SizeGuide-module__75m2wa__tip a:hover{text-decoration:underline}@media (max-width:639px){.SizeGuide-module__75m2wa__cards{grid-template-columns:1fr 1fr}}@media (min-width:900px){.SizeGuide-module__75m2wa__section{padding:100px 48px}.SizeGuide-module__75m2wa__tips{flex-direction:row;gap:16px}}
.ComparisonTable-module__LMep-W__section{background:var(--off-white);padding:80px 20px}.ComparisonTable-module__LMep-W__inner{max-width:680px;margin:0 auto}.ComparisonTable-module__LMep-W__wrap{-webkit-overflow-scrolling:touch;box-shadow:none;border-radius:0;margin:28px 0 32px;overflow-x:auto}.ComparisonTable-module__LMep-W__table{border-collapse:collapse;background:var(--white);border:1px solid var(--pink-100);width:100%;min-width:380px;font-size:.9rem}.ComparisonTable-module__LMep-W__table th,.ComparisonTable-module__LMep-W__table td{text-align:left;border-bottom:1px solid var(--pink-100);padding:14px 16px}.ComparisonTable-module__LMep-W__table thead th{background:var(--off-white);color:var(--dark);font-size:.88rem;font-weight:700}.ComparisonTable-module__LMep-W__colBiasa{color:var(--mid);background:var(--off-white)}.ComparisonTable-module__LMep-W__colLuvea{background:var(--white);color:var(--dark);font-weight:700}.ComparisonTable-module__LMep-W__table thead .ComparisonTable-module__LMep-W__colLuvea{color:var(--pink-500)}.ComparisonTable-module__LMep-W__table tbody tr:last-child td{border-bottom:none}.ComparisonTable-module__LMep-W__table tbody tr:hover td{background:var(--pink-100)}@media (min-width:900px){.ComparisonTable-module__LMep-W__section{padding:100px 48px}}
.Advantages-module__UHzUeW__section{background:var(--dark);padding:80px 20px}.Advantages-module__UHzUeW__inner{max-width:1060px;margin:0 auto}.Advantages-module__UHzUeW__section .section-label{color:var(--pink-500)}.Advantages-module__UHzUeW__section .section-title{color:#fff}.Advantages-module__UHzUeW__section .section-title em{color:var(--pink-500)}.Advantages-module__UHzUeW__section .section-sub{color:#fff9}.Advantages-module__UHzUeW__grid{grid-template-columns:1fr 1fr;gap:16px;max-width:480px;margin:0 auto;display:grid}.Advantages-module__UHzUeW__card{box-shadow:none;background:#fff;border:none;border-radius:0;transition:box-shadow .2s;overflow:hidden}.Advantages-module__UHzUeW__card:hover{transform:none;box-shadow:0 4px 20px #0000004d}.Advantages-module__UHzUeW__imgWrap{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;padding:20px;display:flex}.Advantages-module__UHzUeW__imgWrap img{border-radius:0}.Advantages-module__UHzUeW__body{padding:16px 18px 20px}.Advantages-module__UHzUeW__body h3{color:var(--dark);margin-bottom:6px;font-size:1rem;font-weight:700}.Advantages-module__UHzUeW__body p{color:var(--mid);margin:0;font-size:.86rem;line-height:1.55}@media (max-width:479px){.Advantages-module__UHzUeW__grid{grid-template-columns:1fr}}@media (min-width:640px){.Advantages-module__UHzUeW__grid{grid-template-columns:repeat(2,1fr);max-width:680px}}@media (min-width:900px){.Advantages-module__UHzUeW__section{padding:100px 48px}.Advantages-module__UHzUeW__grid{grid-template-columns:repeat(4,1fr);max-width:1060px}}
.BannerStrip-module__-xfTQq__strip{background:var(--pink-500);color:#fff;align-items:center;width:100%;height:44px;display:flex;position:relative;overflow:hidden}.BannerStrip-module__-xfTQq__track{white-space:nowrap;gap:64px;padding-left:24px;animation:24s linear infinite BannerStrip-module__-xfTQq__scroll;display:flex}.BannerStrip-module__-xfTQq__item{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:#fff;align-items:center;gap:12px;font-size:.85rem;font-weight:700;display:inline-flex}.BannerStrip-module__-xfTQq__item:after{content:"•";opacity:.5;margin-left:12px}@keyframes BannerStrip-module__-xfTQq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:639px){.BannerStrip-module__-xfTQq__strip{height:40px}.BannerStrip-module__-xfTQq__item{letter-spacing:.12em;font-size:.75rem}}
.FinalCta-module__Xl1NAq__section{background:var(--off-white);text-align:center;border-top:1px solid var(--pink-100);padding:80px 20px;position:relative;overflow:hidden}.FinalCta-module__Xl1NAq__inner{z-index:1;max-width:620px;margin:0 auto;position:relative}.FinalCta-module__Xl1NAq__btns{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}@media (max-width:639px){.FinalCta-module__Xl1NAq__btns{flex-direction:column;align-items:center}.FinalCta-module__Xl1NAq__btns a{justify-content:center;width:min(320px,100%)}}@media (min-width:900px){.FinalCta-module__Xl1NAq__section{padding:100px 48px}}
.FaqItem-module__ng7w3a__item{background:var(--white);border:1px solid var(--pink-100);border-radius:0;overflow:hidden}.FaqItem-module__ng7w3a__q{cursor:pointer;width:100%;font-family:var(--font-body);color:var(--dark);text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-size:.97rem;font-weight:700;display:flex}.FaqItem-module__ng7w3a__q:hover{color:var(--pink-500)}.FaqItem-module__ng7w3a__arrow{color:var(--pink-500);flex-shrink:0;transition:transform .3s}.FaqItem-module__ng7w3a__open .FaqItem-module__ng7w3a__arrow{transform:rotate(180deg)}.FaqItem-module__ng7w3a__a{max-height:0;padding:0 20px;transition:max-height .35s,padding .25s;overflow:hidden}.FaqItem-module__ng7w3a__open .FaqItem-module__ng7w3a__a{max-height:600px;padding:0 20px 18px}.FaqItem-module__ng7w3a__a p{color:var(--mid);white-space:pre-line;margin:0;font-size:.9rem;line-height:1.65}
.FaqSection-module__lcpOYW__section{background:var(--off-white);padding:64px 20px}.FaqSection-module__lcpOYW__inner{text-align:center;max-width:720px;margin:0 auto}.FaqSection-module__lcpOYW__list{text-align:left;flex-direction:column;gap:10px;margin-top:36px;display:flex}
.Footer-module__KWgBSG__footer{background:var(--dark);color:#ffffff8c;padding:48px 24px 0}.Footer-module__KWgBSG__inner{grid-template-columns:1fr;gap:32px;max-width:1080px;margin:0 auto;display:grid}.Footer-module__KWgBSG__col{flex-direction:column;gap:12px;display:flex}.Footer-module__KWgBSG__brand{align-items:center;gap:10px;display:flex}.Footer-module__KWgBSG__logo{display:block}.Footer-module__KWgBSG__brandName{font-family:var(--font-body);color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem;font-weight:700}.Footer-module__KWgBSG__tagline{color:#fff6;font-size:.8rem;line-height:1.5}.Footer-module__KWgBSG__colTitle{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:.78rem;font-weight:700}.Footer-module__KWgBSG__colLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__KWgBSG__colLinks a{color:#ffffff73;font-size:.82rem;transition:color .2s}.Footer-module__KWgBSG__colLinks a:hover{color:var(--pink-500)}.Footer-module__KWgBSG__social{gap:10px;display:flex}.Footer-module__KWgBSG__socialLink{color:#fff;border-radius:0;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:filter .2s;display:inline-flex}.Footer-module__KWgBSG__socialLink:hover{box-shadow:none;filter:brightness(.85);transform:none}.Footer-module__KWgBSG__shopee{background:#ee4d2d}.Footer-module__KWgBSG__wa{background:#25d366}.Footer-module__KWgBSG__tiktok{background:#010101}.Footer-module__KWgBSG__tiktok img{filter:brightness(0)invert()}.Footer-module__KWgBSG__bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:40px;padding:20px 0}.Footer-module__KWgBSG__copy{color:#ffffff59;font-size:.75rem}@media (min-width:580px){.Footer-module__KWgBSG__inner{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.Footer-module__KWgBSG__footer{padding:56px 48px 0}.Footer-module__KWgBSG__inner{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px}}
.StickyCta-module__4uP7-G__sticky{z-index:998;background:var(--white);border-top:1px solid var(--pink-100);gap:10px;padding:10px 16px 12px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.StickyCta-module__4uP7-G__btn{text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:0;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 12px;font-size:.88rem;font-weight:700;transition:background .2s;display:flex}.StickyCta-module__4uP7-G__btn:active{filter:brightness(.9)}.StickyCta-module__4uP7-G__btn img{width:18px;height:18px}.StickyCta-module__4uP7-G__shopee{color:#fff;box-shadow:none;background:#ee4d2d}.StickyCta-module__4uP7-G__wa{color:#fff;box-shadow:none;background:#25d366}@media (max-width:639px){.StickyCta-module__4uP7-G__sticky{display:flex}}
.SocialProofPopup-module__fWa7xW__popup{z-index:9990;background:var(--white);border:1px solid var(--pink-100);box-shadow:none;opacity:0;pointer-events:none;border-radius:0;align-items:center;gap:10px;max-width:min(300px,100vw - 32px);padding:12px 14px;transition:transform .4s,opacity .3s;display:flex;position:fixed;bottom:90px;left:16px;transform:translate(calc(-100% - 20px))}.SocialProofPopup-module__fWa7xW__show{opacity:1;pointer-events:auto;transform:translate(0)}.SocialProofPopup-module__fWa7xW__icon{flex-shrink:0;font-size:1.5rem}.SocialProofPopup-module__fWa7xW__text{color:var(--dark);flex:1;font-size:.82rem;line-height:1.45}.SocialProofPopup-module__fWa7xW__text strong{color:var(--pink-500)}.SocialProofPopup-module__fWa7xW__close{cursor:pointer;color:var(--light);background:0 0;border:none;padding:0 2px;font-size:1.1rem;line-height:1}.SocialProofPopup-module__fWa7xW__close:hover{color:var(--pink-500)}
.WaFloat-module__mZHjLW__waFloat{z-index:999;color:#fff;box-shadow:none;-webkit-tap-highlight-color:transparent;background:#25d366;border-radius:0;align-items:center;gap:8px;padding:12px 18px;font-size:.82rem;font-weight:700;transition:filter .2s;display:flex;position:fixed;bottom:80px;right:20px}.WaFloat-module__mZHjLW__waFloat:hover{box-shadow:none;filter:brightness(.9);transform:none}@media (max-width:639px){.WaFloat-module__mZHjLW__waFloat{border-radius:50%;padding:10px;bottom:76px;right:16px}.WaFloat-module__mZHjLW__waFloat span{display:none}}
