@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,#660033f2,#99004df2),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200" fill="none"><path d="M0,100 C150,150 350,50 600,100 C850,150 1050,50 1200,100 L1200,200 L0,200 Z" fill="rgba(255,255,255,0.1)"/><path d="M0,150 C200,100 400,200 600,150 C800,100 1000,200 1200,150 L1200,200 L0,200 Z" fill="rgba(255,255,255,0.05)"/></svg>');background-size:cover,1200px 200px;background-position:center,center;background-repeat:no-repeat,repeat-x;transition:all .3s ease;box-shadow:0 2px 10px #6600334d;padding:.5rem 2rem;width:100vw;height:70px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar.scrolled{background:linear-gradient(135deg,#660033fa,#99004dfa),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200" fill="none"><path d="M0,100 C150,150 350,50 600,100 C850,150 1050,50 1200,100 L1200,200 L0,200 Z" fill="rgba(255,255,255,0.1)"/><path d="M0,150 C200,100 400,200 600,150 C800,100 1000,200 1200,150 L1200,200 L0,200 Z" fill="rgba(255,255,255,0.05)"/></svg>');background-size:cover,1200px 200px;background-position:center,center;background-repeat:no-repeat,repeat-x;box-shadow:0 4px 20px #6036;padding:.5rem 2rem;height:65px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.navbar-container{max-width:100vw;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}.navbar-logo{display:flex;align-items:center;z-index:1001}.navbar-logo a{text-decoration:none;display:flex;align-items:center;transition:all .3s ease}.logo-image{height:45px;width:auto;object-fit:contain;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.navbar.scrolled .logo-image{height:40px}.navbar-logo a:hover .logo-image{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(255,215,0,.3))}.nav-menu-desktop{display:flex;list-style:none;margin:0;padding:0;align-items:center;gap:2rem}.nav-item{position:relative}.nav-link{color:#ffffffe6;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 0;transition:all .3s ease;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.3)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:gold;text-shadow:0 1px 3px rgba(255,215,0,.3)}.cta-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);padding:.6rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 1px 2px rgba(0,0,0,.3);white-space:nowrap}.cta-button:hover{background:#ffffff4d;border-color:gold;color:gold;transform:translateY(-2px);box-shadow:0 6px 20px #ffd7004d;text-shadow:0 1px 3px rgba(255,215,0,.3)}.menu-button{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;z-index:1001;padding:0}.menu-button span{width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s ease;box-shadow:0 1px 2px #0000004d}.menu-button.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.menu-button.open span:nth-child(2){opacity:0}.menu-button.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:100%;height:100vh;background:linear-gradient(135deg,#603,#99004d);transition:right .3s ease;z-index:999;overflow-y:auto}.mobile-menu.active{right:0}.nav-menu-mobile{list-style:none;padding:100px 2rem 2rem;margin:0;display:flex;flex-direction:column;gap:1rem}.nav-item-mobile{text-align:center}.nav-link-mobile{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:500;padding:1rem;transition:all .3s ease;display:block;border-radius:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-link-mobile:hover,.nav-link-mobile.active{color:gold;background:#fff3;transform:translateY(-2px)}.cta-button-mobile{background:#fff3;color:#fff;border:2px solid white;padding:1rem;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}.cta-button-mobile:hover{background:#fff;color:#603;transform:translateY(-2px)}@media screen and (max-width:1024px){.navbar-container{padding:0 1.5rem}.nav-menu-desktop{gap:1.5rem}.logo-image{height:40px}.navbar.scrolled .logo-image{height:35px}.navbar{background-size:cover,1000px 180px;height:65px}.navbar.scrolled{background-size:cover,1000px 180px;height:60px}}@media screen and (max-width:768px){.menu-button{display:flex}.nav-menu-desktop{display:none}.mobile-menu{display:block}.navbar-container{padding:0 1rem}.logo-image{height:35px}.navbar.scrolled .logo-image{height:32px}.cta-button{display:none}.navbar{background-size:cover,800px 160px;padding:.5rem 1rem;height:60px}.navbar.scrolled{background-size:cover,800px 160px;padding:.5rem 1rem;height:55px}}@media screen and (max-width:480px){.navbar{padding:.5rem 1rem;background-size:cover,600px 140px;height:55px}.navbar.scrolled{padding:.5rem 1rem;background-size:cover,600px 140px;height:50px}.navbar-container{padding:0 .5rem}.logo-image{height:30px}.navbar.scrolled .logo-image{height:28px}.menu-button{width:25px;height:18px}.menu-button span{height:2px}.nav-link-mobile{font-size:1.2rem;padding:.75rem}.cta-button-mobile{font-size:1rem;padding:.75rem}}@media screen and (min-width:1200px){.navbar-container{padding:0 3rem}.nav-menu-desktop{gap:2.5rem}.logo-image{height:50px}.navbar.scrolled .logo-image{height:45px}.navbar{background-size:cover,1400px 220px;height:75px}.navbar.scrolled{background-size:cover,1400px 220px;height:70px}}@media screen and (min-width:1400px){.navbar-container{padding:0 4rem}.nav-menu-desktop{gap:3rem}.logo-image{height:55px}.navbar.scrolled .logo-image{height:50px}.navbar{background-size:cover,1600px 240px;height:80px}.navbar.scrolled{background-size:cover,1600px 240px;height:75px}}@media screen and (min-width:769px){.mobile-menu,.menu-button{display:none!important}}@keyframes logoGlow{0%,to{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}50%{filter:drop-shadow(0 4px 8px rgba(255,215,0,.4))}}.navbar-logo a{animation:logoGlow 3s ease-in-out infinite}.cta-button-link,.cta-button-link:hover{text-decoration:none}.home{width:100%;max-width:100vw;overflow-x:hidden;position:relative}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#603,#8b0000);color:#fff;box-shadow:0 4px 15px #6600334d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6036}.btn-outline{background:transparent;color:#603;border:2px solid #660033}.btn-outline:hover{background:#603;color:#fff;transform:translateY(-2px)}.btn-large{padding:16px 32px;font-size:18px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:70px;color:#603!important;position:relative}.section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#603,#8b0000);border-radius:2px}.section-subtitle{font-size:1.2rem;text-align:center;color:#666;margin-bottom:50px;max-width:800px;margin-left:auto;margin-right:auto}.highlight{color:#603;position:relative;display:inline-block}.hero-slider{position:relative;min-height:100vh;background:linear-gradient(135deg,#1a000d,#33001a);overflow:hidden}.slider-container{position:relative;height:100vh;display:flex;align-items:center}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat}.slide:nth-child(1){background-image:linear-gradient(#0009,#0009),url(/assets/qualis-bottle-1-BWBJ_Lml.png)}.slide:nth-child(2){background-image:linear-gradient(#0009,#0009),url(/assets/qualis-bottle-2-CK0Zg0Wj.png)}.slide:nth-child(3){background-image:linear-gradient(#0009,#0009),url(/assets/qualis-bottle-3-BSs0EXxK.png)}.slide.active{opacity:1}.slide-content{display:none}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#603c;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:24px;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.slider-btn:hover{background:#603;transform:translateY(-50%) scale(1.1)}.slider-btn.prev-btn{left:20px}.slider-btn.next-btn{right:20px}.slider-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid #ffd700;background:transparent;cursor:pointer;transition:all .3s ease}.indicator.active{background:gold;transform:scale(1.2)}.stats-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.stat-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #6600331a;transition:all .3s ease;border:1px solid rgba(102,0,51,.1);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#603,#8b0000)}.stat-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #6033}.stat-icon{font-size:3rem;margin-bottom:20px;animation:float 3s ease-in-out infinite;display:inline-block}.stat-number{font-size:3rem;font-weight:800;color:#603;margin-bottom:10px}.stat-label{font-size:1.1rem;color:#666;font-weight:600}.products-section{padding:80px 0;background:#fff;width:100%}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;max-width:1300px;width:100%;margin:0 auto;padding:0 20px}.product-card{background:#fff;padding:20px 15px 25px;border-radius:15px;text-align:center;box-shadow:0 10px 25px #66003314;transition:all .3s ease;border:1px solid rgba(102,0,51,.1);position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;width:100%}.product-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#66003305,#8b000005);opacity:0;transition:opacity .3s ease;z-index:0}.product-card:hover{transform:translateY(-8px);border-color:var(--product-color);box-shadow:0 20px 35px #66003326}.product-card:hover:before{opacity:1}.product-image-container{position:relative;margin-bottom:15px;height:140px;display:flex;justify-content:center;align-items:center;z-index:1}.product-bottle-image{height:130px;width:auto;max-width:85px;object-fit:contain;filter:drop-shadow(0 8px 15px rgba(0,0,0,.15));transition:transform .3s ease}.product-card:hover .product-bottle-image{transform:scale(1.08)}.product-size-badge{position:absolute;top:5px;right:5px;background:linear-gradient(135deg,var(--product-color),var(--product-color)dd);color:#603;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;box-shadow:0 2px 8px #0000001a;z-index:2}.product-name{font-size:1.4rem;font-weight:700;color:#333;margin-bottom:8px;position:relative;z-index:1}.product-description{color:#666;line-height:1.5;margin-bottom:15px;position:relative;z-index:1;font-size:.9rem;flex-grow:1;padding:0 5px}.product-features{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;position:relative;z-index:1;text-align:left;padding-left:20px}.product-feature{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#555}.product-feature span:first-child{font-weight:700;font-size:1rem;color:var(--product-color);min-width:20px}.product-btn{background:linear-gradient(135deg,#603,#8b0000);color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;width:100%;position:relative;z-index:1;margin-top:auto;text-transform:uppercase;letter-spacing:.5px}.product-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6600334d}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.service-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #6600331a;transition:all .3s ease;border:1px solid rgba(102,0,51,.1);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6600330d,#8b00000d);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #6033}.service-card:hover:before{opacity:1}.service-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2.5rem;color:#fff;animation:pulse 2s ease-in-out infinite}.service-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:15px;position:relative;z-index:1}.service-description{color:#666;line-height:1.6;margin-bottom:20px;position:relative;z-index:1}.features-section{padding:80px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #6600331a;transition:all .3s ease;border:1px solid rgba(102,0,51,.1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6600330d,#8b00000d);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #6033}.feature-card:hover:before{opacity:1}.feature-icon{font-size:3rem;margin-bottom:20px;animation:float 3s ease-in-out infinite;display:inline-block;color:#603}.feature-card h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:15px;position:relative;z-index:1}.feature-card p{color:#666;line-height:1.6;margin-bottom:20px;position:relative;z-index:1}.equipment-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.equipment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.equipment-card{background:#fff;padding:30px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #6600331a;transition:all .3s ease;border:1px solid rgba(102,0,51,.1)}.equipment-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #66003326}.equipment-icon{font-size:3rem;margin-bottom:20px;color:#603}.equipment-name{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:10px}.equipment-model{font-size:1.1rem;color:#603;font-weight:600;margin-bottom:5px}.equipment-specs{font-size:1rem;color:#666}.process-section{padding:80px 0;background:#fff}.process-flow{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;max-width:1200px;margin:40px auto}.process-stage{display:flex;align-items:center;gap:15px;background:#fff;padding:15px 25px;border-radius:50px;box-shadow:0 5px 15px #6600331a;border:1px solid rgba(102,0,51,.1)}.stage-number{width:35px;height:35px;background:linear-gradient(135deg,#603,#8b0000);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.stage-name{font-size:1rem;font-weight:600;color:#333}.stage-arrow{font-size:1.5rem;color:#603;margin:0 10px}.quality-badge{display:flex;justify-content:center;gap:30px;margin-top:40px;flex-wrap:wrap}.quality-badge span{background:linear-gradient(135deg,#603,#8b0000);color:#fff;padding:10px 25px;border-radius:30px;font-weight:600;box-shadow:0 5px 15px #6033}.facility-section{padding:80px 0;background:#fff}.facility-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1200px;margin:0 auto;align-items:center}.facility-details{background:linear-gradient(135deg,#f8f9fa,#fff);padding:40px;border-radius:15px;box-shadow:0 10px 30px #6600331a}.detail-item{display:flex;flex-direction:column;gap:5px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(102,0,51,.1)}.detail-item:last-child{border-bottom:none;padding-bottom:0}.detail-label{font-weight:700;color:#603;font-size:1.1rem}.detail-value{color:#333;line-height:1.6}.facility-map{background:linear-gradient(135deg,#603,#8b0000);padding:60px 40px;border-radius:15px;text-align:center;color:#fff}.map-placeholder{display:flex;flex-direction:column;align-items:center;gap:20px}.map-marker{font-size:4rem;animation:bounce 2s ease-in-out infinite}.copacking-cta{padding:100px 0;background:linear-gradient(135deg,#1a000d,#33001a);color:#fff;text-align:center}.copacking-cta .container{max-width:1200px;margin:0 auto}.copacking-cta h2{font-size:3rem;font-weight:700;margin-bottom:20px;color:#fff}.copacking-cta p{font-size:1.3rem;margin-bottom:40px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-features{display:flex;justify-content:center;gap:30px;margin:40px 0;flex-wrap:wrap}.cta-feature{background:#ffd70026;border:1px solid rgba(255,215,0,.3);padding:15px 30px;border-radius:50px;font-size:1.1rem;font-weight:600;color:gold;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.copacking-cta .btn-outline{border-color:#fff;color:#fff}.copacking-cta .btn-outline:hover{background:#fff;color:#603}.cta-section{padding:100px 0;background:linear-gradient(135deg,#603,#8b0000);color:#fff;text-align:center}.cta-section .container{max-width:1200px;margin:0 auto}.cta-section h2{font-size:3rem;font-weight:700;margin-bottom:20px;color:#fff}.cta-section p{font-size:1.3rem;margin-bottom:40px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.contact-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#fff);text-align:center}.contact-section .container{max-width:1200px;margin:0 auto}.contact-info{display:flex;justify-content:center;gap:50px;flex-wrap:wrap;max-width:800px;margin:40px auto}.contact-person{background:#fff;padding:30px 40px;border-radius:15px;box-shadow:0 10px 30px #6600331a;flex:1;min-width:250px}.contact-person h3{color:#603;font-size:1.5rem;margin-bottom:20px}.contact-phone{font-size:1.2rem;margin:10px 0;color:#333}.contact-email{font-size:1.1rem;color:#666}.business-name{font-size:2rem;font-weight:800;color:#603;margin-top:40px;letter-spacing:2px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}@media screen and (min-width:1400px){.products-grid{max-width:1400px;gap:30px}}@media screen and (max-width:1199px){.products-grid{gap:20px;padding:0 15px}}@media screen and (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr);max-width:700px;gap:25px}.stats-grid,.services-grid,.features-grid,.equipment-grid{grid-template-columns:repeat(2,1fr);max-width:700px;margin:0 auto}.facility-content{grid-template-columns:1fr;gap:30px}.process-flow{flex-direction:column}.stage-arrow{transform:rotate(90deg)}}@media screen and (max-width:768px){.section-title{font-size:2rem}.products-section,.stats-section,.services-section,.features-section,.equipment-section,.process-section,.facility-section,.contact-section{padding:60px 0}.product-image-container{height:130px}.product-bottle-image{height:120px;max-width:75px}.product-name{font-size:1.3rem}.quality-badge{flex-direction:column;align-items:center}.contact-info{flex-direction:column}.cta-features{flex-direction:column;align-items:center}.copacking-cta h2,.cta-section h2{font-size:2.5rem}}@media screen and (max-width:576px){.products-grid,.stats-grid,.services-grid,.features-grid,.equipment-grid{grid-template-columns:1fr;max-width:350px;gap:20px}.product-image-container{height:140px}.product-bottle-image{height:130px;max-width:80px}.copacking-cta h2,.cta-section h2{font-size:2rem}.copacking-cta p,.cta-section p{font-size:1.1rem}}.features-interactive-section{padding:60px 0;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden;min-height:800px}.features-interactive-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:450px;height:450px;background:radial-gradient(circle,rgba(102,0,51,.03) 0%,transparent 70%);border-radius:50%;z-index:0}.gradient-text{background:linear-gradient(135deg,#603,#8b0000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-showcase{position:relative;height:450px;display:flex;justify-content:center;align-items:center;margin-top:20px}.central-water-drop{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5}.water-drop-icon{width:80px;height:80px;background:linear-gradient(135deg,#603,#8b0000);border-radius:50%/60% 60% 40% 40%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;box-shadow:0 15px 30px #6600334d;animation:waterDropFloat 3s ease-in-out infinite;position:relative;z-index:6}.ripple-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border:2px solid rgba(102,0,51,.3);border-radius:50%/60% 60% 40% 40%;animation:ripple 3s infinite;opacity:0}.ripple-effect.delay-1{animation-delay:1s}.ripple-effect.delay-2{animation-delay:2s}@keyframes ripple{0%{width:80px;height:80px;opacity:.5}to{width:200px;height:200px;opacity:0}}@keyframes waterDropFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.05)}}.features-circle{position:relative;width:380px;height:380px;border-radius:50%;border:2px dashed rgba(102,0,51,.2);animation:rotate 60s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.feature-circle-item{position:absolute;top:50%;left:50%;width:130px;cursor:pointer;transition:all .5s cubic-bezier(.175,.885,.32,1.275);z-index:10}.feature-circle-item.active{z-index:20;transform:translate(calc(var(--x) - 5px),calc(var(--y) - 5px)) scale(1.1)!important}.feature-circle-icon{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin:0 auto 8px;transition:all .3s ease;box-shadow:0 8px 15px #0000001a;animation:pulse 2s infinite}.feature-circle-item.active .feature-circle-icon{transform:scale(1.15);box-shadow:0 12px 25px #00000026}.feature-circle-content{text-align:center;opacity:.8;transition:all .3s ease}.feature-circle-item.active .feature-circle-content{opacity:1}.feature-circle-content h3{font-size:.9rem;color:#333;margin-bottom:4px;white-space:nowrap;font-weight:600}.feature-stats-badge{display:inline-block;padding:3px 10px;border-radius:20px;color:#fff;font-size:.7rem;font-weight:600;box-shadow:0 4px 8px #0000001a}.feature-expanded-details{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);width:200px;background:#fff;border-radius:12px;padding:15px;box-shadow:0 15px 30px #00000026;opacity:0;visibility:hidden;transition:all .3s ease;z-index:30;border:2px solid var(--feature-color);pointer-events:none}.feature-circle-item.active .feature-expanded-details{opacity:1;visibility:visible;transform:translate(-50%) translateY(25px)}.feature-expanded-details:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--feature-color)}.feature-expanded-details h4{font-size:1rem;color:var(--feature-color);margin-bottom:8px;font-weight:700}.feature-expanded-details p{font-size:.8rem;color:#666;margin-bottom:12px;line-height:1.4}.feature-detail-list{display:flex;flex-direction:column;gap:5px}.feature-detail-item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#555}.detail-check{font-weight:700;font-size:.85rem;min-width:18px}.feature-description-panel{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:320px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 15px 30px #0000001a;border-left:4px solid;transition:all .3s ease;z-index:15;text-align:center}.panel-header{display:flex;align-items:center;gap:12px;margin-bottom:15px;padding:8px;border-radius:40px;justify-content:center}.panel-icon{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 10px #0000001a}.panel-header h3{font-size:1.2rem;color:#333;margin:0;font-weight:700}.panel-description{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:15px}.panel-stats{margin-bottom:20px}.panel-stat{display:inline-block;text-align:center}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:#333}.stat-label{font-size:.8rem;color:#666}.panel-btn{padding:10px 25px;border:none;border-radius:25px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.panel-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000026}@media screen and (max-width:992px){.features-interactive-section{min-height:550px}.features-circle{width:320px;height:320px}.feature-circle-item{width:110px}.feature-circle-icon{width:50px;height:50px;font-size:1.4rem}.feature-circle-content h3{font-size:.8rem}.feature-stats-badge{font-size:.65rem;padding:2px 8px}.feature-description-panel{width:280px;padding:18px;bottom:-10px}}@media screen and (max-width:768px){.features-interactive-section{min-height:800px;padding:40px 0}.features-showcase{flex-direction:column;height:auto;gap:20px}.central-water-drop{position:relative;top:0;left:0;transform:none;margin:10px auto}.features-circle{width:280px;height:280px;margin:30px auto}.feature-circle-item{width:100px}.feature-circle-icon{width:45px;height:45px;font-size:1.3rem}.feature-expanded-details{width:180px;padding:12px}.feature-description-panel{position:relative;bottom:0;width:90%;max-width:300px;margin:20px auto}}@media screen and (max-width:576px){.features-interactive-section{min-height:750px}.features-circle{width:240px;height:240px}.feature-circle-item{width:85px}.feature-circle-icon{width:40px;height:40px;font-size:1.2rem}.feature-circle-content h3{font-size:.7rem}.feature-stats-badge{font-size:.6rem;padding:2px 6px}.feature-expanded-details{width:160px;padding:10px}.feature-expanded-details h4{font-size:.9rem}.feature-expanded-details p,.feature-detail-item{font-size:.7rem}.feature-description-panel{padding:15px;width:95%}.panel-header h3{font-size:1rem}.panel-icon{width:35px;height:35px;font-size:1.3rem}.stat-value{font-size:1.3rem}.panel-btn{padding:8px 20px;font-size:.8rem}}.animate-p{color:#fff!important;text-shadow:0 2px 4px rgba(0,0,0,.2)}.services-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.services-grid-eight{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;max-width:1200px;margin:0 auto}.service-card-modern{background:#fff;padding:30px 20px;border-radius:16px;text-align:center;box-shadow:0 10px 30px #66003314;transition:all .3s ease;border:1px solid rgba(102,0,51,.1);position:relative;overflow:hidden;cursor:pointer}.service-card-modern:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#603,#8b0000);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card-modern:hover:before{transform:scaleX(1)}.service-card-modern:hover{transform:translateY(-5px);box-shadow:0 20px 40px #66003326}.service-icon-wrapper-modern{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:all .3s ease}.service-card-modern:hover .service-icon-wrapper-modern{transform:scale(1.1) rotate(5deg)}.service-icon-modern{display:flex;align-items:center;justify-content:center;transition:all .3s ease}.service-title-modern{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:10px;transition:color .3s ease}.service-card-modern:hover .service-title-modern{color:#603}.service-description-modern{color:#666;font-size:.9rem;line-height:1.5;margin:0}.service-hover-effect{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,0,51,.05) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none;border-radius:50%}.service-card-modern:hover .service-hover-effect{opacity:1}@media screen and (max-width:1024px){.services-grid-eight{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.services-grid-eight{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:480px){.services-grid-eight{grid-template-columns:1fr;max-width:350px;margin:0 auto}.service-icon-wrapper-modern{width:70px;height:70px}.service-title-modern{font-size:1.1rem}.service-description-modern{font-size:.85rem}}.about-us-page-landing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;line-height:1.6;overflow-x:hidden}.about-us-page-landing-page-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-us-page-landing-page-fade-in,.about-us-page-landing-page-slide-in-left,.about-us-page-landing-page-slide-in-right,.about-us-page-landing-page-slide-in-up,.about-us-page-landing-page-scale-in,.about-us-page-landing-page-stagger-item{opacity:0;transition:opacity .6s ease,transform .6s ease}.about-us-page-landing-page-visible{opacity:1!important;transform:translate(0) scale(1)!important}.about-us-page-landing-page-fade-in{transform:translateY(20px)}.about-us-page-landing-page-slide-in-left{transform:translate(-50px)}.about-us-page-landing-page-slide-in-right{transform:translate(50px)}.about-us-page-landing-page-slide-in-up{transform:translateY(50px)}.about-us-page-landing-page-scale-in{transform:scale(.9)}.about-us-page-landing-page-stagger-item{transform:translateY(30px)}.about-us-page-landing-page-stagger-item.about-us-page-landing-page-visible{transition-delay:calc(.1s * var(--stagger-index, 1))}@keyframes about-us-page-landing-page-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about-us-page-landing-page-float{animation:about-us-page-landing-page-float 3s ease-in-out infinite}@keyframes about-us-page-landing-page-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.about-us-page-landing-page-pulse{animation:about-us-page-landing-page-pulse 2s ease-in-out infinite}@keyframes about-us-page-landing-page-bounce{0%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.about-us-page-landing-page-bounce{animation:about-us-page-landing-page-bounce 2s ease infinite}@keyframes about-us-page-landing-page-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-us-page-landing-page-rotate-in{animation:about-us-page-landing-page-rotate .8s ease-out}.about-us-page-landing-page-card-hover{transition:transform .3s ease,box-shadow .3s ease}.about-us-page-landing-page-card-hover:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 30px #6033!important}.about-us-page-landing-page-equipment-hover{transition:all .3s ease}.about-us-page-landing-page-equipment-hover:hover{transform:translate(10px);background:#fff!important;box-shadow:0 10px 25px #66003326}.about-us-page-landing-page-step-hover{transition:all .3s ease}.about-us-page-landing-page-step-hover:hover{transform:scale(1.05);box-shadow:0 15px 30px #6033}.about-us-page-landing-page-step-hover:hover .about-us-page-landing-page-step-icon{animation:about-us-page-landing-page-rotate .6s ease-out}.about-us-page-landing-page-contact-hover{transition:all .3s ease}.about-us-page-landing-page-contact-hover:hover{transform:translateY(-5px);box-shadow:0 15px 30px #66003326}.about-us-page-landing-page-address-hover{transition:all .3s ease}.about-us-page-landing-page-address-hover:hover{transform:scale(1.02);background:#fff!important;box-shadow:0 10px 25px #6600331a}.about-us-page-landing-page-button-pulse{transition:all .3s ease}.about-us-page-landing-page-button-pulse:hover{animation:about-us-page-landing-page-pulse 1s ease-in-out infinite;transform:scale(1.05)}.about-us-page-landing-page-hero{background:linear-gradient(135deg,#603,#8a0047);position:relative;min-height:400px;display:flex;align-items:center;color:#fff;animation:about-us-page-landing-page-gradient-shift 8s ease infinite;background-size:200% 200%}@keyframes about-us-page-landing-page-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.about-us-page-landing-page-hero-overlay{width:100%;padding:60px 0;background:#6600331a}.about-us-page-landing-page-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.about-us-page-landing-page-hero-brand{display:block;font-size:4rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.about-us-page-landing-page-hero-brand-secondary{display:block;font-size:3.5rem;font-weight:600;color:#fff;opacity:.95;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.about-us-page-landing-page-hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95;max-width:600px}.about-us-page-landing-page-hero-badges{display:flex;gap:20px;flex-wrap:wrap}.about-us-page-landing-page-badge{display:flex;align-items:center;gap:8px;background:#ffffff26;padding:10px 20px;border-radius:50px;font-size:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.about-us-page-landing-page-badge:hover{transform:translateY(-2px);background:#ffffff40;box-shadow:0 5px 15px #0003}.about-us-page-landing-page-badge-icon{font-size:1.2rem!important;animation:about-us-page-landing-page-float 3s ease-in-out infinite}.about-us-page-landing-page-section-header{text-align:center;margin-bottom:50px}.about-us-page-landing-page-section-title{font-size:2.5rem;color:#603;margin-bottom:15px;font-weight:700;position:relative;display:inline-block}.about-us-page-landing-page-section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:3px;background:#603;transition:width .5s ease}.about-us-page-landing-page-section-header:hover .about-us-page-landing-page-section-title:after{width:50%}.about-us-page-landing-page-title-underline{width:80px;height:4px;background:#603;margin:0 auto;border-radius:2px;transition:width .3s ease}.about-us-page-landing-page-title-underline:hover{width:120px}.about-us-page-landing-page-about{padding:80px 0;background:#fff}.about-us-page-landing-page-about-content{display:grid;grid-template-columns:1.5fr 1fr;gap:50px;align-items:start}.about-us-page-landing-page-about-description{font-size:1.1rem;color:#555;margin-bottom:20px;line-height:1.8;transition:all .3s ease}.about-us-page-landing-page-about-description:hover{color:#333;transform:translate(10px)}.about-us-page-landing-page-about-description strong{color:#603;transition:color .3s ease}.about-us-page-landing-page-about-description strong:hover{color:#8a0047}.about-us-page-landing-page-about-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px}.about-us-page-landing-page-highlight-item{display:flex;align-items:center;gap:10px;padding:15px;background:#f8f8f8;border-radius:10px;transition:all .3s ease;cursor:pointer}.about-us-page-landing-page-highlight-item:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px #66003326;background:linear-gradient(135deg,#f8f8f8,#fff)}.about-us-page-landing-page-highlight-icon{color:#603!important;font-size:1.8rem!important;transition:transform .3s ease}.about-us-page-landing-page-highlight-item:hover .about-us-page-landing-page-highlight-icon{transform:rotate(360deg) scale(1.2)}.about-us-page-landing-page-about-stats{display:grid;gap:20px}.about-us-page-landing-page-stat-card{background:linear-gradient(135deg,#603,#8a0047);color:#fff;padding:30px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #6033;transition:all .3s ease;cursor:pointer}.about-us-page-landing-page-stat-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px #6600334d}.about-us-page-landing-page-stat-number{font-size:2.5rem;font-weight:800;margin-bottom:5px;transition:all .3s ease}.about-us-page-landing-page-stat-card:hover .about-us-page-landing-page-stat-number{transform:scale(1.1);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.about-us-page-landing-page-stat-label{font-size:1rem;opacity:.9}.about-us-page-landing-page-capabilities{padding:80px 0;background:#f8f8f8}.about-us-page-landing-page-capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.about-us-page-landing-page-capability-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;box-shadow:0 5px 20px #0000000d;transition:all .3s ease;cursor:pointer}.about-us-page-landing-page-capability-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #66003326}.about-us-page-landing-page-capability-icon{font-size:3rem!important;color:#603;margin-bottom:20px;transition:all .3s ease}.about-us-page-landing-page-capability-card:hover .about-us-page-landing-page-capability-icon{transform:scale(1.2) rotate(360deg)}.about-us-page-landing-page-capability-card h3{font-size:1.3rem;color:#333;margin-bottom:15px;transition:color .3s ease}.about-us-page-landing-page-capability-card:hover h3{color:#603}.about-us-page-landing-page-capability-value{font-size:2rem;font-weight:700;color:#603;margin-bottom:5px;transition:all .3s ease}.about-us-page-landing-page-capability-card:hover .about-us-page-landing-page-capability-value{transform:scale(1.1);text-shadow:0 0 10px rgba(102,0,51,.3)}.about-us-page-landing-page-capability-desc{color:#666;font-size:.95rem}.about-us-page-landing-page-equipment{padding:80px 0;background:#fff}.about-us-page-landing-page-equipment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.about-us-page-landing-page-equipment-item{display:flex;gap:15px;padding:25px;background:#f8f8f8;border-radius:10px;transition:all .3s ease;cursor:pointer}.about-us-page-landing-page-equipment-item:hover{background:#fff;box-shadow:0 5px 20px #6600331a;transform:translate(10px)}.about-us-page-landing-page-equipment-icon{color:#603!important;font-size:1.8rem!important;flex-shrink:0;transition:all .3s ease}.about-us-page-landing-page-equipment-item:hover .about-us-page-landing-page-equipment-icon{transform:rotate(360deg) scale(1.2)}.about-us-page-landing-page-equipment-item h4{font-size:1.1rem;color:#333;margin-bottom:5px;font-weight:600;transition:color .3s ease}.about-us-page-landing-page-equipment-item:hover h4{color:#603}.about-us-page-landing-page-equipment-item p{color:#666;font-size:.95rem;transition:color .3s ease}.about-us-page-landing-page-process{padding:80px 0;background:#f8f8f8}.about-us-page-landing-page-process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:40px}.about-us-page-landing-page-step{text-align:center;position:relative;padding:30px 20px;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;cursor:pointer}.about-us-page-landing-page-step:hover{transform:scale(1.05);box-shadow:0 15px 30px #6033;background:linear-gradient(135deg,#fff,#f8f8f8)}.about-us-page-landing-page-step-number{position:absolute;top:-10px;left:-10px;width:30px;height:30px;background:#603;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;transition:all .3s ease}.about-us-page-landing-page-step:hover .about-us-page-landing-page-step-number{transform:scale(1.2) rotate(360deg);background:#8a0047}.about-us-page-landing-page-step-icon{font-size:2.5rem!important;color:#603;margin-bottom:15px;transition:all .3s ease}.about-us-page-landing-page-step:hover .about-us-page-landing-page-step-icon{transform:scale(1.2) rotate(360deg);color:#8a0047}.about-us-page-landing-page-step h4{font-size:1rem;color:#333;transition:color .3s ease}.about-us-page-landing-page-step:hover h4{color:#603}.about-us-page-landing-page-process-note{text-align:center;font-size:1.1rem;color:#666;max-width:800px;margin:30px auto 0;padding:20px;background:#fff;border-radius:10px;border-left:4px solid #660033;transition:all .3s ease;cursor:pointer}.about-us-page-landing-page-process-note:hover{transform:translateY(-5px);box-shadow:0 10px 25px #66003326;border-left-width:8px}.about-us-page-landing-page-copacking{padding:80px 0;background:linear-gradient(135deg,#603,#8a0047);color:#fff;animation:about-us-page-landing-page-gradient-shift 8s ease infinite;background-size:200% 200%}.about-us-page-landing-page-copacking-content{text-align:center;max-width:800px;margin:0 auto}.about-us-page-landing-page-copacking-icon{font-size:4rem!important;margin-bottom:20px;filter:drop-shadow(0 0 10px rgba(255,255,255,.5));transition:all .3s ease}.about-us-page-landing-page-copacking-content:hover .about-us-page-landing-page-copacking-icon{transform:scale(1.2) rotate(360deg);filter:drop-shadow(0 0 20px rgba(255,255,255,.8))}.about-us-page-landing-page-copacking-title{font-size:2.5rem;margin-bottom:20px;font-weight:700;transition:all .3s ease}.about-us-page-landing-page-copacking-content:hover .about-us-page-landing-page-copacking-title{transform:scale(1.05);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.about-us-page-landing-page-copacking-text{font-size:1.2rem;margin-bottom:30px;opacity:.95;line-height:1.8;transition:all .3s ease}.about-us-page-landing-page-copacking-button{background:#fff;color:#603;border:none;padding:15px 40px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #0003;position:relative;overflow:hidden}.about-us-page-landing-page-copacking-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#6033;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.about-us-page-landing-page-copacking-button:hover:before{width:300px;height:300px}.about-us-page-landing-page-copacking-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;background:#f8f8f8;color:#8a0047}.about-us-page-landing-page-contact{padding:80px 0;background:#fff}.about-us-page-landing-page-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:40px}.about-us-page-landing-page-contact-card{background:#f8f8f8;padding:40px;border-radius:15px;box-shadow:0 5px 20px #0000000d;transition:all .3s ease;cursor:pointer}.about-us-page-landing-page-contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #66003326;background:#fff}.about-us-page-landing-page-contact-person h3{font-size:1.5rem;color:#603;margin-bottom:20px;font-weight:600;transition:all .3s ease}.about-us-page-landing-page-contact-card:hover h3{transform:translate(10px);color:#8a0047}.about-us-page-landing-page-contact-detail{display:flex;align-items:center;gap:10px;margin-bottom:15px;transition:all .3s ease}.about-us-page-landing-page-contact-card:hover .about-us-page-landing-page-contact-detail{transform:translate(10px)}.about-us-page-landing-page-contact-icon{color:#603!important;font-size:1.2rem!important;transition:all .3s ease}.about-us-page-landing-page-contact-detail:hover .about-us-page-landing-page-contact-icon{transform:scale(1.2) rotate(360deg);color:#8a0047}.about-us-page-landing-page-contact-detail a{color:#555;text-decoration:none;transition:color .3s ease}.about-us-page-landing-page-contact-detail a:hover{color:#603}.about-us-page-landing-page-address{display:flex;align-items:flex-start;gap:15px;padding:30px;background:#f8f8f8;border-radius:15px;border:1px solid #eee;transition:all .3s ease;cursor:pointer}.about-us-page-landing-page-address:hover{transform:scale(1.02);background:#fff;box-shadow:0 10px 25px #6600331a;border-color:#603}.about-us-page-landing-page-address-icon{color:#603!important;font-size:2rem!important;flex-shrink:0;transition:all .3s ease}.about-us-page-landing-page-address:hover .about-us-page-landing-page-address-icon{transform:scale(1.2) rotate(360deg)}.about-us-page-landing-page-address p{color:#555;font-size:1.1rem;line-height:1.6;margin:0;transition:color .3s ease}.about-us-page-landing-page-address:hover p{color:#333}.about-us-page-landing-page-footer{background:#603;color:#fff;padding:30px 0;text-align:center;position:relative;overflow:hidden}.about-us-page-landing-page-footer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#660033,transparent);animation:about-us-page-landing-page-slide 3s linear infinite}@keyframes about-us-page-landing-page-slide{0%{left:-100%}to{left:100%}}.about-us-page-landing-page-footer p{opacity:.8;font-size:.95rem;transition:opacity .3s ease}.about-us-page-landing-page-footer:hover p{opacity:1}@media(max-width:1024px){.about-us-page-landing-page-hero-title{font-size:2.5rem}.about-us-page-landing-page-hero-brand{font-size:3rem}.about-us-page-landing-page-hero-brand-secondary{font-size:2.5rem}.about-us-page-landing-page-about-content{grid-template-columns:1fr;gap:30px}.about-us-page-landing-page-capabilities-grid,.about-us-page-landing-page-process-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-us-page-landing-page-hero{min-height:350px}.about-us-page-landing-page-hero-title{font-size:2rem}.about-us-page-landing-page-hero-brand{font-size:2.5rem}.about-us-page-landing-page-hero-brand-secondary{font-size:2rem}.about-us-page-landing-page-hero-subtitle{font-size:1.2rem}.about-us-page-landing-page-hero-badges{flex-direction:column;gap:10px}.about-us-page-landing-page-section-title{font-size:2rem}.about-us-page-landing-page-about-highlights,.about-us-page-landing-page-capabilities-grid,.about-us-page-landing-page-process-steps,.about-us-page-landing-page-equipment-grid,.about-us-page-landing-page-contact-grid{grid-template-columns:1fr}.about-us-page-landing-page-process-steps{gap:15px}.about-us-page-landing-page-step{padding:20px 15px}.about-us-page-landing-page-copacking-title{font-size:2rem}.about-us-page-landing-page-address{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.about-us-page-landing-page-container{padding:0 15px}.about-us-page-landing-page-hero-title{font-size:1.8rem}.about-us-page-landing-page-hero-brand{font-size:2rem}.about-us-page-landing-page-hero-brand-secondary,.about-us-page-landing-page-section-title{font-size:1.8rem}.about-us-page-landing-page-stat-number{font-size:2rem}.about-us-page-landing-page-capability-value{font-size:1.5rem}.about-us-page-landing-page-equipment-item{flex-direction:column;align-items:flex-start}}.product-landing-page-web{width:100%;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;line-height:1.6;background-color:#fff}.product-landing-page-web-container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.product-landing-page-web-fade-in,.product-landing-page-web-slide-in-left,.product-landing-page-web-slide-in-right,.product-landing-page-web-slide-in-up,.product-landing-page-web-scale-in{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.product-landing-page-web-visible{opacity:1!important;transform:translate(0) scale(1)!important}.product-landing-page-web-fade-in{transform:translateY(30px)}.product-landing-page-web-slide-in-left{transform:translate(-50px)}.product-landing-page-web-slide-in-right{transform:translate(50px)}.product-landing-page-web-slide-in-up{transform:translateY(50px)}.product-landing-page-web-scale-in{transform:scale(.9)}@keyframes product-landing-page-web-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes product-landing-page-web-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes product-landing-page-web-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes product-landing-page-web-shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes product-landing-page-web-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.product-landing-page-web-hero{background:linear-gradient(135deg,#603,#8a0047,#603);position:relative;min-height:500px;display:flex;align-items:center;color:#fff;animation:product-landing-page-web-gradient-shift 8s ease infinite;background-size:200% 200%}.product-landing-page-web-hero-overlay{width:100%;padding:80px 0;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-landing-page-web-hero-content{max-width:900px;margin:0 auto;text-align:center}.product-landing-page-web-hero-badge{display:inline-flex;align-items:center;gap:10px;background:#ffd70033;color:gold;padding:12px 30px;border-radius:50px;font-size:1.1rem;font-weight:600;margin-bottom:30px;border:1px solid rgba(255,215,0,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0003}.product-landing-page-web-hero-badge-icon{font-size:1.3rem!important;animation:product-landing-page-web-pulse 2s ease-in-out infinite}.product-landing-page-web-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:20px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.product-landing-page-web-highlight{color:gold;position:relative;display:inline-block}.product-landing-page-web-highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background:#ffd7004d;z-index:-1;border-radius:4px}.product-landing-page-web-hero-subtitle{font-size:1.4rem;margin-bottom:20px;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;font-weight:500}.product-landing-page-web-hero-description{font-size:1.1rem;line-height:1.8;opacity:.9;margin-bottom:0;max-width:700px;margin-left:auto;margin-right:auto;background:#ffffff1a;padding:25px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.product-landing-page-web-section-header{text-align:center;margin-bottom:50px}.product-landing-page-web-section-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#333}.product-landing-page-web-section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto 20px;line-height:1.6}.product-landing-page-web-title-underline{width:80px;height:4px;background:#603;margin:0 auto;border-radius:2px;transition:width .3s ease}.product-landing-page-web-title-underline:hover{width:120px}.product-landing-page-web-showcase{padding:80px 0;background:#fff}.product-landing-page-web-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:40px}.product-landing-page-web-product-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #66003314;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(102,0,51,.1);overflow:hidden;position:relative;cursor:pointer;height:100%;display:flex;flex-direction:column}.product-landing-page-web-product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #66003326;border-color:#6033}.product-landing-page-web-product-badge{position:absolute;top:15px;right:15px;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:4px;z-index:10;box-shadow:0 4px 8px #0000001a}.product-landing-page-web-product-badge.gold{background:linear-gradient(135deg,gold,#ffed4e);color:#603}.product-landing-page-web-product-badge.blue{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff}.product-landing-page-web-product-badge.green{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.product-landing-page-web-product-badge.purple{background:linear-gradient(135deg,#6f42c1,#9b59b6);color:#fff}.product-landing-page-web-badge-icon{font-size:.8rem!important}.product-landing-page-web-product-header{background:linear-gradient(135deg,#603,#8a0047);padding:25px 15px;text-align:center;position:relative;overflow:hidden}.product-landing-page-web-product-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:product-landing-page-web-rotate 20s linear infinite}.product-landing-page-web-product-capacity-badge{display:inline-block;background:#fff3;color:#fff;padding:6px 15px;border-radius:25px;font-size:.9rem;font-weight:600;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);position:relative;z-index:2;margin-bottom:15px}.product-landing-page-web-product-icon-wrapper{font-size:3rem;position:relative;z-index:2}.product-landing-page-web-product-icon{font-size:3.5rem!important;color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));animation:product-landing-page-web-float 3s ease-in-out infinite}.product-landing-page-web-product-content{padding:20px;flex:1;display:flex;flex-direction:column}.product-landing-page-web-product-name{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:8px;text-align:center}.product-landing-page-web-product-description{font-size:.9rem;color:#666;margin-bottom:15px;text-align:center;line-height:1.5}.product-landing-page-web-product-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px;padding:12px;background:#f8f9fa;border-radius:12px}.product-landing-page-web-spec-item{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:6px 4px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #00000005}.product-landing-page-web-spec-icon{font-size:1rem!important;color:#603}.product-landing-page-web-spec-label{font-size:.7rem;color:#888;font-weight:500}.product-landing-page-web-spec-value{font-size:.8rem;color:#333;font-weight:600}.product-landing-page-web-product-features{margin-bottom:15px}.product-landing-page-web-product-features h4{font-size:.95rem;font-weight:600;color:#603;margin-bottom:8px}.product-landing-page-web-product-features ul{list-style:none;padding:0;margin:0}.product-landing-page-web-product-features li{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#666;margin-bottom:6px;padding:6px 8px;background:#f8f9fa;border-radius:6px;transition:all .3s ease}.product-landing-page-web-product-features li:hover{transform:translate(5px);background:#f0f0f0}.product-landing-page-web-feature-check{font-size:.9rem!important;color:#603}.product-landing-page-web-product-best-for{padding:12px;background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:4px;margin-top:auto}.product-landing-page-web-best-label{font-size:.8rem;color:#666;font-weight:500}.product-landing-page-web-best-value{font-size:.85rem;color:#603;font-weight:600;line-height:1.4}.product-landing-page-web-process{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.product-landing-page-web-process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:40px}.product-landing-page-web-process-step{background:#fff;padding:30px 15px;border-radius:15px;text-align:center;position:relative;box-shadow:0 10px 30px #6600330d;transition:all .3s ease;cursor:pointer;border:1px solid rgba(102,0,51,.1)}.product-landing-page-web-process-step:hover{transform:translateY(-5px);box-shadow:0 20px 40px #66003326}.product-landing-page-web-step-number{position:absolute;top:-10px;left:-10px;width:30px;height:30px;background:#603;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 8px #6600334d}.product-landing-page-web-process-step:hover .product-landing-page-web-step-number{transform:scale(1.1);background:#8a0047}.product-landing-page-web-step-icon-wrapper{margin-bottom:15px}.product-landing-page-web-step-icon{font-size:2.5rem!important;color:#603;transition:all .3s ease}.product-landing-page-web-process-step:hover .product-landing-page-web-step-icon{transform:scale(1.1) rotate(360deg);color:#8a0047}.product-landing-page-web-process-step h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:8px}.product-landing-page-web-process-step p{font-size:.85rem;color:#666;line-height:1.5;margin:0}.product-landing-page-web-quality{padding:80px 0;background:#fff}.product-landing-page-web-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:40px}.product-landing-page-web-feature-card{background:linear-gradient(135deg,#fff,#f8f9fa);padding:35px 20px;border-radius:15px;text-align:center;transition:all .3s ease;border:1px solid rgba(102,0,51,.1);cursor:pointer;box-shadow:0 5px 15px #0000000d}.product-landing-page-web-feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #66003326;background:#fff}.product-landing-page-web-feature-icon-wrapper{margin-bottom:20px}.product-landing-page-web-feature-svg{font-size:2.8rem!important;color:#603;transition:all .3s ease}.product-landing-page-web-feature-card:hover .product-landing-page-web-feature-svg{transform:scale(1.1) rotate(360deg);color:#8a0047}.product-landing-page-web-feature-card h3{font-size:1.2rem;font-weight:600;color:#603;margin-bottom:12px}.product-landing-page-web-feature-card p{font-size:.95rem;color:#666;line-height:1.6;margin:0}.product-landing-page-web-certifications{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.product-landing-page-web-cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.product-landing-page-web-cert-card{background:#fff;padding:35px 20px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #6600330d;transition:all .3s ease;cursor:pointer;border:1px solid rgba(102,0,51,.1)}.product-landing-page-web-cert-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #66003326}.product-landing-page-web-cert-icon-wrapper{margin-bottom:20px}.product-landing-page-web-cert-icon{font-size:3rem!important;color:#603;transition:all .3s ease}.product-landing-page-web-cert-card:hover .product-landing-page-web-cert-icon{transform:scale(1.1) rotate(360deg)}.product-landing-page-web-cert-card h4{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:10px}.product-landing-page-web-cert-card p{font-size:.9rem;color:#666;margin:0}.product-landing-page-web-testimonials{padding:80px 0;background:#fff}.product-landing-page-web-testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:40px}.product-landing-page-web-testimonial-card{background:linear-gradient(135deg,#fff,#f8f9fa);padding:25px;border-radius:15px;transition:all .3s ease;cursor:pointer;border:1px solid rgba(102,0,51,.1);box-shadow:0 5px 15px #0000000d}.product-landing-page-web-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #66003326;background:#fff}.product-landing-page-web-testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.product-landing-page-web-testimonial-info h4{font-size:1rem;font-weight:600;color:#603;margin-bottom:4px}.product-landing-page-web-testimonial-meta{display:flex;flex-direction:column;gap:2px}.product-landing-page-web-testimonial-product{font-size:.8rem;color:#666}.product-landing-page-web-testimonial-location{display:flex;align-items:center;gap:3px;font-size:.75rem;color:#888}.product-landing-page-web-location-icon{font-size:.8rem!important}.product-landing-page-web-testimonial-rating{display:flex;gap:2px}.product-landing-page-web-star-icon{font-size:.9rem!important;color:gold}.product-landing-page-web-testimonial-comment{font-size:.9rem;color:#555;line-height:1.5;font-style:italic;margin:0}.product-landing-page-web-bulk{background:linear-gradient(135deg,#603,#8a0047,#603);position:relative;padding:60px 0;animation:product-landing-page-web-gradient-shift 8s ease infinite;background-size:200% 200%}.product-landing-page-web-bulk-overlay{background:#0000001a;width:100%}.product-landing-page-web-bulk-content{text-align:center;max-width:900px;margin:0 auto;color:#fff}.product-landing-page-web-bulk-title{font-size:2.2rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.product-landing-page-web-bulk-description{font-size:1.1rem;line-height:1.8;margin-bottom:40px;opacity:.95}.product-landing-page-web-bulk-features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-landing-page-web-bulk-feature{background:#ffffff1a;padding:25px 15px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;cursor:pointer}.product-landing-page-web-bulk-feature:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 30px #0000004d}.product-landing-page-web-bulk-feature-icon{margin-bottom:15px}.product-landing-page-web-benefit-icon{font-size:2.2rem!important;color:gold}.product-landing-page-web-bulk-feature h3{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:gold}.product-landing-page-web-bulk-feature p{font-size:.85rem;line-height:1.5;margin:0;opacity:.9}.product-landing-page-web-comparison{padding:80px 0;background:#fff}.product-landing-page-web-table-wrapper{overflow-x:auto;border-radius:15px;box-shadow:0 15px 40px #6600331a;margin-top:40px;background:#fff}.product-landing-page-web-comparison-table{width:100%;border-collapse:collapse;background:#fff;min-width:800px}.product-landing-page-web-comparison-table th{background:linear-gradient(135deg,#603,#8a0047);color:#fff;padding:15px;text-align:left;font-weight:600;font-size:.95rem}.product-landing-page-web-comparison-table td{padding:15px;border-bottom:1px solid #f0f0f0;font-size:.9rem}.product-landing-page-web-table-row-even{background:#f8f9fa}.product-landing-page-web-table-row-odd{background:#fff}.product-landing-page-web-comparison-table tr:hover{background:#f0f0f0;transition:background .3s ease}.product-landing-page-web-table-product{display:flex;align-items:center;gap:10px}.product-landing-page-web-table-icon{font-size:1.2rem!important;color:#603}.product-landing-page-web-contact{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.product-landing-page-web-contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.product-landing-page-web-contact-card{background:#fff;padding:25px 15px;border-radius:12px;box-shadow:0 10px 30px #6600330d;transition:all .3s ease;text-align:center;cursor:pointer;border:1px solid rgba(102,0,51,.1)}.product-landing-page-web-contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #66003326;background:linear-gradient(135deg,#fff,#f8f9fa)}.product-landing-page-web-contact-icon{font-size:2rem!important;color:#603;margin-bottom:15px;transition:all .3s ease}.product-landing-page-web-contact-card:hover .product-landing-page-web-contact-icon{transform:scale(1.1) rotate(360deg)}.product-landing-page-web-contact-card h4{font-size:1rem;font-weight:600;color:#603;margin-bottom:8px}.product-landing-page-web-contact-card a,.product-landing-page-web-contact-card p{font-size:.9rem;color:#666;text-decoration:none;line-height:1.5;margin:2px 0;display:block;transition:color .3s ease}.product-landing-page-web-contact-card a:hover{color:#603}.product-landing-page-web-footer{background:#222;color:#fff;padding:30px 0}.product-landing-page-web-footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.product-landing-page-web-footer-brand h3{font-size:1.1rem;font-weight:600;margin-bottom:5px;color:gold}.product-landing-page-web-footer-brand p{font-size:.85rem;opacity:.8;margin:0}.product-landing-page-web-footer-copyright p{font-size:.85rem;opacity:.7;margin:0}@media screen and (max-width:1024px){.product-landing-page-web-products-grid,.product-landing-page-web-features-grid,.product-landing-page-web-testimonials-grid,.product-landing-page-web-bulk-features,.product-landing-page-web-contact-grid{grid-template-columns:repeat(2,1fr)}.product-landing-page-web-process-steps{grid-template-columns:repeat(3,1fr)}.product-landing-page-web-cert-grid{grid-template-columns:repeat(2,1fr)}.product-landing-page-web-hero-title{font-size:2.8rem}.product-landing-page-web-section-title{font-size:2.2rem}}@media screen and (max-width:768px){.product-landing-page-web-products-grid,.product-landing-page-web-features-grid,.product-landing-page-web-process-steps,.product-landing-page-web-cert-grid,.product-landing-page-web-testimonials-grid,.product-landing-page-web-bulk-features,.product-landing-page-web-contact-grid{grid-template-columns:1fr}.product-landing-page-web-hero{min-height:400px}.product-landing-page-web-hero-title{font-size:2.2rem}.product-landing-page-web-hero-subtitle{font-size:1.1rem}.product-landing-page-web-hero-description{font-size:.95rem;padding:20px}.product-landing-page-web-section-title{font-size:1.8rem}.product-landing-page-web-section-subtitle{font-size:1rem}.product-landing-page-web-product-specs{grid-template-columns:repeat(3,1fr)}.product-landing-page-web-footer-content{flex-direction:column;text-align:center}}@media screen and (max-width:480px){.product-landing-page-web-container{padding:0 15px}.product-landing-page-web-hero-title{font-size:1.8rem}.product-landing-page-web-hero-badge{font-size:.9rem;padding:8px 20px}.product-landing-page-web-product-specs{grid-template-columns:1fr}.product-landing-page-web-spec-item{flex-direction:row;justify-content:space-between;padding:8px 12px}.product-landing-page-web-contact-card{padding:20px 15px}.product-landing-page-web-bulk-title{font-size:1.8rem}.product-landing-page-web-bulk-description{font-size:.95rem}}.product-landing-page-web-product-card:hover .product-landing-page-web-product-icon{animation:product-landing-page-web-rotate 1s ease}.product-landing-page-web-feature-card:hover .product-landing-page-web-feature-svg,.product-landing-page-web-cert-card:hover .product-landing-page-web-cert-icon,.product-landing-page-web-process-step:hover .product-landing-page-web-step-icon,.product-landing-page-web-bulk-feature:hover .product-landing-page-web-benefit-icon,.product-landing-page-web-contact-card:hover .product-landing-page-web-contact-icon{animation:product-landing-page-web-rotate .8s ease}.services-page-simple{max-width:1200px;margin:0 auto;padding:100px 20px 50px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.services-header-simple{text-align:center;margin-bottom:60px}.services-header-simple h1{font-size:3rem;margin-bottom:10px;color:#333}.services-header-simple h1 span{color:#603;position:relative}.services-header-simple h1 span:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:#603}.services-header-simple p{font-size:1.2rem;color:#666}.services-grid-simple{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:50px}.service-card-simple{background:#fff;padding:35px 25px;border-radius:12px;box-shadow:0 5px 20px #6600331a;text-align:center;transition:all .3s ease;border-top:4px solid transparent;cursor:pointer}.service-card-simple:hover,.service-card-simple.active{transform:translateY(-5px);box-shadow:0 10px 30px #66003326}.service-icon-simple{font-size:3rem;margin-bottom:20px;transition:transform .3s ease}.service-card-simple:hover .service-icon-simple{transform:scale(1.1)}.service-card-simple h3{color:#333;margin-bottom:15px;font-size:1.4rem}.service-card-simple p{color:#666;margin-bottom:20px;line-height:1.5}.service-features-simple{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.service-features-simple span{padding:5px 15px;border-radius:20px;font-size:.85rem;font-weight:600}.quick-contact-bar{display:flex;justify-content:center;gap:30px;padding:20px;background:#fff;border-radius:50px;box-shadow:0 5px 20px #6600331a;margin-bottom:50px;flex-wrap:wrap}.quick-contact-item{display:flex;align-items:center;gap:10px;color:#333;text-decoration:none;padding:8px 20px;border-radius:25px;transition:all .3s ease}.quick-contact-item:hover{background:#66003310;color:#603}.quick-contact-item span:first-child{font-size:1.2rem}.services-cta-simple{text-align:center;padding:50px;background:linear-gradient(135deg,#603,#8b0000);border-radius:12px;color:#fff}.services-cta-simple h2{font-size:2rem;margin-bottom:30px}.cta-buttons-simple{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-btn-simple{padding:15px 35px;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-btn-simple.call{background:#fff;color:#603}.cta-btn-simple.email{background:transparent;color:#fff;border:2px solid white}.cta-btn-simple:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003}.cta-btn-simple.call:hover{background:#603;color:#fff}.cta-btn-simple.email:hover{background:#fff;color:#603}@media(max-width:1024px){.services-grid-simple{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-header-simple h1{font-size:2.5rem}.services-grid-simple{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.quick-contact-bar{flex-direction:column;align-items:center;border-radius:20px}.services-cta-simple h2{font-size:1.8rem}.cta-buttons-simple{flex-direction:column;align-items:center}.cta-btn-simple{width:100%;max-width:300px;text-align:center}}.contact-page-simple{max-width:1200px;margin:0 auto;padding:100px 20px 50px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.contact-header-simple{text-align:center;margin-bottom:60px}.contact-header-simple h1{font-size:3rem;margin-bottom:10px;color:#333}.contact-header-simple h1 span{color:#603;position:relative}.contact-header-simple h1 span:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:#603}.contact-header-simple p{font-size:1.2rem;color:#666}.contact-cards-simple{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px}.contact-card-simple{background:#fff;padding:30px 20px;border-radius:12px;box-shadow:0 5px 20px #6600331a;text-align:center;transition:transform .3s ease;border:1px solid #f0f0f0}.contact-card-simple:hover{transform:translateY(-5px);box-shadow:0 10px 30px #66003326}.card-icon{font-size:2.5rem;margin-bottom:15px}.contact-card-simple h3{color:#603;margin-bottom:15px;font-size:1.3rem}.contact-card-simple p{color:#666;margin:5px 0;font-size:.95rem;line-height:1.5}.card-btn{display:inline-block;margin-top:15px;color:#603;text-decoration:none;font-weight:600;padding:8px 20px;border:2px solid #660033;border-radius:25px;transition:all .3s ease}.card-btn:hover{background:#603;color:#fff}.contact-bottom-simple{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-form-simple{background:#fff;padding:40px;border-radius:12px;box-shadow:0 5px 20px #6600331a}.contact-form-simple h2{color:#603;margin-bottom:25px;font-size:1.8rem;position:relative;padding-bottom:10px}.contact-form-simple h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#603}.contact-form-simple input,.contact-form-simple textarea{width:100%;padding:12px 15px;margin-bottom:20px;border:2px solid #f0f0f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.contact-form-simple input:focus,.contact-form-simple textarea:focus{outline:none;border-color:#603}.contact-form-simple button{background:#603;color:#fff;border:none;padding:14px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease;width:100%}.contact-form-simple button:hover{background:#8b0000}.contact-map-simple{background:#fff;padding:40px;border-radius:12px;box-shadow:0 5px 20px #6600331a}.contact-map-simple h2{color:#603;margin-bottom:25px;font-size:1.8rem;position:relative;padding-bottom:10px}.contact-map-simple h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#603}.map-container{width:100%;height:250px;border-radius:8px;overflow:hidden;margin-bottom:20px;border:2px solid #f0f0f0}.map-container iframe{width:100%;height:100%}.map-address{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px}.map-marker{font-size:1.5rem}.map-address p{color:#333;font-size:.95rem;line-height:1.5;margin:0}.directions-btn{display:inline-block;width:100%;padding:14px;background:#603;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;text-align:center;transition:background .3s ease}.directions-btn:hover{background:#8b0000}@media(max-width:1024px){.contact-cards-simple{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.contact-header-simple h1{font-size:2.5rem}.contact-bottom-simple{grid-template-columns:1fr}.contact-cards-simple{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.map-container{height:200px}}@media(max-width:480px){.contact-form-simple,.contact-map-simple{padding:25px}.map-address{flex-direction:column;text-align:center}}.footer{background:#603;color:#fff;position:relative;overflow:hidden;padding:60px 0 20px;margin-top:50px}.footer-wave{position:absolute;top:-1px;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.footer-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:50px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:30px;margin-bottom:40px}.footer-section{display:flex;flex-direction:column}.footer-logo-wrapper{display:flex;align-items:center;gap:10px;margin-bottom:15px}.footer-logo-icon{font-size:2.5rem;animation:float 3s ease-in-out infinite}.footer-logo-text{font-size:1.8rem;font-weight:700;color:gold;margin:0}.footer-description{color:#fffc;line-height:1.5;margin-bottom:15px;font-size:.9rem}.footer-certifications{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.cert-badge{background:#ffd7001a;border:1px solid rgba(255,215,0,.2);color:gold;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.social-links{display:flex;gap:10px}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;border-radius:50%;transition:all .3s ease;text-decoration:none}.social-link:hover{background:gold;transform:translateY(-3px)}.social-icon{font-size:1.1rem;color:#fff}.social-link:hover .social-icon{color:#33001a}.footer-heading{color:gold;font-size:1.1rem;font-weight:600;margin-bottom:20px;position:relative;padding-bottom:8px}.footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:35px;height:2px;background:gold}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links li a{color:#fffc;text-decoration:none;font-size:.9rem;display:flex;align-items:center;gap:8px;transition:all .3s ease}.footer-links li a:hover{color:gold;transform:translate(5px)}.link-icon{font-size:1rem;min-width:20px}.contact-info-list{list-style:none;padding:0;margin:0}.contact-info-list li{display:flex;gap:10px;margin-bottom:12px;color:#fffc;font-size:.85rem;line-height:1.4}.contact-icon{font-size:1rem;min-width:20px;color:gold}.contact-text{flex:1}.contact-email{color:#fffc;text-decoration:none}.contact-email:hover{color:gold;text-decoration:underline}.business-hours{display:flex;gap:10px;margin-top:15px;padding:12px;background:#ffffff0d;border-radius:8px}.hours-icon{font-size:1.2rem;color:gold}.hours-text{color:#ffffffe6;font-size:.85rem}.hours-text strong{color:gold;font-weight:600;margin-right:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.copyright{color:#fff9;font-size:.8rem;margin:0}.footer-bottom-links{display:flex;align-items:center;gap:15px}.footer-bottom-links a{color:#fff9;text-decoration:none;font-size:.8rem}.footer-bottom-links a:hover{color:gold}.separator{color:#ffffff4d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media screen and (max-width:992px){.footer-content{grid-template-columns:repeat(2,1fr);gap:30px}.brand-section{grid-column:1 / -1}.footer-logo-wrapper{justify-content:center}.footer-description{text-align:center}.footer-certifications,.social-links{justify-content:center}.footer-heading:after{left:50%;transform:translate(-50%)}.footer-section{align-items:center;text-align:center}.footer-links li a{justify-content:center}}@media screen and (max-width:768px){.footer-content{grid-template-columns:1fr;gap:25px}.footer-logo-text{font-size:1.6rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media screen and (max-width:480px){.footer{padding:40px 0 15px}.footer-container{padding:0 15px}.footer-logo-icon{font-size:2rem}.footer-logo-text{font-size:1.4rem}.footer-heading{font-size:1rem}.footer-links li a{font-size:.85rem}.contact-info-list li{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%;position:relative}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{display:flex;flex-direction:column;min-height:100vh;width:100vw;max-width:100vw;overflow-x:hidden;position:relative}main{flex:1;width:100vw;max-width:100vw;overflow-x:hidden;padding:0}.page-wrapper{width:100vw;max-width:100vw;margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth}body{scroll-padding-top:60px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#603,#99004d);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#99004d,#603)}::selection{background:#603;color:#fff}.AllUserRegistration-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background-color:#f5f5f5;font-family:Poppins,sans-serif}.registration-margintop{margin-top:40px}.AllUserRegistration-form{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:600px;font-family:Poppins,sans-serif}.AllUserRegistration-form h2{text-align:center;color:#603;margin-bottom:30px;font-size:32px;font-weight:600;font-family:Poppins,sans-serif}.AllUserRegistration-form-group{margin-bottom:20px}.AllUserRegistration-form-group label{display:block;margin-bottom:5px;color:#555;font-weight:500;font-size:14px;font-family:Poppins,sans-serif}.AllUserRegistration-form-group input,.AllUserRegistration-form-group textarea,.AllUserRegistration-form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .3s;font-family:Poppins,sans-serif}.AllUserRegistration-form-group select{background-color:#fff;cursor:pointer}.AllUserRegistration-form-group input:focus,.AllUserRegistration-form-group textarea:focus,.AllUserRegistration-form-group select:focus{outline:none;border-color:#603}.AllUserRegistration-form-group input.error,.AllUserRegistration-form-group textarea.error,.AllUserRegistration-form-group select.error{border-color:#dc3545;background-color:#fff8f8}.AllUserRegistration-form-group input.error:focus,.AllUserRegistration-form-group textarea.error:focus,.AllUserRegistration-form-group select.error:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.AllUserRegistration-error-message{color:#dc3545;font-size:12px;margin-top:5px;display:flex;align-items:center;gap:4px;font-family:Poppins,sans-serif}.AllUserRegistration-error-icon{font-style:normal;font-size:14px}.AllUserRegistration-field-hint{display:block;color:#6c757d;font-size:11px;margin-top:4px;font-family:Poppins,sans-serif}.AllUserRegistration-character-count{display:block;text-align:right;color:#6c757d;font-size:11px;margin-top:4px;font-family:Poppins,sans-serif}.AllUserRegistration-required-star{color:#dc3545;margin-left:2px}.AllUserRegistration-step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:30px;padding:20px 0}.AllUserRegistration-step{display:flex;flex-direction:column;align-items:center;position:relative}.AllUserRegistration-step-number{width:40px;height:40px;border-radius:50%;background-color:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:8px;transition:all .3s ease;font-family:Poppins,sans-serif}.AllUserRegistration-step.active .AllUserRegistration-step-number,.AllUserRegistration-step.completed .AllUserRegistration-step-number{background-color:#603;color:#fff}.AllUserRegistration-step-label{font-size:12px;color:#666;font-weight:500;font-family:Poppins,sans-serif}.AllUserRegistration-step.active .AllUserRegistration-step-label{color:#603;font-weight:600}.AllUserRegistration-step-connector{width:100px;height:2px;background-color:#e0e0e0;margin:0 10px;transition:background-color .3s ease}.AllUserRegistration-step-connector.active{background-color:#603}.AllUserRegistration-step-content{animation:AllUserRegistration-fadeIn .5s ease}.AllUserRegistration-step-content h3{color:#333;margin-bottom:25px;font-size:18px;border-bottom:2px solid #660033;padding-bottom:10px;font-family:Poppins,sans-serif;font-weight:600}@keyframes AllUserRegistration-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AllUserRegistration-form-row{display:flex;gap:20px;margin-bottom:20px}.AllUserRegistration-form-row .AllUserRegistration-form-group{flex:1;margin-bottom:0}.AllUserRegistration-navigation{display:flex;gap:15px;margin-top:30px;justify-content:space-between}.AllUserRegistration-btn{padding:12px 24px;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:120px;color:#fff;font-family:Poppins,sans-serif}.AllUserRegistration-btn:disabled{opacity:.5;cursor:not-allowed}.AllUserRegistration-prev-btn{background-color:#603;color:#fff}.AllUserRegistration-prev-btn:hover:not(:disabled){background-color:#4d0026}.AllUserRegistration-next-btn{background-color:#603;color:#fff;margin-left:auto}.AllUserRegistration-next-btn:hover:not(:disabled){background-color:#4d0026}.AllUserRegistration-submit-btn{background-color:#603;color:#fff;margin-left:auto}.AllUserRegistration-submit-btn:hover:not(:disabled){background-color:#4d0026}.AllUserRegistration-roles-container{display:flex;gap:20px;flex-wrap:wrap}.AllUserRegistration-checkbox-label{display:flex;align-items:center;gap:5px;cursor:pointer;font-weight:400!important;font-family:Poppins,sans-serif}.AllUserRegistration-checkbox-label input[type=checkbox]{width:auto;margin-right:5px}@media(max-width:768px){.AllUserRegistration-form{padding:20px}.AllUserRegistration-form-row{flex-direction:column;gap:15px}.AllUserRegistration-form-row .AllUserRegistration-form-group{margin-bottom:15px}.AllUserRegistration-step-indicator{flex-direction:column;gap:15px}.AllUserRegistration-step-connector{width:2px;height:30px;margin:5px 0}.AllUserRegistration-step{flex-direction:row;gap:15px}.AllUserRegistration-step-number{margin-bottom:0}.AllUserRegistration-navigation{flex-wrap:wrap}.AllUserRegistration-btn{flex:1;min-width:auto}.AllUserRegistration-next-btn,.AllUserRegistration-submit-btn{margin-left:0}.AllUserRegistration-roles-container{flex-direction:column;gap:10px}}.AllUserRegistration-field-icon{font-size:18px!important;color:#603;margin-right:6px;vertical-align:middle}.AllUserRegistration-form-group label{display:flex;align-items:center;margin-bottom:5px;color:#555;font-weight:500;font-size:14px;font-family:Poppins,sans-serif}.AllUserRegistration-form-group label svg{font-size:18px;color:#603;margin-right:6px}
