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)}.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{max-width:1200px;margin:0 auto;padding:20px 20px 60px;text-align:center;color:var(--white);z-index:1}.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}.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:var(--white);color:var(--primary-color);box-shadow:0 4px 20px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.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{max-width:1200px;margin:0 auto;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:45% 55%;gap:0;min-height:500px;align-items:center;position:relative}.slide-content:before{content:"";position:absolute;left:45%;top:10%;bottom:10%;width:3px;background:linear-gradient(to bottom,transparent 0%,var(--primary-color) 20%,var(--accent-color) 50%,var(--primary-color) 80%,transparent 100%);z-index:2}.slide-image{position:relative;overflow:hidden;height:500px}.slide-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.slide-image:after{content:"";position:absolute;top:0;right:0;bottom:0;width:50px;background:linear-gradient(to left,transparent 0%,rgba(248,255,254,.8) 100%)}.slide:hover .slide-image img{transform:scale(1.05)}.slide-text{padding:3rem 3rem 3rem 4rem;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:space-between;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:55px;height:55px;border-radius:15px;cursor:pointer;font-size:1.5rem;position:relative;overflow:hidden;transition:all .3s ease}.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(-3px) scale(1.05);box-shadow:0 10px 25px #4caf5066}.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 (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}.slide-text{order:2;padding:2rem 1.5rem}.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-fuxion .section-content{grid-template-columns:1fr;gap:2rem;text-align:center}.why-fuxion .section-text h3:after{left:50%;transform:translate(-50%)}.feature-item{padding:1.5rem}.feature-icon{width:60px;height:60px;font-size:2rem}.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:6rem 0 4rem;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:1.5rem;color:var(--white);line-height:1.2}.hero-products .hero-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.9;line-height:1.6;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-fuxion .section-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.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:60px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.featured-products-section .section-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#fff}.featured-products-section .section-subtitle{text-align:center;font-size:1.2rem;margin-bottom:1rem;color:#ffffffe6}.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}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.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}.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 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-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:3rem}.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)}.hero-content{text-align:center;padding:0 15px}.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}}#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:var(--gradient);border-radius:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #4caf504d;transition:all .3s ease;position:relative;overflow:hidden;padding:0 20px;gap:10px;animation:float 3s ease-in-out infinite;border:2px solid transparent}.chat-toggle:hover{transform:scale(1.05) translateY(-4px);box-shadow:0 6px 25px #4caf5066;animation-play-state:paused}.chat-toggle svg{width:24px;height:24px;color:#fff;transition:all .3s ease;flex-shrink:0}.chat-toggle-text{color:#fff;font-size:14px;font-weight:600;transition:all .3s ease;white-space:nowrap;margin-left:2px}.chat-toggle .close-icon{position:absolute;opacity:0;transform:rotate(90deg)}.chat-toggle.open{width:60px;border-radius:50%;border:2px solid white;padding:0;gap:0}.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}.chat-window.open{transform:translateY(0) scale(1);opacity:1;visibility:visible}.chat-header{background:var(--gradient);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:var(--primary-color);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.send-button:hover{background:var(--accent-color);transform:scale(1.05)}.send-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.send-button svg{width:16px;height:16px}@media (max-width: 480px){#fuxion-chatbot{bottom:15px;right:15px}.chat-window{width:calc(100vw - 30px);max-width:calc(100vw - 30px);height:70vh;max-height:500px;bottom:75px;right:15px;overflow:hidden;box-sizing:border-box}.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}}
