[data-animate-section] [data-animate-item]{opacity:0;transform:translateY(25px);transition:opacity .6s var(--fs-ease-out, ease),transform .6s var(--fs-ease-out, ease);transition-delay:calc(var(--delay, 0) * .08s)}[data-animate-section].is-visible [data-animate-item]{opacity:1;transform:translateY(0)}.will-animate{will-change:transform,opacity}.animation-complete{will-change:auto}@media(prefers-reduced-motion:reduce){[data-animate-section] [data-animate-item],.hero-animate,.hero-immersive__floating-can,.hero-immersive__glow,.product-showcase__floating-badge,.product-showcase__product-image{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}.hero-immersive{position:relative;min-height:80vh;max-height:800px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a0a0a}.hero-immersive__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-immersive__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(255,77,77,.2),transparent),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(255,77,77,.12),transparent),radial-gradient(ellipse 50% 30% at 20% 80%,rgba(255,107,107,.08),transparent),linear-gradient(180deg,#0a0a0a,#0f0f0f,#0a0a0a)}.hero-immersive__glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;will-change:transform;animation:glowPulse 8s ease-in-out infinite}.hero-immersive__glow--1{width:500px;height:500px;background:radial-gradient(circle,rgba(255,82,82,.3) 0%,transparent 70%);top:-20%;left:50%;transform:translate(-50%)}.hero-immersive__glow--2{width:350px;height:350px;background:radial-gradient(circle,rgba(255,107,107,.2) 0%,transparent 70%);bottom:10%;right:10%;animation-delay:4s}@keyframes glowPulse{0%,to{opacity:.3;transform:translate(-50%) scale(1)}50%{opacity:.5;transform:translate(-50%) scale(1.05)}}.hero-immersive__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.6}.hero-immersive__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.25}.hero-immersive__floating-elements{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.hero-immersive__floating-can{position:absolute;opacity:.35;filter:blur(.5px) drop-shadow(0 10px 30px rgba(0,0,0,.3));will-change:transform}.hero-immersive__floating-can img{width:100%;height:auto}.hero-immersive__floating-can--1{top:8%;left:3%;width:180px;animation:float-1 18s ease-in-out infinite}.hero-immersive__floating-can--2{top:55%;right:5%;width:160px;animation:float-2 22s ease-in-out infinite}.hero-immersive__floating-can--3{bottom:12%;left:12%;width:140px;animation:float-3 20s ease-in-out infinite}@keyframes float-1{0%,to{transform:translate(0) rotate(-5deg)}25%{transform:translate(20px,15px) rotate(0)}50%{transform:translate(10px,30px) rotate(-8deg)}75%{transform:translate(-15px,15px) rotate(-3deg)}}@keyframes float-2{0%,to{transform:translate(0) rotate(5deg)}33%{transform:translate(-20px,25px) rotate(0)}66%{transform:translate(10px,-15px) rotate(8deg)}}@keyframes float-3{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(25px,-20px) rotate(-5deg)}}.hero-animate{opacity:0;transform:translateY(30px);animation:heroFadeIn .8s ease forwards;animation-delay:var(--delay, 0s)}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0)}}.hero-immersive__content{position:relative;z-index:10;text-align:center;max-width:900px;padding:2rem}.hero-immersive__badge{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;background:#ff4d4d1f;border:1px solid rgba(255,77,77,.35);border-radius:100px;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#ff6b6b;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-immersive__badge-dot{width:8px;height:8px;background:#ff6b6b;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite;box-shadow:0 0 10px #ff6b6b80}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero-immersive__title{font-family:var(--font-heading-family);font-size:clamp(2.8rem,7vw,5.5rem);font-weight:800;line-height:1.05;color:#fff;margin:0 0 1.5rem;letter-spacing:-.03em}.hero-immersive__title em{font-style:normal;background:linear-gradient(135deg,#ff6b6b,#ff8e53,#ff6b6b);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}@keyframes shimmer{to{background-position:200% center}}.hero-immersive__subtitle{font-size:clamp(1.3rem,2.2vw,1.6rem);line-height:1.7;color:#ffffffb3;margin:0 auto 2.5rem;max-width:650px;font-weight:400}.hero-immersive__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.hero-immersive__btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2rem;font-size:1.3rem;font-weight:700;text-decoration:none;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-immersive__btn--primary{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;box-shadow:0 4px 20px #ff525266,inset 0 1px #fff3}.hero-immersive__btn--primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ff8e53,#ff6b6b);opacity:0;transition:opacity .3s ease}.hero-immersive__btn--primary:hover:before{opacity:1}.hero-immersive__btn--primary span,.hero-immersive__btn--primary svg{position:relative;z-index:1}.hero-immersive__btn--primary:hover{transform:translateY(-3px);box-shadow:0 8px 35px #ff525280}.hero-immersive__btn--primary svg{transition:transform .3s ease}.hero-immersive__btn--primary:hover svg{transform:translate(5px)}.hero-immersive__btn--secondary{background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-immersive__btn--secondary:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px)}.hero-immersive__trust{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.hero-immersive__trust-item{display:flex;align-items:center;gap:.6rem;font-size:1.15rem;color:#ffffffb3;font-weight:500}.hero-immersive__trust-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#10b98126;border-radius:8px;color:#10b981}.hero-immersive__scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.6rem;color:#ffffff80;font-size:1rem;font-weight:500;letter-spacing:.05em}.hero-immersive__scroll-arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;animation:bounce-arrow 2s ease-in-out infinite}@keyframes bounce-arrow{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.social-proof-bar{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);padding:2.5rem 0;position:relative;overflow:hidden}.social-proof-bar:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,82,82,.3),transparent)}.social-proof-bar__container{max-width:1200px;margin:0 auto;padding:0 2rem}.social-proof-bar__stats{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.social-proof-bar__stat{display:flex;align-items:center;gap:1rem;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards;animation-delay:calc(var(--delay, 0) * .1s)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.social-proof-bar__stat-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#ff52521a,#ff52520d);border-radius:14px;color:#ff5252;transition:all .3s ease}.social-proof-bar__stat:hover .social-proof-bar__stat-icon{transform:scale(1.1);background:linear-gradient(135deg,#ff525226,#ff52521a)}.social-proof-bar__stat-icon--star{color:#f59e0b;background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d)}.social-proof-bar__stat:hover .social-proof-bar__stat-icon--star{background:linear-gradient(135deg,#f59e0b26,#f59e0b1a)}.social-proof-bar__stat-icon--guarantee{color:#10b981;background:linear-gradient(135deg,#10b9811a,#10b9810d)}.social-proof-bar__stat:hover .social-proof-bar__stat-icon--guarantee{background:linear-gradient(135deg,#10b98126,#10b9811a)}.social-proof-bar__stat-content{display:flex;flex-direction:column}.social-proof-bar__stat-number{font-family:var(--font-heading-family);font-size:2.2rem;font-weight:800;color:var(--fs-black, #000000);line-height:1;letter-spacing:-.02em}.social-proof-bar__stat-label{font-size:1.15rem;color:#00000080;margin-top:.3rem;font-weight:500}.social-proof-bar__divider{width:1px;height:40px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.1),transparent)}.product-showcase{padding:6rem 0;background:#fafafa;overflow:hidden;position:relative}.product-showcase[data-flavor-gradient]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 100% at 75% 50%,var(--gradient-start, #8B0000) 0%,var(--gradient-mid, #2D0A0A) 50%,#0D0D0D 100%);opacity:0;transition:opacity .6s ease,background .6s ease;pointer-events:none;z-index:0}.product-showcase[data-flavor-gradient].gradient-active:before{opacity:1}.product-showcase.gradient-active .product-showcase__label{background:#ffffff26;color:#fff}.product-showcase.gradient-active .product-showcase__title,.product-showcase.gradient-active .product-showcase__description,.product-showcase.gradient-active .product-showcase__strengths-label,.product-showcase.gradient-active .product-showcase__feature-content h4,.product-showcase.gradient-active .product-showcase__cta-note,.product-showcase.gradient-active .product-showcase__guarantee{color:#fff}.product-showcase.gradient-active .product-showcase__feature-content p{color:#ffffffb3}.product-showcase.gradient-active .product-showcase__urgency-item{color:#ffffffe6}.product-showcase.gradient-active .product-showcase__urgency-item--stock,.product-showcase.gradient-active .product-showcase__feature-icon{background:#10b98133;color:#6ee7b7}.product-showcase.gradient-active .product-showcase__strength{background:#ffffff26;border-color:#ffffff40;color:#fff}.product-showcase.gradient-active .product-showcase__strength .product-showcase__strength-value{color:#fff}.product-showcase.gradient-active .product-showcase__strength .product-showcase__strength-name{color:#ffffffd9}.product-showcase.gradient-active .product-showcase__strength:hover{background:#ffffff40;border-color:#fff6}.product-showcase.gradient-active .product-showcase__strength--active{background:#fff;border-color:#fff;color:#000}.product-showcase.gradient-active .product-showcase__strength--active .product-showcase__strength-value{color:#000}.product-showcase.gradient-active .product-showcase__strength--active .product-showcase__strength-name{color:#0009}.product-showcase__container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-showcase__label{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:100px;font-size:1.2rem;font-weight:700;color:#92400e;margin-bottom:1.5rem;transition:background .5s ease,color .5s ease}.product-showcase__label-icon{color:#f59e0b}.product-showcase__title{font-family:var(--font-heading-family);font-size:clamp(2.8rem,5vw,4rem);font-weight:800;line-height:1.1;color:var(--fs-black, #000000);margin:0 0 1.5rem;transition:color .5s ease}.product-showcase__description{font-size:1.4rem;line-height:1.7;color:#0009;margin:0 0 1.5rem;max-width:500px;transition:color .5s ease}.product-showcase__urgency{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.product-showcase__urgency-item{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0000000a;border-radius:100px;font-size:1.15rem;color:#000000b3}.product-showcase__urgency-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:urgencyPulse 1.5s ease-in-out infinite}@keyframes urgencyPulse{0%,to{opacity:1}50%{opacity:.4}}.product-showcase__urgency-item--stock{background:#10b9811a;color:#059669;font-weight:600}.product-showcase__urgency-item--stock svg{color:#10b981}.product-showcase__features{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.product-showcase__feature{display:flex;align-items:flex-start;gap:1rem}.product-showcase__feature-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border-radius:10px;color:#10b981;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.product-showcase__feature-content h4{font-size:1.4rem;font-weight:700;color:var(--fs-black, #000000);margin:0 0 .25rem}.product-showcase__feature-content p{font-size:1.25rem;color:#00000080;margin:0}.product-showcase__strengths{margin-bottom:2rem}.product-showcase__strengths-label{display:block;font-size:1.2rem;font-weight:600;color:#0009;margin-bottom:.75rem}.product-showcase__strength-options{display:flex;gap:.75rem}.product-showcase__strength{display:flex;flex-direction:column;align-items:center;padding:.75rem 1.5rem;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:10px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.product-showcase__strength:hover{border-color:#0003;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.product-showcase__strength--active{border-color:var(--fs-coral, #FF5252);background:#ff52520d;transform:translateY(-2px);box-shadow:0 4px 12px #ff525226}.product-showcase__strength-value{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:800;color:var(--fs-black, #000000)}.product-showcase__strength-name{font-size:1.1rem;color:#00000080}.product-showcase__cta{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.product-showcase__btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;background:linear-gradient(135deg,#ff5252,#ff6b6b);color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;border-radius:10px;box-shadow:0 4px 20px #ff52524d;transition:all .3s ease}.product-showcase__btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ff525266}.product-showcase__btn svg{transition:transform .3s ease}.product-showcase__btn:hover svg{transform:translate(4px)}.product-showcase__cta-note{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;color:#00000080}.product-showcase__cta-note svg{color:#10b981}.product-showcase__guarantee{display:flex;align-items:center;gap:.6rem;margin-top:1.5rem;padding:.75rem 1rem;background:linear-gradient(90deg,rgba(16,185,129,.08) 0%,transparent 100%);border-left:3px solid #10B981;border-radius:0 8px 8px 0;font-size:1.2rem;font-weight:600;color:#059669}.product-showcase__guarantee svg{flex-shrink:0}.product-showcase__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px}.product-showcase__visual-bg{position:absolute;width:400px;height:400px;background:linear-gradient(135deg,#ff52521a,#ff6b6b0d);border-radius:50%;filter:blur(60px)}.product-showcase__product-image{position:relative;z-index:2;max-width:400px;animation:float-product 6s ease-in-out infinite}.product-showcase__product-image img{width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.15));transition:opacity .3s ease,transform .3s ease}.product-showcase__product-image.is-transitioning img{opacity:0;transform:scale(.95)}@keyframes float-product{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.product-showcase__placeholder{width:300px;height:300px;background:#0000000d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0003}.product-showcase__floating-badge{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;font-size:1.2rem;font-weight:600;color:var(--fs-black, #000000);z-index:5;animation:float-badge 4s ease-in-out infinite}.product-showcase__floating-badge--rating{top:15%;right:5%;animation-delay:0s}.product-showcase__floating-badge--rating svg{color:#f59e0b}.product-showcase__floating-badge--reviews{bottom:20%;left:5%;animation-delay:2s}.product-showcase__floating-badge--reviews svg{color:#10b981}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.product-showcase__flavors{position:absolute;bottom:8%;left:50%;transform:translate(-50%);z-index:5;text-align:center}.product-showcase__flavors-label{display:block;font-size:1.1rem;font-weight:500;color:#ffffffb3;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.product-showcase__flavor-list{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.product-showcase__flavor-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:100px;cursor:pointer;transition:all .3s ease;font-family:inherit}.product-showcase__flavor-chip:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.product-showcase__flavor-chip-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 2px 6px #0000004d}.product-showcase__flavor-chip-name{font-size:1.1rem;font-weight:600;color:#fff;white-space:nowrap}.product-showcase__flavor-chip--active{background:#fffffff2;border-color:transparent;box-shadow:0 4px 20px #00000040}.product-showcase__flavor-chip--active:hover{background:#fff;transform:translateY(-2px)}.product-showcase__flavor-chip--active .product-showcase__flavor-chip-name{color:#000}.product-showcase__flavor-chip--active .product-showcase__flavor-chip-indicator{box-shadow:0 2px 8px #0003}.how-it-works-premium{position:relative;padding:11rem 0 7rem;background:#0a0a0a;overflow:hidden;margin-top:-1px}.how-it-works-premium__divider{position:absolute;top:0;left:0;right:0;width:100%;height:120px;z-index:10;pointer-events:none}.how-it-works-premium__divider svg{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.how-it-works-premium__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.how-it-works-premium__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0a,#0f0f0f,#0a0a0a)}.how-it-works-premium__container{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 2rem}.how-it-works-premium__header{text-align:center;margin-bottom:5rem}.how-it-works-premium__label{display:inline-block;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#ff6b6b;margin-bottom:1.25rem}.how-it-works-premium__title{font-family:var(--font-heading-family);font-size:clamp(3rem,6vw,4.5rem);font-weight:700;color:#fff;margin:0 0 1.5rem;letter-spacing:-.02em;line-height:1.1}.how-it-works-premium__subtitle{font-size:1.375rem;line-height:1.7;color:#fff9;margin:0 auto;max-width:600px}.how-it-works-premium__steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.how-it-works-premium__step{position:relative;z-index:2}.how-it-works-premium__step-card{position:relative;padding:3rem 2rem;text-align:center;transition:transform .3s ease}.how-it-works-premium__step:hover .how-it-works-premium__step-card{transform:translateY(-4px)}.how-it-works-premium__step-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:2rem;font-family:var(--font-heading-family);font-size:1.125rem;font-weight:700;color:#ff6b6b;border:2px solid rgba(255,107,107,.4);border-radius:50%}.how-it-works-premium__step-icon{position:relative;z-index:2;width:100px;height:100px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;color:#ff6b6b;transition:all .3s ease}.how-it-works-premium__step-icon svg{width:80px;height:80px}.how-it-works-premium__step:hover .how-it-works-premium__step-icon{transform:scale(1.1);color:#ff8585}.how-it-works-premium__step-title{font-family:var(--font-heading-family);font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 1rem}.how-it-works-premium__step-description{font-size:1.125rem;line-height:1.7;color:#fff9;max-width:280px;margin:0 auto}.how-it-works-premium__benefits{display:flex;align-items:center;justify-content:center;gap:4rem;padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.1);max-width:900px;margin:2rem auto 0}.how-it-works-premium__benefit{display:flex;align-items:center;gap:.75rem;font-size:1.0625rem;font-weight:500;color:#ffffffb3}.how-it-works-premium__benefit-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#10b981}.how-it-works-premium__benefit-icon svg{width:22px;height:22px}.how-it-works-premium__benefit-divider{display:none}@media screen and (max-width:999px){.how-it-works-premium__divider{height:80px}.how-it-works-premium__steps{grid-template-columns:1fr;gap:1rem;max-width:400px;margin-left:auto;margin-right:auto}.how-it-works-premium__benefits{flex-direction:column;gap:1rem;padding:1.5rem 0}}@media screen and (max-width:749px){.how-it-works-premium{padding:6rem 0 4rem}.how-it-works-premium__divider{height:60px}.how-it-works-premium__header{margin-bottom:2.5rem}.how-it-works-premium__step-card{padding:2rem 1.5rem}}.how-it-works{padding:6rem 0;background:#fff}.how-it-works__container{max-width:1200px;margin:0 auto;padding:0 2rem}.how-it-works__header{text-align:center;margin-bottom:4rem}.how-it-works__label{display:inline-block;padding:.5rem 1rem;background:#10b9811a;border-radius:100px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#059669;margin-bottom:1rem}.how-it-works__title{font-family:var(--font-heading-family);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:800;color:var(--fs-black, #000000);margin:0 0 1rem}.how-it-works__subtitle{font-size:1.5rem;line-height:1.6;color:#0009;margin:0 auto;max-width:600px}.how-it-works__steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem;margin-bottom:4rem}.how-it-works__step{flex:1;max-width:280px;text-align:center;position:relative}.how-it-works__step-number{position:absolute;top:-10px;right:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--fs-coral, #FF5252);color:#fff;font-family:var(--font-heading-family);font-size:1.4rem;font-weight:800;border-radius:50%;z-index:2}.how-it-works__step-icon{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f8f8,#f0f0f0);border-radius:24px;color:var(--fs-black, #000000);transition:all .3s ease}.how-it-works__step:hover .how-it-works__step-icon{background:linear-gradient(135deg,#ff5252,#ff6b6b);color:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #ff52524d}.how-it-works__step-title{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:700;color:var(--fs-black, #000000);margin:0 0 .75rem}.how-it-works__step-description{font-size:1.3rem;line-height:1.6;color:#0009;margin:0}.how-it-works__connector{display:flex;align-items:center;padding-top:3rem;color:#00000026}.how-it-works__benefits{display:flex;justify-content:center;gap:3rem;padding:2rem 0;border-top:1px solid rgba(0,0,0,.06)}.how-it-works__benefit{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;color:#000000b3}.how-it-works__benefit svg{color:#10b981}.brand-story{padding:6rem 0;background:#fafafa}.brand-story__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.brand-story__visual{position:relative}.brand-story__image-stack{position:relative;padding:2rem}.brand-story__image{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.brand-story__image img{width:100%;height:100%;object-fit:cover;display:block}.brand-story__image--1{position:relative;z-index:1;aspect-ratio:4/5;max-width:400px}.brand-story__image--2{position:absolute;bottom:0;right:0;width:200px;aspect-ratio:1;z-index:2;border:4px solid #ffffff}.brand-story__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#d8d8d8);display:flex;align-items:center;justify-content:center;color:#0003;aspect-ratio:inherit}.brand-story__badge{position:absolute;top:0;left:0;background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;padding:1.5rem;border-radius:16px;text-align:center;z-index:3;box-shadow:0 10px 30px #ff52524d}.brand-story__badge-number{display:block;font-family:var(--font-heading-family);font-size:2.5rem;font-weight:800;line-height:1}.brand-story__badge-text{display:block;font-size:1rem;font-weight:600;opacity:.9;margin-top:.25rem}.brand-story__content{padding:1rem 0}.brand-story__label{display:inline-block;padding:.5rem 1rem;background:#ff52521a;border-radius:100px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ff5252;margin-bottom:1.5rem}.brand-story__title{font-family:var(--font-heading-family);font-size:clamp(2.2rem,4vw,3rem);font-weight:800;color:var(--fs-black, #000000);margin:0 0 1.5rem;line-height:1.2}.brand-story__text{margin-bottom:2rem}.brand-story__text p{font-size:1.4rem;line-height:1.7;color:#000000b3;margin:0 0 1rem}.brand-story__text p:last-child{margin-bottom:0}.brand-story__values{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.brand-story__value{display:flex;align-items:flex-start;gap:1rem}.brand-story__value-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#10b9811a;border-radius:12px;color:#10b981}.brand-story__value-content h4{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700;color:var(--fs-black, #000000);margin:0 0 .25rem}.brand-story__value-content p{font-size:1.2rem;color:#0009;margin:0}.brand-story__cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;background:var(--fs-black, #000000);color:#fff;font-size:1.3rem;font-weight:700;text-decoration:none;border-radius:8px;transition:all .3s ease}.brand-story__cta:hover{background:#222;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.brand-story__cta svg{transition:transform .3s ease}.brand-story__cta:hover svg{transform:translate(4px)}.testimonials-section{padding:6rem 0;background:linear-gradient(180deg,#fafafa,#fff)}.testimonials-section__container{max-width:1400px;margin:0 auto;padding:0 2rem}.testimonials-section__header{text-align:center;margin-bottom:3rem}.testimonials-section__label{display:inline-block;padding:.5rem 1rem;background:#ff52521a;border-radius:100px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ff5252;margin-bottom:1rem}.testimonials-section__title{font-family:var(--font-heading-family);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:800;color:var(--fs-black, #000000);margin:0 0 1.5rem}.testimonials-section__rating-summary{display:flex;flex-direction:column;align-items:center;gap:.5rem}.testimonials-section__stars{display:flex;gap:.25rem;color:#f59e0b}.testimonials-section__rating-text{font-size:1.3rem;color:#0009}.testimonials-carousel{position:relative;margin-bottom:3rem}.testimonials-carousel__track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.testimonials-carousel__track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 340px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:1.75rem;scroll-snap-align:start;transition:all .3s ease}.testimonial-card:hover{border-color:#0000001a;box-shadow:0 10px 40px #00000014;transform:translateY(-4px)}.testimonial-card__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.testimonial-card__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ff5252,#ff6b6b);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.4rem;flex-shrink:0;overflow:hidden}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__info{flex:1;min-width:0}.testimonial-card__name{font-size:1.4rem;font-weight:700;color:var(--fs-black, #000000);margin:0 0 .25rem}.testimonial-card__meta{display:flex;align-items:center;gap:.75rem;font-size:1.15rem}.testimonial-card__verified{display:flex;align-items:center;gap:.25rem;color:#10b981;font-weight:500}.testimonial-card__date{color:#0006}.testimonial-card__stars{display:flex;gap:.15rem;color:#f59e0b}.testimonial-card__title{font-size:1.4rem;font-weight:700;color:var(--fs-black, #000000);margin:0 0 .75rem}.testimonial-card__content{font-size:1.35rem;line-height:1.6;color:#000000b3;margin:0 0 1rem}.testimonial-card__product{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#0000000a;border-radius:6px;font-size:1.2rem;color:#0009}.testimonials-carousel__controls{display:flex;align-items:center;justify-content:center;gap:1.5rem}.testimonials-carousel__btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;cursor:pointer;transition:all .2s ease;color:var(--fs-black, #000000)}.testimonials-carousel__btn:hover{background:var(--fs-black, #000000);color:#fff}.testimonials-carousel__dots{display:flex;gap:.5rem}.testimonials-section__cta{text-align:center}.testimonials-section__btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--fs-black, #000000);color:#fff;font-size:1.4rem;font-weight:700;text-decoration:none;border-radius:8px;transition:all .3s ease}.testimonials-section__btn:hover{background:#333;transform:translateY(-2px)}.testimonials-section__btn svg{transition:transform .3s ease}.testimonials-section__btn:hover svg{transform:translate(4px)}@media screen and (max-width:999px){.hero-immersive__floating-elements{opacity:.2}.hero-immersive__floating-can--1{width:100px;top:5%;left:5%}.hero-immersive__floating-can--2{width:80px;right:5%}.hero-immersive__floating-can--3{display:none}.social-proof-bar__stats{gap:2.5rem}.social-proof-bar__divider{display:none}.social-proof-bar__stat{flex:1;min-width:160px;justify-content:center}.product-showcase__container{grid-template-columns:1fr;gap:3rem}.product-showcase__content{order:2;text-align:center}.product-showcase__description{max-width:100%}.product-showcase__features{align-items:center}.product-showcase__feature{text-align:left}.product-showcase__strengths{display:flex;flex-direction:column;align-items:center}.product-showcase__cta{justify-content:center}.product-showcase__visual{order:1;min-height:400px}.how-it-works__steps{flex-direction:column;align-items:center;gap:2rem}.how-it-works__connector{transform:rotate(90deg);padding:0}.how-it-works__step{max-width:100%}.brand-story__container{grid-template-columns:1fr;gap:3rem}.brand-story__visual{order:-1}.brand-story__image-stack{display:flex;justify-content:center}.brand-story__image--2{bottom:-1rem;right:1rem}}@media screen and (max-width:749px){.hero-immersive{min-height:auto;max-height:none;padding:6rem 0 4rem}.hero-immersive__badge{font-size:.95rem;padding:.5rem 1rem}.hero-immersive__ctas{flex-direction:column;align-items:stretch;padding:0 1rem}.hero-immersive__btn{justify-content:center;padding:1rem 1.5rem;font-size:1.2rem}.hero-immersive__trust{flex-direction:column;gap:.75rem;align-items:center}.hero-immersive__trust-item{font-size:1.05rem}.hero-immersive__scroll-indicator,.hero-immersive__glow--2{display:none}.social-proof-bar{padding:2rem 0}.social-proof-bar__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.social-proof-bar__stat{justify-content:flex-start}.social-proof-bar__stat-icon{width:44px;height:44px}.social-proof-bar__stat-icon svg{width:20px;height:20px}.social-proof-bar__stat-number{font-size:1.8rem}.social-proof-bar__stat-label{font-size:1.05rem}.product-showcase{padding:4rem 0}.product-showcase__strength-options{width:100%;justify-content:center}.product-showcase__cta{flex-direction:column}.product-showcase__btn{width:100%;justify-content:center}.product-showcase__floating-badge{display:none}.how-it-works{padding:4rem 0}.how-it-works__header{margin-bottom:3rem}.how-it-works__connector{display:none}.how-it-works__benefits{flex-direction:column;align-items:center;gap:1rem}.brand-story{padding:4rem 0}.brand-story__image--1{max-width:280px}.brand-story__image--2{width:140px}.brand-story__badge{padding:1rem}.brand-story__badge-number{font-size:2rem}.brand-story__badge-text{font-size:.85rem}.testimonials-section{padding:4rem 0}.testimonial-card{flex:0 0 300px}.testimonials-carousel__controls{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/homepage-sections.css.map */
