:root{--color-1: #505462;--color-2: #FC865A;--color-3: #F9B469}*{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;height:100%;font-family:Satoshi,sans-serif;background-color:#e5e5e5}.header{position:sticky;top:0;z-index:60;display:flex;justify-content:space-between;align-items:center;padding:0 5rem;background-color:#f5f2ee;color:#3b3e48;height:72px}.nav-left{display:flex;gap:2.5rem;flex:1;align-items:center}.nav-left a{text-decoration:none;color:#3b3e48;font-size:.9rem;font-weight:500;letter-spacing:.01em;opacity:.8;transition:opacity .2s}.nav-left a:hover{opacity:1}.arrow{font-size:.65em;vertical-align:middle;margin-left:.2rem}.logo{flex:1;text-align:center}.logo-img{height:24px;width:auto;image-rendering:-webkit-optimize-contrast}.nav-right{flex:1;display:flex;justify-content:flex-end;align-items:center}.btn-started{background:linear-gradient(135deg,#505462,#fc865a 60%,#f9b469);color:#fbf3bf;text-decoration:none;padding:.6rem 1.4rem;border-radius:50px;font-size:.88rem;font-weight:600;transition:opacity .3s;letter-spacing:.01em}.btn-started:hover{opacity:.88}.nav-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;height:42px;width:42px;border-radius:50%;border:1px solid rgba(80,84,98,.25);background:#fff;color:#3b3e48;cursor:pointer;transition:background .2s}.nav-cart-btn:hover{background:#f5f5f4}.nav-cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:#fc865a;color:#fff;font-size:10px;font-weight:700;line-height:1}.cart-drawer-overlay{position:fixed;inset:0;z-index:200;background:#0b0b0c59;display:flex;justify-content:flex-end}.cart-drawer-overlay[hidden]{display:none}.cart-drawer{width:min(380px,90vw);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-8px 0 30px #0000001f;animation:cartSlide .2s ease}@keyframes cartSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid #e7e5e4;font-weight:600;color:#1c1917}.cart-drawer-close{border:0;background:none;font-size:1.6rem;line-height:1;cursor:pointer;color:#78716c}.cart-drawer-body{flex:1;padding:1.25rem;overflow-y:auto;color:#57534e;font-size:.95rem}.cart-item-name{font-size:1.05rem;font-weight:600;color:#1c1917;margin:0 0 .25rem}.cart-item-desc{font-size:.85rem;color:#78716c;margin:0 0 .75rem}.cart-item-remove{border:0;background:none;padding:0;color:#b91c1c;font-size:.8rem;cursor:pointer;text-decoration:underline}.cart-drawer-foot{padding:1.25rem;border-top:1px solid #e7e5e4}.cart-drawer-foot[hidden]{display:none}.cart-proceed{display:block;text-align:center;background:#fc865a;color:#fff;text-decoration:none;padding:.85rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.95rem}.cart-proceed:hover{opacity:.9}.hero-container{position:relative;width:100%;height:calc(115vh - 80px);overflow:hidden;display:flex;flex-direction:column;border-radius:0}.bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/img/hero-bg-new.webp);background-size:cover;background-position:center center;z-index:1}.fog-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;overflow:hidden;filter:blur(100px);opacity:1}.blob{position:absolute;border-radius:50%;will-change:transform}.blob-1{width:65vw;height:65vw;background:var(--color-2);top:0;left:0;opacity:1}.blob-2{width:55vw;height:55vw;background:var(--color-3);top:0;left:0;opacity:.95}.blob-3{width:75vw;height:75vw;background:var(--color-1);top:0;left:0;opacity:.85;mix-blend-mode:overlay}.floating-icon{position:absolute;z-index:3;pointer-events:none;opacity:.7;animation:float 8s ease-in-out infinite}.icon-micro{top:30%;left:15%;width:100px;animation-delay:0s}.icon-dna{bottom:10%;left:20%;width:120px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(8deg)}}.hero-content{position:relative;z-index:10;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding-bottom:5vh}.hero-title{font-size:5rem;line-height:1.1;margin-bottom:3rem;font-weight:500}.light-text{color:#fbf3bf}.italic-text{font-style:italic;color:#fff;font-weight:400}.highlight-wrapper{position:relative;display:inline-block;color:#fff}.scribble{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:140%;pointer-events:none;overflow:visible}.hero-three-wrap{position:relative;display:inline-block}.hero-three{position:relative;z-index:1}.three-underline{position:absolute;bottom:-6px;left:0;width:100%;height:6px;pointer-events:none;overflow:visible}.hero-buttons{display:flex;gap:1.5rem}.btn-outline{border:1.5px solid rgba(255,255,255,.7);color:#fff;text-decoration:none;padding:.75rem 1.8rem;border-radius:50px;font-size:1rem;font-weight:600;transition:all .3s;backdrop-filter:blur(16px);background:#ffffff38;box-shadow:0 4px 20px #00000026}.btn-outline:hover{background:#ffffff61;border-color:#ffffffe6;box-shadow:0 8px 28px #0003;transform:translateY(-2px)}.unified-middle-bg{position:relative;background:#f5f2ee;border-radius:80px 80px 0 0;margin-top:-80px;z-index:10;box-shadow:0 -20px 50px #00000026;overflow:clip}.unified-orb{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0;opacity:.6}.orb-1{width:800px;height:800px;background:#fc865a0d;top:5%;left:-10%}.orb-2{width:600px;height:600px;background:#f9b4690d;top:45%;right:-5%}.orb-3{width:900px;height:900px;background:#fc865a0a;bottom:10%;left:20%}.cinematic-paths-section{position:relative;background:transparent;padding:0;font-family:Satoshi,sans-serif;z-index:1}.cinematic-paths-container{max-width:1200px;margin:0 auto;padding:8rem 2rem 6rem;position:relative}.cinematic-header{text-align:center;max-width:800px;margin:0 auto 5rem;display:flex;flex-direction:column;align-items:center}.paths-subtitle{display:block;font-size:.78rem;letter-spacing:2px;color:#888;text-transform:uppercase;margin-bottom:1rem}.paths-title{font-size:3.5rem;font-weight:500;color:#3b3e48;margin:0;line-height:1.1;margin-bottom:1.5rem}.paths-intro{max-width:600px;font-size:1.05rem;color:#3b3e48;opacity:.8;line-height:1.6}.horizontal-scroll-section{height:400vh;position:relative;width:100%}.horizontal-sticky-wrapper{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.horizontal-cards-track{display:flex;gap:3rem;padding:0 10vw;width:max-content;will-change:transform}.cinematic-card{width:75vw;max-width:950px;flex-shrink:0;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s ease}.cinematic-card-inner{display:flex;flex-direction:row;border-radius:40px;box-shadow:0 30px 60px #2b161014,inset 0 0 0 1px #ffffff80;padding:5rem 4rem;gap:4rem;min-height:550px;box-sizing:border-box;border:1px solid rgba(255,255,255,.6)}#card-1 .cinematic-card-inner{background:linear-gradient(135deg,#fff,#fcead7)}#card-2 .cinematic-card-inner{background:linear-gradient(135deg,#fbf8f4,#f5d3b3);border:2px solid #3B3E48!important;box-shadow:0 0 0 4px #3b3e480f,0 30px 60px #2b161024,inset 0 0 0 1px #ffffff80;position:relative}#card-2 .cinematic-card-inner:before{content:"★ Most Personalized";position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#3b3e48;color:#fc865a;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:4px 16px;border-radius:20px;white-space:nowrap;z-index:5}#card-2 .badge-tag{background:#3b3e4814;border-color:#3b3e484d;font-weight:700}#card-3 .cinematic-card-inner{background:linear-gradient(135deg,#fff9f2,#f8ba7b)}.expanded-left{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.expanded-right{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.pod-image{max-width:90%;max-height:450px;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.12));transition:transform .8s cubic-bezier(.16,1,.3,1)}.cinematic-card:hover .pod-image{transform:translateY(-15px) scale(1.03)}.badge-tag{display:inline-block;padding:.4rem 1.2rem;border:1px solid rgba(43,22,16,.15);border-radius:50px;font-size:.85rem;font-weight:600;align-self:flex-start;color:#3b3e48;background:#fff6}.nav-arrow{pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000001a;z-index:100;opacity:.4;color:#3b3e48;transition:all .3s ease}.nav-arrow:hover{opacity:1;color:#f0845a;border-color:#f0845a80;box-shadow:0 6px 16px #f0845a33}#btn-path-prev{left:10px}#btn-path-next{right:10px}.expanded-title{font-size:1.5rem;font-weight:700;text-transform:uppercase;line-height:1.2;color:#3b3e48;flex-shrink:0}.expanded-desc{font-size:.82rem;line-height:1.55;color:#3b3e48;opacity:.7;flex-shrink:0}.best-for-container{flex-shrink:0}.best-for-label{display:inline-block;position:relative;padding:.3rem .5rem;font-size:.75rem;font-weight:600;margin-bottom:.4rem;color:#3b3e48}.best-for-label:after{content:"";position:absolute;inset:-15% -10%;background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 100 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10,20 C15,5 85,5 90,20 C95,35 15,35 10,20 Z' fill='none' stroke='%232B1610' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:100% 100%;pointer-events:none}.best-for-text{font-size:.8rem;color:#3b3e48;opacity:.7;line-height:1.45}.bullet-list{list-style:none;padding:0;margin:0;flex-shrink:0}.bullet-list li{margin-bottom:.4rem;position:relative;padding-left:1.5rem;font-size:.8rem;color:#3b3e48;line-height:1.4}.bullet-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:14px;height:14px;border:1.5px solid #3B3E48;border-radius:50%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232B1610' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 9px no-repeat}.button-group{display:flex;gap:.7rem;flex-wrap:nowrap;flex-shrink:0;margin-top:.3rem}.btn-primary{background:linear-gradient(135deg,#505462,#fc865a 60%,#f9b469);color:#fbf3bf;padding:.6rem 1.2rem;border-radius:50px;text-decoration:none;font-size:.8rem;font-weight:600;transition:opacity .3s;white-space:nowrap}.btn-primary:hover{opacity:.85}.btn-secondary{background:transparent;border:1.5px solid #3B3E48;color:#3b3e48;padding:.6rem 1.2rem;border-radius:50px;text-decoration:none;font-size:.8rem;font-weight:500;transition:background .3s;white-space:nowrap}.btn-secondary:hover{background:#3b3e4812}.features-section{background-color:transparent;height:200vh;position:relative;width:100%;box-sizing:border-box}.features-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem;box-sizing:border-box}.features-container{max-width:1300px;width:100%;display:flex;gap:1.5rem;align-items:stretch;height:calc(100vh - 6rem)}.feature-box{flex:1;border-radius:32px;overflow:hidden;position:relative}.feat-animate{opacity:0;transform:translateY(70px);transition:opacity .9s cubic-bezier(.25,1,.5,1),transform .9s cubic-bezier(.25,1,.5,1)}.feat-animate.in-view{opacity:1;transform:translateY(0)}.feat-delay{transition-delay:.22s}.left-box{background-color:#555a64;color:#fff;padding:4rem 3.5rem;display:flex;flex-direction:column;justify-content:space-between}.left-subtitle{font-family:Satoshi,sans-serif;font-style:italic;font-size:1.1rem;color:#ffffffa6;margin-bottom:1.5rem}.left-title{font-size:3.8rem;line-height:1.1;margin-bottom:2.5rem;font-weight:500;color:#fff}.left-title .line-1{display:block;animation:floatLine1 6s ease-in-out infinite;transform-origin:left center}.left-title .line-2{display:block;animation:floatLine2 7s ease-in-out infinite;animation-delay:-2.5s;transform-origin:left center}@keyframes floatLine1{0%{transform:translateY(0) translate(0)}30%{transform:translateY(-4px) translate(2px)}60%{transform:translateY(3px) translate(-1px)}to{transform:translateY(0) translate(0)}}@keyframes floatLine2{0%{transform:translateY(0) translate(0)}25%{transform:translateY(5px) translate(-2px)}55%{transform:translateY(-3px) translate(1px)}to{transform:translateY(0) translate(0)}}.left-p1{font-size:.8rem;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:2.5rem;opacity:.7;line-height:1.6;color:#fff}.left-p2{font-size:.95rem;opacity:.75;line-height:1.7;color:#fff;margin-top:auto}.right-box{display:flex;flex-direction:column;justify-content:flex-end;background:#b85e3b}.img-crossfade{position:absolute;inset:0;z-index:1}.cf-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0;transition:opacity 1.2s ease}.cf-img.active{opacity:1}.stats-container{position:relative;z-index:2;display:flex;justify-content:center;gap:3rem;padding:2.5rem 2rem 3rem;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 100%)}.stat-item{text-align:center;color:#fff}.stat-number{display:block;font-size:3rem;font-weight:700;margin-bottom:.3rem;line-height:1}.left-box{isolation:isolate}.left-fog{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:inherit;pointer-events:none;filter:blur(70px);opacity:.55}.left-blob{position:absolute;border-radius:50%;will-change:transform}.left-blob-1{width:380px;height:380px;background:radial-gradient(circle,#FC865A 0%,transparent 70%);top:-80px;left:-80px}.left-blob-2{width:320px;height:320px;background:radial-gradient(circle,#F9B469 0%,transparent 70%);bottom:-60px;right:-40px}.left-blob-3{width:260px;height:260px;background:radial-gradient(circle,#505462 0%,transparent 70%);top:40%;left:30%}.left-box>*:not(.left-fog){position:relative;z-index:1}.how-it-works-section{position:relative;width:100%;margin-top:-5px;z-index:15;padding:10.5rem 2rem 5rem;background-color:#f5f2ee;background-image:linear-gradient(180deg,#f0845a00 0px 100px,#f0845a 300px 100%);color:#fff}.hiw-animated-bg{position:absolute;bottom:-20%;left:-10%;width:120%;height:120%;background:linear-gradient(120deg,#505462,#fc865a,#f9b469);background-size:200% 200%;animation:hiwGradient 8s ease infinite;filter:blur(80px);z-index:0;opacity:.95;-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 20%);mask-image:linear-gradient(180deg,transparent 0%,black 20%)}@keyframes hiwGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hiw-icon-right{position:absolute;top:20%;right:5%;width:90px;opacity:.6}.hiw-icon-left{position:absolute;top:10%;left:5%;width:60px;opacity:.5}.hiw-container{position:relative;z-index:10;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.hiw-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hiw-subtitle{font-size:1rem;font-style:italic;letter-spacing:.1em;color:#4a4a4a}.hiw-title{font-size:3.5rem;font-weight:500;line-height:1.1;color:#3b3e48}.hiw-intro{max-width:650px;font-size:1.05rem;line-height:1.6;color:#3b3e48;opacity:.85}.hiw-button-wrapper{position:relative;display:inline-flex;align-items:center;margin-top:1rem}.epi-cta{margin-top:2rem;padding:1.2rem 3rem;font-size:1.05rem}.hiw-arrow{position:absolute;left:-60px;top:50%;transform:translateY(-50%);width:50px;height:30px}.btn-organic{border:1px solid rgba(43,22,16,.4);color:#3b3e48;text-decoration:none;padding:.75rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;transition:all .3s;background:transparent;font-style:italic}.btn-secondary.btn-organic:hover{background:linear-gradient(135deg,#505462,#fc865a 60%,#f9b469);border-color:transparent;color:#fbf3bf;opacity:1}.hiw-content{display:flex;gap:3rem;align-items:flex-start;position:relative;height:350vh}.hiw-sticky-wrapper{position:sticky;top:10vh;height:80vh;width:100%;display:flex;align-items:center;gap:3rem}.hiw-left{flex:1;display:flex;justify-content:center}.hiw-image{width:100%;max-height:80vh;aspect-ratio:4 / 5;object-fit:cover;border-radius:30px}.hiw-step-img{display:none}.hiw-step-card{display:contents}.hiw-right{flex:1;aspect-ratio:4 / 5;max-height:80vh;display:flex;flex-direction:column;justify-content:space-between}.hiw-step{background:#e6d0c599;border-radius:15px;padding:1.2rem 1.5rem;display:flex;gap:1.2rem;align-items:flex-start;transition:all .3s ease-out;opacity:.3;transform:translate(10px)}.hiw-step.hiw-step-active{background:#fff;box-shadow:0 10px 30px #0000000d;opacity:1;transform:translate(0)}.step-num{flex-shrink:0;width:30px;height:30px;border:1px solid #3B3E48;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.85rem;font-style:italic;color:#3b3e48}.expanded-buttons{display:flex;flex-direction:row;gap:1rem;margin-top:1rem}.step-text{display:flex;flex-direction:column;gap:.2rem;margin-top:.1rem}.step-text h4{font-size:.95rem;font-weight:700;color:#3b3e48}.step-text p{font-size:.8rem;line-height:1.4;color:#3b3e48;opacity:.8}.hiw-footer{text-align:center;font-size:.8rem;color:#3b3e48;opacity:.7;margin-top:1rem}.cycles-section{position:relative;width:100%;padding:10rem 5rem 6rem;background-color:#f0845a;background-image:linear-gradient(180deg,#fff0 0% 10%,#fff 30% 100%);color:#3b3e48;overflow:hidden;border-radius:80px 80px 0 0;margin-top:-60px;z-index:10}.cycles-title .highlight-wrapper{color:inherit}.cycles-container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.cycles-header{text-align:center;position:relative;margin-bottom:3rem}.cycles-subtitle{font-size:.9rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#3b3e48;display:block;margin-bottom:.5rem}.cycles-title{font-size:3.2rem;font-weight:500;line-height:1.2;color:#3b3e48;margin-bottom:1rem}.cycles-underline{position:absolute;bottom:-5px;left:0;width:100%;height:10px;pointer-events:none}.cycles-intro{font-size:1rem;line-height:1.6;color:#3b3e48;opacity:.8}.cycles-icon-top{position:absolute;top:-20px;right:5%;width:80px;opacity:.6}.cycles-tabs{display:flex;justify-content:center;gap:1.5rem;margin-bottom:4rem}.cycle-tab{background:transparent;border:1.5px solid #F9B469;color:#2b161099;padding:.6rem 2.5rem;border-radius:50px;font-size:1rem;font-family:Satoshi,sans-serif;font-weight:500;cursor:pointer;transition:all .3s}.cycle-tab.active{background:linear-gradient(135deg,#f9b469,#fc865a);border-color:transparent;color:#3b3e48;box-shadow:0 10px 20px #fc865a4d}.cycles-content{display:flex;align-items:center;gap:4rem;margin-bottom:4rem}.cycles-left{flex:1;position:relative;padding-bottom:4rem}.cycles-content-sub{font-size:1.5rem;font-style:italic;color:#3b3e48;display:block;margin-bottom:.5rem;transition:opacity .2s ease}.cycles-content-title{font-size:2rem;font-weight:300;text-transform:uppercase;color:#3b3e48;margin-bottom:1.5rem;letter-spacing:.05em;transition:opacity .2s ease}.cycles-content-text{font-size:.95rem;line-height:1.6;color:#3b3e48;opacity:.8;max-width:400px;transition:opacity .2s ease}.cycles-icon-bottom{position:absolute;bottom:-50px;left:-20px;width:60px;opacity:.6}.cycles-right{flex:1.2}.cycles-image{width:100%;height:auto;aspect-ratio:803 / 448;border-radius:30px;object-fit:cover}.cycles-footer{text-align:center;font-size:.85rem;line-height:1.5;color:#3b3e48;opacity:.7;max-width:600px;margin:0 auto;text-decoration:underline;text-underline-offset:4px}.epi-light-section{position:relative;width:100%;padding:8rem 5vw 2.5rem;background-color:transparent;color:#3b3e48;overflow:hidden;font-family:Satoshi,sans-serif;display:flex;justify-content:center}.epi-bg-glow{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.glow-1{width:600px;height:600px;background:#f9b46914;top:-10%;left:-10%}.glow-2{width:500px;height:500px;background:#fc865a0f;bottom:-10%;right:-10%}.epi-bottom-gradient{position:absolute;bottom:-5%;left:-10%;width:120%;height:60%;background:linear-gradient(120deg,#505462,#fc865a,#f9b469);background-size:200% 200%;animation:hiwGradient 8s ease infinite;filter:blur(80px);z-index:1;opacity:.95;-webkit-mask-image:linear-gradient(0deg,black 0%,transparent 80%);mask-image:linear-gradient(0deg,black 0%,transparent 80%)}.epi-light-container{max-width:1200px;width:100%;position:relative;z-index:2}.epi-light-card{background:#ffffffa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(43,22,16,.1);border-radius:40px;padding:3rem 4rem;display:flex;gap:5rem;align-items:center;box-shadow:0 20px 40px #00000008,inset 0 0 0 1px #ffffff80}.epi-light-left{flex:1;display:flex;flex-direction:column;align-items:flex-start}.epi-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#fc865a}.epi-light-headline{font-size:2.2rem;font-weight:500;line-height:1.15;margin-bottom:1.5rem;color:#3b3e48}.epi-light-sub{font-size:1.05rem;line-height:1.6;color:#2b1610cc;max-width:480px;margin-bottom:2.5rem}.epi-light-sub strong{font-style:italic;color:#fc865a;font-weight:500}.epi-light-interactive{margin-bottom:3rem;width:100%}.epi-chips{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}.epi-chip-row{display:flex;flex-wrap:wrap;gap:.8rem}.epi-chip{font-family:Satoshi,sans-serif;font-size:.9rem;font-weight:500;color:#2b1610cc;background:#fff;border:1px solid rgba(43,22,16,.1);border-radius:50px;padding:.6rem 1.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #00000005}.epi-chip:hover{border-color:#f9b46999;color:#3b3e48;transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.epi-chip.active{background:linear-gradient(135deg,#fc865a,#f9b469);border-color:transparent;color:#fff;box-shadow:0 4px 15px #fc865a4d}.epi-light-cta{display:inline-block;padding:1rem 2rem;background:#fc865a;color:#fff;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none}.epi-light-cta:hover{background:linear-gradient(135deg,#505462,#fc865a 60%,#f9b469);color:#fbf3bf;transform:translateY(-2px);box-shadow:0 10px 20px #fc865a4d}.epi-light-right{flex:1;display:flex;flex-direction:column;align-items:center}.epi-visual-frame{width:100%;max-width:450px;height:450px;border-radius:50%;overflow:hidden;position:relative;box-shadow:0 20px 50px #00000014,inset 0 0 0 8px #fffc;background:#fff}.epi-light-video-img{width:100%;height:100%;object-fit:cover;object-position:center;animation:gentleBreathe 8s infinite alternate ease-in-out}@keyframes gentleBreathe{0%{transform:scale(1)}to{transform:scale(1.05)}}.epi-light-insight-box{margin-top:-30px;padding:1.5rem 2rem;background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000000f;border:1px solid rgba(43,22,16,.05);z-index:10;position:relative;max-width:400px;text-align:center}.epi-light-insight{font-size:.95rem;line-height:1.5;color:#3b3e48;margin:0;transition:opacity .3s ease}.epi-light-insight.fade{opacity:0}.epi-slide-title{display:none;font-size:1.15rem;font-weight:700;color:#3b3e48;margin-bottom:.5rem}.epi-slider-nav{display:none;align-items:center;justify-content:center;gap:1rem;width:100%;margin-top:1.25rem}.epi-nav-arrow{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid rgba(43,22,16,.15);background:#fff;color:#3b3e48;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease,border-color .2s ease}.epi-nav-arrow:active{transform:scale(.92);border-color:#f9b46999}.epi-dots{display:flex;align-items:center;gap:.5rem}.epi-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#2b161033;cursor:pointer;transition:width .25s ease,background .25s ease}.epi-dot.active{width:22px;border-radius:4px;background:linear-gradient(135deg,#fc865a,#f9b469)}.problem-section{position:relative;width:100%;background:linear-gradient(180deg,#fff,#505462 15% 100%);color:#fff;overflow:hidden;padding-top:10rem}.problem-frame-1{max-width:1200px;margin:0 auto;display:flex;gap:4rem;padding:0 5rem 1rem;position:relative;z-index:10}.prob-left{flex:1;position:relative}.prob-eyebrow-wrap{position:relative;display:inline-block;margin-bottom:2rem}.prob-eyebrow{font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;position:relative;z-index:2;padding:.5rem 1rem}.prob-scribble{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:140%;z-index:1}.prob-title{font-size:3.5rem;font-weight:400;line-height:1.1;margin-bottom:1.5rem}.prob-title .italic-text{font-family:Satoshi,sans-serif;font-style:italic;font-weight:300}.prob-desc{font-size:1.05rem;line-height:1.6;opacity:.8;max-width:480px}.prob-dna-icon{position:absolute;top:-20px;right:0;width:80px;opacity:.4}.prob-right{flex:1.2;display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}.prob-card{border:1px solid rgba(249,180,105,.6);border-radius:20px;padding:1.5rem 2rem;font-size:.95rem;line-height:1.5;background:#ffffff08;backdrop-filter:blur(5px);width:85%;transition:all .4s ease;cursor:pointer;animation:floatCard 6s ease-in-out infinite}@keyframes floatCard{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}.prob-card:nth-child(2){animation-delay:-1.5s}.prob-card:nth-child(3){animation-delay:-3s}.prob-card:nth-child(4){animation-delay:-4.5s}.prob-card:hover{background:linear-gradient(135deg,#f9b469,#fc865a);border-color:transparent;box-shadow:0 10px 30px #fc865a66}.prob-card strong{font-weight:700;color:#fff}.prob-card:hover strong,.prob-card:hover{color:#3b3e48}.prob-card.offset-right{align-self:flex-end}.problem-frame-2{position:relative;width:100%;margin-top:0;display:flex;justify-content:center;align-items:center}.prob-bottles-bg{width:100%;height:auto;object-fit:cover;display:block;opacity:.9}.prob-routine-box{position:absolute;text-align:center;z-index:10}.prob-routine-title-wrap{position:relative;display:inline-block;margin-bottom:1.5rem}.prob-routine-title{font-size:2rem;font-weight:400;letter-spacing:.05em;padding:.5rem 2rem;margin:0}.prob-routine-scribble{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;height:130%}.prob-routine-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem;font-weight:300}.prob-routine-list li{display:flex;align-items:center;justify-content:center;gap:.5rem;animation:text-float 5s ease-in-out infinite}.prob-routine-list li:nth-child(1){animation-delay:0s}.prob-routine-list li:nth-child(2){animation-delay:1.5s}.prob-routine-list li:nth-child(3){animation-delay:3s}@keyframes text-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cross{font-weight:300}.underline{position:relative;display:inline-block}.underline:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:4px;background:url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 100 10" xmlns="http://www.w3.org/2000/svg"><path d="M0 6 C 20 2, 40 8, 60 4 C 80 0, 100 6, 100 4" stroke="white" stroke-width="1.5" fill="none" stroke-linecap="round"/></svg>') no-repeat;background-size:100% 100%}.prob-animate{opacity:0;transform:translateY(100px);transition:all 1s cubic-bezier(.25,1,.5,1)}.prob-visible{opacity:1;transform:translateY(0)}.approach-section{position:relative;width:100%;overflow:hidden;min-height:750px;padding:6rem 0 3rem;color:#3b3e48;background:linear-gradient(180deg,#505462 0% 15%,#766b72 35%,#ad756a 55%,#f0845a 85% 100%)}.approach-container{max-width:1300px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;position:relative;z-index:10}.appr-fog-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden;filter:blur(90px);opacity:.85}.appr-blob{position:absolute;border-radius:50%;will-change:transform}.appr-blob-1{width:70vw;height:70vw;background:#f9b469;top:-20%;left:-10%;opacity:.9;animation:apprBlob1 14s ease-in-out infinite alternate}.appr-blob-2{width:55vw;height:55vw;background:#fc865a;bottom:-30%;right:-10%;opacity:.85;animation:apprBlob2 18s ease-in-out infinite alternate}.appr-blob-3{width:45vw;height:45vw;background:#e67a53;top:30%;left:30%;opacity:.7;animation:apprBlob3 11s ease-in-out infinite alternate}@keyframes apprBlob1{0%{transform:translate(0)}to{transform:translate(8vw,5vh)}}@keyframes apprBlob2{0%{transform:translate(0)}to{transform:translate(-6vw,-8vh)}}@keyframes apprBlob3{0%{transform:translate(0) scale(1)}to{transform:translate(-5vw,6vh) scale(1.15)}}@keyframes floatPill{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-22px) rotate(8deg)}}.appr-left{flex:1;position:relative;z-index:2}.appr-title{font-size:2.5rem;font-weight:300;letter-spacing:.05em;margin-bottom:1.5rem;color:#3b3e48}.appr-desc{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;font-weight:500;color:#3b3e48}.appr-card{padding:1.5rem;font-size:1.1rem;line-height:1.5;display:inline-block;color:#3b3e48;background:transparent;border:1px solid rgba(43,22,16,.4);border-radius:15px}.appr-card strong{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;display:inline-block}.appr-right{position:absolute;right:0;top:-5%;transform:translateY(0);width:48vw;max-width:750px;z-index:5;display:flex;justify-content:flex-end}.appr-hand-img{width:100%;height:auto;object-fit:contain;object-position:right center}.appr-pill{position:absolute;pointer-events:none;z-index:6;animation:floatPill 7s ease-in-out infinite}.appr-pill-1{width:55px;top:45%;left:56%;animation-delay:0s;opacity:.95}.appr-pill-2{width:40px;top:55%;left:48%;animation-delay:.8s;opacity:.9}.appr-pill-3{width:45px;top:65%;left:34%;animation-delay:1.6s;opacity:.88}.appr-pill-4{width:38px;top:58%;left:60%;animation-delay:1.2s;opacity:.85}.appr-pill-5{width:72px;top:75%;left:12%;animation-delay:.4s;opacity:.95}.appr-pill-6{width:42px;top:80%;left:40%;animation-delay:2s;opacity:.9}.appr-pill-7{width:38px;top:70%;left:62%;animation-delay:1.2s;opacity:.88}.appr-pill-dna{width:90px;top:45%;left:78%;animation-delay:.6s;opacity:.5;transform:rotate(10deg)}.standards-section{position:relative;width:100%;padding:6rem 5rem;color:#3b3e48;background:#fff;border-radius:80px 80px 0 0;margin-top:-60px;z-index:10;box-shadow:0 -25px 50px #fffc,0 -10px 20px #fff}.standards-container{position:relative;max-width:1200px;margin:0 auto;z-index:10}.std-header{text-align:center;margin-bottom:4rem}.std-eyebrow-wrap{position:relative;display:inline-block;margin-bottom:1rem}.std-eyebrow{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;position:relative;z-index:2;padding:.5rem 1.2rem}.std-scribble-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140%;height:160%;pointer-events:none;z-index:1}.epi-left .std-scribble-line,.hiw-header .std-scribble-line{width:110%;height:130%;top:35%}.std-title{font-size:3rem;font-weight:400;line-height:1.2}.std-title .italic-text{font-family:Satoshi,sans-serif;font-style:italic;font-weight:300}.std-dna-icon{position:absolute;top:15%;left:15%;width:100px;pointer-events:none}.std-cell-icon{position:absolute;top:50px;left:100px;width:120px;opacity:.6;animation:floatPill 6s ease-in-out infinite alternate}.std-pill-1{width:35px;top:10%;right:15%;animation-delay:.3s}.std-pill-2{width:45px;top:30%;left:8%;animation-delay:1.1s}.std-pill-3{width:50px;bottom:20%;right:10%;animation-delay:.7s}.std-pill-4{width:55px;bottom:10%;left:12%;animation-delay:2.2s}.hiw-float-aff-cell{position:absolute;left:-5%;top:20%;width:70px;opacity:.6;animation:float-slow 8s ease-in-out infinite}.std-large-pill-left{position:absolute;top:10%;left:20%;width:140px;opacity:.9;animation:floatPill 8s ease-in-out infinite alternate;animation-delay:1.2s}.std-small-pill-left{position:absolute;top:-2%;left:12%;width:50px;opacity:.8;animation:floatPill 5s ease-in-out infinite alternate;animation-delay:.5s}.std-float-right{position:absolute;bottom:5%;right:5%;width:100px;opacity:.7;animation:floatPill 6s ease-in-out infinite alternate;animation-delay:1.5s}.std-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:5rem}.std-card{background:#fff;border:1px solid rgba(43,22,16,.15);border-radius:20px;padding:3rem 2.5rem;transition:all .4s ease;cursor:pointer}.std-card:hover{box-shadow:0 15px 40px #00000014,0 0 20px #fc865a26;transform:translateY(-5px) scale(1.02);border-color:#fc865a66}.std-card h4{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.std-card p{font-size:1rem;line-height:1.6;opacity:.8}.std-card:hover{background:linear-gradient(135deg,#f9b469,#fc865a);border-color:transparent;color:#3b3e48;box-shadow:0 10px 30px #fc865a33}.std-card:hover p{opacity:.9}.std-disclaimer-wrap{text-align:center;max-width:600px;margin:0 auto}.disclaimer-title-wrap{position:relative;display:inline-block;margin-bottom:2rem}.disclaimer-title{font-size:1rem;font-weight:600;padding:.5rem 1rem}.disclaimer-scribble{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:120%;pointer-events:none}.disclaimer-arrow{position:absolute;top:60%;right:-25px;width:20px;height:30px;pointer-events:none}.disclaimer-text{font-size:.75rem;line-height:1.5;opacity:.6}.faq-cta-section{position:relative;width:100%;padding:12rem 5rem;overflow:hidden;background:linear-gradient(180deg,#fff,#505462 20%,#686d80,#d4d1d1 80%,#fff);color:#f6f6f6}.faq-container{position:relative;z-index:10}.faq-static-blobs{position:absolute;top:30%;left:10%;width:80%;height:50%;background:radial-gradient(circle at 20% 50%,rgba(252,134,90,.15) 0%,transparent 40%),radial-gradient(circle at 80% 50%,rgba(249,180,105,.15) 0%,transparent 40%);filter:blur(80px);z-index:0;pointer-events:none}.faq-bg-blob{position:absolute;top:-10%;right:-20%;width:80%;height:120%;background:radial-gradient(circle,#FC865A 0%,#F9B469 40%,#F6F6F6 80%,transparent 100%);filter:blur(120px);opacity:.6;animation:faqBlobFloat 12s ease-in-out infinite alternate;pointer-events:none;z-index:0}@keyframes faqBlobFloat{0%{transform:translate(0) scale(1)}to{transform:translate(-5%,5%) scale(1.05)}}.faq-container{position:relative;z-index:10;max-width:800px;margin:0 auto 10rem}.faq-header{text-align:center;position:relative;margin-bottom:3rem}.faq-doodle-icon{position:absolute;top:-40px;left:0;width:60px;opacity:.6}.faq-title{font-size:3rem;font-weight:400;margin-bottom:1rem;letter-spacing:.05em}.faq-view-all{position:relative;display:inline-flex;align-items:center}.faq-arrow{position:absolute;left:-35px;top:50%;transform:translateY(-50%);width:25px;height:auto;opacity:0;transition:opacity .3s}.faq-view-all:hover .faq-arrow{opacity:1}.faq-link{display:inline-block}.btn-faq{background:#ffffff0d;border:1px solid rgba(246,246,246,.3);backdrop-filter:blur(10px);color:#f6f6f6;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease}.btn-faq:hover{background:linear-gradient(135deg,#505462,#fc865a 60%,#f9b469);border-color:transparent;color:#fbf3bf}.faq-link{display:inline-block;color:#f6f6f6;border-color:#f6f6f680;font-size:.9rem;padding:.5rem 1.5rem}.faq-link:hover{background:linear-gradient(135deg,#505462,#fc865a 60%,#f9b469);border-color:transparent;color:#fbf3bf}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid rgba(246,246,246,.3);border-radius:40px;overflow:hidden;background:#ffffff0d;backdrop-filter:blur(10px);transition:all .3s ease}.faq-item.active,.faq-item:hover{background:#ffffff40;border-color:#f6f6f699}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:none;border:none;color:#f6f6f6;font-size:1.1rem;font-weight:500;cursor:pointer;text-align:left}.faq-icon{font-size:1.5rem;font-weight:300;transition:transform .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer p{padding:0 2rem 1.5rem;font-size:.95rem;line-height:1.6;color:#f6f6f6cc;margin:0}.cta-bottom-container{position:relative;z-index:10;text-align:center;max-width:600px;margin:0 auto;color:#3b3e48}.cta-eyebrow{font-family:Satoshi,sans-serif;font-style:italic;font-size:1.2rem;color:#3b3e48;opacity:.8;margin-bottom:1rem;display:block}.cta-headline{font-size:3.5rem;font-weight:400;line-height:1.1;margin-bottom:1.5rem}.cta-sub{font-size:1.1rem;color:#3b3e48;opacity:.8;margin-bottom:2.5rem}.cta-buttons{display:flex;justify-content:center;gap:1rem}.btn-primary{background:linear-gradient(135deg,#f9b469,#fc865a);color:#3b3e48;text-decoration:none;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;box-shadow:0 10px 20px #fc865a4d;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 25px #fc865a66}.btn-secondary{background:transparent;border:1px solid rgba(43,22,16,.2);color:#3b3e48;text-decoration:none;padding:1rem 2rem;border-radius:50px;font-weight:500;font-size:1rem;transition:all .3s ease}.btn-secondary:hover{background:#2b16100d}.faq-float{position:absolute;pointer-events:none;z-index:5;animation:floatPill 8s ease-in-out infinite alternate}.faq-micro-top-right{top:5%;right:5%;width:120px;opacity:.7;animation-delay:1.5s}.orbit-container{position:absolute;top:calc(50% + 50px);left:50%;width:0;height:0;pointer-events:none;z-index:1}@keyframes orbit-ellipse{0%{offset-distance:0%}to{offset-distance:100%}}.faq-float[class*=cta-pill]{position:absolute;top:-25px;left:-25px;offset-path:path("M 0 -250 A 450 250 0 0 1 0 250 A 450 250 0 0 1 0 -250");offset-rotate:0deg;animation-name:orbit-ellipse,floatPill;animation-duration:40s,8s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,alternate}.cta-pill-1{animation-delay:-0s,-1s;width:45px;opacity:.9}.cta-pill-2{animation-delay:-4s,-3s;width:55px;opacity:.85;filter:blur(1px)}.cta-pill-3{animation-delay:-8s,-5s;width:35px;opacity:.9}.cta-pill-4{animation-delay:-12s,-7s;width:45px;opacity:.8}.cta-pill-5{animation-delay:-16s,-2s;width:50px;opacity:.95}.cta-pill-6{animation-delay:-20s,-6s;width:60px;opacity:.9}.cta-pill-7{animation-delay:-24s,-4s;width:40px;opacity:.85}.cta-pill-8{animation-delay:-28s,-8s;width:45px;opacity:.9}.cta-pill-9{animation-delay:-32s,-1.5s;width:35px;opacity:.8;filter:blur(1px)}.cta-pill-10{animation-delay:-36s,-5.5s;width:50px;opacity:.85}.faq-dna-new-1{width:140px;top:10%;left:0%;opacity:.2;transform:rotate(-20deg);animation-delay:1s}.faq-dna-new-2{width:160px;top:45%;right:5%;opacity:.15;transform:rotate(15deg);animation-delay:0s}.site-footer{background-color:#fff;color:#3b3e48;padding:6rem 5rem 2rem;font-family:Inter,sans-serif}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.brand-col{flex:2;min-width:300px}.footer-logo{height:35px;width:auto;margin-bottom:1.5rem}.footer-desc{font-size:.85rem;line-height:1.5;opacity:.8}.links-col{flex:1;min-width:150px}.footer-heading{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;color:#3b3e48}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-links a{text-decoration:none;color:#3b3e48;font-size:.85rem;opacity:.7;transition:opacity .3s}.footer-links a:hover{opacity:1}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(43,22,16,.2);padding-top:2rem;font-size:.75rem;opacity:.7}@media(max-width:768px){.footer-top{flex-direction:column}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}}.bg-bubble{position:absolute;width:600px;height:600px;background:#fff6;border-radius:50%;filter:blur(80px);z-index:-1;pointer-events:none;animation:floatLargeBubble 20s infinite ease-in-out alternate}@keyframes floatLargeBubble{0%{transform:translate(0) scale(1)}50%{transform:translate(200px,100px) scale(1.2)}to{transform:translate(-100px,200px) scale(.9)}}html,body.affiliates-page{background:linear-gradient(135deg,#fc865a,#f9b469)!important;background-attachment:fixed!important;height:auto!important;min-height:100vh!important;overflow-x:hidden}body.affiliates-page{position:relative;z-index:0}.affiliates-hero{position:relative;padding:100px 5rem;height:90vh;display:flex;align-items:center;justify-content:space-between;gap:4rem;background:transparent;border-radius:0 0 80px 80px}.affiliates-hero .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/img/Fondo-nueva-web.webp);background-size:cover;background-position:center top;opacity:.8;z-index:1}.hero-content-aff{position:relative;z-index:10;max-width:600px;color:#3b3e48}.hero-subtitle{font-size:.9rem;font-weight:600;letter-spacing:2px;color:#3b3e48;text-transform:uppercase;display:block;margin-bottom:1rem}.hero-title-aff{font-size:3.2rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-title-aff em{font-style:italic;font-weight:400}.hero-desc-aff{font-size:1.1rem;line-height:1.5;margin-bottom:2.5rem;opacity:.9}.hero-buttons-aff{display:flex;gap:1rem}.hero-image-aff{position:absolute;right:0;top:0;width:55%;max-width:700px;z-index:10;display:flex;justify-content:flex-end;pointer-events:none}.hero-image-aff img{width:100%;height:auto;object-fit:contain;mask-image:linear-gradient(to bottom,#000 80%,#0000);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%)}.btn-dark{background-color:#3b3e48;color:#fff;padding:.8rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:opacity .3s}.btn-dark:hover{opacity:.8}.btn-outline-dark{background-color:transparent;color:#3b3e48;padding:.8rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;border:1px solid #3B3E48;transition:background-color .3s,color .3s}.btn-outline-dark:hover{background-color:#3b3e48;color:#fff}.why-partner{padding:100px 5rem;text-align:center;background:transparent}.section-title{font-size:2.5rem;font-weight:700;color:#3b3e48;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:#3b3e48;margin-bottom:4rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:3rem 2rem;border-radius:30px;box-shadow:0 10px 40px #0000000d;border:1px solid rgba(255,255,255,.5);text-align:left;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;position:relative;overflow:hidden;z-index:1}.benefit-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#f9b469,#fc865a);z-index:-1;opacity:0;transition:opacity .3s ease}.benefit-card.visible{animation:fadeUp .8s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#3b3e48}.benefit-card:hover:before{opacity:1}.benefit-card h3,.benefit-card p{transition:color .3s ease}.benefit-card:hover h3,.benefit-card:hover p{color:#fff}.benefit-card .icon{margin-bottom:1.5rem;overflow:hidden;width:28px;display:inline-block}.benefit-card .icon img{width:28px;height:auto;transform:translate(-28px);filter:drop-shadow(28px 0 0 #3B3E48)}.benefit-card h3{font-size:1.3rem;font-weight:600;color:#3b3e48;margin-bottom:1rem}.benefit-card p{font-size:1rem;color:#3b3e48;line-height:1.5;opacity:.9}.how-it-works-aff{padding:100px 5rem;text-align:center;background:transparent}.how-it-works-aff .section-subtitle{color:#3b3e48}.how-it-works-aff .section-subtitle a{color:#3b3e48;text-decoration:underline;font-weight:600}.slider-wrapper{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1000px;margin:4rem auto 0}.slider-btn{background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);border-radius:50%;width:50px;height:50px;font-size:1.5rem;cursor:pointer;color:#3b3e48;transition:background .3s,transform .2s;display:flex;align-items:center;justify-content:center;z-index:5}.slider-btn:hover{background:#ffffff80;transform:scale(1.05)}.timeline-container{display:flex;justify-content:space-between;align-items:flex-start;flex:1;position:relative}.timeline-step{position:relative;z-index:2;flex:1;padding:0 1rem;transition:transform .5s ease,opacity .5s ease}.timeline-step:after{content:"";position:absolute;top:30px;left:calc(50% + 40px);width:calc(100% - 80px);height:2px;background:repeating-linear-gradient(to right,#3B3E48 0,#3B3E48 5px,transparent 5px,transparent 10px);z-index:-1;opacity:.3}.timeline-step:last-child:after{display:none}.timeline-step.active .step-circle{background:linear-gradient(135deg,#fc865a,#f9b469);color:#fff;border-color:#3b3e48;transform:scale(1.1);box-shadow:0 4px 15px #fc865a66}.step-circle{width:60px;height:60px;border-radius:50%;border:1px solid #3B3E48;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:#ffffff4d;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);font-size:1.1rem;font-weight:500;font-family:Satoshi,sans-serif;transition:all .3s ease}.timeline-step h3{font-size:1.5rem;font-family:Satoshi,sans-serif;font-weight:300;font-style:italic;color:#3b3e48;margin-bottom:.5rem}.timeline-step p{font-size:.9rem;color:#3b3e48;opacity:.9;line-height:1.4}.who-is-this-for{display:flex;justify-content:space-between;align-items:center;padding:60px 5rem;background:linear-gradient(135deg,#505462,#3b3e48)!important;color:#fff;position:relative;gap:2rem;border-radius:60px;margin:0 2rem}.who-content{flex:1;position:relative;z-index:2}.who-content p{font-size:1.1rem;color:#ffffffe6;line-height:1.6;margin-bottom:3rem}.checkmark-list{list-style:none;padding:0}.checkmark-list li{font-size:1.1rem;color:#3b3e48;margin-bottom:1.5rem;display:flex;align-items:center;font-weight:500}.check-icon{margin-right:15px;flex-shrink:0}.who-image{flex:1;display:flex;justify-content:center}.who-image img{max-width:100%;height:auto;z-index:2;position:relative}.who-cta-side{flex:1;max-width:400px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.cta-circle-wrap{position:relative;width:320px;height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.hand-drawn-circle{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.cta-circle-content{position:relative;z-index:2;padding:2rem}.cta-circle-content h4{font-size:1.8rem;color:#ffd166;margin-bottom:15px}.cta-circle-content p{font-size:.95rem;color:#ffffffe6;line-height:1.5}.hand-drawn-arrow{width:40px;height:40px;margin-bottom:1rem;transform:rotate(15deg)}.apply-btn{width:100%;max-width:250px;margin-bottom:3rem}.questions-contact{position:relative;display:inline-block}.questions-contact p{font-size:.8rem;letter-spacing:1px;color:#3b3e48;text-transform:uppercase;font-weight:600;margin:0}.hand-drawn-underline{position:absolute;bottom:-10px;left:0;width:100%;height:10px}.hiw-float-aff-cell{position:absolute;left:-5%;top:20%;width:70px;opacity:.6;z-index:5}.hiw-float-aff-dna{position:absolute;right:8%;top:30%;width:60px;opacity:.5;z-index:5}.hiw-float-aff-cycle{position:absolute;left:-2%;bottom:15%;width:80px;opacity:.7;z-index:5}.faq-section{padding:100px 5rem;background:transparent;text-align:center}.faq-float-aff-dna{position:absolute;left:5%;top:50%;transform:translateY(-50%);width:80px;opacity:.6;z-index:5}.faq-float-aff-cell{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:80px;opacity:.6;z-index:5}.faq-accordion{max-width:800px;margin:3rem auto 0;text-align:left}.faq-item{background:transparent;border:1px solid rgba(43,22,16,.2);border-radius:50px;margin-bottom:1rem;overflow:hidden}.faq-item summary{padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;color:#3b3e48;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item .toggle-icon{font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-item[open] .toggle-icon{transform:rotate(45deg)}.faq-content{padding:0 2rem 1.5rem;color:#3b3e48;line-height:1.6}.bottom-cta-aff{position:relative;padding:180px 2rem 120px;text-align:center;background:transparent;overflow:visible}.bottom-cta-aff:before{content:"";position:absolute;bottom:0;left:0;width:100%;top:50px;background-color:#505462;border-radius:50% 50% 0 0/250px 250px 0 0;z-index:-2}.cta-bg-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1600px;height:600px;background:radial-gradient(ellipse at center,rgba(252,134,90,.5) 0%,rgba(249,180,105,.25) 40%,transparent 70%);border-radius:50%;z-index:0;opacity:1;filter:blur(80px);mix-blend-mode:screen}.hand-left{position:absolute;left:-2%;top:50%;transform:translateY(-50%);height:100%;z-index:1;object-fit:contain;animation:floatHandLeft 4s infinite ease-in-out alternate}.hand-right{position:absolute;right:-2%;top:50%;transform:translateY(-50%);height:100%;z-index:1;object-fit:contain;animation:floatHandRight 4s infinite ease-in-out alternate}@keyframes floatHandLeft{0%{transform:translateY(-50%) translate(0) rotate(0)}to{transform:translateY(-50%) translate(15px) rotate(5deg)}}@keyframes floatHandRight{0%{transform:translateY(-50%) translate(0) rotate(0)}to{transform:translateY(-50%) translate(-15px) rotate(-5deg)}}.cta-content{position:relative;z-index:10;max-width:600px;margin:0 auto}.cta-content h2{font-size:3rem;font-weight:700;color:#3b3e48;margin-bottom:1.5rem;line-height:1.1}.cta-content p{font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6;color:#3b3e48}.bottom-cta-aff .cta-content h2{color:#3b3e48}.btn-cta-outline{background-color:transparent;color:#3b3e48;padding:.8rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;border:2px solid #3B3E48;transition:all .3s ease}.btn-cta-outline:hover{background:linear-gradient(90deg,#f9b469,#fc865a);color:#fff;border-color:transparent}@media(max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}.timeline-container{flex-direction:column;align-items:center;gap:2rem}.slider-wrapper .timeline-step:after{display:none;content:none}.timeline-line{display:none}.who-is-this-for{flex-direction:column;gap:3rem;padding:60px 2rem}.who-content{padding-right:0}}@media(max-width:768px){.affiliates-hero{padding:100px 2rem}.benefits-grid{grid-template-columns:1fr}.hero-title-aff{font-size:3rem}.hand-left,.hand-right{opacity:.3}}.core-hero{position:relative;padding:12rem 5vw 14rem;color:#3b3e48;overflow:hidden;z-index:1}.core-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fff9f2,#f9b469,#fc865a);opacity:1;z-index:-1}.core-hero-content{max-width:800px;margin:0 auto}.core-eyebrow{font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:1rem}.core-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.core-subtitle{font-size:1.2rem;margin-bottom:2rem}.core-price{font-size:1rem;margin-bottom:3rem}.core-price .price-amount{font-size:1.5rem;font-weight:700;text-decoration:underline}.core-buttons{display:flex;gap:1.5rem}.core-features{background:#fff;border-radius:90px 90px 0 0;padding:5rem 5vw 3rem;margin:-90px 0 0;position:relative;z-index:2}.core-features-container{max-width:1000px;margin:0 auto;text-align:center}.features-eyebrow{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:#888;display:block;margin-bottom:1rem}.features-title{font-size:2.5rem;margin-bottom:4rem;color:#3b3e48}.features-grid{display:flex;justify-content:center;gap:4rem;text-align:left;flex-wrap:wrap}.features-list{list-style:none;padding:0;margin:0}.features-list li{margin-bottom:1.5rem;display:flex;align-items:center;gap:10px;font-size:1.1rem;padding:.8rem;border-radius:12px;transition:all .3s ease}.features-list li:hover{transform:scale(1.05);background:linear-gradient(135deg,#fc865a0d,#f9b46926);box-shadow:0 4px 15px #f9b4691a}.choose-formula{padding:5rem 5vw;color:#3b3e48}.choose-formula-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.choose-text{max-width:600px}.formula-nav{display:flex;align-items:center;gap:1rem}.formula-nav span{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em}.formula-carousel{display:flex;gap:2rem;overflow-x:auto;padding-bottom:2rem;max-width:1200px;margin:0 auto;scrollbar-width:none}.formula-carousel::-webkit-scrollbar{display:none}.formula-card{min-width:240px;flex:0 0 auto;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 15px 30px #0000000d}.formula-img-container{height:180px;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden}.formula-img{max-height:80%;max-width:80%;object-fit:contain}.formula-content{padding:1.5rem;background:#fdf3cd;color:#3b3e48}.formula-tag{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:.5rem;background:#fff6;padding:.3rem .8rem;border-radius:20px;width:fit-content}.formula-content h3{font-size:1.3rem;margin-bottom:.8rem}.formula-details{margin:1rem 0;border-top:1px solid rgba(59,62,72,.15);border-bottom:1px solid rgba(59,62,72,.15);padding:.8rem 0}.detail-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.5rem}.detail-icons{display:flex;gap:1rem;font-size:.8rem;opacity:.8}.formula-action{display:flex;justify-content:space-between;align-items:center;font-weight:600}.formula-action a{color:#3b3e48;text-decoration:none}.how-it-works-core .timeline-step{flex:1;min-width:200px;margin:0 1rem}.how-it-works-core .timeline-container{display:flex;justify-content:space-between;max-width:1000px;margin:0 auto}.formula-card{min-width:330px;width:330px;flex:0 0 auto;border-radius:20px;overflow:hidden;background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 20px #0000001a;display:flex;flex-direction:column}.formula-img-wrapper{position:relative;width:100%;height:240px}.formula-img-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(255,255,255,1) 0%,transparent 100%);pointer-events:none}.formula-img-new{width:100%;height:100%;object-fit:cover;object-position:center top}.formula-overlay-text{position:absolute;bottom:15px;left:20px;right:20px;z-index:2;color:#fff}.formula-tag-pill{background:#faf6f0;color:#3b3e48;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;display:inline-block;margin-bottom:.5rem}.formula-overlay-title{font-size:1.4rem;font-weight:700;margin:0;line-height:1.2;color:#3b3e48}.formula-content-new{padding:1.5rem 1.5rem 2rem;color:#3b3e48;display:flex;flex-direction:column;flex:1}.formula-desc-new{font-size:.95rem;line-height:1.4;margin-bottom:1rem}.formula-divider-new{height:1px;background:#3b3e48;opacity:.3;margin-bottom:1.5rem}.formula-biomarkers-title{font-family:Satoshi,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.formula-biomarkers-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2rem}.formula-biomarkers-list span{border:1px solid #3B3E48;border-radius:20px;padding:.3rem .8rem;font-size:.8rem}.formula-price-new{margin-bottom:1.5rem;margin-top:auto}.price-bold{font-size:1.4rem;font-weight:700}.price-light{font-size:.9rem;opacity:.8}.formula-buttons-new{display:flex;gap:10px}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-toggle{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:4px;color:#3b3e48;font-size:.9rem;font-weight:500;letter-spacing:.01em;opacity:.8;transition:opacity .2s}.nav-dropdown-toggle:hover{opacity:1}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:#fffffff2;min-width:200px;box-shadow:0 8px 16px #0000001a;z-index:1000;border-radius:12px;padding:10px 0;text-align:left}.nav-dropdown-menu a{color:#3b3e48!important;padding:10px 20px!important;text-decoration:none!important;display:block!important;font-size:.95rem!important;text-transform:capitalize!important;font-weight:500!important;margin:0!important}.nav-dropdown-menu a:hover{background-color:#fc865a1a!important;color:#fc865a!important}.nav-dropdown:hover .nav-dropdown-menu{display:block}@media(max-width:768px){body{overflow-x:hidden}.section-title{font-size:2rem!important}.section-subtitle{font-size:1rem!important}.header{padding:10px 15px!important;flex-wrap:wrap;justify-content:space-between;height:auto!important}.logo-img{height:25px!important}.nav-left{display:none!important}.nav-right{display:flex!important;transform:none!important}.hero-container{min-height:70vh!important;padding:100px 20px 40px!important}.hero-title{font-size:2.5rem!important;line-height:1.2!important}.hero-buttons{flex-direction:column;gap:15px;width:100%;align-items:center}.btn-primary,.btn-outline{width:100%;justify-content:center}.eet-grid,.pricing-cards-grid,.reviews-grid{grid-template-columns:1fr!important;gap:20px!important;padding:0 15px!important}.hiw-container{flex-direction:column!important;height:auto!important;padding:40px 15px!important;gap:0rem!important}.hiw-left{width:100%!important;height:300px!important;margin-bottom:30px}.hiw-right{width:100%!important;height:auto!important;padding:0!important}.hiw-step{position:relative!important;transform:none!important;margin-bottom:30px}.acc-cards-wrapper{flex-direction:column!important;height:auto!important;gap:15px!important}.acc-card{width:100%!important;height:300px!important}.acc-card.expanded{width:100%!important;height:400px!important}html,body{overflow-x:hidden!important}.horizontal-scroll-section{height:auto!important;overflow:visible!important}.horizontal-sticky-wrapper{position:static!important;height:auto!important;top:auto!important;overflow:visible!important;display:block!important;padding:0!important}.horizontal-cards-track{flex-direction:column!important;transform:none!important;width:100%!important;gap:2.5rem!important;padding:0!important}.cinematic-card{width:100%!important;max-width:100%!important;flex-shrink:1!important}.cinematic-card-inner{flex-direction:column!important;padding:2.5rem 1.5rem!important;gap:1.5rem!important;min-height:0!important;text-align:center!important;align-items:center!important}.nav-arrow,.mini-guide-container{display:none!important}.expanded-left{width:100%!important;max-width:100%!important;align-items:center!important;text-align:center!important}.badge-tag{align-self:center!important;margin:0 auto!important}.best-for-container{text-align:center!important}.bullet-list{display:inline-block!important;text-align:left!important;margin:0 auto!important}.button-group{flex-direction:column!important;gap:.75rem!important;width:100%!important;align-items:center!important;margin-top:.5rem!important}.button-group a{width:100%!important;max-width:320px!important;text-align:center!important}.expanded-title{font-size:1.15rem!important}.expanded-right{width:100%!important;display:flex!important;justify-content:center!important}.pod-image{width:100%!important;max-width:100%!important;max-height:320px!important;object-fit:cover!important;border-radius:20px!important}.footer-container{flex-direction:column!important;padding:40px 20px!important;gap:30px!important}.footer-top{flex-direction:column!important}.footer-col{width:100%!important}.brand-col{min-width:0!important;flex:1 1 auto!important}.features-section{height:auto!important}.features-sticky{position:static!important;height:auto!important;padding:2rem 1.25rem!important}.features-container{flex-direction:column!important;height:auto!important;gap:1.25rem!important}.feature-box{flex:none!important;width:100%!important}.left-box{padding:2.5rem 1.75rem!important}.right-box{min-height:65vh!important}.stats-container{gap:.75rem!important;padding:1.75rem .75rem 2rem!important}.stat-number{font-size:2rem!important;margin-bottom:.15rem!important}.stat-label{font-size:.7rem!important;line-height:1.25!important;letter-spacing:.2px!important}.std-grid{grid-template-columns:1fr!important;gap:1.25rem!important;margin-bottom:3rem!important}.std-card{padding:2rem 1.75rem!important}.hiw-content{flex-direction:column!important;height:auto!important;gap:2.5rem!important}.how-it-works-section:not(.hiw-gsap) .hiw-content .hiw-sticky-wrapper{position:static!important}.hiw-content .hiw-sticky-wrapper{height:auto!important;flex-direction:column!important;gap:2.5rem!important}.hiw-content .hiw-left{display:none!important}.hiw-content .hiw-right{width:100%!important;flex:none!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;display:flex!important;flex-direction:column!important;gap:2.5rem!important}.hiw-step{flex-direction:column!important;transform:none!important;background:none!important;padding:0!important;align-items:center!important;text-align:center!important}.hiw-step-img{display:block!important;width:100%!important;aspect-ratio:4 / 5!important;max-height:50vh!important;object-fit:cover!important;border-radius:24px!important}.hiw-step-card{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.4rem!important;width:100%!important;box-sizing:border-box!important;background:#fff!important;border-radius:20px!important;padding:1.5rem!important;box-shadow:0 12px 30px #2b161014!important;margin-top:1.25rem!important}.hiw-step .step-text{align-items:center!important}.how-it-works-section:not(.hiw-gsap) .hiw-step{opacity:1!important}.hiw-gsap .hiw-content{height:380vh!important;display:block!important}.how-it-works-section{padding-bottom:1.5rem!important}.hiw-footer{margin-top:0!important;padding:0 5vw!important}.hiw-gsap .hiw-content .hiw-sticky-wrapper{height:100vh!important;display:block!important;position:relative;top:0!important}.hiw-gsap .hiw-content .hiw-right{position:relative!important;width:100%!important;height:100%!important;display:block!important}.hiw-gsap .hiw-step{position:absolute!important;inset:0!important;opacity:0;justify-content:center!important;padding:3vh 5vw!important;margin:0!important;gap:0!important}.hiw-gsap .hiw-step-img{width:100%!important;height:52vh!important;max-height:none!important;aspect-ratio:auto!important;object-fit:cover!important}.hiw-gsap .hiw-step-card{margin-top:1rem!important}.hiw-gsap .hiw-nav-dots{display:none!important}.epi-light-card{flex-direction:column!important;gap:1.5rem!important;padding:0!important;align-items:stretch!important;background:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:none!important;box-shadow:none!important}.epi-light-left,.epi-light-right{width:100%!important;flex:none!important}.epi-light-left{align-items:center!important;text-align:center!important}.epi-light-interactive{display:none!important}.epi-slide-title{display:block!important}.epi-slider-nav{display:flex!important}.pin-spacer{padding-bottom:0!important}}@media(max-width:1024px)and (min-width:769px){.section-title{font-size:2.5rem!important}.nav-left{display:none!important}.eet-grid,.pricing-cards-grid{grid-template-columns:repeat(2,1fr)!important}.hiw-left{width:40%!important}.hiw-right{width:60%!important;padding-left:20px!important}}.mobile-menu-btn,.mobile-menu{display:none}@media(max-width:1024px){.header{position:fixed;top:0;left:0;right:0;height:56px!important;padding:0 15px!important;flex-wrap:nowrap;transition:height .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,padding .3s ease;will-change:height}.header.scrolled{height:46px!important;box-shadow:0 6px 20px #0000001a}.logo-img{transition:height .25s ease}.header.scrolled .logo-img{height:20px!important}body{padding-top:56px}.mobile-menu-btn{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;margin-left:auto;z-index:40}.mobile-menu-btn span{width:24px;height:2px;background:#3b3e48;display:block;border-radius:2px;transition:transform .3s,opacity .3s}.mobile-menu-btn.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.is-open span:nth-child(2){opacity:0}.mobile-menu-btn.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:flex;flex-direction:column;position:fixed;top:56px;left:0;right:0;background:#f5f2ee;padding:1rem 1.5rem 1.5rem;gap:.25rem;transform:translateY(-130%);transition:transform .32s cubic-bezier(.16,1,.3,1);z-index:39;box-shadow:0 12px 24px #0000001f;max-height:85vh;overflow-y:auto}.mobile-menu.open{transform:translateY(0)}.mobile-menu a{color:#3b3e48;text-decoration:none;padding:.75rem .25rem;border-bottom:1px solid rgba(0,0,0,.08);font-weight:500;font-size:.95rem}.mobile-menu a:last-child{border-bottom:none}}.app-toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%,20px);background:var(--color-1, #505462);color:#fff;font-family:Satoshi,sans-serif;font-size:14px;font-weight:700;padding:14px 24px;border-radius:100px;box-shadow:0 10px 30px #0003;opacity:0;pointer-events:none;z-index:10000;transition:opacity .3s ease,transform .3s ease}.app-toast--show{opacity:1;transform:translate(-50%)}@media(prefers-reduced-motion:reduce){.app-toast{transition:none}}.left-title,.paths-title,.hiw-title,.prob-title,.cta-headline,.cycles-title,.std-title,.faq-title{font-size:3.5rem;line-height:1.1}.paths-intro,.hiw-intro,.cycles-intro,.cycles-content-text,.left-p2,.expanded-desc,.prob-desc{line-height:1.6}@media(max-width:768px){.left-title,.paths-title,.hiw-title,.prob-title,.cta-headline,.cycles-title,.std-title,.faq-title{font-size:2.4rem!important;line-height:1.15!important}}.cycles-slider{display:none}@media(max-width:768px){.cycles-tabs,.cycles-content{display:none!important}.cycles-slider{display:block!important;overflow:hidden;width:100%;margin-top:1.5rem}.cycles-slider-track{display:flex;gap:1rem;touch-action:pan-y;will-change:transform;align-items:stretch}.cycle-card{flex:0 0 100%;box-sizing:border-box;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px #2b16101a;display:flex;flex-direction:column;user-select:none}.cycle-card-media{position:relative;width:100%;height:42vh}.cycle-card-media img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.cycle-card-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#fc865a,#f9b469);color:#fff;font-weight:700;font-size:.85rem;padding:.4rem 1rem;border-radius:50px;box-shadow:0 6px 16px #fc865a59}.cycle-card-body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:.5rem}.cycle-card-sub{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fc865a}.cycle-card-title{font-size:1.4rem;font-weight:700;color:#3b3e48;margin:0}.cycle-card-text{font-size:.92rem;line-height:1.55;color:#3b3e48;opacity:.8;margin:.25rem 0 .5rem}.cycle-card-cta{align-self:flex-start;margin-top:.5rem;background:linear-gradient(135deg,#fc865a,#f9b469);color:#fff;font-weight:700;font-size:.9rem;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none}.cycles-slider-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.cycle-arrow{flex-shrink:0;width:42px;height:42px;border-radius:50%;border:1px solid rgba(43,22,16,.15);background:#fff;color:#3b3e48;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease}.cycle-arrow:active{transform:scale(.92)}.cycle-dots{display:flex;align-items:center;gap:.5rem}.cycle-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#2b161033;cursor:pointer;transition:width .25s ease,background .25s ease}.cycle-dot.active{width:22px;border-radius:4px;background:linear-gradient(135deg,#fc865a,#f9b469)}}@media(max-width:768px){.problem-frame-1{flex-direction:column!important;gap:2.2rem!important;padding:0 5vw 1rem!important}.prob-left,.prob-right{width:100%!important;flex:none!important}.prob-title{font-size:2.4rem!important;line-height:1.1!important;margin-bottom:1.1rem!important}.prob-desc{font-size:1rem!important;line-height:1.6!important;opacity:.75!important;max-width:none!important}.prob-right{position:relative!important;counter-reset:prob!important;padding-top:.5rem!important;gap:1.25rem!important}.prob-right:before{content:"";position:absolute;left:1.5rem;top:1.4rem;bottom:1.4rem;width:2px;background:linear-gradient(180deg,#fc865a99,#f9b4691a);z-index:0}.prob-card{position:relative!important;z-index:1!important;width:100%!important;align-self:stretch!important;box-sizing:border-box!important;counter-increment:prob!important;animation:none!important;transform:none!important;margin:0!important;padding:1.3rem 1.3rem 1.35rem 3.5rem!important;border:1px solid rgba(249,180,105,.35)!important;border-radius:16px!important;background:linear-gradient(135deg,#ffffff0f,#ffffff05)!important;backdrop-filter:blur(6px)!important;box-shadow:0 12px 26px -14px #00000080!important;font-size:.92rem!important;line-height:1.5!important;color:#ffffffb8!important}.prob-card.offset-right{align-self:stretch!important}.prob-card:before{content:counter(prob,decimal-leading-zero);position:absolute;left:.5rem;top:1.1rem;width:2rem;text-align:center;font-size:1.5rem;font-weight:800;line-height:1;letter-spacing:-.02em;background:linear-gradient(135deg,#f9b469,#fc865a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fc865a}.prob-card strong{display:block!important;color:#fff!important;font-size:1.02rem!important;font-weight:700!important;margin-bottom:.25rem!important;letter-spacing:.01em}}@media(max-width:768px){.floating-icon,.floating-particle,.std-float-left,.std-float-right,.prob-dna-icon,.cycles-icon-top,.cycles-icon-bottom{opacity:.12!important}}@media(max-width:768px){.cycles-section{border-radius:0!important;padding:10rem 1rem 6rem!important}.cycles-footer{margin-top:3rem!important}}@media(max-width:768px){.problem-frame-2{flex-direction:column-reverse!important;gap:1.5rem!important;padding:2rem 5vw 0!important}.prob-routine-box{position:static!important;width:100%!important}.prob-bottles-bg{border-radius:20px!important;opacity:1!important}.prob-routine-title{font-size:1.5rem!important}.prob-routine-list{font-size:1.1rem!important}}@media(max-width:768px){.approach-container.idx-x26{margin:1rem 4vw!important;padding:2rem 1.5rem!important}.idx-x29.idx-x29{font-size:1.9rem!important;line-height:1.1!important;margin-bottom:1.5rem!important}.appr-right{position:absolute!important;right:0!important;bottom:0!important;top:auto!important;width:55vw!important;max-width:250px!important;z-index:1!important}}@media(max-width:768px){.idx-x29.idx-x29{font-size:1.7rem!important}.appr-pill-1{top:80%!important;left:40%!important;width:42px!important}.appr-pill-2{top:90%!important;left:56%!important;width:34px!important}.appr-pill-3{top:94%!important;left:34%!important;width:38px!important}.appr-pill-4{top:84%!important;left:70%!important;width:32px!important}.appr-pill-5{top:96%!important;left:50%!important;width:52px!important}.appr-pill-6{top:88%!important;left:78%!important;width:34px!important}.appr-pill-7{top:82%!important;left:62%!important;width:30px!important}.appr-pill-dna{top:86%!important;left:26%!important;width:70px!important}}@media(max-width:768px){.prob-left{text-align:center!important}.prob-desc{margin-left:auto!important;margin-right:auto!important}.prob-card{text-align:left!important}.appr-right{top:56%!important;bottom:auto!important;right:-3%!important;width:58vw!important;max-width:250px!important;z-index:3!important}.appr-pill-1{top:60%!important;left:44%!important;width:40px!important}.appr-pill-2{top:72%!important;left:60%!important;width:32px!important}.appr-pill-3{top:80%!important;left:38%!important;width:36px!important}.appr-pill-4{top:64%!important;left:74%!important;width:30px!important}.appr-pill-5{top:84%!important;left:55%!important;width:48px!important}.appr-pill-6{top:70%!important;left:84%!important;width:32px!important}.appr-pill-7{top:58%!important;left:66%!important;width:28px!important}.appr-pill-dna{top:76%!important;left:26%!important;width:64px!important}}@media(max-width:768px){.appr-right{top:63%!important;right:-6%!important;width:52vw!important;max-width:235px!important}.idx-x34.idx-x34{padding-right:36%!important}.appr-pill-1{top:64%!important;left:40%!important}.appr-pill-7{top:61%!important;left:62%!important}.appr-pill-4{top:68%!important;left:76%!important}}@media(max-width:768px){.appr-pill-1{top:66%!important;left:54%!important}}@media(max-width:768px){.appr-right{top:8%!important;bottom:auto!important;right:-8%!important;width:50vw!important;max-width:225px!important;z-index:3!important}.idx-x34.idx-x34{padding-right:0!important}.appr-pill-7{top:12%!important;left:60%!important;width:28px!important}.appr-pill-4{top:16%!important;left:76%!important;width:30px!important}.appr-pill-1{top:23%!important;left:55%!important;width:40px!important}.appr-pill-6{top:28%!important;left:86%!important;width:32px!important}.appr-pill-2{top:33%!important;left:68%!important;width:32px!important}.appr-pill-dna{top:37%!important;left:80%!important;width:60px!important}.appr-pill-3{top:40%!important;left:54%!important;width:36px!important}.appr-pill-5{top:45%!important;left:66%!important;width:46px!important}}@media(max-width:768px){.appr-right{top:-1%!important;right:-10%!important}.appr-pill-5{top:47%!important;left:80%!important}.appr-pill-3{top:41%!important;left:60%!important}}@media(max-width:768px){.standards-section{border-radius:0!important}.faq-cta-section{padding:12rem 1rem!important}}@media(max-width:768px){.faq-item{border-radius:9px!important}.faq-question{padding:1.15rem 1.25rem!important;font-size:1rem!important}.faq-answer p{padding:0 1.25rem 1.25rem!important}.faq-container{margin-bottom:6rem!important}.faq-doodle-icon{top:-30px!important;width:44px!important}.cta-buttons{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%!important;text-align:center!important}.orbit-container{display:none!important}.faq-micro-top-right{width:78px!important;top:3%!important;right:3%!important;opacity:.5!important}.faq-dna-new-1{width:92px!important;opacity:.14!important}.faq-dna-new-2{width:104px!important;opacity:.12!important}}@media(max-width:768px){.site-footer{padding:4rem 1.5rem 2rem!important}.footer-top{display:block!important;columns:2;column-gap:1.25rem;margin-bottom:2.5rem!important}.brand-col{column-span:all;min-width:0!important;margin-bottom:2.25rem}.links-col{min-width:0!important;break-inside:avoid;margin-bottom:1.75rem}.footer-logo{height:30px!important;margin-bottom:1rem!important}.footer-desc{font-size:.85rem;line-height:1.6;max-width:34ch;opacity:.7}.footer-heading{font-size:.7rem!important;margin-bottom:.9rem!important;opacity:.55}.footer-links{gap:0!important}.footer-links a{display:inline-block;padding:.4rem 0;font-size:.9rem}.footer-bottom{padding-top:1.5rem!important;gap:.4rem!important;font-size:.7rem;line-height:1.5}.footer-bottom p{margin:0}}@media(max-width:768px){.unified-middle-bg{border-radius:50% 50% 0 0/90px 90px 0 0;margin-top:-90px}}@media(max-width:768px){.bottom-cta-aff.bottom-cta-aff .cta-content h2{font-size:1.5rem!important;line-height:1.25}}@media(max-width:768px){:root{--mobile-cta-min-height: 48px;--mobile-cta-padding: .9rem 1.5rem;--mobile-cta-font-size: .95rem;--mobile-cta-line-height: 1.2}.btn-started,.btn-outline,.btn-primary,.btn-secondary,.btn-organic,.btn-dark,.btn-outline-dark,.btn-cta-outline,.btn-faq,.faq-link,.epi-light-cta,.cycle-card-cta,.btn-cta,.btn-cta-main,.btn-ing-primary,.btn-ing-outline,.btn-bs-primary,.btn-bs-secondary,.btn-view-formulas,.btn-cycle-pod,.btn-eet-primary,.btn-eet-secondary,.path-btn,.plan-btn,.faq-strip-btn,.modal-btn,.contact-submit-btn,.apply-btn,.aff-x11,.idx-x24.idx-x24,.hiw-hero-badge,.cta-buttons .btn-primary,.cta-buttons .btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:var(--mobile-cta-min-height)!important;padding:var(--mobile-cta-padding)!important;font-size:var(--mobile-cta-font-size)!important;line-height:var(--mobile-cta-line-height)!important;box-sizing:border-box;text-align:center}}@media(max-width:768px){.nav-right .btn-started{min-height:0!important;padding:.5rem 1rem!important;font-size:.82rem!important;line-height:1.1!important;white-space:nowrap}}@media(max-width:768px){#core-main .what-you-get div:has(>h4){background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:0;box-shadow:none;border-radius:0;padding:0}#core-main .what-you-get div:has(>h4)>img{display:block;width:150px;height:150px;margin:0 auto 1.25rem;border-radius:50%;overflow:hidden;background:#fff;object-fit:cover;filter:none}}.lang-select[data-astro-cid-x77kb4j5]{position:relative}.lang-select[data-astro-cid-x77kb4j5]>summary[data-astro-cid-x77kb4j5]{list-style:none;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:6px 11px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.03em;line-height:1;color:inherit;user-select:none;transition:border-color .2s ease,background .2s ease}.lang-select[data-astro-cid-x77kb4j5]>summary[data-astro-cid-x77kb4j5]::-webkit-details-marker{display:none}.lang-select[data-astro-cid-x77kb4j5]>summary[data-astro-cid-x77kb4j5]:hover{border-color:color-mix(in srgb,currentColor 45%,transparent)}.lang-select[data-astro-cid-x77kb4j5]>summary[data-astro-cid-x77kb4j5]:focus-visible{outline:2px solid var(--accent, #FC865A);outline-offset:2px}.lang-globe[data-astro-cid-x77kb4j5]{opacity:.85;flex:none}.lang-caret[data-astro-cid-x77kb4j5]{width:11px;height:11px;opacity:.55;transition:transform .2s ease;flex:none}.lang-select[data-astro-cid-x77kb4j5][open]>summary[data-astro-cid-x77kb4j5] .lang-caret[data-astro-cid-x77kb4j5]{transform:rotate(180deg)}.lang-menu[data-astro-cid-x77kb4j5]{position:absolute;top:calc(100% + 8px);right:0;min-width:176px;padding:6px;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 14px 34px #00000029;display:flex;flex-direction:column;gap:2px;z-index:60;animation:langMenuIn .16s ease}@keyframes langMenuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.lang-opt[data-astro-cid-x77kb4j5]{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:9px 12px;border-radius:8px;text-decoration:none;color:inherit;font-size:13px;font-weight:600}.lang-opt[data-astro-cid-x77kb4j5]:hover{background:#0000000d}.lang-opt[data-astro-cid-x77kb4j5].active{color:var(--accent, #FC865A);background:color-mix(in srgb,var(--accent, #FC865A) 8%,transparent)}.lang-code[data-astro-cid-x77kb4j5]{font-size:11px;font-weight:700;letter-spacing:.04em;opacity:.5}.lang-opt[data-astro-cid-x77kb4j5].active .lang-code[data-astro-cid-x77kb4j5]{opacity:1}@media(prefers-reduced-motion:reduce){.lang-menu[data-astro-cid-x77kb4j5]{animation:none}.lang-caret[data-astro-cid-x77kb4j5]{transition:none}}
