.ProductDetail_overlay__622ON{position:fixed;inset:0;z-index:200;background:var(--color-overlay);display:flex;align-items:flex-end;justify-content:center;padding:0}.ProductDetail_modal__KYOQ_{position:relative;width:100%;max-width:500px;max-height:92dvh;background:var(--color-white);border-radius:var(--radius-xl) var(--radius-xl) 0 0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.ProductDetail_modal__KYOQ_::-webkit-scrollbar{display:none}.ProductDetail_closeBtn__2IO6S{position:absolute;top:.75rem;right:.75rem;z-index:10;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:var(--color-white);color:var(--color-text);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.ProductDetail_closeBtn__2IO6S:hover{background:var(--color-cream)}.ProductDetail_previewArea__kAnI4{position:relative;height:clamp(190px,30vh,250px);background:linear-gradient(135deg,var(--card-accent,var(--color-peach-light)) 0,var(--color-cream) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ProductDetail_previewImage__A1_25{width:100%;height:100%;object-fit:cover}.ProductDetail_previewPlaceholder__Y0k1z{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--color-text-muted);opacity:.4;font-size:.8125rem;font-weight:700}.ProductDetail_previewNav__fJuG5{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem}.ProductDetail_navBtn__DciVD{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:var(--color-white);color:var(--color-text);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.ProductDetail_navBtn__DciVD:hover{background:var(--color-cream)}.ProductDetail_dots__xOwc0{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.ProductDetail_dot__Vhmgm{width:.5rem;height:.5rem;border-radius:var(--radius-full);background:var(--color-white);opacity:.5;cursor:pointer;transition:all var(--transition-fast)}.ProductDetail_dotActive__iPhaN{opacity:1;transform:scale(1.25)}.ProductDetail_content__jZvZl{padding:1.35rem 1.6rem 1.8rem}.ProductDetail_topRow__OSNc4{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.ProductDetail_ageRange__APChp{font-size:.6875rem;font-weight:700;color:var(--color-text-muted);background:var(--color-cream);padding:.25rem .625rem;border-radius:2rem}.ProductDetail_rating__g_6XD{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700}.ProductDetail_reviewCount__8L_9d{color:var(--color-text-muted);font-weight:600;font-size:.8125rem}.ProductDetail_title__xQxrX{font-family:var(--font-display);font-size:1.45rem;font-weight:800;line-height:1.2;color:var(--color-text)}.ProductDetail_description__Cfhz8{margin-top:.625rem;font-size:.9rem;line-height:1.55;color:var(--color-text-soft)}.ProductDetail_features__V9ZSV{display:flex;gap:1.25rem;margin-top:.95rem;padding:.8rem 0;border-top:1px solid var(--color-cream-dark);border-bottom:1px solid var(--color-cream-dark)}.ProductDetail_feature__vFNO6{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;color:var(--color-text-soft)}.ProductDetail_priceSection__bfj9U{margin-top:1.1rem}.ProductDetail_includesBox__zqH9g{margin-bottom:.75rem;padding:.65rem .7rem;border-radius:var(--radius-md);background:var(--color-cream);font-size:.8rem;font-weight:700;line-height:1.4;color:var(--color-text-soft)}.ProductDetail_prices__PviAl{display:flex;align-items:baseline;gap:.625rem;margin-bottom:.95rem}.ProductDetail_price__BeT9u{font-size:1.75rem;font-weight:900;color:var(--color-text)}.ProductDetail_originalPrice__yRUVr{font-size:1rem;color:var(--color-text-muted);text-decoration:line-through}.ProductDetail_discountBadge__NzEQK{font-size:.75rem;font-weight:900;color:var(--color-text);background:var(--color-sun);padding:.125rem .5rem;border-radius:2rem}.ProductDetail_buyBtn__lgXmY{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem 1rem;background:#0b65e9;color:var(--color-white);border-radius:var(--radius-md);font-size:1.02rem;font-weight:800;transition:all var(--transition-base);box-shadow:0 4px 16px rgba(11,101,233,.3)}.ProductDetail_buyBtn__lgXmY:hover:not(:disabled){background:#0952c4;transform:translateY(-2px)}.ProductDetail_buyBtn__lgXmY:disabled{opacity:.7;cursor:not-allowed}.ProductDetail_sampleBtn__AWriB{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;margin-top:.6rem;padding:.86rem 1rem;background:var(--color-white);color:var(--color-text);border:1px solid var(--color-peach-light);border-radius:var(--radius-md);font-size:.88rem;font-weight:800;transition:all var(--transition-base)}.ProductDetail_sampleBtn__AWriB:hover{background:var(--color-cream)}.ProductDetail_supportNote__jNyUl{margin-top:.55rem;font-size:.78rem;color:var(--color-text-muted);line-height:1.4}.ProductDetail_supportNote__jNyUl a{color:var(--color-sage-dark);font-weight:700}.ProductDetail_resultWrap__JwVOM{display:flex;flex-direction:column;align-items:stretch;gap:.9rem;text-align:center}.ProductDetail_resultIcon__wYTW_{width:3.25rem;height:3.25rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--color-white);margin:0 auto}.ProductDetail_resultIconSuccess__3ZnZP{background:linear-gradient(135deg,#86ba79,#6ea764)}.ProductDetail_resultIconPending__snYV2{background:linear-gradient(135deg,var(--color-sun) 0,#e3bc2f 100%)}.ProductDetail_resultIconFailed__faSMF{background:linear-gradient(135deg,var(--color-coral) 0,var(--color-coral-dark) 100%)}.ProductDetail_resultTitle__kWfxK{font-family:var(--font-display);font-size:1.55rem;font-weight:900;line-height:1.2;color:var(--color-text)}.ProductDetail_resultSubtitle__iwgkT{font-size:.92rem;color:var(--color-text-soft);line-height:1.5}.ProductDetail_reasonBox__YBxcN{align-items:flex-start;gap:.5rem;padding:.75rem .85rem;text-align:left;background:#fff7e2;color:#7a5b0d;font-size:.82rem;line-height:1.4}.ProductDetail_paymentSummary__cBlsV,.ProductDetail_reasonBox__YBxcN{display:flex;width:100%;border-radius:var(--radius-md);font-weight:700}.ProductDetail_paymentSummary__cBlsV{align-items:center;justify-content:space-between;padding:.875rem 1rem;background:var(--color-cream);font-size:.875rem;color:var(--color-text)}.ProductDetail_paymentPrice__tbclM{font-size:1.1rem;font-weight:900}.ProductDetail_secondaryBtn__TV90r{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:.9rem 1rem;background:var(--color-cream);color:var(--color-text);border-radius:var(--radius-md);font-size:.95rem;font-weight:800;border:1px solid var(--color-peach-light);transition:all var(--transition-base)}.ProductDetail_secondaryBtn__TV90r:hover:not(:disabled){background:var(--color-cream-dark)}.ProductDetail_retryBtn__r0dtc{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:.9rem 1rem;background:var(--color-coral);color:var(--color-white);border-radius:var(--radius-md);font-size:.95rem;font-weight:800;transition:all var(--transition-base)}.ProductDetail_retryBtn__r0dtc:hover:not(:disabled){background:var(--color-coral-dark)}.ProductDetail_retryBtn__r0dtc:disabled,.ProductDetail_secondaryBtn__TV90r:disabled{opacity:.7;cursor:not-allowed}.ProductDetail_infoBox__OwTNt{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem;background:var(--color-cream-dark);border-radius:var(--radius-md);font-size:.86rem;color:var(--color-text-soft);font-weight:700}.ProductDetail_downloadNote__xK7Ym{font-size:.8rem;color:var(--color-text-muted);line-height:1.45}.ProductDetail_paymentCancel__5XTsJ{font-size:.86rem;font-weight:700;color:var(--color-text-muted);padding:.4rem 1rem;transition:color var(--transition-fast)}.ProductDetail_paymentCancel__5XTsJ:hover{color:var(--color-text)}.ProductDetail_error__ovFeX{font-size:.81rem;font-weight:700;color:var(--color-sage-dark)}@media (min-width:768px){.ProductDetail_overlay__622ON{align-items:center;padding:2rem}.ProductDetail_modal__KYOQ_{border-radius:var(--radius-xl);max-height:86vh}.ProductDetail_previewArea__kAnI4{height:280px}.ProductDetail_content__jZvZl{padding:1.6rem 2rem 2rem}}.HowItWorks_section__Qonrr{padding:2.6rem 0 2.3rem}.HowItWorks_header__Ab_Yw{text-align:center;margin-bottom:1.55rem}.HowItWorks_title__ZTEiQ{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.05rem);font-weight:800;letter-spacing:-.02em;color:var(--color-text)}.HowItWorks_subtitle__DWUZ9{margin-top:.5rem;font-size:.98rem;color:var(--color-text-soft)}.HowItWorks_steps__QH1F2{display:grid;grid-template-columns:1fr;grid-gap:.9rem;gap:.9rem;max-width:980px;margin:0 auto}.HowItWorks_step__JLruV{text-align:center;padding:1.15rem 1rem;background:linear-gradient(165deg,rgba(255,255,255,.9),rgba(240,244,252,.86));border-radius:1.18rem;border:1px solid var(--color-border-soft);box-shadow:var(--shadow-sm);position:relative;transition:transform var(--transition-base),box-shadow var(--transition-base)}.HowItWorks_step__JLruV:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.HowItWorks_iconWrap__w6aV5{display:inline-flex;align-items:center;justify-content:center;width:2.95rem;height:2.95rem;border-radius:.9rem;background:var(--step-color);color:var(--color-white);margin-bottom:.72rem}.HowItWorks_stepNumber____x9x{position:absolute;top:.82rem;right:.86rem;width:1.62rem;height:1.62rem;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900;color:var(--color-text-muted);background:rgba(255,255,255,.92);border:1px solid var(--color-border-soft);border-radius:999px}.HowItWorks_stepTitle__Fz_gj{font-size:1.03rem;font-weight:800;color:var(--color-text);margin-bottom:.28rem}.HowItWorks_stepDesc__1E5Oc{font-size:.87rem;color:var(--color-text-soft);line-height:1.5;max-width:280px;margin:0 auto}@media (min-width:768px){.HowItWorks_section__Qonrr{padding:3.1rem 0 2.9rem}.HowItWorks_steps__QH1F2{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.HowItWorks_step__JLruV{padding:1.25rem 1.02rem}}.Reviews_section__qSISj{padding:2.8rem 0 2.5rem}.Reviews_header__eMab7{text-align:center;margin-bottom:1.5rem}.Reviews_title__0_ixb{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;letter-spacing:-.02em;color:var(--color-text)}.Reviews_subtitle__UEQFo{margin-top:.46rem;font-size:.98rem;color:var(--color-text-soft)}.Reviews_grid__VVRXS{display:flex;flex-direction:column;gap:.92rem}.Reviews_card__IX2mS{background:linear-gradient(165deg,rgba(255,255,255,.9),rgba(240,244,252,.86));border-radius:1.16rem;padding:1rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-border-soft);display:flex;flex-direction:column;gap:.72rem;transition:transform var(--transition-base),box-shadow var(--transition-base)}.Reviews_card__IX2mS:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.Reviews_cardTop__cjL4H{display:flex;align-items:center;gap:.7rem}.Reviews_avatar__6HoG7{width:2.42rem;height:2.42rem;border-radius:999px;background:linear-gradient(135deg,var(--color-sage) 0,var(--color-sage-dark) 100%);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900;color:var(--color-white);flex-shrink:0}.Reviews_info__ibC_Z{display:flex;flex-direction:column;gap:.14rem}.Reviews_nameRow__xVT38{display:flex;align-items:center;gap:.24rem}.Reviews_name__KDhXj{font-size:.86rem;font-weight:800;color:var(--color-text)}.Reviews_verified__6cUE1{color:var(--color-sage-dark)}.Reviews_stars__ZVgpn{display:flex;gap:.12rem}.Reviews_text__qi5Eh{font-size:.86rem;line-height:1.55;color:var(--color-text-soft);flex:1 1}.Reviews_product__aV_Pi{font-size:.69rem;font-weight:700;color:var(--color-text-muted);background:rgba(255,255,255,.8);border:1px solid var(--color-border-soft);padding:.24rem .62rem;border-radius:999px;align-self:flex-start}@media (min-width:768px){.Reviews_section__qSISj{padding:3.4rem 0 3rem}.Reviews_grid__VVRXS{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.02rem;gap:1.02rem}.Reviews_card__IX2mS{padding:1.12rem}}.Guarantee_section__gdDQS{padding:1.8rem 0 2.2rem}.Guarantee_card__yT8wP{background:linear-gradient(135deg,#141b2d,#1e2a45);border-radius:1.45rem;padding:1.25rem 1.15rem;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:.95rem}.Guarantee_item__j1jTR{display:flex;align-items:flex-start;gap:.76rem;padding:.1rem 0}.Guarantee_iconWrap__ucxUz{flex-shrink:0;width:2.38rem;height:2.38rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-sage) 0,var(--color-sage-dark) 100%);color:var(--color-white);border-radius:.72rem}.Guarantee_itemTitle__y1BpJ{font-size:.93rem;font-weight:800;color:#f0f5fc;margin-bottom:.1rem}.Guarantee_itemText__N2FgC{font-size:.81rem;color:rgba(220,232,252,.85);line-height:1.52}@media (min-width:768px){.Guarantee_section__gdDQS{padding:2.1rem 0 2.8rem}.Guarantee_card__yT8wP{flex-direction:row;padding:1.5rem 1.55rem;gap:1.3rem}.Guarantee_item__j1jTR{flex:1 1}}.PurchaseInfo_section__oh1AB{padding:.9rem 0 2.4rem}.PurchaseInfo_header__iVwuv{text-align:center;margin-bottom:1.2rem}.PurchaseInfo_title__RqgjL{font-family:var(--font-display);font-size:clamp(1.42rem,3.7vw,2rem);line-height:1.16;font-weight:800;color:var(--color-text);letter-spacing:-.02em}.PurchaseInfo_subtitle__CeEe2{margin-top:.52rem;font-size:.95rem;color:var(--color-text-soft)}.PurchaseInfo_grid__DQQ9G{display:grid;grid-gap:.78rem;gap:.78rem}.PurchaseInfo_card__tPGhg{border-radius:1rem;padding:.95rem;background:linear-gradient(165deg,rgba(255,255,255,.88),rgba(240,244,252,.84));border:1px solid var(--color-border-soft);box-shadow:var(--shadow-sm)}.PurchaseInfo_iconWrap__HsM7a{width:2.2rem;height:2.2rem;border-radius:.68rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.55rem}.PurchaseInfo_tonecoral__6YxzU{background:rgba(214,107,176,.12);color:var(--color-sage-dark)}.PurchaseInfo_tonesage__69nj0{background:rgba(214,107,176,.14);color:#a8448c}.PurchaseInfo_tonesky__XdLrt{background:rgba(73,176,252,.15);color:#0b65e9}.PurchaseInfo_tonelavender__1GxyT{background:rgba(194,184,228,.2);color:#5a4b84}.PurchaseInfo_cardTitle__uJCSm{font-size:.97rem;font-weight:800;line-height:1.24;color:var(--color-text)}.PurchaseInfo_cardText__VH4FU{margin-top:.32rem;font-size:.85rem;color:var(--color-text-soft);line-height:1.45}.PurchaseInfo_supportBox__iYVJF{margin-top:.88rem;border:1px solid rgba(11,101,233,.24);background:rgba(255,255,255,.86);border-radius:1rem;padding:.82rem .95rem;display:flex;align-items:center;gap:.48rem;color:var(--color-text-soft);font-size:.86rem;line-height:1.44;box-shadow:var(--shadow-sm)}.PurchaseInfo_supportLink__O5Jyv{color:var(--color-sage-dark);font-weight:800;text-decoration:underline;text-underline-offset:2px}@media (min-width:768px){.PurchaseInfo_section__oh1AB{padding:1rem 0 3rem}.PurchaseInfo_grid__DQQ9G{grid-template-columns:repeat(2,minmax(0,1fr));gap:.88rem}}@media (min-width:1024px){.PurchaseInfo_grid__DQQ9G{grid-template-columns:repeat(4,minmax(0,1fr))}}.Faq_section__m_mzV{padding:.8rem 0 3.2rem}.Faq_header__YDRIw{text-align:center;margin-bottom:.98rem}.Faq_title__N5mlw{font-family:var(--font-display);font-size:clamp(1.42rem,3.4vw,1.95rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--color-text)}.Faq_subtitle__MNZqc{margin-top:.4rem;font-size:.95rem;color:var(--color-text-soft)}.Faq_list__06z4M{display:flex;flex-direction:column;gap:.62rem}.Faq_item__4iDDg{background:linear-gradient(168deg,rgba(255,255,255,.88),rgba(240,244,252,.84));border:1px solid var(--color-border-soft);box-shadow:var(--shadow-sm);border-radius:.95rem;padding:.74rem .88rem}.Faq_question__qtIS0{list-style:none;cursor:pointer;font-size:.9rem;font-weight:800;color:var(--color-text);line-height:1.32;padding-right:1.2rem;position:relative}.Faq_question__qtIS0::-webkit-details-marker{display:none}.Faq_question__qtIS0:after{content:"+";position:absolute;right:0;top:-.06rem;font-size:1.05rem;line-height:1;color:var(--color-sage)}.Faq_item__4iDDg[open] .Faq_question__qtIS0:after{content:"-"}.Faq_answer__B5i6X{margin-top:.45rem;font-size:.84rem;line-height:1.5;color:var(--color-text-soft)}@media (min-width:768px){.Faq_section__m_mzV{padding:.95rem 0 3.8rem}.Faq_list__06z4M{max-width:900px;margin:0 auto}.Faq_item__4iDDg{padding:.82rem 1.04rem}}.BlogCard_card__kStir{position:relative;background:linear-gradient(172deg,rgba(255,255,255,.9),rgba(240,244,252,.88));border-radius:1.35rem;overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--color-border-soft);transition:transform var(--transition-base),box-shadow var(--transition-base);display:flex;flex-direction:column}.BlogCard_card__kStir:hover{box-shadow:var(--shadow-xl)}.BlogCard_imageArea__emfWa{position:relative;aspect-ratio:16/9;background:linear-gradient(145deg,var(--color-peach) 0,#f0f5fc 100%);display:flex;align-items:center;justify-content:center;text-decoration:none;overflow:hidden}.BlogCard_coverImage__c1_8e{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.16,1,.3,1)}.BlogCard_card__kStir:hover .BlogCard_coverImage__c1_8e{transform:scale(1.04)}.BlogCard_imagePlaceholder__ma9Ek{width:100%;height:100%;background:linear-gradient(135deg,var(--color-peach) 0,var(--color-lavender) 100%)}.BlogCard_body__Pqnir{padding:1.02rem 1.05rem 1.08rem;display:flex;flex-direction:column;flex:1 1}.BlogCard_category__b8QzN{font-size:.66rem;font-weight:800;color:var(--color-sage-dark);background:rgba(214,107,176,.1);border:1px solid rgba(214,107,176,.22);padding:.2rem .52rem;border-radius:999px;align-self:flex-start;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.52rem}.BlogCard_title__D4s1a{font-family:var(--font-display);font-size:1.1rem;font-weight:700;line-height:1.24;color:var(--color-text);letter-spacing:-.018em}.BlogCard_titleLink__7v4Ug{color:inherit}.BlogCard_titleLink__7v4Ug:hover{color:var(--color-sage-dark)}.BlogCard_excerpt__bpeHl{font-size:.82rem;color:var(--color-text-muted);margin-top:.36rem;margin-bottom:auto;line-height:1.52;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.BlogCard_metaRow__LIes2{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-top:.86rem;padding-top:.82rem;border-top:1px solid rgba(20,50,100,.1)}.BlogCard_date__bJf2M{font-size:.74rem;font-weight:600;color:var(--color-text-muted)}.BlogCard_readingTime__KkA7Z{display:flex;align-items:center;gap:.24rem;font-size:.74rem;font-weight:700;color:var(--color-text-muted)}@media (min-width:768px){.BlogCard_body__Pqnir{padding:1.08rem 1.1rem 1.12rem}}.LatestPosts_section__aeazQ{padding:2.8rem 0 2.5rem}.LatestPosts_header__0a4YW{text-align:center;margin:0 auto 1.7rem;max-width:640px}.LatestPosts_title__R0n1B{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.15rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--color-text)}.LatestPosts_subtitle__TE42N{margin-top:.55rem;font-size:1rem;line-height:1.5;color:var(--color-text-soft)}.LatestPosts_grid__t1UgT{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.LatestPosts_cta__19ShH{text-align:center;margin-top:1.5rem}.LatestPosts_ctaLink__uVihA{display:inline-flex;align-items:center;gap:.4rem;font-size:.92rem;font-weight:700;color:var(--color-sage-dark);transition:all var(--transition-fast)}.LatestPosts_ctaLink__uVihA:hover{color:var(--color-sage);gap:.6rem}@media (min-width:640px){.LatestPosts_grid__t1UgT{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}}@media (min-width:768px){.LatestPosts_section__aeazQ{padding:3.4rem 0 3rem}.LatestPosts_header__0a4YW{margin-bottom:2rem}}@media (min-width:1080px){.LatestPosts_grid__t1UgT{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem}}