:root{--color-bg: #000000;--color-text: #FFFFFF;--color-primary: #6366f1;--color-secondary: #8b5cf6;--color-accent: #06b6d4;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-accent: linear-gradient(135deg, #06b6d4 0%, #8b5cf6 100%);--gradient-hero: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);--font-heading: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--spacing-unit: 8px;--transition-speed: .3s}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 calc(var(--spacing-unit) * 3);position:relative;z-index:2}.section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:calc(var(--spacing-unit) * 10) 0;overflow:hidden}.mesh-background{position:absolute;right:0;bottom:0;top:0;left:0;width:100vw;height:100%;background-image:url(/assets/geometric%20lines-C0H_16Xb.png);background-size:cover;background-position:center;opacity:.36;z-index:1;pointer-events:none}.hero-mesh{opacity:.6;animation:meshShift 25s ease-in-out infinite}@keyframes meshShift{0%,to{transform:scaleX(1);opacity:.6}50%{transform:scaleX(1.02);opacity:.5}}.reach-mesh{opacity:.3}.holographic-object.hero-cube-left{left:calc(50% - (var(--hero-content-width) / 2) - var(--cube-gap) - (var(--cube-size) / 2));background-image:url(/assets/holographic%20cube-B05T2Y33.png)}.holographic-object.hero-cube-right{left:calc(50% + (var(--hero-content-width) / 2) + var(--cube-gap) - (var(--cube-size) / 2));background-image:url(/assets/holographic%20cube-B05T2Y33.png)}@keyframes fadeInFloat{to{opacity:1}}.hero-globe{right:6%;left:auto;top:18%;width:320px;height:320px;background-image:url(/assets/holographic%20globe-BwPSj9Lv.png);background-size:contain;background-repeat:no-repeat;background-position:center;animation:fadeInFloat 1.5s ease-out forwards,heroFloat 8s ease-in-out infinite;z-index:2;opacity:.98;pointer-events:none;transform-origin:center;will-change:transform,opacity}@media (min-width: 1200px){.hero-globe{left:4%;top:12%;width:360px;height:360px}.hero-content{padding-left:420px}}@media (max-width: 1199px) and (min-width: 769px){.hero-globe{left:4%;top:14%;width:280px;height:280px}.hero-content{padding-left:320px}}@media (max-width: 768px){.hero-globe{display:none}.mesh-background{opacity:.5;background-position:center top}.hero-content{padding-left:20px;padding-right:20px;text-align:center}}@keyframes heroFloat{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-8px,12px) rotate(2deg)}66%{transform:translate(8px,-10px) rotate(-2deg)}}.loyalty-blob{right:-200px;top:50%;transform:translateY(-50%);width:450px;height:450px;background-image:url(/assets/holographic%20blob-BkG1UxGe.PNG);background-size:contain;animation:fadeInFloat 1.5s ease-out forwards,loyaltyPulse 6s ease-in-out infinite;z-index:2}@keyframes loyaltyPulse{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(-60%) scale(1.05)}}.who-blob{width:380px;height:380px;background-image:url(/assets/holographic%20cube-B05T2Y33.png);background-size:contain;animation:fadeInFloat 1.5s ease-out forwards,whoBlobFloat 10s ease-in-out infinite}@keyframes whoBlobFloat{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-25px,-20px) rotate(5deg)}}.benefits-blob{width:350px;height:350px;background-image:url(/assets/holographic%20blob-BkG1UxGe.PNG);background-size:contain;animation:fadeInFloat 1.5s ease-out forwards,benefitsFloat 12s ease-in-out infinite}@keyframes benefitsFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-25px) scale(1.08)}}.hero-section{background:linear-gradient(140deg,#000,#0a0a0c,#1a1a1a,#0a0a0c,#000);text-align:center;min-height:70vh;position:relative;display:flex;align-items:center;overflow:hidden;padding:40px 0}.hero-content{opacity:0;animation:fadeInUp 1s ease-out .5s forwards;position:relative;z-index:6;text-align:center;width:var(--hero-content-width);max-width:calc(100% - 48px);margin:0 auto;padding:56px 24px;color:#fff}.hero-title{font-family:var(--font-heading);font-size:clamp(28px,5.2vw,56px);font-weight:700;line-height:1.02;letter-spacing:.02em;margin-bottom:10px;background:linear-gradient(135deg,#fff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(14px,2.2vw,20px);font-weight:500;letter-spacing:.05em;opacity:.92;max-width:800px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loyalty-section{background:linear-gradient(180deg,#000,#0a0a0a);align-items:center}.loyalty-container{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 6);width:100%;position:relative;z-index:2}.loyalty-text{flex:1;min-width:0}.loyalty-image{flex:0 0 auto;width:450px;height:450px;position:relative;overflow:hidden;border-radius:20px}.loyalty-image .holographic-object{position:relative;right:auto;top:auto}.section-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:calc(var(--spacing-unit) * 4);text-align:left;opacity:0;animation:fadeInUp 1s ease-out forwards}.loyalty-section .section-title{text-align:left}.brands-section .section-title,.how-it-works-section .section-title,.benefits-section .section-title,.reach-section .section-title{text-align:center}.who-section .section-title{text-align:left}.section-text{font-size:clamp(1.2rem,2.5vw,2rem);line-height:1.5;opacity:0;animation:fadeInUp 1s ease-out .3s forwards}.loyalty-section .section-text{text-align:left}.large-text{font-weight:500;letter-spacing:.02em}.brands-section{background:#000}.logos-container{background:#fff;border-radius:calc(var(--spacing-unit) * 3);padding:calc(var(--spacing-unit) * 6);margin-top:calc(var(--spacing-unit) * 6);display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeInUp 1s ease-out .5s forwards;box-shadow:0 20px 60px #8b5cf64d}.logos-image{width:100%;height:auto;display:block;max-width:100%}.how-it-works-section{background:#000}.steps-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:calc(var(--spacing-unit) * 4);align-items:stretch;margin-top:calc(var(--spacing-unit) * 6);width:100%}.step-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:calc(var(--spacing-unit) * 4);background:#8b5cf60d;border-radius:calc(var(--spacing-unit) * 2);border:1px solid rgba(139,92,246,.2);transition:all var(--transition-speed);opacity:0;animation:fadeInUp 1s ease-out forwards}.step-card:nth-child(1){animation-delay:.2s}.step-card:nth-child(2){animation-delay:.3s}.step-card:nth-child(3){animation-delay:.4s}.step-card:nth-child(4){animation-delay:.5s}.step-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #8b5cf666;border-color:#8b5cf680;background:#8b5cf61a}.step-icon{font-size:3.5rem;margin-bottom:calc(var(--spacing-unit) * 2);display:inline-block}.step-badge{display:inline-block;background:var(--gradient-accent);color:#fff;padding:calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 3);border-radius:50px;font-family:var(--font-heading);font-weight:600;font-size:.9rem;letter-spacing:.05em;margin-bottom:calc(var(--spacing-unit) * 2);animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 0 15px #8b5cf666}50%{box-shadow:0 0 30px #8b5cf699}}.step-card-content{width:100%}.step-title{font-family:var(--font-heading);font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;line-height:1.3;margin-bottom:calc(var(--spacing-unit) * 2);margin-top:calc(var(--spacing-unit) * 2)}.step-text{font-size:1rem;line-height:1.5;opacity:.9}.who-content-wrapper{display:flex;align-items:center;gap:64px!important;width:100%;padding:24px 12px;box-sizing:border-box}.who-content{flex:0 0 70%;max-width:900px;min-width:320px}.who-text{font-size:clamp(1rem,1.6vw,1.18rem)!important;max-width:640px!important;line-height:1.6;margin-top:8px;color:inherit}.who-image{flex:0 0 60%;max-width:calc(100% - 360px);display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.who-image img,.who-image .holographic-object{width:100%;height:420px;max-height:520px;-o-object-fit:cover;object-fit:cover;border-radius:12px;display:block;box-shadow:0 18px 48px #00000073}@media (max-width: 1024px){.who-content-wrapper{gap:40px!important;padding:20px}.who-content{flex:0 0 40%;max-width:440px}.who-image{flex:0 0 56%}.who-image img,.who-image .holographic-object{height:360px}.who-text{max-width:440px!important}}@media (max-width: 768px){.who-content-wrapper{flex-direction:column;gap:18px!important;padding:16px}.who-content{order:0;width:100%;max-width:100%;text-align:center}.who-image{order:1;width:100%}.who-image img,.who-image .holographic-object{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:10px}.who-text{text-align:center}}.benefits-section{background:#000}.benefits-wrapper{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 8);width:100%}.benefits-image{flex:0 0 380px;height:380px;position:relative;order:-1}.benefits-image .holographic-object{position:relative;right:auto;top:auto;width:100%;height:100%;opacity:0;animation:fadeInFloat 1.5s ease-out .2s forwards}.benefits-content{flex:1;min-width:0}.benefits-subtitle{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;text-align:left;margin-bottom:calc(var(--spacing-unit) * 6);opacity:0;animation:fadeInUp 1s ease-out .3s forwards}.benefits-grid{display:grid;grid-template-columns:1fr;gap:calc(var(--spacing-unit) * 3);margin-top:calc(var(--spacing-unit) * 4)}.benefit-item{display:flex;gap:calc(var(--spacing-unit) * 3);padding:calc(var(--spacing-unit) * 3);background:#8b5cf60d;border-radius:calc(var(--spacing-unit) * 2);border:1px solid rgba(139,92,246,.2);transition:all var(--transition-speed);opacity:0;animation:fadeInUp 1s ease-out forwards;text-align:left}.benefit-item:nth-child(1){animation-delay:.4s}.benefit-item:nth-child(2){animation-delay:.5s}.benefit-item:nth-child(3){animation-delay:.6s}.benefit-item:nth-child(4){animation-delay:.7s}.benefit-item:nth-child(5){animation-delay:.8s}.benefit-item:hover{transform:translate(5px);box-shadow:0 10px 30px #8b5cf64d;border-color:#8b5cf680}.check-icon{font-size:1.5rem;color:var(--color-accent);flex-shrink:0;margin-top:2px}.benefit-content h4{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;margin-bottom:calc(var(--spacing-unit) * 1)}.benefit-content p{opacity:.85;font-size:.95rem}.reach-section{background:linear-gradient(180deg,#000,#1a1a1a)}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--spacing-unit) * 8);margin-top:calc(var(--spacing-unit) * 6);align-items:start}.contact-info{font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;opacity:0;animation:fadeInUp 1s ease-out .5s forwards}.contact-email{font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:600;color:var(--color-accent);margin-bottom:calc(var(--spacing-unit) * 2);display:block}.contact-phone{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:500;margin-bottom:calc(var(--spacing-unit) * 3);display:block}.contact-address{margin-bottom:calc(var(--spacing-unit) * 4);opacity:.9;display:block}.warehouse-title{font-family:var(--font-heading);font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;margin-top:calc(var(--spacing-unit) * 5);margin-bottom:calc(var(--spacing-unit) * 3);color:var(--color-accent)}.warehouse-info{margin-bottom:calc(var(--spacing-unit) * 3);opacity:.9;display:block}.contact-map{border-radius:calc(var(--spacing-unit) * 2);overflow:hidden;box-shadow:0 20px 60px #8b5cf633;opacity:0;animation:fadeInUp 1s ease-out .6s forwards;border:1px solid rgba(139,92,246,.3)}.contact-map iframe{border-radius:calc(var(--spacing-unit) * 2);display:block}@media (max-width: 1024px){.loyalty-image{width:350px;height:350px}.who-image,.benefits-image{flex:0 0 280px;height:280px}.benefits-wrapper{gap:calc(var(--spacing-unit) * 4)}.hero-stars{width:350px;height:350px}}@media (max-width: 768px){.section{min-height:auto;padding:calc(var(--spacing-unit) * 6) 0}.container{padding:0 calc(var(--spacing-unit) * 2)}.loyalty-container{flex-direction:column-reverse;gap:calc(var(--spacing-unit) * 4)}.loyalty-image{width:280px;height:280px}.loyalty-image .holographic-object{right:0}.who-content-wrapper{flex-direction:column;gap:calc(var(--spacing-unit) * 4)}.who-image{width:100%;height:280px;flex:1}.section-title,.loyalty-section .section-title,.who-section .section-title,.loyalty-section .section-text{text-align:center}.benefits-wrapper{flex-direction:column;gap:calc(var(--spacing-unit) * 4)}.benefits-image{width:100%;height:280px;flex:1;order:1}.benefits-content{order:0}.benefits-subtitle{text-align:center}.benefits-grid{grid-template-columns:1fr}.contact-wrapper{grid-template-columns:1fr;gap:calc(var(--spacing-unit) * 4)}.contact-map,.contact-map iframe{height:300px}.steps-grid{grid-template-columns:1fr}.hero-stars{width:250px;height:250px;right:0;top:10%}}@media (max-width: 480px){.container{padding:0 calc(var(--spacing-unit) * 2)}.loyalty-image{width:200px;height:200px}.who-image,.benefits-image{height:200px}.hero-stars{width:200px;height:200px}.contact-map,.contact-map iframe{height:250px}.step-icon{font-size:2.5rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.holographic-object{animation:fadeInFloat .5s ease-out forwards}.mesh-background{animation:none}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.site-logo{position:fixed;top:18px;left:18px;width:140px;height:auto;z-index:9999;pointer-events:none;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.6))}@media (max-width: 768px){.site-logo{width:110px;top:12px;left:12px}}@media (max-width: 480px){.site-logo{width:88px}}:root{--hero-content-width: 920px;--cube-size: 320px;--cube-gap: 36px;--spacing-unit: 8px;--transition-speed: .28s}.hero-section{background:linear-gradient(140deg,#000,#0a0a0c,#111113,#0a0a0c,#000);position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;padding:40px 0}.mesh-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100vw;height:100%;background-image:url(/assets/geometric%20lines-C0H_16Xb.png);background-size:cover;background-position:center;opacity:.36;z-index:1;pointer-events:none;transform:translateZ(0)}.hero-content{position:relative;z-index:6;width:var(--hero-content-width);max-width:calc(100% - 48px);margin:0 auto;text-align:center;padding:56px 24px;color:#fff}.hero-title{font-size:clamp(28px,5.2vw,56px);line-height:1.02;margin-bottom:10px}.hero-subtitle{font-size:clamp(14px,2.2vw,20px);opacity:.92}.hero-globe{display:none!important;opacity:0!important;pointer-events:none!important}.holographic-object.hero-cube-left,.holographic-object.hero-cube-right{position:absolute;top:50%;width:var(--cube-size);height:var(--cube-size);background-size:contain;background-repeat:no-repeat;background-position:center;transform:translateY(-50%);pointer-events:none;z-index:2;opacity:.98;transition:transform .6s ease,opacity .6s ease;will-change:transform,opacity}.holographic-object.hero-cube-left{left:calc(50% - (var(--hero-content-width) / 2) - var(--cube-gap) - (var(--cube-size) / 2));background-image:url(/assets/holographic%20cube-B05T2Y33.png)}.holographic-object.hero-cube-right{left:calc(50% + (var(--hero-content-width) / 2) + var(--cube-gap) - (var(--cube-size) / 2));background-image:url(/assets/holographic%20cube-B05T2Y33.png)}@keyframes subtleFloat{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(calc(-50% + 8px)) translate(0)}}.holographic-object.hero-cube-left,.holographic-object.hero-cube-right{animation:subtleFloat 8s ease-in-out infinite}@media (max-width: 1199px){:root{--cube-size: 260px;--hero-content-width: 760px;--cube-gap: 28px}.hero-content{padding:48px 20px}}@media (max-width: 768px){.holographic-object.hero-cube-left,.holographic-object.hero-cube-right{display:none}:root{--hero-content-width: 100%}.hero-content{width:100%;max-width:100%;padding:36px 20px}.mesh-background{opacity:.28;background-position:center top}}@media (min-width: 1600px){:root{--cube-gap: 48px;--cube-size: 380px;--hero-content-width: 1080px}}.steps-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:28px 28px;align-items:stretch;margin-top:calc(var(--spacing-unit) * 6);width:100%}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr;gap:18px}}.step-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding:28px;background:#8b5cf60b;border-radius:12px;border:1px solid rgba(139,92,246,.14);min-height:320px;box-sizing:border-box;transition:transform var(--transition-speed),box-shadow var(--transition-speed);opacity:0}@media (min-width: 1200px){.step-card{min-height:360px;padding:36px}}.step-card:hover{transform:translateY(-8px);box-shadow:0 18px 48px #8b5cf638}.step-icon{font-size:3rem;margin-bottom:12px}.step-card-content{width:100%;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.step-title{margin:12px 0}.loyalty-container{display:flex;align-items:flex-start;gap:calc(var(--spacing-unit) * 6);width:100%;position:relative;z-index:2}.loyalty-text .section-title{font-size:clamp(1.7rem,3.6vw,3rem);line-height:1.18;padding-left:40px}.loyalty-text .section-text,.loyalty-text .large-text{font-size:clamp(1.05rem,1.7vw,1.3rem);max-width:640px;padding-left:40px}.loyalty-image{flex:0 0 420px;height:auto;position:relative;overflow:visible;display:flex;align-items:center;justify-content:center}.loyalty-blob{position:absolute;right:-30px;top:50%;transform:translateY(-50%);width:420px;height:420px;background-size:contain;background-repeat:no-repeat;background-position:center;z-index:1;animation:loyaltyPulse 6s ease-in-out infinite;background-image:url(/assets/holographic%20blob-BkG1UxGe.PNG)}@keyframes loyaltyPulse{0%,to{transform:translateY(-50%) scale(1);opacity:.98}50%{transform:translateY(-46%) scale(1.02);opacity:1}}@media (max-width:1024px){.loyalty-image{flex:0 0 340px}.loyalty-blob{width:340px;height:340px;right:-20px}}@media (max-width:768px){.loyalty-container{flex-direction:column-reverse;align-items:center;text-align:center}.loyalty-image{width:280px;height:280px;margin-bottom:20px}.loyalty-blob{width:280px;height:280px;right:0;top:auto;transform:none;position:relative;opacity:.95}.loyalty-text .section-text{max-width:100%}}.who-container{width:100%}.who-content-wrapper{display:flex;align-items:flex-start;gap:calc(var(--spacing-unit) * 6);width:100%}.who-content{flex:1 1 56%;min-width:0;opacity:0}.who-text{font-size:clamp(.98rem,1.6vw,1.15rem);line-height:1.75;max-width:680px}.who-text p{margin-bottom:calc(var(--spacing-unit) * 4)}.who-image{flex:0 0 420px;height:auto;position:relative;display:flex;align-items:center;justify-content:center}.who-image img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #000000b3}@media (max-width:768px){.who-content-wrapper{flex-direction:column;gap:calc(var(--spacing-unit) * 4)}.who-content{order:0;width:100%}.who-image{flex:0 0 auto;width:100%;max-width:420px}}.benefits-wrapper{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 6);width:100%;padding:calc(var(--spacing-unit) * 2) 0}.benefits-image{flex:0 0 420px;height:auto;display:flex;align-items:center;justify-content:center;order:0}.benefits-image .holographic-object{width:360px;height:360px;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url(/assets/holographic%20globe-BwPSj9Lv.png)}.benefits-content{flex:1 1 60%;min-width:0}.benefits-subtitle{font-size:clamp(1.2rem,2.6vw,1.6rem);margin-bottom:calc(var(--spacing-unit) * 4)}.benefits-grid{display:grid;grid-template-columns:1fr;gap:calc(var(--spacing-unit) * 3)}.benefit-item{display:flex;gap:calc(var(--spacing-unit) * 3);padding:calc(var(--spacing-unit) * 2.5);background:#8b5cf60a;border-radius:calc(var(--spacing-unit) * 2);border:1px solid rgba(139,92,246,.16)}.benefit-content h4{font-size:1.05rem}.benefit-content p{font-size:.95rem;line-height:1.45}@media (min-width:1000px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:calc(var(--spacing-unit) * 3)}}@media (max-width:768px){.benefits-wrapper{flex-direction:column}.benefits-image{order:1;width:100%;max-width:420px}.benefits-content{order:0;width:100%}.benefits-grid{grid-template-columns:1fr}}.contact-info{font-size:clamp(.92rem,1.6vw,1.05rem);line-height:1.6}.contact-email{font-size:clamp(1rem,2.2vw,1.2rem)}.contact-phone{font-size:clamp(1rem,2.2vw,1.1rem)}.warehouse-title{font-size:clamp(1.05rem,1.8vw,1.2rem)}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.holographic-object{will-change:transform,opacity}.hero-globe,.legacy-globe{display:none!important;opacity:0!important;pointer-events:none!important}.hero-section{overflow:hidden}.holographic-object.hero-cube-left{left:calc(50% - (var(--hero-content-width) / 2) - var(--cube-gap) - (var(--cube-size)));background-size:contain;background-repeat:no-repeat;background-position:center;width:var(--cube-size);height:var(--cube-size)}.holographic-object.hero-cube-right{left:calc(100% - (var(--cube-size) / 2));background-size:contain;background-repeat:no-repeat;background-position:center;width:var(--cube-size);height:var(--cube-size)}@media (min-width: 1600px){.holographic-object.hero-cube-left{left:calc(50% - (var(--hero-content-width) / 2) - var(--cube-gap) - (var(--cube-size) * 1.05))}.holographic-object.hero-cube-right{left:calc(50% + (var(--hero-content-width) / 2) + var(--cube-gap) + (var(--cube-size) * .55))}}@media (max-width: 768px){.holographic-object.hero-cube-left,.holographic-object.hero-cube-right{display:none}}.loyalty-blob{position:absolute!important;top:0!important;right:12px!important;width:450px!important;height:450px!important;background-size:contain!important;background-repeat:no-repeat!important;animation:amoebaMorph 8s ease-in-out infinite!important;z-index:2!important}@keyframes amoebaMorph{0%{transform:scale(1) rotate(0) skew(0)}20%{transform:scale(1.05,.95) skew(2deg,-1deg) rotate(1deg)}40%{transform:scale(.95,1.05) skew(-1deg,1deg) rotate(-1deg)}60%{transform:scale(1.04,.97) skew(1deg,-1deg) rotate(1.5deg)}80%{transform:scale(.96,1.04) skew(-1.2deg,.8deg) rotate(-1deg)}to{transform:scale(1) rotate(0) skew(0)}}@media (max-width: 1024px){.loyalty-image{min-height:320px!important}.loyalty-blob{width:300px!important;height:300px!important;top:160px!important;right:8px!important}}@media (max-width: 768px){.loyalty-image{min-height:auto!important}.loyalty-blob{position:relative!important;top:auto!important;right:auto!important;margin:18px auto 0!important;width:240px!important;height:240px!important}}.loyalty-image{position:relative!important;min-height:360px!important;overflow:visible!important}.site-logo{position:absolute!important;top:18px!important;left:18px!important;width:140px!important;z-index:9999!important;pointer-events:none!important}@media (max-width: 768px){.site-logo-inline{width:88px;left:14px;top:12px}}.who-content-wrapper{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:64px!important;width:100%!important;padding:28px 36px!important;box-sizing:border-box!important}.who-content{flex:0 0 55%!important;max-width:760px!important;min-width:320px!important;box-sizing:border-box!important;padding-right:12px!important}.who-text{font-size:clamp(1rem,1.6vw,1.18rem)!important;max-width:760px!important;line-height:1.48!important;margin:0!important;color:inherit!important}.who-image{flex:0 0 40%!important;max-width:480px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding-left:12px!important;box-sizing:border-box!important}.who-image img,.who-image .holographic-object{width:100%!important;height:400px!important;max-height:420px!important;-o-object-fit:cover!important;object-fit:cover!important;display:block!important;border-radius:12px!important;box-shadow:0 18px 48px #00000073!important}@media (max-width: 1024px){.who-content-wrapper{gap:40px!important;padding:20px!important}.who-content{flex:0 0 55%!important;max-width:560px!important}.who-image{flex:0 0 42%!important;max-width:420px!important}.who-image img,.who-image .holographic-object{height:300px!important}.who-text{max-width:540px!important;font-size:clamp(.95rem,1.5vw,1.12rem)!important}}@media (max-width: 768px){.who-content-wrapper{flex-direction:column;gap:18px!important;padding:16px!important}.who-content{width:100%!important;flex:0 0 auto!important;max-width:100%!important}.who-image{width:100%!important;flex:0 0 auto!important;max-width:100%!important;padding:0!important}.who-image img,.who-image .holographic-object{width:100%!important;height:auto!important;-o-object-fit:contain!important;object-fit:contain!important}.who-text{text-align:center!important}}section#benefits,.benefits-wrapper,.benefits-section{position:relative!important}.benefits-globe-wrapper{position:absolute!important;left:-45vw!important;top:25%!important;transform:translateY(-50%)!important;width:28vw!important;max-width:300px!important;min-width:260px!important;height:auto!important;pointer-events:none!important;z-index:3!important;overflow:visible!important;display:block!important}.benefits-globe-img{position:relative!important;width:200%!important;height:auto!important;max-height:500px!important;-o-object-fit:cover!important;object-fit:cover!important;display:block!important;transform-origin:center center!important;will-change:transform!important;animation:benefitsGlobeSpin 36s linear infinite!important}@keyframes benefitsGlobeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.benefits-content{position:relative!important;z-index:5!important;margin:0 auto!important;width:min(980px,72vw)!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:48px 20px!important;box-sizing:border-box!important}@media (max-width: 1200px){.benefits-globe-wrapper{left:-24vw!important;width:46vw!important}.benefits-globe-img{width:190%!important}}@media (max-width: 768px){.benefits-globe-wrapper{display:none!important}}.right-globe-wrapper{position:absolute!important;right:10vw!important;top:790%!important;width:24vw!important;max-width:240px!important;min-width:180px!important;transform:translateY(-50%)!important;pointer-events:none!important;z-index:3!important}.right-globe-img{position:relative!important;width:200%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important;transform-origin:50% 50%!important;animation:rightGlobeSpin 36s linear infinite!important}@keyframes rightGlobeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 900px){.right-globe-wrapper{right:-28vw!important;width:34vw!important;top:calc(50% - 80px)!important}}@media (max-width: 768px){.right-globe-wrapper{display:none!important}}.reach-section .contact-info{font-size:clamp(.8rem,1.1vw,.95rem)!important;line-height:1.45!important;text-align:left!important}.reach-section .contact-email,.reach-section .contact-phone,.reach-section .contact-address{font-size:clamp(.85rem,1.2vw,1rem)!important;line-height:1.5!important;text-align:left!important}.reach-section .warehouse-title{font-size:clamp(1rem,1.4vw,1.15rem)!important;font-weight:600!important;margin-top:12px!important;text-align:left!important}.reach-section .warehouse-info{font-size:clamp(.8rem,1.1vw,.95rem)!important;line-height:1.45!important;margin-bottom:8px!important;text-align:left!important}.reach-section .section-title{text-align:left!important;margin-bottom:24px!important}.animate-on-scroll{opacity:0;transform:translateY(24px);transition:transform .72s cubic-bezier(.2,.9,.2,1),opacity .64s ease;will-change:transform,opacity}.animate-on-scroll.in-view{opacity:1;transform:translateY(0)}.animate-from-left{transform:translate(-40px)}.animate-from-left.in-view{transform:translate(0)}.animate-from-right{transform:translate(40px)}.animate-from-right.in-view{transform:translate(0)}.animate-from-up{transform:translateY(40px)}.animate-from-up.in-view{transform:translateY(0)}.delay-80{transition-delay:80ms}.delay-160{transition-delay:.16s}.delay-260{transition-delay:.26s}.delay-360{transition-delay:.36s}.animate-scale{opacity:0;transform:scale(.98) translateY(10px);transition:transform .9s cubic-bezier(.2,.9,.2,1),opacity .7s ease}.animate-scale.in-view{opacity:1;transform:scale(1) translateY(0)}[data-parallax]{position:absolute;will-change:top}@media (prefers-reduced-motion: reduce){.animate-on-scroll,.animate-scale,.animate-from-left,.animate-from-right,.animate-from-up{transition:none!important;animation:none!important;transform:none!important;opacity:1!important}}.animate-on-scroll{opacity:0;will-change:transform,opacity}.animate-from-left{transform:translate(-32px)}.animate-from-right{transform:translate(32px)}.animate-from-up{transform:translateY(20px)}.animate-scale{transform:scale(.985) translateY(8px)}.animate-on-scroll[data-anim-ready=true]{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.animate-on-scroll,.animate-from-left,.animate-from-right,.animate-from-up,.animate-scale{transition:none!important;animation:none!important;transform:none!important;opacity:1!important}}body,p,li,span,.section-text,.large-text,.benefit-content p,.contact-info,.who-text,.warehouse-info,.contact-address,.contact-phone,.contact-email{font-family:Inter,sans-serif!important;font-weight:400}h1,h2,h3,h4,.section-title,.hero-title,.hero-subtitle,.benefits-subtitle,.warehouse-title,.step-title,.benefit-item h4{font-family:Poppins,sans-serif!important;font-weight:600}@media (max-width: 768px){.holographic-object.hero-cube-left,.holographic-object.hero-cube-right{display:block!important;width:calc(var(--cube-size) * .6)!important;height:calc(var(--cube-size) * .6)!important;opacity:.9!important;top:45%!important;transform:translateY(-50%) scale(.75)!important}.holographic-object.hero-cube-left{left:calc(- (var(--cube-size) * .25))!important}.holographic-object.hero-cube-right{left:calc(100% - (var(--cube-size) * .35))!important}.benefits-globe-wrapper{display:block!important;opacity:.95!important;left:0!important;width:60vw!important;transform:none!important}.benefits-globe-img{width:140%!important;height:auto!important}.mesh-background{opacity:.28!important}}.contact-wrapper{display:flex;flex-direction:row;gap:32px;align-items:flex-start;width:100%;box-sizing:border-box}.contact-info{flex:1 1 50%;min-width:260px;box-sizing:border-box;padding-right:8px}.contact-map{flex:1 1 50%;min-width:260px;box-sizing:border-box;display:block}.contact-map iframe{display:block!important;width:100%!important;height:280px!important;min-height:220px!important;max-height:350px!important;border:none!important}@media (max-width: 1024px){.contact-wrapper{gap:24px}.contact-map iframe{height:260px!important}}@media (max-width: 768px){.contact-wrapper{flex-direction:column;gap:18px}.contact-info{order:0;padding-right:0}.contact-map{order:1}.contact-map iframe{width:100%!important;height:240px!important;min-height:200px!important}}@media (max-width: 480px){.contact-map iframe{height:220px!important;min-height:200px!important}}@media (max-width: 768px){.holographic-object{transform:scale(.55)!important;opacity:.75!important}.hero-cube-left,.hero-cube-right{top:52%!important}.hero-cube-left{left:-28vw!important}.hero-cube-right{left:calc(100% - 12vw)!important}.loyalty-blob{top:auto!important;bottom:-20px!important;right:-10vw!important;transform:scale(.6)!important}.who-blob{right:-18vw!important;top:40%!important;transform:scale(.55)!important}.benefits-globe-wrapper{left:-30vw!important;width:45vw!important;opacity:.7!important}.benefits-globe-img{width:170%!important}.right-globe-wrapper{display:none!important}}@media (max-width: 768px){.holographic-object,.benefits-globe-wrapper,.right-globe-wrapper,.loyalty-blob,.who-blob,.hero-globe,.hero-cube-left,.hero-cube-right,.hero-mesh,.mesh-background{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}.banner-holo{display:block!important;visibility:visible!important;pointer-events:none!important;opacity:1!important;z-index:1!important}.banner-holo{position:absolute!important;top:10%!important;left:50%!important;transform:translate(-50%) scale(.55)!important;width:min(36vw,220px)!important;height:auto!important;max-width:220px!important;opacity:.9!important;transition:transform .28s ease,opacity .28s ease!important}.banner-holo img{width:100%!important;height:auto!important;display:block!important;pointer-events:none!important}.hero-content,.container,.section{padding-left:20px!important;padding-right:20px!important}.right-globe-wrapper{display:none!important}@media (max-width: 420px){.banner-holo{top:8%!important;transform:translate(-50%) scale(.45)!important;max-width:160px!important}}}@media (max-width: 768px){.holographic-object,.benefits-globe-wrapper,.right-globe-wrapper,.loyalty-blob,.who-blob,.hero-cube-left,.hero-cube-right,.hero-globe,.benefits-globe-img,.mesh-background,.hero-mesh{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.banner-holo{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:none!important;z-index:2!important;position:absolute!important;top:18%!important;left:50%!important;transform:translate(-50%) scale(.55)!important;max-width:200px!important;width:40vw!important;height:auto!important}.banner-holo img{width:100%!important;height:auto!important}.hero-content{padding-top:140px!important}@media (max-width: 420px){.banner-holo{top:16%!important;transform:translate(-50%) scale(.45)!important;max-width:150px!important}}}@media (max-width: 768px){.holographic-object,.benefits-globe-wrapper,.right-globe-wrapper,.loyalty-blob,.who-blob,.hero-cube-left,.hero-cube-right,.hero-globe,.benefits-globe-img,.mesh-background,.hero-mesh{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.banner-holo{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:none!important;z-index:2!important;position:absolute!important;top:18%!important;left:50%!important;transform:translate(-50%) scale(.55)!important;max-width:500px!important;width:40vw!important;height:auto!important}.banner-holo img{width:100%!important;height:auto!important}.hero-content{padding-top:140px!important}@media (max-width: 420px){.banner-holo{top:-50%!important;transform:translate(-50%) scale(.45)!important;max-width:150px!important}}}@media (max-width: 768px){.mesh-background,.hero-mesh{display:block!important;visibility:visible!important;opacity:.28!important;pointer-events:none!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-size:cover!important;background-position:center center!important;z-index:1!important}section#hero,.hero-section{position:relative!important;z-index:2!important;padding-top:36px!important;padding-bottom:18px!important;min-height:auto!important}.hero-content{position:relative!important;z-index:3!important;padding-top:8px!important;padding-bottom:8px!important}section#loyalty,.loyalty-section{margin-top:8px!important;padding-top:12px!important}.loyalty-container{margin-top:0!important}.container,.hero-content,.loyalty-container{padding-left:18px!important;padding-right:18px!important;box-sizing:border-box!important}.hero-title,.hero-subtitle{position:relative!important;z-index:4!important}@media (max-width: 420px){.mesh-background,.hero-mesh{opacity:.28!important}section#hero{padding-top:100px!important;padding-bottom:0%!important}.hero-content{padding-top:6px!important;padding-bottom:6px!important}section#loyalty{padding-top:10px!important}}}.loyalty-section .loyalty-container:empty,.loyalty-section>.loyalty-container:empty{height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important}.loyalty-section,section#loyalty,.loyalty-container{margin-top:0!important;padding-top:0!important;min-height:0!important;height:auto!important}.loyalty-section:before,.loyalty-section:after,.loyalty-container:before,.loyalty-container:after{content:none!important;display:none!important;height:0!important;margin:0!important;padding:0!important}@media (max-width: 768px){section#hero,.hero-section{margin-bottom:0!important;padding-bottom:0!important}section#loyalty,.loyalty-section{margin-top:0!important;padding-top:0!important}.loyalty-section .loyalty-container{display:block!important;padding:0!important;margin:0!important;min-height:0!important}.loyalty-section .loyalty-container:empty{display:none!important}}#hero,.hero-section{padding-bottom:16px!important}#loyalty,.loyalty-section{padding-top:16px!important}.loyalty-section{margin-bottom:16px!important}.loyalty-container{padding-bottom:12px!important}@media (max-width: 768px){#hero,.hero-section{padding-bottom:14px!important}#loyalty,.loyalty-section{padding-top:14px!important;margin-bottom:14px!important}.loyalty-container{padding-bottom:10px!important}}.hero-content{margin-bottom:14px!important;position:relative!important;z-index:6!important}section#hero,.hero-section{padding-bottom:18px!important;box-sizing:border-box!important;overflow:visible!important}.hero-content>*:last-child{margin-bottom:0!important;padding-bottom:0!important}#loyalty,.loyalty-section{margin-top:0!important;padding-top:10px!important}.hero-content *[style*=transform],.hero-content *[class*=animated]{will-change:transform}@media (max-width: 768px){.hero-content{margin-bottom:12px!important}section#hero{padding-bottom:12px!important}#loyalty,.loyalty-section{padding-top:10px!important}}@media (max-width: 600px){.section{padding-top:20px!important;padding-bottom:0!important}}@media (max-width: 600px){.loyalty-image{display:none!important;height:0!important;margin:0!important;padding:0!important}}
