.Hero_hero__1d92z{position:relative;width:100vw;height:100vh;background-image:url(/hero-bg.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}.Hero_overlay__Vle1u{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}.Hero_content__FJG4L{position:relative;z-index:2;text-align:center}.Hero_logo__UVTGl{filter:drop-shadow(0 10px 30px rgba(0,0,0,.5))}.Instructions_container__3CWYr{max-width:1400px;margin:0 auto;padding:0 2rem}.Instructions_sectionTitle__nK3yU{font-size:3rem;font-weight:800;color:white;margin-bottom:1rem;text-align:center}.Instructions_sectionDescription__4S547{font-size:1.2rem;color:rgba(255,255,255,.7);text-align:center;max-width:800px;margin:0 auto 4rem;line-height:1.7}.Instructions_stepsSection__xFXTD{padding:6rem 2rem;background:#0f0f0f}.Instructions_stepsGrid__k9Q1m{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.Instructions_stepCard__x_FDu{padding:3rem 2rem;background:linear-gradient(135deg,rgba(15,108,184,.1),rgba(255,93,0,.1));border:1px solid rgba(255,255,255,.1);border-radius:20px;text-align:center;transition:all .3s}.Instructions_stepCard__x_FDu:hover{border-color:rgba(255,93,0,.5);transform:translateY(-5px)}.Instructions_stepNumber__KBaII{width:60px;height:60px;background:linear-gradient(135deg,#0f6cb8,#ff5d00);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:white;margin:0 auto 1.5rem}.Instructions_stepCard__x_FDu h3{color:white;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.Instructions_stepCard__x_FDu p{color:rgba(255,255,255,.7);line-height:1.7}.ProductCarousel_section__FAQfG{background-color:#f8f8f8;padding:6rem 2rem}.ProductCarousel_container__U3Jy_{max-width:1400px;margin:0 auto}.ProductCarousel_header__TNU64{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.ProductCarousel_title__7YYXz{color:#2c2c2c;font-size:3rem;font-weight:700;margin-bottom:.5rem}.ProductCarousel_subtitle__5hkSR{color:#666;font-size:1.1rem}.ProductCarousel_viewAllLink__GrFQv{display:flex;align-items:center;gap:.5rem;color:#ff5d00;font-weight:600;font-size:1.1rem;text-decoration:none;transition:gap .3s ease}.ProductCarousel_viewAllLink__GrFQv:hover{gap:1rem}.ProductCarousel_productGrid__3hMRm{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}@media (max-width:768px){.ProductCarousel_header__TNU64{flex-direction:column;align-items:flex-start;gap:1.5rem}.ProductCarousel_title__7YYXz{font-size:2.5rem}.ProductCarousel_subtitle__5hkSR{font-size:1rem}.ProductCarousel_productGrid__3hMRm{grid-template-columns:1fr;gap:1.5rem}.ProductCarousel_ctaText__oIyOc{font-size:1.1rem}}.ProductCard_card__tt7Ze{background:white;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:all .3s ease;position:relative;display:flex;flex-direction:column}.ProductCard_card__tt7Ze:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.ProductCard_badge__EePnD{position:absolute;top:1rem;right:1rem;background:#ff5d00;color:white;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:700;z-index:2;text-transform:uppercase;letter-spacing:.5px}.ProductCard_imageLink__Q3fYJ{display:block}.ProductCard_imageContainer__fnicj{position:relative;width:100%;height:280px;background:#f8f8f8;overflow:hidden}.ProductCard_image__RrX8h{object-fit:cover;transition:transform .3s ease}.ProductCard_card__tt7Ze:hover .ProductCard_image__RrX8h{transform:scale(1.05)}.ProductCard_content__IZOqu{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.ProductCard_title__7VuuG{font-size:1.2rem;font-weight:700;color:#2c2c2c;margin-bottom:.5rem;text-decoration:none;transition:color .2s}.ProductCard_title__7VuuG:hover{color:#ff5d00}.ProductCard_description__e9Xfu{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:1rem;flex:1 1}.ProductCard_sizes__vkERY{display:flex;gap:.5rem;margin-bottom:1rem}.ProductCard_sizeTag__VWV2t{padding:.3rem .7rem;background:#f0f0f0;border-radius:6px;font-size:.8rem;font-weight:600;color:#666}.ProductCard_footer__6g111{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid #f0f0f0}.ProductCard_price__t9DLm{font-size:1.5rem;font-weight:700;color:#ff5d00}.ProductCard_addButton__JXK0p{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;background:linear-gradient(135deg,#0f6cb8,#ff5d00);color:white;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;white-space:nowrap}.ProductCard_addButton__JXK0p:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,93,0,.3)}.ProductCard_successMessage__Ha9mL{position:absolute;top:1rem;left:50%;transform:translateX(-50%);background:#4caf50;color:white;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;z-index:10;animation:ProductCard_slideDown__D6ddZ .3s ease}@keyframes ProductCard_slideDown__D6ddZ{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.ProductCard_sizeActive__rqtkZ{background:#ff5d00!important;color:white!important}.ProductCard_sizes__vkERY button{cursor:pointer;transition:all .2s}.ProductCard_sizes__vkERY button:hover{background:#e0e0e0}@media (max-width:768px){.ProductCard_imageContainer__fnicj{height:220px}.ProductCard_content__IZOqu{padding:1.25rem}.ProductCard_addButton__JXK0p{padding:.6rem 1rem;font-size:.85rem}}.ScrollingStats_container__KuTyU{background-color:#ff5d00;overflow:hidden;width:100%;position:relative}.ScrollingStats_track__WScuR{display:flex;animation:ScrollingStats_scroll__3Swrp 30s linear infinite;white-space:nowrap;will-change:transform}.ScrollingStats_stat__GkpZQ{color:white;font-weight:700;font-size:.9rem;padding:1rem 4rem;text-transform:uppercase;letter-spacing:2px;display:inline-block}@keyframes ScrollingStats_scroll__3Swrp{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.ScrollingStats_stat__GkpZQ{font-size:.75rem;padding:.75rem 2rem}}.B2BSection_section__AEsUn{background:radial-gradient(circle at top left,#1a1a1a 0,#000000 80%);padding:6rem 2rem;color:#fff;display:flex;justify-content:center}.B2BSection_container__W_uAQ{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;grid-gap:4rem;gap:4rem;max-width:1200px;width:100%}.B2BSection_left__ZbMyx{display:flex;flex-direction:column;gap:2rem}.B2BSection_title__M7FCX{font-size:3rem;font-weight:800;color:#ffffff;line-height:1.2}.B2BSection_subtitle__owBKv{font-size:1.25rem;font-weight:500;color:#dddddd;max-width:600px}.B2BSection_text__0ol5d{font-size:1.05rem;line-height:1.7;color:#bbbbbb;max-width:600px}.B2BSection_benefits__LmhXa{display:flex;flex-direction:column;gap:1.2rem}.B2BSection_benefit__gVwfp{display:flex;align-items:flex-start;gap:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.2rem 1.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.B2BSection_benefit__gVwfp:hover{transform:translateY(-4px);background:rgba(255,93,0,.1);border-color:#ff5d00}.B2BSection_icon__TJhkL{font-size:1.8rem;color:#ff5d00;flex-shrink:0;margin-top:3px}.B2BSection_benefit__gVwfp h4{font-weight:600;margin-bottom:.25rem;color:#fff}.B2BSection_benefit__gVwfp p{font-size:.95rem;color:#bbbbbb}.B2BSection_cta__hyvfA{display:inline-block;margin-top:2rem;background:linear-gradient(90deg,#ff5d00,#ff7a33);color:white;font-size:1.05rem;font-weight:600;padding:1rem 2.2rem;border-radius:10px;text-decoration:none;transition:all .3s ease;align-self:flex-start;box-shadow:0 0 20px rgba(255,93,0,.25)}.B2BSection_cta__hyvfA:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(255,93,0,.45)}.B2BSection_right__HhDBb{display:flex;justify-content:center;align-items:center}.B2BSection_card__jbOEG{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,.4);max-width:420px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.B2BSection_card__jbOEG h3{font-size:1.5rem;font-weight:700;color:#ffffff;margin-bottom:1rem}.B2BSection_card__jbOEG p{color:#cccccc;line-height:1.6;margin-bottom:2rem}.B2BSection_stats__Cio_1{display:flex;justify-content:space-between}.B2BSection_stats__Cio_1 div{text-align:center}.B2BSection_stats__Cio_1 h4{font-size:1.6rem;color:#ff5d00;font-weight:700}.B2BSection_stats__Cio_1 span{color:#aaaaaa;font-size:.9rem}@media (max-width:968px){.B2BSection_container__W_uAQ{grid-template-columns:1fr;text-align:center}.B2BSection_benefit__gVwfp{text-align:left}.B2BSection_cta__hyvfA{align-self:center}.B2BSection_right__HhDBb{margin-top:3rem}}.RecoverAnywhere_page__foMGo{background:#0a0a0a;min-height:100vh}.RecoverAnywhere_container__u2RvB{max-width:1400px;margin:0 auto;padding:0 2rem}.RecoverAnywhere_sectionTitle__6sGVe{font-size:3rem;font-weight:800;color:white;margin-bottom:1rem;text-align:center}.RecoverAnywhere_sectionDescription__jUThL{font-size:1.2rem;color:rgba(255,255,255,.7);text-align:center;max-width:800px;margin:0 auto 4rem;line-height:1.7}.RecoverAnywhere_showcaseSection__zLAO_{padding:6rem 2rem;background:#0f0f0f}.RecoverAnywhere_showcaseContent__LHDD8{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.RecoverAnywhere_showcaseImages__jRfUV{display:flex;flex-direction:column;gap:1.5rem}.RecoverAnywhere_mainImage__t8K_Y{position:relative;width:100%;height:400px;border-radius:20px;overflow:hidden;background:#1a1a1a}.RecoverAnywhere_secondaryImages__6LkfP{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.RecoverAnywhere_secondaryImage__IQgUY{position:relative;height:200px;border-radius:16px;overflow:hidden;background:#1a1a1a}.RecoverAnywhere_showcaseText__9TxKY h2{font-size:2.5rem;font-weight:800;color:white;margin-bottom:1.5rem}.RecoverAnywhere_showcaseText__9TxKY p{font-size:1.1rem;color:rgba(255,255,255,.7);line-height:1.8;margin-bottom:1.5rem}.RecoverAnywhere_showcaseStats__IYxJ_{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.RecoverAnywhere_showcaseStat__Vl1rU{text-align:center;padding:1.5rem;background:rgba(255,93,0,.1);border-radius:12px;border:1px solid rgba(255,93,0,.3)}.RecoverAnywhere_statNum__m_fs3{font-size:2.5rem;font-weight:800;color:#ff5d00;margin-bottom:.5rem}.RecoverAnywhere_statLabel__JuWR9{font-size:.9rem;color:rgba(255,255,255,.7)}@media (max-width:1024px){.RecoverAnywhere_showcaseContent__LHDD8{grid-template-columns:1fr;gap:3rem}.RecoverAnywhere_showcaseStats__IYxJ_{grid-template-columns:1fr}}.Testimonials_section__RkKhe{background:#0f6cb8;padding:6rem 2rem;text-align:center}.Testimonials_title__ILVQf{color:white;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.Testimonials_carousel__EGgkV{display:flex;align-items:center;justify-content:center;gap:2rem}.Testimonials_arrow__W_llG{background:transparent;color:white;border:2px solid rgba(255,255,255,.4);width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:.3s}.Testimonials_arrow__W_llG:hover{border-color:#fff}.Testimonials_card__BBByi{display:flex;gap:2rem;align-items:center;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:2.25rem;max-width:750px;min-height:260px;width:100%;border:1px solid rgba(255,255,255,.15)}.Testimonials_imageWrapper__d16O3{width:150px;height:150px;border-radius:18px;background:rgba(255,255,255,.1);flex-shrink:0}.Testimonials_imagePlaceholder__CWGPp{width:100%;height:100%;border-radius:18px;background:linear-gradient(135deg,#999,#ccc)}.Testimonials_info__9zEFA{text-align:left;color:white}.Testimonials_stars___x2LG{display:flex;gap:.3rem;margin-bottom:1rem}.Testimonials_star__JH6Dx{color:#ffd700}.Testimonials_quote__s_S72{font-size:1.15rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.Testimonials_name__8TOkp{font-weight:700;font-size:1.1rem}.Testimonials_role__ZH0Y6{font-size:.95rem;opacity:.85}.Testimonials_dots__8YFAO{margin-top:2rem;display:flex;gap:.6rem;justify-content:center}.Testimonials_dot__osH_9{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.3);border:none;transition:all .3s ease}.Testimonials_dot__osH_9.Testimonials_active__awdVm{background:white}@media (max-width:768px){.Testimonials_card__BBByi{flex-direction:column;text-align:center}.Testimonials_info__9zEFA{text-align:center}}