:root{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:#213547;background-color:#fff;overflow-x:hidden}#root{width:100%;min-height:100vh}a{font-weight:500;color:#06c;text-decoration:inherit}a:hover{color:#0052a3}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;letter-spacing:-.3px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#06c;color:#fff;cursor:pointer;transition:background-color .25s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:hover{background-color:#0052a3}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(max-width:480px){button{min-height:44px;padding:.75em 1.5em}}@media(max-width:480px){a{min-height:44px;display:inline-flex;align-items:center;-webkit-tap-highlight-color:rgba(0,102,204,.2)}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}.logo-container{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit}.logo-image{height:auto;width:auto;object-fit:contain;display:block;filter:brightness(1.1) contrast(1.05) drop-shadow(0 1px 4px rgba(0,212,255,.1));transition:all .3s ease}.logo-tagline{font-size:.55rem;font-weight:500;color:#00d4ff;letter-spacing:1.5px;text-transform:uppercase;margin-top:.5rem;text-align:center}.logo-small .logo-image{max-height:40px}.logo-small .logo-tagline{font-size:.55rem}.logo-medium .logo-image{max-height:70px}.logo-large .logo-image{max-height:80px}.logo-large .logo-tagline{font-size:.6rem}@media(max-width:768px){.logo-medium .logo-image{max-height:60px}.logo-large .logo-image{max-height:70px}.logo-tagline{font-size:.5rem}}@media(max-width:480px){.logo-container{gap:.25rem}.logo-medium .logo-image{max-height:55px}.logo-large .logo-image{max-height:60px}.logo-tagline{font-size:.45rem}}.header{background-color:#0c112c;box-shadow:0 4px 20px #0006;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,212,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(0,212,255,.4) 20%,rgba(0,212,255,.6) 50%,rgba(0,212,255,.4) 80%,transparent 100%);opacity:.8;transition:opacity .3s ease}.header-container{max-width:1400px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-link{display:flex;align-items:center;text-decoration:none;padding:.5rem;transition:all .3s ease;flex-direction:column}.logo-link .logo-tagline{font-size:.5rem;margin-top:.25rem;color:#00d4ffe6}.logo-text{font-size:1.5rem;font-weight:700;color:#06c;letter-spacing:1px}.logo img,.logo-image{height:70px;width:auto;filter:brightness(1.1) contrast(1.05);mix-blend-mode:normal;transition:all .3s ease}.logo-link:hover .logo-image{filter:brightness(1.2) contrast(1.1)}@media(max-width:480px){.header-container{padding:.75rem 1rem}}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem;align-items:center;flex-wrap:nowrap;white-space:nowrap}.nav-list li{position:relative}.nav-list a{text-decoration:none;color:#ffffffe6;font-weight:600;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem .75rem;border-radius:8px;position:relative;display:inline-block;white-space:nowrap}.nav-list a:before{content:"";position:absolute;inset:0;background:#00d4ff1a;border-radius:8px;opacity:0;transition:opacity .3s ease;z-index:-1}.nav-list a:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,transparent,#00D4FF,transparent);transition:width .4s cubic-bezier(.4,0,.2,1);border-radius:2px}.nav-list a:hover{color:#00d4ff;transform:translateY(-2px)}.nav-list a:hover:before{opacity:1}.nav-list a:hover:after{width:80%}.nav-list a:active{transform:translateY(0)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#0c112c;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(0,212,255,.1);list-style:none;padding:.5rem 0;margin:0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s;border-radius:8px}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{padding:0}.dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#ffffffe6;font-size:.9rem}.dropdown-menu a:hover{background-color:#00d4ff26;color:#00d4ff}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px;min-width:44px;min-height:44px;justify-content:center;align-items:center;-webkit-tap-highlight-color:transparent}.menu-toggle span{width:25px;height:3px;background-color:#ffffffe6;transition:all .3s;display:block;border-radius:2px}.menu-toggle:hover span{background-color:#00d4ff}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav{display:flex;align-items:center}@media(max-width:768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background-color:#0c112c;box-shadow:0 4px 12px #0000004d;border-top:1px solid rgba(0,212,255,.1);max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;display:block}.nav-open{max-height:600px}.nav-list{flex-direction:column;align-items:flex-start;padding:1rem;gap:.5rem}.nav-list li{width:100%}.nav-list a{display:block;padding:.75rem 1rem;font-size:1.15rem;width:100%;color:#ffffffe6}.nav-list a:hover{background:#00d4ff26;color:#00d4ff}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding-left:1rem;margin-top:.5rem;width:100%}.dropdown-menu a{padding:.5rem 0;font-size:.9rem}}@media(max-width:480px){.nav-list{padding:.75rem}.nav-list a{font-size:1.1rem;padding:.75rem 0;min-height:44px;display:flex;align-items:center}.menu-toggle{padding:.5rem}}.carousel-section{width:100%;position:relative;overflow:hidden;background:linear-gradient(180deg,#0c112c,#1a1f3a);margin-top:0}.carousel-container{position:relative;width:100%;max-width:1400px;margin:0 auto}@media(min-width:1400px){.carousel-container{max-width:1600px}}@media(min-width:1600px){.carousel-container{max-width:1800px}}@media(min-width:1920px){.carousel-container{max-width:2000px}}.carousel-wrapper{position:relative;width:100%;height:700px;overflow:hidden;border-radius:0}.carousel-wrapper:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(0,212,255,.1) 0%,transparent 70%);z-index:1;pointer-events:none}.carousel-slides{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s cubic-bezier(.4,0,.2,1),transform 1s cubic-bezier(.4,0,.2,1);transform:scale(1.05) translate(20px)}.carousel-slide.active{opacity:1;z-index:1;transform:scale(1) translate(0)}.carousel-image{width:100%;height:100%;object-fit:cover;display:block;animation:zoomIn 20s ease-in-out infinite}.carousel-slide.active .carousel-image{animation:zoomIn 20s ease-in-out infinite}@keyframes zoomIn{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0c112cd9,#0c112c99,#0c112cd9),radial-gradient(circle at 30% 50%,rgba(0,212,255,.15) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(0,212,255,.1) 0%,transparent 50%);z-index:2;pointer-events:none;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.carousel-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:3;width:90%;max-width:1000px;padding:3rem 2.5rem;opacity:0;background:#ffffff0d;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;animation:fadeInContent 1s ease-out forwards}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}.carousel-slide.active .carousel-content{opacity:1}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}.carousel-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin:0 0 1.5rem;letter-spacing:-1px;text-shadow:0 4px 20px rgba(0,0,0,.6),0 0 40px rgba(0,212,255,.3);animation:fadeInUp 1s ease-out .3s both;background:linear-gradient(135deg,#fff,#e0f7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;text-align:center;width:100%;display:block}.carousel-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,transparent,#00D4FF,transparent);border-radius:2px;animation:expandLine 1s ease-out 1s both}@keyframes expandLine{0%{width:0;opacity:0}to{width:100px;opacity:1}}.carousel-subtitle{font-size:1.5rem;font-weight:400;line-height:1.8;margin:0;color:#fffffff2;text-shadow:0 2px 15px rgba(0,0,0,.5);animation:fadeInUp 1s ease-out .5s both;letter-spacing:.3px;text-align:center;width:100%;display:block}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#0006;color:#fff;border:2px solid rgba(255,255,255,.2);width:64px;height:64px;border-radius:50%;font-size:2rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a;padding:0;margin:0;line-height:1;min-width:64px;min-height:64px;font-weight:300}.carousel-button:before{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#00d4ff80,#00d4ff00);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.carousel-button:hover{background:#00d4ff33;border-color:#00d4ff99;transform:translateY(-50%) scale(1.1);box-shadow:0 12px 40px #00d4ff66,0 0 30px #00d4ff4d,inset 0 1px #fff3;color:#00d4ff}.carousel-button:hover:before{opacity:1}.carousel-button:active{transform:translateY(-50%) scale(1.05)}.carousel-button-prev{left:20px}.carousel-button-next{right:20px}.carousel-indicators{display:flex;justify-content:center;align-items:center;gap:10px;padding:20px 0;z-index:10;position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:transparent}.carousel-indicator{width:8px;height:8px;border-radius:50%;border:1.5px solid rgba(255,255,255,.4);background:#fff3;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;min-width:8px;min-height:8px}.carousel-indicator:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:#00d4ff4d;opacity:0;transition:opacity .4s ease}.carousel-indicator:hover{background:#fff6;border-color:#00d4ffcc;transform:scale(1.3);box-shadow:0 0 15px #00d4ff80}.carousel-indicator:hover:before{opacity:1}.carousel-indicator.active{background:linear-gradient(135deg,#00d4ff,#00b8e6);border-color:#00d4ff;width:32px;height:8px;border-radius:4px;box-shadow:0 0 20px #00d4ffcc,0 0 40px #00d4ff66;animation:pulse 2s ease-in-out infinite;transform:scale(1)}@keyframes pulse{0%,to{box-shadow:0 0 15px #00d4ff99}50%{box-shadow:0 0 25px #00d4ffe6}}@media(max-width:768px){.carousel-wrapper{height:500px}.carousel-title{font-size:2.5rem}.carousel-subtitle{font-size:1.3rem}.carousel-content{padding:2rem 1.5rem;border-radius:20px}.carousel-title:after{width:80px}.carousel-button{width:50px;height:50px;min-width:50px;min-height:50px;font-size:1.5rem}.carousel-button-prev{left:10px}.carousel-button-next{right:10px}.carousel-indicators{padding:15px 0;gap:8px}.carousel-indicator{width:6px;height:6px;min-width:6px;min-height:6px;border:1.5px solid rgba(255,255,255,.4)}.carousel-indicator.active{width:6px;height:6px;border-radius:50%;transform:scale(1.5)}}@media(max-width:480px){.carousel-wrapper{height:400px}.carousel-title{font-size:1.8rem;margin-bottom:.75rem;line-height:1.3}.carousel-subtitle{font-size:1rem;line-height:1.6}.carousel-content{padding:1.5rem 1rem;border-radius:16px;width:95%}.carousel-title:after{width:50px;height:2px;bottom:-8px}.carousel-button{width:40px;height:40px;min-width:40px;min-height:40px;font-size:1.1rem}.carousel-button-prev{left:8px}.carousel-button-next{right:8px}.carousel-indicators{padding:15px 0;gap:6px}.carousel-indicator{width:6px;height:6px;min-width:6px;min-height:6px;border:1.5px solid rgba(255,255,255,.4)}.carousel-indicator.active{width:6px;height:6px;border-radius:50%;transform:scale(1.4)}}.about{padding:4rem 2rem;background-color:#f8f9fa}.about-content{max-width:900px;margin:0 auto}.about-title{font-size:2.5rem;font-weight:700;color:#0c112c;margin:0 0 2rem;line-height:1.3}.about-text{font-size:1.3rem;line-height:1.9;color:#333;margin-bottom:1.8rem;font-weight:400}.about-text:last-child{margin-bottom:0}.about-text.highlight{font-weight:700;color:#06c;font-size:1.4rem}@media(max-width:768px){.about{padding:3rem 1.5rem}.about-title{font-size:2.2rem}.about-text{font-size:1.2rem;line-height:1.8}.about-text.highlight{font-size:1.3rem}}@media(max-width:480px){.about{padding:2rem 1rem}.about-title{font-size:2rem}.about-text{font-size:1.1rem;line-height:1.7}.about-text.highlight{font-size:1.2rem}}.core-values{padding:4rem 2rem;background-color:#fff}.core-values .section-title{font-size:2.5rem;font-weight:700;color:#0c112c;margin:0 0 2rem;line-height:1.3}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.value-card{background-color:#f8f9fa;padding:2rem;border-radius:8px;text-align:center;transition:transform .3s,box-shadow .3s;border-top:4px solid #0066cc}.value-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.value-title{font-size:1.8rem;color:#06c;margin-bottom:1.2rem;font-weight:800}.value-description{font-size:1.2rem;color:#666;line-height:1.7;margin:0;font-weight:400}@media(max-width:768px){.core-values{padding:3rem 1.5rem}.core-values .section-title{font-size:2.2rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.core-values{padding:2rem 1rem}.core-values .section-title{font-size:2rem}.value-card{padding:1.5rem}.value-title{font-size:1.5rem}.value-description{font-size:1.1rem}}.why-us{padding:4rem 2rem;background-color:#f8f9fa}.why-us-content{max-width:900px;margin:0 auto}.why-us-title{font-size:2.5rem;font-weight:700;color:#0c112c;margin:0 0 2rem;line-height:1.3}.benefits-list{list-style:none;padding:0;margin:2rem auto 0;max-width:900px}.benefit-item{padding:1.2rem 0 1.2rem 2.5rem;position:relative;font-size:1.25rem;line-height:1.7;color:#333;font-weight:400}.benefit-item:before{content:"•";position:absolute;left:0;color:#06c;font-weight:700;font-size:1.8rem;line-height:1}.benefit-item:not(:last-child){border-bottom:1px solid #e0e0e0}.why-us-footer{margin-top:2.5rem;text-align:center;font-size:1.3rem;color:#333;font-weight:600}.why-us-footer strong{color:#06c}@media(max-width:768px){.why-us{padding:3rem 1.5rem}.why-us-title{font-size:2.2rem}.benefit-item{font-size:1.15rem;padding-left:2rem}.why-us-footer{font-size:1.2rem}}@media(max-width:480px){.why-us{padding:2rem 1rem}.why-us-title{font-size:2rem}.benefit-item{font-size:1.1rem;padding:1rem 0 1rem 1.75rem;line-height:1.6}.benefit-item:before{font-size:1.5rem}.why-us-footer{font-size:1.15rem}}.mission-vision{padding:4rem 2rem;background-color:#fff}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-top:2rem}.mission-card,.vision-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem;border-radius:12px;color:#fff;text-align:center;transition:transform .3s,box-shadow .3s}.mission-card:hover,.vision-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #667eea4d}.mv-title{font-size:2.5rem;font-weight:800;margin-bottom:2rem;color:#fff;letter-spacing:-.5px}.mv-text{font-size:1.3rem;line-height:1.9;margin:0;opacity:.95;font-weight:400}@media(max-width:768px){.mission-vision{padding:3rem 1.5rem}.mission-vision-grid{grid-template-columns:1fr;gap:2rem}.mission-card,.vision-card{padding:2rem}.mv-title{font-size:2rem}.mv-text{font-size:1.2rem}}@media(max-width:480px){.mission-vision{padding:2rem 1rem}.mission-card,.vision-card{padding:1.5rem}.mv-title{font-size:1.7rem;margin-bottom:1.2rem}.mv-text{font-size:1.1rem;line-height:1.7}}.services{padding:4rem 2rem;background-color:#f8f9fa}.services .section-title{font-size:2.5rem;font-weight:700;color:#0c112c;margin:0 0 2rem;line-height:1.3}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;transition:transform .3s,box-shadow .3s;border:2px solid transparent;position:relative;min-height:300px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.service-card:before{content:"";position:absolute;inset:0;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(4px) brightness(.7) saturate(.8);z-index:0;transform:scale(1.1)}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000004d;border-color:#00d4ff}.service-card:hover .service-overlay{background:linear-gradient(to bottom,#0c112c80,#0c112cb3)}.service-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0006,#0009);z-index:1;transition:opacity .3s ease}.service-card:hover .service-overlay{opacity:.7}.service-title{font-size:1.6rem;color:#fff;margin-bottom:1.2rem;font-weight:700;position:relative;z-index:2;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.service-description{font-size:1.2rem;color:#fff;line-height:1.7;margin:0;font-weight:400;position:relative;z-index:2;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.service-features{margin-top:3.5rem;max-width:800px;margin-left:auto;margin-right:auto}.features-title{font-size:2.2rem;color:#0c112c;margin-bottom:2rem;text-align:center;font-weight:700;line-height:1.3}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem;list-style:none;padding:0;margin:0}.feature-item{background-color:#fff;padding:1.2rem;border-radius:6px;color:#333;font-size:1.15rem;text-align:center;border-left:4px solid #0066cc;font-weight:400}@media(max-width:768px){.services{padding:3rem 1.5rem}.services .section-title{font-size:2.2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.features-title{font-size:2rem}.features-list{grid-template-columns:1fr}}@media(max-width:480px){.services{padding:2rem 1rem}.services .section-title{font-size:2rem}.service-card{padding:1.5rem}.service-title{font-size:1.4rem}.service-description{font-size:1.1rem}.features-title{font-size:1.8rem}.feature-item{font-size:1.05rem;padding:1rem}}.supplier-base{padding:4rem 2rem;background-color:#fff}.supplier-base .section-title{font-size:2.5rem;font-weight:700;color:#0c112c;margin:0 0 2rem;line-height:1.3}.regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.region-card{background-color:#f8f9fa;padding:2rem;border-radius:8px;transition:transform .3s,box-shadow .3s;border-top:4px solid #0066cc}.region-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.region-name{font-size:1.7rem;color:#06c;margin-bottom:1.2rem;font-weight:800}.region-items{list-style:none;padding:0;margin:0}.region-item{padding:.7rem 0 .7rem 1.8rem;position:relative;color:#333;font-size:1.2rem;font-weight:400}.region-item:before{content:"→";position:absolute;left:0;color:#06c;font-weight:700}@media(max-width:768px){.supplier-base{padding:3rem 1.5rem}.supplier-base .section-title{font-size:2.2rem}.regions-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}}@media(max-width:480px){.supplier-base{padding:2rem 1rem}.supplier-base .section-title{font-size:2rem}.regions-grid{grid-template-columns:1fr}.region-card{padding:1.5rem}.region-name{font-size:1.5rem}.region-item{font-size:1.1rem}}.industries{padding:4rem 2rem;background-color:#f8f9fa}.industries .section-title{font-size:2.5rem;font-weight:700;color:#0c112c;margin:0 0 2rem;line-height:1.3}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.industry-card{background-color:#fff;padding:2rem;border-radius:8px;transition:transform .3s,box-shadow .3s;border-left:4px solid #0066cc}.industry-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.industry-title{font-size:1.5rem;color:#06c;margin-bottom:1.2rem;font-weight:700;line-height:1.4}.industry-items{list-style:none;padding:0;margin:0}.industry-item{padding:.7rem 0 .7rem 1.8rem;position:relative;color:#333;font-size:1.15rem;line-height:1.7;font-weight:400}.industry-item:before{content:"✓";position:absolute;left:0;color:#06c;font-weight:700}@media(max-width:768px){.industries{padding:3rem 1.5rem}.industries .section-title{font-size:2.2rem}.industries-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.industries{padding:2rem 1rem}.industries .section-title{font-size:2rem}.industry-card{padding:1.5rem}.industry-title{font-size:1.3rem}.industry-item{font-size:1.05rem;padding-left:1.5rem}}.contact{padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);text-align:center}.contact .section-title{font-size:2.5rem;font-weight:700;color:#0c112c;margin-bottom:.75rem;letter-spacing:-.3px;line-height:1.3}.contact-subtitle{font-size:1.15rem;color:#666;margin-top:.25rem;margin-bottom:2.5rem;font-weight:400}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2rem;max-width:900px;margin-left:auto;margin-right:auto}.contact-section{text-align:center;background-color:#fff;padding:2rem 1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:1px solid #e8e8e8;display:flex;flex-direction:column;align-items:center}.contact-section:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a;border-color:#06c}.contact-icon{font-size:2.25rem;margin-bottom:.75rem;display:block;line-height:1}.contact-heading{font-size:1.25rem;color:#333;margin-bottom:1rem;font-weight:600}.contact-info{color:#666}.contact-info p{margin:0;font-size:1rem}.contact-info a{color:#06c;text-decoration:none;transition:all .3s;font-weight:500;font-size:1rem}.contact-info a:hover{color:#0052a3;text-decoration:underline}.social-section{grid-column:span 1}.social-links{display:flex;flex-direction:column;gap:.75rem;align-items:center;width:100%}.social-link{display:flex;align-items:center;justify-content:center;gap:.625rem;color:#333;text-decoration:none;padding:.625rem 1.25rem;border-radius:8px;transition:all .3s ease;width:100%;max-width:180px;background-color:#f8f9fa;border:1px solid #e8e8e8}.social-link:hover{background-color:#06c;color:#fff;transform:translateY(-2px);border-color:#06c;box-shadow:0 4px 12px #0066cc40}.social-link svg{width:20px;height:20px;flex-shrink:0}.social-link span{font-weight:500;font-size:.95rem}.contact-button{margin-top:3rem}.btn-primary{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#06c,#0052a3);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 3px 10px #0066cc40;letter-spacing:.3px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 16px #0066cc59;background:linear-gradient(135deg,#0052a3,#003d7a)}@media(max-width:768px){.contact{padding:3rem 1.5rem}.contact-content{grid-template-columns:1fr;gap:1.5rem}.contact-section{padding:1.75rem 1.25rem}.contact-icon{font-size:2rem}.contact-heading{font-size:1.15rem}.contact .section-title{font-size:2rem}.contact-subtitle{font-size:1.05rem}.contact-info a{font-size:.95rem}.social-link{max-width:100%;padding:.5rem 1rem}.social-link span{font-size:.9rem}}@media(max-width:480px){.contact{padding:2.5rem 1rem}.contact-subtitle{font-size:1rem;margin-bottom:2rem}.contact .section-title{font-size:1.8rem}.contact-section{padding:1.5rem 1rem}.contact-icon{font-size:1.75rem}.contact-heading{font-size:1.1rem;margin-bottom:.75rem}.contact-info{font-size:.9rem}.contact-info a{font-size:.95rem}.social-link{padding:.5rem .875rem;max-width:100%}.social-link svg{width:18px;height:18px}.social-link span{font-size:.85rem}.btn-primary{padding:.875rem 2rem;font-size:.95rem;width:100%;max-width:280px}.contact-button{margin-top:2.5rem}}.clients{padding:1rem 2rem 5rem;background:linear-gradient(135deg,#fafbfc,#f5f7fa);text-align:center;position:relative;overflow:hidden}.clients:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(0,212,255,.03) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(0,212,255,.03) 0%,transparent 50%);pointer-events:none}.clients .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.clients .section-title{font-size:2.5rem;font-weight:700;color:#0c112c;margin-bottom:3rem;letter-spacing:-.5px;line-height:1.3;text-transform:uppercase;position:relative}.clients-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin-top:2rem}.client-logo{display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#fff;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(0,212,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.client-logo:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px #00d4ff26,0 4px 12px #0000001a;border-color:#00d4ff4d;background-color:#fff}.client-logo img{max-width:250px;max-height:120px;width:auto;height:auto;object-fit:contain;filter:grayscale(0%);opacity:.9;transition:all .3s ease}.client-logo:hover img{opacity:1;transform:scale(1.05)}@media(max-width:768px){.clients{padding:2.5rem 1.5rem 4rem}.clients .section-title{font-size:2.2rem;font-weight:600;margin-bottom:2.5rem}.clients-grid{gap:2.5rem}.client-logo{padding:1.5rem}.client-logo img{max-width:200px;max-height:100px}}@media(max-width:480px){.clients{padding:2rem 1rem 3rem}.clients .section-title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;letter-spacing:0}.clients-grid{flex-direction:column;gap:2rem}.client-logo{padding:1.5rem;width:100%;max-width:280px}.client-logo img{max-width:100%;max-height:90px}}.products-section{padding:4rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#fff,#f8f9fa);background-size:100% 200%;min-height:100vh;position:relative}.products-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.3),transparent)}.products-container{max-width:1400px;margin:0 auto}.products-title-wrapper{background:linear-gradient(135deg,#0c112c,#1a2342,#0c112c);border-radius:16px;padding:2rem 2.5rem;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;box-shadow:0 8px 24px #0c112c4d,0 0 0 1px #00d4ff1a;position:relative;overflow:hidden}.products-title-wrapper:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,212,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.products-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0;font-family:Poppins,system-ui,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.3);position:relative;z-index:1;letter-spacing:-.5px}.view-all-products-button{background:linear-gradient(135deg,#00d4ff,#00b8e6);color:#0c112c;border:none;padding:.875rem 2.5rem;border-radius:10px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #00d4ff66,0 0 #00d4ff80;position:relative;z-index:1;letter-spacing:.3px;overflow:hidden}.view-all-products-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.view-all-products-button:hover:before{left:100%}.view-all-products-button:hover{background:linear-gradient(135deg,#fff,#f0f9ff);transform:translateY(-3px) scale(1.05);box-shadow:0 8px 24px #00d4ff80,0 0 0 4px #00d4ff33;color:#0c112c}.view-all-products-button:active{transform:translateY(-1px) scale(1.02)}.products-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;animation:fadeInUp .6s ease-out}.product-category-card{background-color:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0c112c1a,0 0 0 1px #0c112c0d;display:flex;flex-direction:column;border:2px solid transparent;position:relative;animation:fadeInUp .6s ease-out both}.product-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#00d4ff00,#00d4ff0d);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.product-category-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 16px 40px #0c112c40,0 0 0 2px #00d4ff4d,0 0 30px #00d4ff33;border-color:#00d4ff}.product-category-card:hover:after{opacity:1}.category-card-image-wrapper{width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center;position:relative;z-index:0}.category-card-image-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(12,17,44,.1) 100%);opacity:0;transition:opacity .5s ease;z-index:2;pointer-events:none}.product-category-card:hover .category-card-image-wrapper:before{opacity:1}.category-card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);filter:brightness(1) contrast(1)}.product-category-card:hover .category-card-image{transform:scale(1.15);filter:brightness(1.1) contrast(1.05)}.category-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem;text-align:center;padding:1rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8,#f5f5f5);background-size:200% 200%;animation:gradientShift 3s ease infinite;position:relative;z-index:0}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.product-category-card:hover .category-card-image-placeholder{background:linear-gradient(135deg,#e8e8e8,#d8d8d8,#e8e8e8);background-size:200% 200%}.category-card-header{padding:1.75rem 1.5rem;background:linear-gradient(135deg,#0c112c,#1a2342,#0c112c);background-size:200% 200%;color:#fff;position:relative;z-index:2;transition:all .5s ease;overflow:hidden}.category-card-header:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,212,255,.2),transparent);transition:left .6s ease}.product-category-card:hover .category-card-header:before{left:100%}.product-category-card:hover .category-card-header{background:linear-gradient(135deg,#1a2342,#0c112c,#1a2342);background-size:200% 200%;animation:gradientMove 2s ease infinite}@keyframes gradientMove{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.category-card-title{font-size:1.5rem;font-weight:600;margin:0;color:#fff;line-height:1.3;text-align:center;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:transform .3s ease}.product-category-card:hover .category-card-title{transform:scale(1.05);text-shadow:0 2px 8px rgba(0,212,255,.5)}@media(max-width:1200px){.products-catalog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:968px){.products-catalog-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.products-section{padding:3rem 1.5rem}.products-title{font-size:2rem}.products-catalog-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.category-card-title{font-size:1.3rem}.category-card-image-wrapper{height:200px}}@media(max-width:480px){.products-section{padding:2rem 1rem}.products-title-wrapper{padding:1rem 1.5rem}.products-title{font-size:1.5rem}.products-catalog-grid{grid-template-columns:1fr;gap:1.5rem}.category-card-title{font-size:1.2rem}.category-card-image-wrapper{height:180px}.category-card-header{padding:1.25rem}.view-category-card-button{padding:.625rem 1.25rem;font-size:.9rem}}.product-detail-page{min-height:100vh;background-color:#f8f9fa;padding:3rem 0 2rem}.product-detail-container{max-width:1400px;margin:0 auto;padding:0 2rem}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.product-image-section{position:relative}.product-image-wrapper{position:relative;width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background-color:#f5f5f5}.product-detail-image{width:100%;height:100%;object-fit:cover}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem;background-color:#f5f5f5;border-radius:12px}.product-image-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#0009;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.product-image-nav:hover{background-color:#000000e6;transform:translateY(-50%) scale(1.1)}.product-image-nav-prev{left:1rem}.product-image-nav-next{right:1rem}.product-image-counter{position:absolute;bottom:1rem;right:1rem;background-color:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-detail-name{font-size:2.5rem;color:#0c112c;margin:0;font-weight:700}.product-detail-description{font-size:1.1rem;color:#666;line-height:1.7;margin:0}.specifications-section{margin-top:1rem}.specifications-title{font-size:1.5rem;color:#0c112c;margin-bottom:1rem;font-weight:600}.specifications-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.specification-item{padding:.75rem 1rem;background-color:#f8f9fa;border-left:4px solid #00D4FF;border-radius:4px;color:#333;font-size:1rem;line-height:1.5}.specification-item:before{content:"✓";color:#00d4ff;font-weight:700;margin-right:.5rem}.product-detail-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.product-detail-error h2{color:#0c112c;font-size:2rem}.other-products-section{margin-top:4rem;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.other-products-title{font-size:2rem;color:#0c112c;margin-bottom:2rem;text-align:center;font-weight:700}.other-products-carousel-wrapper{overflow:hidden;position:relative}.other-products-carousel{display:flex;gap:1.5rem;transition:transform .5s ease;will-change:transform}.other-product-card{min-width:250px;background-color:#f8f9fa;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;opacity:.7;transform:scale(.95)}.other-product-card.active{opacity:1;transform:scale(1);box-shadow:0 4px 16px #00d4ff4d}.other-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.other-product-image-wrapper{width:100%;height:200px;overflow:hidden;background-color:#f5f5f5}.other-product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.other-product-card:hover .other-product-image{transform:scale(1.05)}.other-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem;text-align:center;padding:1rem}.other-product-label{padding:1rem;margin:0;font-size:1rem;font-weight:600;color:#0c112c;text-align:center}@media(max-width:968px){.product-detail-content{grid-template-columns:1fr;gap:2rem}.product-detail-name{font-size:2rem}}@media(max-width:768px){.product-detail-container{padding:0 1.5rem}.product-detail-content{padding:1.5rem}.product-detail-name{font-size:1.75rem}.other-products-section{padding:1.5rem}.other-product-card{min-width:200px}}@media(max-width:480px){.product-detail-page{padding:1rem 0}.product-detail-container{padding:0 1rem}.product-detail-content{padding:1rem}.product-detail-name{font-size:1.5rem}.product-detail-description{font-size:1rem}.other-products-section{padding:1rem}.other-product-card{min-width:180px}.other-product-image-wrapper{height:150px}}.product-dialog-overlay{position:fixed;inset:0;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-dialog-container{background-color:#fff;border-radius:16px;max-width:1400px;width:95%;max-height:95vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.product-dialog-close{position:absolute;top:1rem;right:1rem;background-color:#0009;color:#fff;border:none;width:50px;height:50px;min-width:50px;min-height:50px;border-radius:50%;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10001;transition:all .3s ease;padding:0;margin:0;line-height:1;text-align:center}.product-dialog-close:before{content:"×";display:block;line-height:1;margin:0;padding:0}.product-dialog-close:hover{background-color:#000000e6;transform:rotate(90deg) scale(1.1)}.product-dialog-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem}.product-dialog-images{display:flex;flex-direction:column;gap:1rem}.product-dialog-main-image{position:relative;width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background-color:#f5f5f5}.product-dialog-image{width:100%;height:100%;object-fit:contain;cursor:pointer;transition:transform .3s ease}.product-dialog-image:hover{transform:scale(1.02)}.product-dialog-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem}.product-dialog-nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#000000b3;color:#fff;border:none;width:60px;height:60px;min-width:60px;min-height:60px;border-radius:50%;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;padding:0;line-height:1}.product-dialog-nav-button:hover{background-color:#000000f2;transform:translateY(-50%) scale(1.15)}.product-dialog-nav-prev{left:1rem}.product-dialog-nav-next{right:1rem}.product-dialog-image-counter{position:absolute;bottom:1rem;right:1rem;background-color:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.product-dialog-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.product-dialog-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;border:3px solid transparent;transition:all .3s ease;flex-shrink:0}.product-dialog-thumbnail:hover{border-color:#00d4ff;transform:scale(1.05)}.product-dialog-thumbnail.active{border-color:#0c112c;box-shadow:0 0 0 2px #00d4ff80}.product-dialog-info{display:flex;flex-direction:column;gap:1.5rem}.product-dialog-title{font-size:2rem;color:#0c112c;margin:0;font-weight:700}.product-dialog-description{font-size:1.1rem;color:#666;line-height:1.7;margin:0}.product-dialog-details{margin-top:1rem}.product-dialog-details-title{font-size:1.4rem;color:#0c112c;margin-bottom:1rem;font-weight:600}.product-dialog-details-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.product-dialog-detail-item{padding:.75rem 1rem;background-color:#f8f9fa;border-left:4px solid #00D4FF;border-radius:4px;color:#333;font-size:1rem;line-height:1.5}.product-dialog-detail-item:before{content:"✓";color:#00d4ff;font-weight:700;margin-right:.5rem}.product-dialog-fullscreen-button{position:absolute;top:1rem;right:1rem;background-color:#000000b3;color:#fff;border:none;width:45px;height:45px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;padding:0}.product-dialog-fullscreen-button:hover{background-color:#000000e6;transform:scale(1.1)}.product-dialog-fullscreen-button svg{width:20px;height:20px;stroke:#fff}.product-dialog-fullscreen-overlay{position:fixed;inset:0;background-color:#000000f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeInFullscreen .3s ease;cursor:pointer}@keyframes fadeInFullscreen{0%{opacity:0}to{opacity:1}}.product-dialog-fullscreen-close{position:absolute;top:2rem;right:2rem;background-color:#fff3;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20001;transition:all .3s ease;line-height:1;padding:0}.product-dialog-fullscreen-close:hover{background-color:#ffffff4d;transform:rotate(90deg) scale(1.1)}.product-dialog-fullscreen-container{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center;cursor:default}.product-dialog-fullscreen-image{max-width:100%;max-height:95vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080;animation:scaleInFullscreen .3s ease}@keyframes scaleInFullscreen{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.product-dialog-fullscreen-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff3;color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:20001;padding:0;line-height:1}.product-dialog-fullscreen-nav:hover{background-color:#ffffff4d;transform:translateY(-50%) scale(1.15)}.product-dialog-fullscreen-nav-prev{left:2rem}.product-dialog-fullscreen-nav-next{right:2rem}.product-dialog-fullscreen-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;z-index:20001}@media(max-width:768px){.product-dialog-fullscreen-overlay{padding:1rem}.product-dialog-fullscreen-close{top:1rem;right:1rem;width:45px;height:45px;font-size:1.8rem}.product-dialog-fullscreen-nav{width:50px;height:50px;font-size:1.6rem}.product-dialog-fullscreen-nav-prev{left:1rem}.product-dialog-fullscreen-nav-next{right:1rem}.product-dialog-fullscreen-counter{bottom:1rem;font-size:.9rem;padding:.5rem 1rem}.product-dialog-fullscreen-image{max-height:90vh}}@media(max-width:968px){.product-dialog-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-dialog-container{max-height:95vh;width:98%}.product-dialog-title{font-size:1.6rem}.product-dialog-close{width:45px;height:45px;min-width:45px;min-height:45px;font-size:1.6rem}.product-dialog-close:before{line-height:1}.product-dialog-nav-button{width:50px;height:50px;min-width:50px;min-height:50px;font-size:1.6rem}}@media(max-width:480px){.product-dialog-overlay,.product-dialog-container{padding:1rem}.product-dialog-content{padding:1rem;gap:1rem}.product-dialog-title{font-size:1.4rem}.product-dialog-description{font-size:1rem}.product-dialog-close{width:40px;height:40px;min-width:40px;min-height:40px;font-size:1.4rem}.product-dialog-close:before{line-height:1}.product-dialog-nav-button{width:45px;height:45px;min-width:45px;min-height:45px;font-size:1.4rem}.product-dialog-thumbnail{width:60px;height:60px}}.all-products-page{min-height:100vh;background-color:#f8f9fa;padding:3rem 0 2rem}.all-products-container{max-width:1400px;margin:0 auto;padding:0 2rem}.all-products-header{margin-bottom:3rem;text-align:center}.all-products-title{font-size:3rem;color:#0c112c;margin:0 0 1rem;font-weight:700}.all-products-subtitle{font-size:1.2rem;color:#666;margin:0}.all-products-content-wrapper{display:flex;gap:2rem;align-items:flex-start}.all-products-filters-sidebar{width:280px;background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0c112c14;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.filters-title{font-size:1.5rem;color:#0c112c;margin:0;font-weight:700}.clear-all-filters-button{background-color:#0c112c;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.clear-all-filters-button:hover{background-color:#1a2342;transform:translateY(-2px)}.filter-section{margin-bottom:2rem}.filter-section:last-child{margin-bottom:0}.filter-section-title{font-size:1.1rem;color:#0c112c;margin:0 0 1rem;font-weight:600}.search-container{position:relative;width:100%}.search-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:#f8f9fa;color:#0c112c}.search-input:focus{outline:none;border-color:#0c112c;background-color:#fff;box-shadow:0 0 0 3px #0c112c1a}.search-input::placeholder{color:#999}.clear-search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background-color:#0c112c;color:#fff;border:none;width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:all .3s ease;padding:0;margin:0}.clear-search-button:before{content:"×";display:block;line-height:1;margin:0;padding:0}.clear-search-button:hover{background-color:#1a2342;transform:translateY(-50%) scale(1.1)}.filter-checkboxes{display:flex;flex-direction:column;gap:.75rem}.filter-checkbox-label{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.filter-checkbox-label:hover{background-color:#f8f9fa}.filter-checkbox{width:18px;height:18px;margin-right:.75rem;cursor:pointer;accent-color:#0c112c}.filter-checkbox-text{font-size:.95rem;color:#333;flex:1}.filter-count{color:#666;font-size:.85rem;margin-left:.25rem}.filter-results-count{margin-top:1.5rem;padding:.75rem;background-color:#f0f7ff;border-left:3px solid #0c112c;border-radius:6px;font-size:.9rem;color:#0c112c;font-weight:500}.all-products-main-content{flex:1;min-width:0}.all-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.all-product-card{background-color:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0c112c1a;display:flex;flex-direction:column;border:2px solid transparent;position:relative}.all-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0c112c0d,#0c112c05);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.all-product-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 12px 32px #0c112c40,0 0 0 2px #0c112c1a;border-color:#0c112c}.all-product-card:hover:before{opacity:1}.all-product-image-wrapper{width:100%;height:250px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;position:relative;z-index:0}.all-product-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(12,17,44,.1) 100%);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.all-product-card:hover .all-product-image-wrapper:after{opacity:1}.all-product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.all-product-card:hover .all-product-image{transform:scale(1.1)}.all-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1rem;text-align:center;padding:1rem;background-color:#f5f5f5}.all-product-info{padding:1.5rem;display:flex;flex-direction:column;flex:1;position:relative;z-index:2;background-color:#fff}.all-product-name{font-size:1.3rem;font-weight:600;color:#0c112c;margin:0 0 .75rem;line-height:1.4;transition:color .3s ease}.all-product-card:hover .all-product-name{color:#0c112c}.all-product-description{font-size:.95rem;color:#666;margin:0 0 1rem;line-height:1.6;flex:1;transition:color .3s ease}.all-product-card:hover .all-product-description{color:#444}.all-product-features{margin-top:auto}.all-product-card:hover .feature-count{background-color:#1a2342;transform:scale(1.05)}@media(max-width:1200px){.all-products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:968px){.all-products-content-wrapper{flex-direction:column}.all-products-filters-sidebar{width:100%;position:static;max-height:none}}@media(max-width:768px){.all-products-page{padding:1rem 0}.all-products-container{padding:0 1.5rem}.all-products-title{font-size:2rem}.all-products-subtitle{font-size:1rem}.all-products-content-wrapper{gap:1.5rem}.all-products-filters-sidebar{padding:1.25rem}.filters-title{font-size:1.3rem}.all-products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.all-product-image-wrapper{height:200px}}@media(max-width:480px){.all-products-container{padding:0 1rem}.all-products-title{font-size:1.75rem}.all-products-filters-sidebar{padding:1rem}.filters-title{font-size:1.2rem}.search-input{padding:.625rem 2.25rem .625rem .875rem;font-size:.9rem}.clear-search-button{width:24px;height:24px;min-width:24px;min-height:24px;font-size:.9rem}.clear-search-button:before{line-height:1}.all-products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.all-product-image-wrapper{height:220px}.all-product-info{padding:1.25rem}.all-product-name{font-size:1.1rem}.all-product-description{font-size:.9rem}}.category-products-page{min-height:100vh;background-color:#f8f9fa;padding:3rem 0 2rem;position:relative}.category-products-page.agri-solution-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.agri-solution-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.agri-solution-bg{background-attachment:scroll}.category-products-page.agri-solution-bg:before{background:#f8f9faeb}}.category-products-page.agri-solution-bg .category-products-container{position:relative;z-index:1}.category-products-page.hydraulic-solution-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.hydraulic-solution-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.hydraulic-solution-bg{background-attachment:scroll}.category-products-page.hydraulic-solution-bg:before{background:#f8f9faeb}}.category-products-page.hydraulic-solution-bg .category-products-container{position:relative;z-index:1}.category-products-page.forgings-machining-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.forgings-machining-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.forgings-machining-bg{background-attachment:scroll}.category-products-page.forgings-machining-bg:before{background:#f8f9faeb}}.category-products-page.forgings-machining-bg .category-products-container{position:relative;z-index:1}.category-products-page.mining-consumables-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.mining-consumables-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.mining-consumables-bg{background-attachment:scroll}.category-products-page.mining-consumables-bg:before{background:#f8f9faeb}}.category-products-page.mining-consumables-bg .category-products-container{position:relative;z-index:1}.category-products-page.heavy-fabrication-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.heavy-fabrication-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.heavy-fabrication-bg{background-attachment:scroll}.category-products-page.heavy-fabrication-bg:before{background:#f8f9faeb}}.category-products-page.heavy-fabrication-bg .category-products-container{position:relative;z-index:1}.category-products-page.casting-pulley-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.casting-pulley-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.casting-pulley-bg{background-attachment:scroll}.category-products-page.casting-pulley-bg:before{background:#f8f9faeb}}.category-products-page.casting-pulley-bg .category-products-container{position:relative;z-index:1}.category-products-page.spare-standard-parts-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.spare-standard-parts-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.spare-standard-parts-bg{background-attachment:scroll}.category-products-page.spare-standard-parts-bg:before{background:#f8f9faeb}}.category-products-page.spare-standard-parts-bg .category-products-container{position:relative;z-index:1}.category-products-page.industrial-consumables-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.industrial-consumables-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.industrial-consumables-bg{background-attachment:scroll}.category-products-page.industrial-consumables-bg:before{background:#f8f9faeb}}.category-products-page.industrial-consumables-bg .category-products-container{position:relative;z-index:1}.category-products-page.health-care-bg{background-color:#f8f9fa;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.category-products-page.health-care-bg:before{content:"";position:absolute;inset:0;background:#f8f9fae6;z-index:0}@media(max-width:768px){.category-products-page.health-care-bg{background-attachment:scroll}.category-products-page.health-care-bg:before{background:#f8f9faeb}}.category-products-page.health-care-bg .category-products-container{position:relative;z-index:1}.category-products-container{max-width:1400px;margin:0 auto;padding:0 2rem}.category-products-header{margin-bottom:3rem;text-align:center}.back-button{background-color:#0c112c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:all .3s ease}.back-button:hover{background-color:#1a2342;transform:translate(-5px)}.category-products-title{font-size:3rem;color:#0c112c;margin:0 0 1rem;font-weight:700}.category-products-subtitle{font-size:1.2rem;color:#666;margin:0}.category-error{text-align:center;padding:4rem 2rem;color:#666}.category-error h2{color:#0c112c;font-size:2rem;margin-bottom:1rem}.subcategories-section{margin-bottom:3rem;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.subcategories-title{font-size:1.8rem;color:#0c112c;margin:0 0 1.5rem;font-weight:600}.subcategories-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.subcategory-card{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #00D4FF;transition:all .3s ease}.subcategory-card:hover{background-color:#fff;box-shadow:0 4px 12px #00d4ff33;transform:translateY(-2px)}.subcategory-name{font-size:1.2rem;color:#0c112c;margin:0 0 .5rem;font-weight:600}.subcategory-count{font-size:.9rem;color:#666;margin:0}.category-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-product-card{background-color:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0c112c1a,0 0 0 1px #0c112c0d;display:flex;flex-direction:column;border:2px solid transparent;position:relative;animation:fadeInUp .6s ease-out both}.category-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0c112c0d,#0c112c05);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.category-product-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 16px 40px #0c112c40,0 0 0 2px #00d4ff4d,0 0 30px #00d4ff26;border-color:#00d4ff}.category-product-card:hover:before{opacity:1}.category-product-image-wrapper{width:100%;height:250px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;position:relative;z-index:0}.category-product-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(12,17,44,.1) 100%);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.category-product-card:hover .category-product-image-wrapper:after{opacity:1}.category-product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.category-product-card:hover .category-product-image{transform:scale(1.1)}.category-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1rem;text-align:center;padding:1rem;background-color:#f5f5f5}.category-product-info{padding:1.5rem;display:flex;flex-direction:column;flex:1;position:relative;z-index:2;background-color:#fff}.category-product-name{font-size:1.3rem;font-weight:600;color:#0c112c;margin:0 0 .75rem;line-height:1.4;transition:color .3s ease}.category-product-card:hover .category-product-name{color:#0c112c}.category-product-description{font-size:.95rem;color:#666;margin:0 0 1rem;line-height:1.6;flex:1;transition:color .3s ease}.category-product-card:hover .category-product-description{color:#444}.category-product-features{margin-top:auto}.feature-count{display:inline-block;background-color:#0c112c;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s ease}.category-product-card:hover .feature-count{background-color:#1a2342;transform:scale(1.05)}.no-products{text-align:center;padding:4rem 2rem;color:#666;font-size:1.2rem}@media(max-width:1200px){.category-products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.subcategories-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:968px){.category-products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.category-products-page{padding:1rem 0}.category-products-container{padding:0 1.5rem}.category-products-header{flex-direction:column;align-items:flex-start;gap:1rem}.category-header-content{width:100%;flex-direction:column;align-items:flex-start;gap:1rem}.category-products-title{font-size:2rem;width:100%}.category-products-subtitle{font-size:1rem;text-align:left;width:100%}.subcategories-section{padding:1.5rem}.subcategories-title{font-size:1.5rem}.subcategories-list{grid-template-columns:1fr}.category-products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.category-product-image-wrapper{height:200px}}@media(max-width:480px){.category-products-container{padding:0 1rem}.category-products-title{font-size:1.75rem}.category-products-subtitle{font-size:.95rem}.subcategories-section{padding:1rem}.category-products-grid{grid-template-columns:1fr;gap:1.5rem}.category-product-image-wrapper{height:220px}.category-product-info{padding:1.25rem}.category-product-name{font-size:1.1rem}.category-product-description{font-size:.9rem}}.not-found-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#0c112c,#1a1f3a)}.not-found-content{text-align:center;max-width:600px;color:#fff}.not-found-title{font-size:8rem;font-weight:900;margin:0;background:linear-gradient(135deg,#00d4ff,#09c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.not-found-subtitle{font-size:2.5rem;font-weight:700;margin:1rem 0;color:#fff}.not-found-message{font-size:1.2rem;color:#b0b0b0;margin:1.5rem 0 2.5rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-button{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.not-found-button.primary{background:linear-gradient(135deg,#00d4ff,#09c);color:#fff}.not-found-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00d4ff4d}.not-found-button.secondary{background:transparent;color:#00d4ff;border:2px solid #00D4FF}.not-found-button.secondary:hover{background:#00d4ff1a;transform:translateY(-2px)}@media(max-width:768px){.not-found-title{font-size:5rem}.not-found-subtitle{font-size:2rem}.not-found-message{font-size:1rem}.not-found-actions{flex-direction:column}.not-found-button{width:100%}}.App{width:100%;min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}html{scroll-behavior:smooth}img{max-width:100%;height:auto}@media(max-width:480px){section{scroll-margin-top:60px}}
