html,body{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;scroll-behavior:smooth}*{box-sizing:border-box}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}:root{--primary-color: #4CAF50;--secondary-color: #81C784;--accent-color: #66BB6A;--text-dark: #2E2E2E;--text-light: #666;--background-light: #F8FDF8;--white: #ffffff;--gradient: linear-gradient(135deg, #4CAF50 0%, #81C784 100%)}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(76,175,80,.1);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo .logo{height:40px;width:auto}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{color:var(--text-dark);font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--primary-color)}.nav-link-purple{color:#7c3aed;font-weight:600}.nav-link-purple:hover{color:#6d28d9}.hero{margin-top:80px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:-1}.hero-content{width:100%;margin:0 auto;padding:20px 20px 60px;text-align:center;color:var(--white);z-index:1}.hero .hero-content{background:radial-gradient(#0d2511,transparent)}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.4rem;margin-bottom:2rem;opacity:.95;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-buttons .btn-primary{background:#7c3aed!important;color:var(--white)!important;box-shadow:0 4px 20px #7c3aed4d!important}.hero-buttons .btn-primary:hover{background:#6d28d9!important;box-shadow:0 8px 30px #7c3aed66!important}.btn{display:inline-block;padding:15px 30px;border-radius:50px;font-weight:600;text-align:center;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:#7c3aed;color:var(--white);box-shadow:0 4px 20px #7c3aed4d}.btn-primary:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 8px 30px #7c3aed66}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color);transform:translateY(-2px)}.btn-wellness{background:var(--primary-color);color:var(--white);box-shadow:0 4px 20px #4caf504d}.btn-wellness:hover{background:var(--accent-color);transform:translateY(-2px);box-shadow:0 8px 30px #4caf5066}.wellness-section{padding:6rem 0;background:var(--white)}.wellness-section.alternate{background:var(--background-light)}.section-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-content.reverse{grid-template-columns:1fr 1fr}.section-content.reverse .section-text{order:2}.section-content.reverse .section-image{order:1}.section-title{font-size:3rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700}.section-subtitle{font-size:1.5rem;color:var(--text-dark);margin-bottom:1.5rem;font-weight:600}.section-description{font-size:1.125rem;color:var(--text-light);line-height:1.7;margin-bottom:2.5rem}.wellness-img{width:100%;height:auto;border-radius:20px;box-shadow:0 15px 50px #0000001a;transition:transform .3s ease}.wellness-img:hover{transform:scale(1.02)}.contact-section{background:var(--gradient);color:var(--white);padding:6rem 0;text-align:center}.contact-title{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.contact-description{font-size:1.25rem;margin-bottom:3rem;opacity:.9}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.contact-item{background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.contact-item h4{font-size:1.25rem;margin-bottom:1rem;font-weight:600}.contact-item p{opacity:.9;line-height:1.6}.contact-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.contact-buttons .btn{flex:1;min-width:200px;max-width:250px}.contact-buttons .btn-secondary{background:#fff;color:var(--primary-color);border:2px solid white}.contact-buttons .btn-secondary:hover{background:transparent;color:#fff;border:2px solid white}.form-message{padding:15px;margin:20px 0;border-radius:8px;font-weight:500;text-align:center}.form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.math-captcha{display:flex;align-items:center;gap:10px;background:#f8f9fa;padding:15px;border-radius:8px;border:1px solid #e0e0e0}.math-captcha span{font-size:16px;font-weight:500;color:var(--text-dark)}.math-captcha input[type=number]{width:80px;padding:8px;border:2px solid #ddd;border-radius:4px;text-align:center;font-size:16px;font-weight:500}.math-captcha input[type=number]:focus{border-color:var(--primary-color);outline:none}.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;height:0!important;width:0!important;overflow:hidden!important}.footer{background:var(--text-dark);color:var(--white);text-align:center;padding:2rem 0}.footer a{color:var(--secondary-color)}.footer a:hover{color:var(--primary-color)}.testimonials-section{background:#e8f5e8;padding:6rem 0}.testimonials-title{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem;font-weight:700}.testimonials-carousel{max-width:800px;margin:0 auto;position:relative;overflow:hidden;border-radius:20px;background:var(--white);box-shadow:0 15px 50px #0000001a}.testimonial-track{position:relative;width:100%;height:auto}.testimonial-item{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translate(20px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.testimonial-item.active{position:relative;opacity:1;transform:translate(0);pointer-events:auto}.testimonial-content{padding:3rem;text-align:center}.testimonial-text{font-size:1.25rem;line-height:1.6;color:var(--text-light);margin-bottom:2rem;font-style:italic}.testimonial-author h4{color:var(--primary-color);font-size:1.1rem;margin-bottom:.5rem}.testimonial-author span{color:var(--text-light);font-size:.9rem}.carousel-controls{display:flex;justify-content:space-between;align-items:center;padding:0 2rem 2rem}.carousel-btn{background:var(--primary-color);color:var(--white);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.carousel-btn:hover{background:var(--accent-color);transform:scale(1.1)}.carousel-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;background:#ddd;cursor:pointer;transition:background .3s ease}.dot.active{background:var(--primary-color)}.quality-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative}.quality-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/modern_laboratory_sc_f2735335-CifKa60_.jpg) center/cover;opacity:.2;z-index:0}.quality-hero .quality-hero-content{position:relative;z-index:1}.quality-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.quality-hero-subtitle{font-size:1.5rem;font-style:italic;margin-bottom:1rem;opacity:.9}.quality-hero-description{font-size:1.25rem;max-width:600px;margin:0 auto;opacity:.8}.technology-section{padding:6rem 0;background:linear-gradient(135deg,#f8fffe,#f0f9f7);position:relative}.technology-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="tech-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%234CAF50" opacity="0.1"/></pattern></defs><rect width="100" height="20" fill="url(%23tech-pattern)"/></svg>');opacity:.5}.technology-slider{width:100%;position:relative;z-index:1}.slider-container{position:relative;overflow:hidden}.slide{display:none;position:relative}.slide.active{display:block;animation:slideInFade .6s ease-out}@keyframes slideInFade{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.slide-content{display:grid;grid-template-columns:55% 45%;gap:0;min-height:clamp(400px,50vh,550px);align-items:center;position:relative;max-width:none}.slide-image{position:relative;height:clamp(250px,30vh,320px);display:flex;align-items:center;justify-content:center;padding:1rem}.slide-image img{width:100%;max-width:500px;height:auto;border-radius:20px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease,box-shadow .3s ease;object-fit:cover}.slide:hover .slide-image img{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.slide-text{padding:clamp(1.5rem,3vw,2.5rem) clamp(2rem,4vw,3rem) clamp(1.5rem,3vw,2.5rem) clamp(1.5rem,3vw,2rem);position:relative;background:transparent}.slide-text:before{content:"";position:absolute;left:0;top:2rem;width:4px;height:60px;background:var(--accent-color);border-radius:2px}.slide-text h3{font-size:2.2rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;font-weight:700;position:relative;z-index:1}.slide-text p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem;position:relative;z-index:1}.benefits-list{list-style:none;padding:0}.benefits-list li{font-size:1rem;color:var(--text-dark);margin-bottom:.8rem;padding-left:0}.slider-nav{display:flex;justify-content:center;align-items:center;padding:2rem 0;background:transparent;position:relative}.slider-nav:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(to right,transparent 0%,var(--primary-color) 50%,transparent 100%)}.slider-btn{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border:none;width:60px;height:60px;border-radius:50%;cursor:pointer;font-size:1.6rem;position:absolute;top:50%;transform:translateY(-50%);overflow:hidden;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px #0003}.slider-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.slider-btn:hover:before{left:100%}.slider-btn:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 8px 25px #4caf5066}.slider-btn.prev{left:.5rem}.slider-btn.next{right:.5rem}.slider-dots{display:flex;gap:1rem;align-items:center}.slider-dots .dot{width:12px;height:12px;border-radius:2px;background:#4caf504d;cursor:pointer;transition:all .4s ease;position:relative}.slider-dots .dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background:var(--primary-color);border-radius:2px;transition:all .4s ease}.slider-dots .dot.active:before{width:100%;height:100%}.slider-dots .dot:hover{background:#4caf5080;transform:scale(1.3)}.patents-section{padding:6rem 0;background:var(--background-light)}.patents-tabs{max-width:900px;margin:0 auto}.patents-tablist{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;border-bottom:2px solid rgba(76,175,80,.1);overflow-x:auto;scroll-behavior:smooth;padding-bottom:1rem}.patent-tab{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;border-radius:15px;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:120px;position:relative}.patent-tab:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:0;height:3px;background:var(--primary-color);border-radius:2px;transition:width .3s ease}.patent-tab[aria-selected=true]:after{width:80%}.patent-tab:hover{background:#4caf500d}.patent-tab[aria-selected=true]{background:#4caf501a;color:var(--primary-color)}.tab-logo{height:40px;width:auto;object-fit:contain}.patent-tab span{font-size:.9rem;font-weight:600}.patents-panels{position:relative;min-height:450px}.patent-panel{position:absolute;top:0;left:0;right:0;opacity:0;transition:opacity .3s ease}.patent-panel:not([hidden]){position:relative;opacity:1}.patent-card{background:var(--white);border-radius:20px;padding:3rem;box-shadow:0 15px 50px #0000001a;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.patent-logo{margin-bottom:2rem}.patent-logo img{max-height:80px;width:auto}.patent-card h3{font-size:2rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700}.patent-description{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:2rem}.patent-details{display:grid;gap:1rem;max-width:400px;margin:0 auto}.detail-item{display:flex;align-items:center;gap:1rem;padding:.8rem;background:var(--background-light);border-radius:10px}.detail-number{font-size:1.5rem;font-weight:700;color:var(--primary-color);min-width:30px}.detail-highlight{font-size:1.2rem;color:var(--primary-color);min-width:30px;text-align:center}.detail-text{font-size:.95rem;color:var(--text-dark)}.quality-assurance{padding:6rem 0;background:var(--white)}.qa-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.qa-text h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem;font-weight:700}.qa-text h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:2rem;font-weight:600}.qa-text>p{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:2rem}.qa-features{margin-bottom:2.5rem}.qa-feature{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.qa-icon{font-size:2rem;min-width:50px}.qa-text-content h4{font-size:1.1rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.qa-text-content p{font-size:.95rem;color:var(--text-light);line-height:1.5}.qa-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 15px 50px #0000001a}@media screen and (max-width: 900px){.slide-content{grid-template-columns:1fr!important;min-height:clamp(400px,50vh,500px)}.slide-content:before{display:none}.slide-image{order:1;height:clamp(250px,35vh,350px)}.slide-text{order:2;padding:clamp(1.5rem,4vw,2.5rem)}.slider-btn{width:50px;height:50px;font-size:1.4rem}.slider-btn.prev{left:.5rem}.slider-btn.next{right:.5rem}}@media (max-width: 768px){.hero-content{text-align:center;padding:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-products .hero-title{font-size:2.5rem}.hero-products .hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.store-info-content{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem}.store-icon{width:70px;height:70px}.store-icon svg{width:35px;height:35px}.store-text h3{font-size:1.4rem}.hero-buttons{flex-direction:column;gap:1rem}.section-content{grid-template-columns:1fr;gap:2rem;text-align:center}.section-content.reverse{grid-template-columns:1fr}.section-content.reverse .section-text{order:1}.section-content.reverse .section-image{order:2}.slide-content{grid-template-columns:1fr;min-height:auto}.slide-image{order:1;height:300px}.slide-text{order:2;padding:1.5rem 1rem}.slide-text h3{font-size:1.5rem}.qa-content{grid-template-columns:1fr;gap:2rem;text-align:center}.qa-text h2{font-size:2rem}.slider-nav{padding:1rem}.slider-btn{width:40px;height:40px;font-size:1.2rem}.patents-tablist{gap:.5rem;padding:0 1rem 1rem}.patent-tab{min-width:100px;padding:.8rem 1rem}.tab-logo{height:32px}.patent-tab span{font-size:.8rem}.patent-card{padding:2rem 1.5rem}.patent-card h3{font-size:1.5rem}.products-grid{grid-template-columns:1fr;gap:2rem}.testimonials-carousel{padding:0 1rem}.features-grid{grid-template-columns:1fr;gap:2rem}.why-intro{margin:2rem auto 3rem;padding:0 1rem}.why-intro h3{font-size:1.8rem}.why-intro p{font-size:1.1rem}.technology-cards{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.tech-card{padding:2rem 1.5rem}.tech-icon{width:70px;height:70px;font-size:2rem;margin-bottom:1rem}.tech-content h4{font-size:1.2rem}.tech-content p{font-size:.9rem}.cta-content h2{font-size:2.2rem}.cta-buttons{flex-direction:column;align-items:center}.statistics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer{text-align:center}.container{padding:0 15px}.quality-hero-title{font-size:2.5rem}.quality-hero-subtitle{font-size:1.2rem}.technology-section,.patents-section,.quality-assurance{padding:4rem 0}}@media (max-width: 480px){.hero-title,.hero-products .hero-title{font-size:2rem}.hero-products .hero-subtitle{font-size:1rem}.store-info-content{padding:1.2rem}.store-icon{width:60px;height:60px}.store-icon svg{width:30px;height:30px}.quality-hero-title{font-size:2rem}.slide-text,.patent-card{padding:1.5rem 1rem}.statistics-grid{grid-template-columns:1fr}.patents-tablist{justify-content:flex-start;padding:0 1rem 1rem}.patent-tab{min-width:80px;padding:.6rem .8rem}.tab-logo{height:28px}.patent-tab span{font-size:.75rem}.patent-card{padding:1.5rem 1rem}.patents-panels{min-height:400px}}.hero-products{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:var(--white);padding:1.5rem 0;text-align:center;position:relative}.hero-products .hero-content{position:relative;max-width:1000px;margin:0 auto}.hero-products .hero-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;color:var(--white);line-height:1.2}.hero-products .hero-subtitle{font-size:1.1rem;margin-bottom:0;opacity:.9;line-height:1.4;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400}.store-info-card{background:var(--white);border:1px solid rgba(76,175,80,.2);border-radius:15px;padding:0;max-width:800px;margin:0 auto;box-shadow:0 8px 32px #0000001a;transition:all .3s ease}.store-info-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000026;border-color:var(--primary-color)}.store-info-content{display:flex;align-items:center;gap:2rem;padding:2rem;text-align:left}.store-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary-color)}.store-icon svg{width:40px;height:40px}.store-text h3{font-size:1.6rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.store-text p{font-size:1rem;line-height:1.6;color:var(--text-light);margin-bottom:1.5rem}.store-btn{background:var(--primary-color);color:var(--white);border:none;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease}.store-btn:hover{background:var(--accent-color);transform:translateY(-1px);color:var(--white)}.product-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 25px 80px #00000026}.product-image img{width:100%;height:250px;object-fit:cover}.product-info{padding:2rem}.product-category{color:var(--primary-color);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.product-card h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.product-description{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.product-benefits{list-style:none;padding:0;margin-bottom:2rem}.product-benefits li{color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem}.product-price{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.price{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.why-fuxion{padding:8rem 0;background:linear-gradient(135deg,#f8fffe,#f0f9f7);position:relative;overflow:hidden}.why-fuxion:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e0f2e7" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.why-fuxion .container{position:relative;z-index:2}.why-fuxion .section-title{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;text-align:center}.why-intro{text-align:center;max-width:800px;margin:3rem auto 4rem;padding:0 2rem}.why-intro h3{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.why-intro p{font-size:1.2rem;line-height:1.6;color:var(--text-dark)}.technology-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.tech-card{background:#fffffff2;border-radius:20px;padding:2.5rem 2rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:2px solid transparent}.tech-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:var(--primary-color)}.tech-icon{width:80px;height:80px;font-size:2.5rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 25px #4caf504d}.tech-content h4{font-size:1.4rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.tech-content p{font-size:1rem;line-height:1.6;color:var(--text-dark)}.why-cta{text-align:center;margin-top:3rem}.why-cta .btn-secondary{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.why-cta .btn-secondary:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff}@media screen and (max-width: 1024px) and (min-width: 769px){.technology-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}.tech-card{padding:2rem 1.5rem}}.why-fuxion .section-text{padding:2rem}.why-fuxion .section-text h3{font-size:2.2rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;position:relative}.why-fuxion .section-text h3:after{content:"";position:absolute;bottom:-.5rem;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px}.why-fuxion .section-text>p{font-size:1.2rem;line-height:1.8;color:var(--text-light);margin-bottom:2.5rem}.features-list{display:grid;gap:2rem;margin-bottom:3rem}.feature-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#fffc;border-radius:20px;border:1px solid rgba(76,175,80,.1);transition:all .3s ease;position:relative;overflow:hidden}.feature-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));transition:width .3s ease}.feature-item:hover{transform:translateY(-8px);box-shadow:0 20px 60px #4caf5026;border-color:var(--primary-color)}.feature-item:hover:before{width:100%;opacity:.05}.feature-icon{font-size:3rem;width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #4caf504d;flex-shrink:0}.feature-content h4{font-size:1.4rem;font-weight:700;color:var(--text-dark);margin-bottom:.8rem}.feature-content p{font-size:1.1rem;line-height:1.6;color:var(--text-light)}.why-fuxion .section-image{position:relative;padding:2rem}.why-fuxion .section-image img{width:100%;height:auto;border-radius:25px;box-shadow:0 25px 80px #4caf5033;transition:transform .3s ease}.why-fuxion .section-image:hover img{transform:scale(1.05)}.why-fuxion .btn-secondary{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;box-shadow:0 10px 30px #4caf504d;transition:all .3s ease}.why-fuxion .btn-secondary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #4caf5066}.cta-section{background:var(--gradient);color:var(--white);padding:6rem 0;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="60" cy="40" r="1" fill="rgba(255,255,255,0.05)"/></svg>');animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.cta-content{position:relative;z-index:2;max-width:700px;margin:0 auto}.cta-content h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.cta-content p{font-size:1.3rem;line-height:1.6;margin-bottom:3rem;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;min-width:180px}.cta-buttons .btn-primary{background:#fff3;color:var(--white);border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-buttons .btn-primary:hover{background:var(--white);color:var(--primary-color);transform:translateY(-3px);box-shadow:0 15px 40px #ffffff4d}.cta-buttons .btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.cta-buttons .btn-secondary:hover{background:#ffffff1a;border-color:var(--white);transform:translateY(-3px)}.about-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/global_world_map_net_a8753b60-UMKdXx0a.jpg) center/cover;opacity:.2;z-index:0}.about-hero .about-hero-content{position:relative;z-index:1}.history-section{padding:6rem 0;background:var(--white)}.milestones{margin-top:2rem}.milestone{display:flex;align-items:center;margin-bottom:1.5rem;padding:1rem;background:var(--background-light);border-radius:10px}.milestone-year{font-size:1.5rem;font-weight:700;color:var(--primary-color);min-width:80px;margin-right:1rem}.milestone-text{color:var(--text-dark);font-weight:500}.global-presence{padding:6rem 0;background:var(--background-light)}.countries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.country-region{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.country-region h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem}.region-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:var(--white);color:var(--primary-color);border:2px solid var(--primary-color);padding:.8rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.filter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--primary-color);transition:left .3s ease;z-index:-1}.filter-btn:hover:before{left:0}.filter-btn:hover{color:var(--white)!important;transform:translateY(-2px);box-shadow:0 8px 25px #4caf504d}.filter-btn.active{background:var(--primary-color)!important;color:var(--white)!important;box-shadow:0 5px 20px #4caf5066}.filter-btn.active:before{left:0}.countries-interactive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.country-card{background:var(--white);border:2px solid var(--background-light);border-radius:15px;padding:1.5rem;text-align:center;transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden}.country-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));opacity:0;transition:opacity .3s ease;z-index:0}.country-card:hover:before{opacity:1}.country-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 40px #4caf504d;border-color:var(--primary-color)}.country-card:hover .country-name,.country-card:hover .country-meta{color:var(--white)}.country-name{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;position:relative;z-index:1;transition:color .3s ease}.country-meta{font-size:.85rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:1;transition:color .3s ease}.country-card[data-region*=headquarters]{border-color:var(--primary-color);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));position:relative}.country-card[data-region*=headquarters] .country-name,.country-card[data-region*=headquarters] .country-meta{color:var(--white)}.country-card[data-region*=headquarters]:after{content:"✦ SEDE";position:absolute;top:10px;right:10px;background:var(--accent-color);color:var(--white);font-size:.7rem;padding:.3rem .6rem;border-radius:12px;font-weight:700;z-index:2}.country-card.hidden{display:none}.country-card.visible{display:block;opacity:1;transform:scale(1);pointer-events:auto;animation:fadeInScale .4s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.mission-vision{padding:6rem 0;background:var(--white)}.mv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.mv-card{background:var(--background-light);padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0000001a}.mv-icon{font-size:3rem;margin-bottom:1rem}.mv-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.leadership-section{padding:6rem 0;background:var(--background-light)}.leadership-title{font-style:italic;color:var(--primary-color);font-size:1.1rem;margin-bottom:1rem}.contact-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative}.contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/customer_service_sup_4e6db1e8-DrbQ4hCk.jpg) center/cover;opacity:.2;z-index:0}.contact-hero .contact-hero-content{position:relative;z-index:1}.contact-options{padding:6rem 0;background:var(--white)}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.contact-option{background:var(--background-light);padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.contact-option:hover{transform:translateY(-5px)}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-option h3{color:var(--primary-color);margin-bottom:1rem}.contact-details{margin-top:1rem}.contact-hours{font-size:.9rem;color:var(--text-light);margin-top:.5rem}.contact-form-section{padding:6rem 0;background:var(--background-light)}.contact-form{background:var(--white);padding:3rem;border-radius:20px;box-shadow:0 15px 50px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #eee;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group.checkbox{display:flex;align-items:center;gap:.5rem}.form-group.checkbox input{width:auto}.contact-info{margin-top:2rem}.info-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.info-icon{font-size:1.5rem;min-width:40px}.info-content h4{color:var(--text-dark);margin-bottom:.25rem}.info-content p{color:var(--text-light);font-size:.9rem;line-height:1.4}.faq-section{padding:6rem 0;background:var(--white)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.faq-item{background:var(--background-light);padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.faq-item h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.1rem}.faq-item p{color:var(--text-light);line-height:1.6}.quality-section{padding:6rem 0;background:var(--background-light)}.quality-title{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700}.quality-subtitle{text-align:center;font-size:1.25rem;color:var(--text-light);margin-bottom:3rem;font-style:italic}.quality-content{max-width:1200px;margin:0 auto}.quality-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.quality-feature{background:var(--white);padding:2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.quality-feature:hover{transform:translateY(-5px)}.quality-icon{font-size:3rem;margin-bottom:1rem}.quality-feature h3{font-size:1.3rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600}.quality-feature p{color:var(--text-light);line-height:1.6;font-size:.95rem}.patents-info{background:var(--white);padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.patents-info h3{text-align:center;font-size:2rem;color:var(--text-dark);margin-bottom:2rem;font-weight:600}.patents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.patent-item{padding:1.5rem;border:2px solid var(--background-light);border-radius:15px;transition:border-color .3s ease}.patent-item:hover{border-color:var(--primary-color)}.patent-item h4{color:var(--primary-color);font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.patent-item p{color:var(--text-light);font-size:.9rem;line-height:1.5}.store-notice{padding:2rem 0;background:linear-gradient(135deg,#e8f5e8,#f1f9f1);border-top:3px solid var(--primary-color);border-bottom:3px solid var(--primary-color)}.notice-content{text-align:center;padding:2rem;background:var(--white);border-radius:15px;box-shadow:0 8px 25px #0000001a}.notice-content h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem;font-weight:600}.notice-content p{color:var(--text-light);font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.featured-products-section{padding:80px 0;background:linear-gradient(135deg,#fff,#f8f9fa)}.featured-products-section .section-title{text-align:center;font-size:2.5rem;margin-bottom:.5rem;color:#2c3e50}.featured-products-section .section-subtitle{text-align:center;font-size:1.3rem;margin-bottom:3rem;color:#7f8c8d;font-weight:400}.store-invitation{text-align:center;font-size:1.1rem;margin-bottom:3rem;color:#ffffffe6}.store-link{color:gold;text-decoration:underline;font-weight:600}.store-link:hover{color:#fff}.products-carousel-container{position:relative;width:100%;margin-top:3rem;overflow:hidden}.products-carousel-wrapper{overflow:hidden;width:100%}.products-carousel-track{display:flex;transition:transform .5s ease;gap:2rem}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:60px;height:60px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;transition:all .3s ease;color:#667eea}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 25px #0003}.carousel-btn.prev{left:2rem}.carousel-btn.next{right:2rem}.carousel-btn svg{width:24px;height:24px}.featured-product-card{background:#fffffff2;border-radius:15px;padding:1.5rem;text-align:center;box-shadow:0 10px 30px #0003;transition:transform .3s ease,box-shadow .3s ease;color:#333;flex:0 0 350px;min-height:450px;display:flex;flex-direction:column}.featured-product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.featured-product-image{margin-bottom:1rem}.featured-product-image img{width:100%;height:200px;object-fit:cover;border-radius:10px}.featured-product-info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.featured-product-info h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.featured-product-category{color:#667eea;font-weight:600;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.featured-product-description{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;color:#666}.featured-product-card .btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease}.featured-product-card .btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-top:50px}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.product-image{width:100%;height:280px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:25px;display:flex;flex-direction:column;flex-grow:1}.product-info h3{color:#2c3e50;font-size:20px;font-weight:600;margin-bottom:10px}.product-category{color:#4caf50;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.product-description{color:#666;font-size:15px;line-height:1.6;margin-bottom:20px;flex-grow:1}.product-info .btn{width:100%;text-align:center;margin-top:auto}.product-buttons{display:flex;gap:20px;margin-top:auto}.product-buttons .btn{flex:1;min-width:0}.product-buttons .btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.product-buttons .btn-secondary:hover{background:var(--primary-color);color:#fff}@media (max-width: 600px){.product-buttons{flex-direction:column;gap:12px}.product-buttons .btn{width:100%}}.purchase-info-section{padding:80px 0;background:linear-gradient(135deg,#e3f2fd,#f8f9fa)}.store-info-card-large{background:#fff;border-radius:20px;padding:50px;box-shadow:0 20px 60px #00000026;border:3px solid #4CAF50}.store-info-card-large .store-info-content{display:flex;gap:30px;align-items:flex-start}.store-info-card-large .store-icon{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.store-info-card-large .store-icon svg{width:40px;height:40px}.store-info-card-large .store-text{flex:1}.store-info-card-large h3{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:20px}.store-info-card-large p{color:#666;font-size:16px;line-height:1.8;margin-bottom:15px}.store-info-card-large .store-btn{margin-top:25px;font-size:18px;padding:15px 40px}@media screen and (max-width: 768px){.featured-product-card{flex:0 0 280px;min-height:400px}.products-grid{grid-template-columns:1fr;gap:20px}.product-image{height:240px}.store-info-card-large{padding:30px}.store-info-card-large .store-info-content{flex-direction:column;text-align:center}.store-info-card-large .store-icon{margin:0 auto}.store-info-card-large h3{font-size:22px}.store-info-card-large p{font-size:15px}.carousel-btn{width:50px;height:50px}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}.carousel-btn svg{width:20px;height:20px}}@media screen and (max-width: 480px){.featured-product-card{flex:0 0 250px;min-height:380px}.carousel-btn.prev{left:.5rem}.carousel-btn.next{right:.5rem}}.products-section{padding:6rem 0;background:var(--white)}.products-title{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700}.products-subtitle{text-align:center;font-size:1.25rem;color:var(--text-light);margin-bottom:2rem}.trust-badges{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#4caf501a;border-radius:50px;transition:all .3s ease}.trust-badge:hover{background:#4caf5026;transform:translateY(-2px)}.trust-icon{color:var(--primary-color);font-size:1.2rem;font-weight:700}.trust-text{color:var(--text-dark);font-size:.95rem;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.combos-section{margin-top:4rem;padding-top:3rem;border-top:2px solid var(--background-light)}.combos-title{text-align:center;font-size:2rem;color:var(--primary-color);margin-bottom:2rem;font-weight:600}.combos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.combo-card{background:linear-gradient(135deg,#f8fdf8,#e8f5e8);border:2px solid var(--secondary-color);border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.combo-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #4caf5033}.combo-card h4{color:var(--primary-color);font-size:1.25rem;margin-bottom:1rem;font-weight:600}.combo-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.5}.combo-price{display:block;color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.product-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.product-image{height:200px;background:var(--background-light);display:flex;align-items:center;justify-content:center;padding:1rem}.product-img{max-height:100%;max-width:100%;object-fit:contain}.product-info{padding:1.5rem;text-align:center}.product-info h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.product-info p{color:var(--text-light);margin-bottom:1rem;line-height:1.5}.product-price{display:block;font-size:1.25rem;color:var(--primary-color);font-weight:600;margin-bottom:1.5rem}.btn-product{background:var(--primary-color);color:var(--white);padding:12px 24px;border-radius:25px;font-weight:600;transition:all .3s ease;display:inline-block;width:100%}.btn-product:hover{background:var(--accent-color);transform:translateY(-2px)}.products-cta{text-align:center;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));padding:3rem;border-radius:20px;margin-top:2rem;color:var(--white)}.products-cta h3{font-size:1.75rem;color:var(--white);margin-bottom:1rem}.products-cta p{color:var(--white);margin-bottom:2rem;font-size:1.1rem;opacity:.9}.btn-large{padding:18px 40px;font-size:1.1rem}.statistics-section{background:var(--text-dark);color:var(--white);padding:4rem 0;text-align:center}.statistics-title{font-size:2.5rem;margin-bottom:3rem;font-weight:700;color:var(--white)}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.statistic-large{grid-column:span 2;min-width:300px}@media (max-width: 768px){.statistic-large{grid-column:span 1;min-width:250px}}.statistic-item{background:#ffffff0d;padding:2rem 1rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,background .3s ease}.statistic-item:hover{transform:translateY(-5px);background:#ffffff14}.statistic-number{display:block;font-size:3rem;font-weight:700;color:var(--secondary-color);margin-bottom:.5rem;line-height:1}.statistic-label{font-size:1rem;opacity:.9;margin:0;line-height:1.4}.nav-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px}.hamburger{width:25px;height:3px;background:var(--primary-color);margin:3px 0;transition:all .3s ease;transform-origin:center}.nav-toggle.active .hamburger:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.nav-toggle.active .hamburger:nth-child(2){opacity:0}.nav-toggle.active .hamburger:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}body.menu-open{overflow:hidden;position:relative}body.menu-open:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:1}@media (max-width: 768px){.nav-toggle{display:flex}.nav-menu{position:fixed;top:0;left:-100%;width:75%;max-width:300px;height:100vh;background:var(--white);flex-direction:column;justify-content:start;padding:4rem 2rem 2rem;gap:1.5rem;transition:left .3s cubic-bezier(.25,.46,.45,.94);box-shadow:5px 0 20px #00000026;z-index:1000;border-top-right-radius:0;border-bottom-right-radius:0}.nav-menu.active{left:0}.nav-link{font-size:1.1rem;font-weight:500;color:var(--text-dark);padding:1rem 0;border-bottom:1px solid #f0f0f0;width:100%;text-align:left;transition:all .3s ease}.nav-link:hover{color:var(--primary-color);padding-left:1rem;border-bottom-color:var(--primary-color)}.nav-link-purple{color:#7c3aed!important;font-weight:600}.nav-link-purple:hover{color:#6d28d9!important;border-bottom-color:#7c3aed}.hero-content{text-align:center;padding:20px 15px;zoom:.85}.hero-consultores .hero-content{zoom:1;background:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.statistics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.statistic-number{font-size:2.2rem}.section-content{grid-template-columns:1fr;gap:2rem;text-align:center}.section-content.reverse .section-text,.section-content.reverse .section-image{order:unset}.section-title{font-size:2.5rem}.contact-info{grid-template-columns:1fr}.hero-buttons{justify-content:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.statistics-grid{grid-template-columns:1fr;gap:1rem}.statistics-title,.statistic-number{font-size:2rem}.statistic-item{padding:1.5rem 1rem}.section-title,.contact-title{font-size:2rem}.container{padding:0 15px}.btn{padding:12px 25px;font-size:.9rem;width:100%;max-width:300px}.hero-buttons{flex-direction:column;align-items:center}}.hero-consultores{background:var(--gradient);color:var(--white);min-height:80vh;display:flex;align-items:center;position:relative}.hero-consultores:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/yoga-CVDpR528.jpg) center/cover;opacity:.2;z-index:0}.hero-consultores .hero-content{position:relative;z-index:1}.opportunity-section{padding:6rem 0;background:var(--white)}.opportunity-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.benefit-item{background:var(--background-light);padding:1.5rem;border-radius:15px;border-left:4px solid var(--primary-color)}.benefit-item h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem}.benefit-item p{color:var(--text-light);font-size:.95rem;line-height:1.5}.business-plan-section{background:var(--background-light);padding:6rem 0}.plan-title{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700}.plan-subtitle{text-align:center;font-size:1.25rem;color:var(--text-light);margin-bottom:3rem}.plan-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.step-item{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;text-align:center;position:relative;transition:transform .3s ease}.step-item:hover{transform:translateY(-5px)}.step-number{width:60px;height:60px;background:var(--gradient);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step-content h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem}.step-content p{color:var(--text-light);line-height:1.6}.success-stories-section{padding:6rem 0;background:var(--white)}.success-title{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem;font-weight:700}.success-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.success-story{background:var(--background-light);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.story-content{padding:2rem}.story-text{font-size:1.1rem;line-height:1.6;color:var(--text-light);margin-bottom:1.5rem;font-style:italic}.story-author h4{color:var(--primary-color);font-size:1.1rem;margin-bottom:.3rem}.story-author span{color:var(--text-light);font-size:.9rem}@media (max-width: 768px){.opportunity-benefits,.plan-steps,.success-grid{grid-template-columns:1fr}.testimonials-carousel{margin:0 1rem}.testimonial-content{padding:2rem}.products-grid{grid-template-columns:1fr}}@media (max-width: 480px){.plan-title,.success-title,.testimonials-title,.products-title{font-size:2rem}.step-number{width:50px;height:50px;font-size:1.3rem}.testimonial-text{font-size:1.1rem}}.confirmation-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.confirmation-card{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #0000001a;padding:3rem;max-width:640px;width:100%;text-align:center;position:relative;overflow:hidden}.confirmation-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.success-icon{margin-bottom:2rem}.checkmark-container{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;background:#10b9811a;border-radius:50%;animation:checkmarkPulse 1.5s ease-in-out}@keyframes checkmarkPulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:1}}.confirmation-header{margin-bottom:2.5rem}.confirmation-title{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.2}.confirmation-subtitle{font-size:1.125rem;color:#64748b;font-weight:500;margin:0}.confirmation-body{margin-bottom:2.5rem}.confirmation-description{font-size:1rem;color:#475569;line-height:1.6;margin-bottom:2rem}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8fafc;border-radius:12px;text-align:left}.info-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.info-content h3{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.info-content p{font-size:.75rem;color:#64748b;margin:0}.confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2.5rem;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;min-width:160px;justify-content:center}.btn-primary{background:#7c3aed;color:#fff;box-shadow:0 4px 12px #7c3aed4d}.btn-primary:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed66}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0;color:#334155;transform:translateY(-2px)}.next-steps{border-top:1px solid #e2e8f0;padding-top:2rem;text-align:left}.next-steps h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.suggestion-links{display:flex;flex-direction:column;gap:.75rem}.suggestion-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;text-decoration:none;color:#475569;font-size:.875rem;transition:all .2s ease;border:1px solid transparent}.suggestion-link:hover{background:#e2e8f0;color:#334155;border-color:#cbd5e1;transform:translate(4px)}.suggestion-link span{font-size:1.25rem;flex-shrink:0}.social-follow{margin-top:3rem}.social-follow h3{margin-bottom:1rem;font-size:1.1rem;opacity:.9}.social-links{display:flex;gap:1rem;justify-content:center}.social-link{width:44px;height:44px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{background:#fff;color:var(--primary-color);transform:translateY(-2px)}@media (max-width: 768px){.confirmation-card{margin:1rem;padding:2rem 1.5rem}.confirmation-title{font-size:1.875rem}.confirmation-subtitle{font-size:1rem}.info-grid{grid-template-columns:1fr;gap:1rem}.confirmation-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%}.checkmark-container{width:80px;height:80px}.checkmark-container svg{width:48px;height:48px}}@media (max-width: 480px){.confirmation-card{padding:1.5rem 1rem}.confirmation-title{font-size:1.5rem}.next-steps{text-align:center}.btn-primary,.btn-secondary{width:100%;max-width:250px}.detail-item{text-align:center}}#fuxion-chatbot{position:fixed;bottom:20px;right:20px;z-index:10000;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.chat-toggle{width:auto;min-width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 25px #8b5cf666;transition:all .3s ease;position:relative;overflow:hidden;padding:0 20px;gap:10px;animation:float 3s ease-in-out infinite;border:3px solid white}.chat-toggle:hover{transform:scale(1.05) translateY(-4px);box-shadow:0 8px 35px #8b5cf699;animation-play-state:paused;background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.chat-toggle svg{width:24px;height:24px;color:#fff;transition:all .3s ease;flex-shrink:0}.chat-toggle-text{color:#fff;font-size:15px;font-weight:700;transition:all .3s ease;white-space:nowrap;margin-left:2px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.chat-toggle .close-icon{position:absolute;opacity:0;transform:rotate(90deg)}.chat-toggle.open{width:60px;border-radius:50%;border:3px solid white;padding:0;gap:0;background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.chat-toggle.open .chat-icon{opacity:0;transform:rotate(-90deg)}.chat-toggle.open .close-icon{opacity:1;transform:rotate(0)}.chat-toggle.open .chat-toggle-text{opacity:0;width:0;margin:0}.chat-window{position:absolute;bottom:80px;right:0;width:350px;height:500px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px) scale(.95);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1001}.chat-window.open{transform:translateY(0) scale(1);opacity:1;visibility:visible}.chat-header{background:linear-gradient(135deg,#8b5cf6,#a855f7);padding:20px;color:#fff}.chat-header-info{display:flex;align-items:center;gap:12px}.chat-avatar{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.chat-avatar img{width:28px;height:auto}.chat-header-text h3{margin:0;font-size:1.1rem;font-weight:600}.chat-header-text p{margin:2px 0 0;font-size:.85rem;opacity:.9}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;display:flex;flex-direction:column;gap:16px;width:100%;box-sizing:border-box}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:2px}.message{display:flex;max-width:85%;word-wrap:break-word;overflow-wrap:break-word}.user-message{align-self:flex-end;justify-content:flex-end}.bot-message{align-self:flex-start;justify-content:flex-start}.message-content{padding:12px 16px;border-radius:18px;font-size:.9rem;line-height:1.4;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%;box-sizing:border-box}.user-message .message-content{background:var(--primary-color);color:#fff;border-bottom-right-radius:6px}.bot-message .message-content{background:#f5f5f5;color:#333;border-bottom-left-radius:6px}.typing-indicator .message-content{padding:16px}.typing-dots{display:flex;gap:4px;align-items:center}.typing-dots span{width:6px;height:6px;border-radius:50%;background:var(--primary-color);animation:typing 1.4s infinite ease-in-out}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input-container{padding:20px;border-top:1px solid #eee}.chat-input-wrapper{display:flex;align-items:center;gap:8px;background:#f8f8f8;border-radius:25px;padding:8px}#chat-input{flex:1;border:none;background:none;outline:none;padding:8px 12px;font-size:.9rem;resize:none;font-family:inherit}#chat-input::placeholder{color:#999}.send-button{width:36px;height:36px;border:none;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 8px #8b5cf64d}.send-button:hover{background:linear-gradient(135deg,#a855f7,#8b5cf6);transform:scale(1.05);box-shadow:0 4px 15px #8b5cf680}.send-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.send-button svg{width:16px;height:16px}.purchase-benefits-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e3f2fd)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}.benefit-card{background:#fff;padding:30px 25px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026;border-color:#4caf50}.benefit-icon{font-size:48px;margin-bottom:20px;display:block}.benefit-card h3{color:#2c3e50;margin-bottom:15px;font-size:20px;font-weight:600}.benefit-card p{color:#666;line-height:1.6;font-size:15px}@media (max-width: 768px){.benefits-grid{grid-template-columns:1fr;gap:20px}.benefit-card{padding:25px 20px}}.manufacturing-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:50px}.process-step{background:#fff;padding:30px;border-radius:15px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.process-step:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026;border-color:#28a745}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px}.process-step h3{color:#2c3e50;margin-bottom:15px;font-size:18px;font-weight:600}.process-step p{color:#666;line-height:1.6;font-size:14px}@media (max-width: 768px){.process-grid{grid-template-columns:1fr;gap:20px}.process-step{padding:25px 20px}}.breadcrumbs{background:#f8f9fa;padding:10px 0;border-bottom:1px solid #e9ecef}.breadcrumbs ol{list-style:none;display:flex;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.breadcrumbs li{display:flex;align-items:center;color:#6c757d;font-size:14px}.breadcrumbs li+li:before{content:"›";margin:0 8px;color:#adb5bd}.breadcrumbs a{color:#007bff;text-decoration:none;transition:color .3s ease}.breadcrumbs a:hover{color:#0056b3;text-decoration:underline}.breadcrumbs li:last-child{color:#495057;font-weight:500}@media (max-width: 480px){#fuxion-chatbot{bottom:15px;left:50%;right:auto;transform:translate(-50%)}.chat-window{width:calc(100vw - 30px);max-width:calc(100vw - 30px);height:70vh;max-height:500px;bottom:75px;left:50%;right:auto;transform:translate(-50%) translateY(20px) scale(.95);overflow:hidden;box-sizing:border-box}.chat-window.open{transform:translate(-50%) translateY(0) scale(1)}.chat-toggle{min-width:55px;height:55px;padding:0 15px;gap:8px}.chat-toggle.open{width:55px;padding:0;gap:0}.chat-toggle svg{width:20px;height:20px}.chat-toggle-text{font-size:12px}.message{max-width:90%}.chat-header,.chat-messages,.chat-input-container{padding:15px}}
