: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}}*{margin:0;padding:0;box-sizing:border-box}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;line-height:1.6;color:var(--text-color);background-color:var(--bg-color);overflow-x:hidden;transition:background-color .3s ease,color .3s ease}:root{--primary-color: #ffd700;--secondary-color: #333333;--accent-color: #f5f5f5;--white: #ffffff;--text-color: #333333;--light-gray: #e0e0e0;--shadow: 0 4px 20px rgba(0,0,0,.1);--bg-color: #ffffff;--card-bg: #ffffff;--border-color: #e0e0e0;--input-bg: #ffffff;--dropdown-bg: #ffffff;--footer-bg: #f8f9fa;--footer-text: #666666}[data-theme=dark]{--primary-color: #ffd700;--secondary-color: #ffffff;--accent-color: #2a2a2a;--white: #2a2a2a;--text-color: #ffffff;--light-gray: #404040;--shadow: 0 4px 20px rgba(0,0,0,.3);--bg-color: #2a2a2a;--card-bg: #3a3a3a;--border-color: #404040;--input-bg: #3a3a3a;--dropdown-bg: #3a3a3a;--footer-bg: #1a1a1a;--footer-text: #cccccc}.App{width:100vw;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative;z-index:0}.header{background:var(--card-bg);box-shadow:var(--shadow);width:100%;position:fixed;top:0;left:0;right:0;z-index:1000;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s ease}.header.hide-on-scroll{transform:translateY(-100%)}.header-container{max-width:1800px;margin:0 auto;padding:0 4rem;display:flex;justify-content:space-between;align-items:center;height:80px;flex-wrap:wrap;gap:2rem;position:relative}.nav-search-group{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:flex-end;max-width:900px;margin-left:50px;margin-right:100px}.logo{flex-shrink:0}.logo h1{font-size:1.4rem;color:var(--secondary-color);font-weight:700;letter-spacing:-.5px;cursor:pointer;white-space:nowrap}.logo span{color:var(--primary-color)}.nav ul{display:flex;list-style:none;gap:2rem;margin-right:0}.nav a{text-decoration:none;color:var(--text-color);font-weight:500;transition:color .3s ease;position:relative;white-space:nowrap}.nav a:hover,.nav a.active{color:var(--primary-color)}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav a:hover:after,.nav a.active:after{width:100%}.nav .dropdown{position:relative}.nav .dropdown>a{cursor:pointer}.nav .dropdown-content{display:none;position:absolute;left:50%;top:100%;transform:translate(-50%);background:var(--dropdown-bg);min-width:420px;max-width:800px;width:70vw;box-shadow:0 8px 32px #00000021;border-radius:0 0 12px 12px;padding:.8rem 1rem;z-index:1001;flex-direction:row;flex-wrap:nowrap;gap:2.2rem;overflow-x:auto;justify-content:center;transition:background-color .3s ease}.nav .dropdown:hover>.dropdown-content,.nav .dropdown:focus-within>.dropdown-content{display:flex}.dropdown-group{display:flex;flex-direction:column;min-width:140px;gap:.3rem}.dropdown-group span{font-size:1.13rem;font-weight:800;color:var(--secondary-color);margin-bottom:.7rem;margin-top:.2rem;letter-spacing:.01em}.dropdown-group a{color:var(--text-color);text-decoration:none;font-size:.9rem;padding:.18rem .2rem;border-radius:5px;transition:background .18s,color .18s;font-weight:500;word-wrap:break-word;white-space:normal;line-height:1.3}.dropdown-group a:hover{background:#ffd70033;color:#b38f00}@media (max-width: 900px){.nav .dropdown-content{flex-direction:column;min-width:220px;max-width:98vw;width:98vw;gap:1.2rem;padding:.7rem;left:50%;transform:translate(-50%)}.dropdown-group{min-width:120px}}.main-content{flex:1;margin-top:80px;width:100%;position:relative;z-index:10}.hero-with-gallery{background:linear-gradient(135deg,var(--secondary-color) 0%,#555555 100%);color:var(--white);width:100vw;min-height:100vh;display:flex;align-items:center;padding:2rem 0;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow-x:hidden;position:relative;z-index:10}.hero-content-wrapper{width:100%;max-width:1800px;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:90vh;gap:2rem;position:relative;z-index:11}.hero-header-section{text-align:center;max-width:1000px;margin:0 auto;padding:1rem 0;width:100%}.hero-subtitle{font-size:1.2rem;color:var(--primary-color);font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;opacity:.9}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2;color:var(--white)}[data-theme=dark] .hero-content *,[data-theme=dark] .hero-header-section *,[data-theme=dark] .hero-content-wrapper *{color:inherit!important}[data-theme=dark] .hero-content h1,[data-theme=dark] .hero-header-section h1,[data-theme=dark] .hero-content-wrapper h1{color:#fff!important}[data-theme=dark] .hero-content p,[data-theme=dark] .hero-header-section p,[data-theme=dark] .hero-content-wrapper p{color:#fff!important;opacity:.9!important}.hero-content p{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.btn-primary,.btn-secondary{padding:15px 35px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:var(--primary-color);color:var(--secondary-color)}.btn-primary:hover{background:#ffed4a;transform:translateY(-4px) scale(1.04);box-shadow:0 6px 18px #00000021}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--secondary-color);transform:translateY(-4px) scale(1.04)}.hero-gallery-section{width:100%;max-width:1400px;margin:0 auto;padding:.5rem 0}.hero-gallery-container{display:flex;justify-content:center;align-items:center;width:100%}.hero-gallery{height:350px;width:100%;max-width:1000px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;margin:0 auto}.fallback-gallery{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.fallback-image-container{position:relative;width:90%;max-width:500px;height:250px;overflow:hidden;margin-bottom:1rem}.fallback-image{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.fallback-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:var(--white);padding:2rem;text-align:center;transform:translateY(100%);transition:transform .3s ease}.fallback-image-container:hover .fallback-overlay{transform:translateY(0)}.fallback-overlay h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary-color)}.fallback-overlay p{opacity:.9;font-size:1rem}.fallback-indicators{display:flex;gap:.5rem;justify-content:center}.fallback-indicator{width:12px;height:12px;border-radius:50%;background:var(--light-gray);cursor:pointer;transition:all .3s ease}.fallback-indicator.active{background:var(--primary-color);transform:scale(1.2)}.fallback-indicator:hover{background:var(--primary-color)}.services{padding:80px 0;background:var(--white);width:100%}.services-container{max-width:1800px;margin:0 auto;padding:0 4rem}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--secondary-color)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--card-bg);padding:2rem;border-radius:12px;text-align:center;box-shadow:var(--shadow);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),background-color .3s ease;will-change:transform,box-shadow;height:100%}.service-card:hover{transform:translateY(-10px) scale(1.035);box-shadow:0 12px 32px #0000002e;background:var(--light-gray)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card:hover .service-icon{transform:scale(1.15) rotate(-6deg);transition:transform .4s cubic-bezier(.4,0,.2,1)}.service-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--secondary-color)}.service-card p{color:var(--text-color);line-height:1.6;opacity:.8}.page-section{padding:80px 0;background:var(--bg-color);width:100%;min-height:70vh}.container{max-width:1800px;margin:0 auto;padding:0 4rem}.page-section h1{text-align:center;font-size:3rem;margin-bottom:3rem;color:var(--secondary-color)}.services-detailed{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.service-detail{display:flex;align-items:center;gap:2rem;background:var(--card-bg);padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:background-color .3s ease}.service-icon-large{font-size:4rem;min-width:80px;text-align:center}.service-content{flex:1}.service-content h3{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary-color)}.service-content p{margin-bottom:1rem;color:var(--text-color);opacity:.8}.service-features{list-style:none;margin-bottom:1.5rem}.service-features li{color:#666;position:relative;padding:.3rem 0 .3rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:3rem}.product-card{background:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),background-color .3s ease;will-change:transform,box-shadow}.product-card:hover{transform:translateY(-10px) scale(1.035);box-shadow:0 12px 32px #0000002e;background:var(--light-gray)}.product-image{height:200px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;position:relative}.product-image:before{content:"🔧";font-size:3rem;opacity:.6}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1),filter .4s;position:absolute;top:0;left:0}.product-image img[src=""]{display:none}.product-card:hover .product-image img{transform:scale(1.06) rotate(-1deg);filter:brightness(1.08) saturate(1.1)}.product-content{padding:1.5rem}.product-content h3{font-size:1.3rem;margin-bottom:1rem;color:var(--secondary-color)}.product-content p{color:var(--text-color);margin-bottom:1rem;opacity:.8}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background:var(--primary-color);color:var(--secondary-color);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-top:3rem}.about-text h2{font-size:2rem;margin-bottom:1rem;color:var(--secondary-color)}.about-text h3{font-size:1.5rem;margin:2rem 0 1rem;color:var(--secondary-color)}.about-text p{margin-bottom:1.5rem;color:var(--text-color);line-height:1.8;opacity:.8}.about-text ul{margin-left:2rem;color:var(--text-color);opacity:.8}.about-text li{margin-bottom:.5rem}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat-item{text-align:center;padding:2rem;background:var(--accent-color);border-radius:12px;box-shadow:var(--shadow)}.stat-item h3{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.stat-item p{color:var(--secondary-color);font-weight:600}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info h3{font-size:1.5rem;margin-bottom:2rem;color:var(--secondary-color)}.contact-item{margin-bottom:2rem;padding:1rem;background:var(--accent-color);border-radius:8px}.contact-item strong{color:var(--secondary-color);display:block;margin-bottom:.5rem}.contact-item p{color:#666;margin:0}.contact-form{background:var(--accent-color);padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.contact-form h3{font-size:1.5rem;margin-bottom:2rem;color:var(--secondary-color)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--secondary-color);font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.contact-form input,.contact-form select,.contact-form textarea{background-color:#f0f0f0;color:#222;border:1px solid #ccc;transition:background .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background-color:#e0e0e0;outline:none}.footer{background:var(--footer-bg);color:var(--footer-text);padding:3rem 0 1rem;width:100%;margin-top:auto;transition:background-color .3s ease,color .3s ease}.footer-container{max-width:1800px;margin:0 auto;padding:0 4rem}.footer-section h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:var(--primary-color);margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem;opacity:.9}.footer-section p{opacity:.9;margin-bottom:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border-color);opacity:.8}@media (max-width: 1200px){.hero-content-wrapper{max-width:1400px;gap:1.5rem;padding:0 3rem}.hero-content h1{font-size:3rem}.hero-gallery{height:300px;max-width:800px}.fallback-image-container{max-width:450px;height:220px}}@media (max-width: 992px){.hero-content-wrapper{gap:1.5rem;min-height:85vh;padding:0 2rem}.hero-gallery{height:250px;max-width:600px}.fallback-image-container{max-width:400px;height:200px}}@media (max-width: 768px){.header-container{flex-direction:column;height:auto;padding:1rem}.nav ul{flex-direction:column;gap:1rem;text-align:center}.hero-content-wrapper{gap:1rem;text-align:center;padding:0 1rem;min-height:80vh}.hero-header-section{padding:.5rem 0}.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1rem;letter-spacing:1px}.hero-buttons{justify-content:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.hero-gallery{height:200px;max-width:400px}.services-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-detail{flex-direction:column;text-align:center}.about-content,.about-stats,.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.page-section h1{font-size:2rem}.fallback-image-container{width:95%;max-width:350px;height:150px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content,.service-card,.product-card,.service-detail,.fallback-gallery{animation:fadeIn .8s ease-out}html{scroll-behavior:smooth}.btn-primary:focus,.btn-secondary:focus{outline:2px solid var(--primary-color);outline-offset:2px}.hero-with-gallery{position:relative;min-height:100vh;z-index:1;overflow:hidden}.background-slider-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.background-slider-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s cubic-bezier(.4,0,.2,1);z-index:1;pointer-events:none}.background-slider-img.active{opacity:1;z-index:2}.background-slider-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#00000073,#00000026);z-index:3;pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card,.product-card{animation:fadeInUp .7s cubic-bezier(.4,0,.2,1)}.service-detail-extended{display:flex;align-items:flex-start;gap:2.5rem;background:#f8f8f8;border-radius:16px;box-shadow:0 4px 24px #00000012;margin-bottom:2.5rem;padding:2.5rem 2rem;animation:fadeInUp .7s cubic-bezier(.4,0,.2,1)}.service-detail-extended .service-icon-large{font-size:3.5rem;min-width:90px;margin-right:1.5rem;color:var(--primary-color);text-align:center}.service-detail-extended .service-content{flex:1}.service-detail-extended .service-desc{font-size:1.1rem;color:#444;margin-bottom:1.2rem}.service-section-row{display:flex;gap:2.5rem;margin-bottom:1.2rem;flex-wrap:wrap}.service-section-block{flex:1;min-width:220px}.service-section-block h4{font-size:1.05rem;color:var(--secondary-color);margin-bottom:.5rem;margin-top:.5rem}.service-process-list{list-style:decimal inside;color:#666;margin-left:.5rem;margin-bottom:.5rem}.service-sectors-list,.service-tech-list{list-style:disc inside;color:#666;margin-left:.5rem;margin-bottom:.5rem}.service-case-faq-row{display:flex;gap:2.5rem;margin-top:1.2rem;flex-wrap:wrap}.service-case-block,.service-faq-block{flex:1;min-width:220px;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000a;padding:1.2rem 1rem 1rem 1.2rem}.service-case-block h4,.service-faq-block h4{font-size:1rem;color:var(--primary-color);margin-bottom:.5rem}.service-case-block strong{color:var(--secondary-color);font-size:1.05rem}.service-faq-list{list-style:none;padding:0;margin:0}.service-faq-list li{margin-bottom:.7rem;color:#555}@media (max-width: 900px){.service-detail-extended,.service-section-row,.service-case-faq-row{flex-direction:column;gap:1.2rem}.service-detail-extended{padding:1.2rem .7rem}}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:2rem 0 2.5rem}.industry-card{background:gold;border-radius:0 32px 0 0;display:flex;align-items:center;gap:1.2rem;padding:1.2rem 2rem 1.2rem 1.2rem;font-weight:600;font-size:1.15rem;color:#222;box-shadow:0 2px 12px #00000012;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s}.industry-card img{width:70px;height:70px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #00000014}.industry-card span{flex:1;font-size:1.08rem;font-weight:700;letter-spacing:.01em}.industry-card:hover{transform:translateY(-7px) scale(1.03);box-shadow:0 8px 32px #00000021}.customer-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.2rem;margin:2rem 0 2.5rem}.customer-service-card{background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000014;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;transition:box-shadow .22s,transform .22s}.customer-service-card img{width:100%;height:180px;object-fit:cover}.customer-service-content{padding:1.2rem 1.2rem 1.1rem}.customer-service-content h3{font-size:1.18rem;color:var(--secondary-color);margin-bottom:.5rem}.customer-service-content p{color:#444;font-size:1.01rem}.customer-service-card:hover{box-shadow:0 8px 32px #00000021;transform:translateY(-7px) scale(1.025)}@media (max-width: 700px){.industry-card img{width:48px;height:48px}.industry-card{font-size:1rem;padding:.7rem 1rem .7rem .7rem}.customer-service-card img{height:120px}}.service-tabs{display:flex;gap:2.5rem;border-bottom:2px solid #eee;margin-bottom:1.5rem}.service-tab-btn{background:none;border:none;border-bottom:3px solid transparent;font-size:1.13rem;font-weight:700;padding:.7rem .5rem .6rem;cursor:pointer;transition:color .2s,border-color .2s;outline:none}.service-tab-btn.active{border-bottom:3px solid #ffd700;color:gold}.service-tab-content{margin-top:1.5rem}.service-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:1.5rem}.service-portfolio-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #00000012;display:flex;flex-direction:column;align-items:center;padding:1.2rem 1rem 1.1rem;transition:box-shadow .22s,transform .22s;text-align:center}.service-portfolio-card img{width:100%;max-width:220px;height:120px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.service-portfolio-card span{font-size:1.08rem;font-weight:700;color:#222}.service-portfolio-card:hover{box-shadow:0 8px 32px #e6000021;transform:translateY(-7px) scale(1.025)}@media (max-width: 700px){.service-card-grid{grid-template-columns:1fr}.service-tabs{gap:1.1rem}}.service-portfolio-section{margin-bottom:3.5rem}.service-portfolio-section h2{font-size:2.4rem;font-weight:800;letter-spacing:-.5px;margin-top:2.8rem;margin-bottom:1.1rem;line-height:1.18}.service-portfolio-section p{font-size:1.13rem;color:#444;margin-bottom:2.2rem;margin-top:.2rem}.service-card-grid{margin-top:.5rem;margin-bottom:.5rem}@media (max-width: 700px){.service-portfolio-section h2{font-size:1.5rem}.service-portfolio-section{margin-bottom:2.2rem}}.nav .dropdown:focus-within>.dropdown-content{display:none}.subnav-bar{display:flex;gap:2.2rem;margin-bottom:2.2rem;align-items:flex-end;flex-wrap:wrap}.subnav-btn{background:#fff;border:1.5px solid #ffd700;color:#222;font-size:1.05rem;font-weight:600;border-radius:8px;padding:.55rem 1.2rem;margin-right:.5rem;margin-bottom:.5rem;cursor:pointer;transition:background .18s,color .18s,border .18s}.subnav-btn:hover,.subnav-btn.active{background:gold;color:#222;border-color:#b38f00}.subnav-group{display:flex;flex-direction:column;align-items:flex-start;margin-right:2.5rem}.subnav-group-title{font-size:1.08rem;font-weight:800;color:var(--secondary-color);margin-bottom:.5rem;letter-spacing:.01em}.subnav-group-list{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 900px){.subnav-bar{flex-direction:column;gap:1.1rem}.subnav-group{margin-right:0}.subnav-group-list{gap:.3rem}}.nav .dropdown-content.services-dropdown{left:50%;transform:translate(-50%);min-width:700px;max-width:1000px;width:80vw;justify-content:flex-start;gap:2.5rem;flex-wrap:wrap}.services-dropdown .dropdown-group{flex:1 1 220px;min-width:220px;max-width:300px}.services-dropdown .dropdown-group:last-child{flex-basis:100%;width:100%;min-width:0;max-width:none;margin-top:1.5rem;margin-left:0;align-items:flex-start}.services-dropdown .dropdown-group:last-child span{display:block;margin-bottom:.7rem;font-size:1.13rem;font-weight:800;color:var(--secondary-color)}.services-dropdown .dropdown-group:last-child a{display:block;margin-bottom:.3rem}.services-dropdown .dropdown-group a{font-size:.8rem;line-height:1.3;word-wrap:break-word;white-space:normal;max-width:100%;overflow-wrap:break-word;padding:.3rem .2rem}.services-dropdown .dropdown-group{margin-bottom:.5rem}@keyframes fadeInUpCard{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card,.industry-card,.customer-service-card{animation:fadeInUpCard .7s cubic-bezier(.4,0,.2,1)}.logo .shiny-text{font-size:1.8rem;font-weight:700;letter-spacing:-.5px;cursor:pointer;background:linear-gradient(90deg,var(--secondary-color) 0%,var(--secondary-color) 37%,var(--primary-color) 37%,var(--primary-color) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative}.count-up-text{color:var(--primary-color);font-weight:700;font-size:inherit}.hero-star-button{margin:0 .5rem;cursor:pointer;border:none;background:none;font-family:inherit;font-weight:600;font-size:1rem;transition:transform .2s ease}.hero-star-button:hover{transform:scale(1.05)}.hero-star-button .inner-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;padding:12px 24px;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.hero-star-button:hover .inner-content{background:#ffffff1a;border-color:#fff6;transform:translateY(-1px);box-shadow:0 8px 25px #0003}.fade-in-up{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.fade-in-up.animate{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translate(-50px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.fade-in-left.animate{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(50px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.fade-in-right.animate{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.8);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.scale-in.animate{opacity:1;transform:scale(1)}.advantage-card,.cobot-card{transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:translateY(0);opacity:0;animation:slideInUp .8s ease-out forwards}.advantage-card:nth-child(1){animation-delay:.1s}.advantage-card:nth-child(2){animation-delay:.3s}.advantage-card:nth-child(3){animation-delay:.5s}.cobot-card:nth-child(1){animation-delay:.1s}.cobot-card:nth-child(2){animation-delay:.2s}.cobot-card:nth-child(3){animation-delay:.3s}.cobot-card:nth-child(4){animation-delay:.4s}.solution-card{transition:none;transform:none;opacity:1;animation:none}.advantage-card:hover,.cobot-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000026}.advantage-card img,.cobot-card img{transition:transform .4s ease}.advantage-card:hover img,.cobot-card:hover img{transform:scale(1.05)}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.advantage-card h3,.cobot-card h3{transition:color .3s ease}.advantage-card:hover h3,.cobot-card:hover h3{color:var(--primary-color)!important}.cobot-card span{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--primary-color);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease;z-index:1000}.back-to-top:hover{background:#e6c200;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1001;flex-shrink:0}.hamburger{display:block;width:25px;height:3px;background:var(--secondary-color);position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:25px;height:3px;background:var(--secondary-color);transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.active{background:transparent}.hamburger.active:before{transform:rotate(45deg);top:0}.hamburger.active:after{transform:rotate(-45deg);bottom:0}.references-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:3rem 0}.references-preview{width:100%;box-sizing:border-box}.references-slider{width:100vw!important;margin-left:50%!important;transform:translate(-50%)!important;padding:0 2rem!important;box-sizing:border-box!important}.reference-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:1rem}.reference-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.reference-logo{display:flex;justify-content:center;align-items:center;height:80px;background:#f8f9fa;border-radius:8px;padding:.8rem}.reference-logo img{max-width:100%;max-height:100%;object-fit:contain}.reference-content h3{font-size:1.1rem;font-weight:700;color:var(--secondary-color);margin-bottom:.8rem}.reference-content p{color:#666;line-height:1.5;margin-bottom:1rem;font-size:.9rem}.reference-details{display:flex;gap:.8rem;margin-top:auto}.reference-category{background:var(--primary-color);color:var(--secondary-color);padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.reference-year{background:var(--secondary-color);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.references-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:4rem;padding:3rem 0;background:linear-gradient(135deg,var(--secondary-color) 0%,#555555 100%);border-radius:12px;color:#fff}.stat-item{text-align:center;padding:1rem}.stat-item h3{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-item p{font-size:1.1rem;opacity:.9}.section-description{font-size:1.2rem;color:#666;text-align:center;max-width:800px;margin:0 auto 3rem;line-height:1.6}.breadcrumb{background:#f8f9fa;padding:1rem 0;border-bottom:1px solid #e9ecef}.breadcrumb-nav{display:flex;align-items:center;font-size:.9rem}.breadcrumb-nav a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.breadcrumb-nav a:hover{color:#e6c200}.breadcrumb-separator{margin:0 .5rem;color:#6c757d}.breadcrumb-current{color:#6c757d;font-weight:500}.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0}.error-content h1{font-size:8rem;font-weight:900;color:var(--primary-color);margin:0;line-height:1}.error-content h2{font-size:2rem;color:var(--secondary-color);margin:1rem 0}.error-content p{font-size:1.1rem;color:#6c757d;margin-bottom:2rem}.footer{background:var(--secondary-color);color:#fff;padding:3rem 0 1rem;margin-top:0}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:var(--primary-color);margin-bottom:1rem;font-weight:700}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem;color:#b8c2cc}.footer-section p{color:#b8c2cc;line-height:1.6}.footer-bottom{border-top:1px solid #4a5568;padding-top:1rem;text-align:center;color:#b8c2cc}.modern-search{position:relative;display:flex;align-items:center;background:var(--input-bg);border-radius:25px;border:1px solid var(--border-color);transition:all .3s ease;min-width:200px;box-shadow:0 1px 3px #0000001a;z-index:1002}.modern-search:hover{border-color:#9ca3af;box-shadow:0 2px 6px #00000026}.modern-search:focus-within{border-color:#374151;box-shadow:0 0 0 3px #3741511a}.search-input-wrapper{display:flex;align-items:center;width:100%;padding:8px 12px;position:relative}.modern-search-input{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:var(--text-color);padding:4px 0;font-weight:400;width:100%}.modern-search-input:focus{outline:none}.modern-search-input::placeholder{color:#9ca3af;font-weight:400}.search-icon{display:flex;align-items:center;justify-content:center;margin-left:8px;pointer-events:none}.search-results-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--dropdown-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;max-height:350px;overflow:hidden;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-results-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--light-gray);border-bottom:1px solid var(--border-color);font-size:12px;color:var(--text-color);font-weight:500;opacity:.8}.close-search-results{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.close-search-results:hover{background:#e5e7eb;color:#374151}.search-results-list{max-height:280px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db #f9fafb}.search-results-list::-webkit-scrollbar{width:8px}.search-results-list::-webkit-scrollbar-track{background:#f9fafb;border-radius:4px}.search-results-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px;border:1px solid #f9fafb}.search-results-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.search-results-list::-webkit-scrollbar-button{display:none}.search-result-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f3f4f6}.search-result-item:hover{background:#f9fafb}.search-result-item:last-child{border-bottom:none}.search-result-icon{font-size:16px;margin-right:12px;width:24px;text-align:center;color:#6b7280}.search-result-content{flex:1;min-width:0}.search-result-title{font-weight:600;color:#111827;font-size:14px;margin-bottom:2px}.search-result-category{font-size:11px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.search-result-description{font-size:12px;color:#6b7280;line-height:1.4}.search-result-arrow{color:#9ca3af;margin-left:8px;transition:transform .2s ease}.search-result-item:hover .search-result-arrow{transform:translate(4px);color:#374151}.no-results{padding:24px 16px;text-align:center}.no-results-icon{font-size:32px;margin-bottom:12px;opacity:.5}.no-results-text{font-size:14px;color:#374151;margin-bottom:8px;font-weight:500}.no-results-suggestions{font-size:12px;color:#6b7280;line-height:1.4}.social-media{display:flex;gap:15px;margin-top:1rem}.social-icon{color:#b8c2cc;transition:color .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a}.social-icon:hover{color:var(--primary-color);background:#ffd7001a}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;color:#333;padding:1rem 2rem;z-index:1000;box-shadow:0 -2px 10px #0000001a;border-top:1px solid #e5e7eb}.cookie-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.cookie-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.cookie-icon{color:var(--primary-color);display:flex;align-items:center}.cookie-header h3{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.cookie-text p{margin:0 0 .75rem;font-size:.85rem;line-height:1.4;color:#4b5563}.cookie-details{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;margin:.75rem 0}.cookie-details h4{margin:0 0 .5rem;font-size:.9rem;color:#1f2937}.cookie-details ul{margin:0 0 .75rem;padding-left:1.25rem}.cookie-details li{margin-bottom:.25rem;color:#4b5563;font-size:.8rem}.cookie-details p{margin:0;font-size:.8rem;color:#6b7280}.cookie-link{color:var(--primary-color);text-decoration:none;font-weight:500}.cookie-link:hover{text-decoration:underline}.cookie-actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.cookie-details-btn{background:transparent;border:1px solid #d1d5db;color:#6b7280;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.8rem;transition:all .3s ease}.cookie-details-btn:hover{background:#f3f4f6;border-color:#9ca3af}.cookie-buttons{display:flex;gap:8px}.cookie-accept,.cookie-decline{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease}.cookie-accept{background:var(--primary-color);color:#fff}.cookie-accept:hover{background:#e6c200;transform:translateY(-1px);box-shadow:0 2px 8px #ffd7004d}.cookie-decline{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}.cookie-decline:hover{background:#e5e7eb;color:#374151}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.references-track{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:1rem!important;width:100%!important}@media (max-width: 768px){.references-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.reference-card{padding:1.5rem}.reference-logo{height:100px}.reference-content h3{font-size:1.3rem}.reference-details{flex-direction:column;gap:.5rem}.references-stats{grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem 1rem}.stat-item h3{font-size:2rem}.section-description{font-size:1.1rem;margin-bottom:2rem}.spare-parts-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.spare-part-card{padding:.8rem!important}.spare-part-card h4{font-size:.8rem!important}.spare-part-card p{font-size:.7rem!important}.references-slider{height:200px!important}.references-track{grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important}.references-track>div{height:60px!important}.header-container{flex-direction:row;height:auto;padding:1rem;gap:1rem}.logo h1{font-size:1.2rem}.mobile-menu-toggle{display:block;position:absolute;top:1rem;right:1rem}.nav-search-group{flex-direction:column;gap:1rem;width:100%;order:2}.nav{position:fixed;top:0;right:-100%;width:85%;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1000;padding-top:80px}.nav.mobile-open{right:0}.nav ul{flex-direction:column;padding:2rem;gap:1rem;align-items:flex-start}.nav ul li{margin:0}.nav a{font-size:1.1rem;padding:1rem 0;border-bottom:1px solid #f3f4f6;white-space:nowrap}.dropdown-content{position:static;box-shadow:none;background:#f8f9fa;margin-top:1rem;padding:1rem;border-radius:8px}.dropdown-group{margin-bottom:1rem}.dropdown-group span{font-size:.9rem;color:#6b7280}.dropdown-group a{font-size:.95rem;padding:.5rem 0;border-bottom:none}.hero-content-wrapper{flex-direction:column;gap:2rem;text-align:center;padding:2rem 1rem;min-height:70vh;justify-content:center}.hero-header-section{padding:1rem 0}.hero-content h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1rem;line-height:1.5;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.hero-star-button{width:100%;max-width:280px}.hero-star-button .inner-content{padding:1rem 2rem;font-size:1rem}.hero-gallery{height:200px;max-width:100%;border-radius:12px}.fallback-image-container{width:100%;max-width:100%;height:200px;border-radius:12px}.modern-search{margin:0;min-width:100%;width:100%;border-radius:25px}.search-results-dropdown{border-radius:15px;margin:0 8px;max-height:300px}.search-result-item{margin:0 4px;border-radius:10px;padding:.75rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.service-card{padding:1.5rem}.service-card h3{font-size:1.2rem}.service-card p{font-size:.9rem}.products-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.product-card{padding:1rem}.page-section{padding:2rem 1rem}.page-section h1{font-size:2rem;margin-bottom:1.5rem}.container{padding:0 1rem}.service-detail{flex-direction:column;text-align:center;gap:1.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr;gap:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-container{padding:0 1rem}.social-media{justify-content:center;gap:1rem}.back-to-top{bottom:20px;right:20px;width:45px;height:45px}.back-to-top svg{width:20px;height:20px}.error-content h1{font-size:4rem}.error-content h2{font-size:1.5rem}.error-content p{font-size:1rem}.cookie-banner{padding:1rem}.cookie-content,.cookie-actions{flex-direction:column;gap:1rem}.cookie-buttons{justify-content:center;width:100%}.cookie-details-btn{width:100%}.cookie-header h3{font-size:.95rem}.cookie-text p{font-size:.8rem}}@media (max-width: 480px){.header-container{padding:.75rem}.logo h1{font-size:1.3rem}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-star-button .inner-content{padding:.75rem 1.5rem;font-size:.9rem}.page-section h1{font-size:1.75rem}.service-card h3,.product-card h3{font-size:1.1rem}.modern-search{min-width:100%}.search-input-wrapper{padding:6px 10px}.modern-search-input{font-size:13px}.cookie-banner{padding:.75rem}.cookie-header h3{font-size:.9rem}.cookie-text p{font-size:.75rem}.cookie-accept,.cookie-decline{padding:6px 12px;font-size:.8rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.dark-mode-toggle{background:none;border:none;color:var(--text-color);cursor:pointer;padding:20px;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1003;outline:none}.dark-mode-toggle:focus{outline:none}.dark-mode-toggle:hover{background:var(--light-gray)}.dark-mode-toggle svg{transition:color .3s ease}.language-toggle{position:absolute;right:60px;top:50%;transform:translateY(-50%);z-index:1003;background:none;border:none;cursor:pointer;padding:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-color);transition:background-color .3s ease;outline:none}.language-toggle:hover{background-color:var(--light-gray)}.language-toggle:focus{outline:none}.language-toggle svg{width:20px;height:20px;margin-right:4px}.language-text{font-size:12px;font-weight:600;color:var(--text-color)}@media (max-width: 768px){.dark-mode-toggle{position:absolute;right:0;top:50%;transform:translateY(-50%);padding:10px}.dark-mode-toggle svg{width:18px;height:18px}.language-toggle{padding:10px;right:50px}.language-toggle svg{width:18px;height:18px}.language-text{font-size:11px}.nav-search-group{margin-right:100px}}[data-theme=dark] .solutions-section{background:var(--bg-color)!important}[data-theme=dark] .solutions-section h2{color:#fff!important}[data-theme=dark] .solutions-section p{color:#fff!important;opacity:.8!important}[data-theme=dark] .solution-card{background:var(--card-bg)!important;box-shadow:0 2px 8px #0003!important}[data-theme=dark] .solution-card h3{color:#fff!important}[data-theme=dark] .advantages-section{background:var(--bg-color)!important}[data-theme=dark] .advantages-section h2{color:#fff!important}[data-theme=dark] .advantage-card{background:var(--card-bg)!important;box-shadow:0 8px 25px #0003!important}[data-theme=dark] .advantage-card h3{color:#fff!important}[data-theme=dark] .advantage-card:hover{box-shadow:0 20px 40px #0000004d!important}[data-theme=dark] .cobot-section{background:var(--bg-color)!important}[data-theme=dark] .cobot-section h2{color:#fff!important}[data-theme=dark] .cobot-card{background:var(--card-bg)!important;box-shadow:0 8px 25px #0003!important}[data-theme=dark] .cobot-card h3{color:#fff!important}[data-theme=dark] .cobot-card p{color:#fff!important;opacity:.8!important}[data-theme=dark] .cobot-card span{color:#fff!important}[data-theme=dark] .cobot-card:hover{box-shadow:0 20px 40px #0000004d!important}[data-theme=dark] .cobot-card,[data-theme=dark] [class*=cobot]{background:var(--card-bg)!important;color:#fff!important}[data-theme=dark] .cobot-card *,[data-theme=dark] .cobot-section h2,[data-theme=dark] .cobot-section h1,[data-theme=dark] [class*=cobot] h2,[data-theme=dark] [class*=cobot] h1{color:#fff!important}[data-theme=dark] [class*=cobot]{background:var(--card-bg)!important}[data-theme=dark] [class*=cobot] *,[data-theme=dark] [style*="color: #"],[data-theme=dark] [style*="color:#"]{color:#fff!important}[data-theme=dark] .footer{background:var(--footer-bg)!important;color:var(--footer-text)!important}[data-theme=dark] .footer-section h3,[data-theme=dark] .footer-section h4{color:#fff!important}[data-theme=dark] .footer-section ul li a{color:var(--footer-text)!important}[data-theme=dark] .footer-section ul li a:hover{color:var(--primary-color)!important}[data-theme=dark] .footer-section p{color:var(--footer-text)!important}[data-theme=dark] .footer-bottom{border-top:1px solid var(--border-color)!important;color:var(--footer-text)!important}[data-theme=dark] .social-icon{color:var(--footer-text)!important}[data-theme=dark] .social-icon:hover{color:var(--primary-color)!important}[data-theme=dark] .back-to-top{background:var(--primary-color)!important;color:var(--secondary-color)!important}[data-theme=dark] .back-to-top:hover{background:#e6c200!important}[data-theme=dark] .modern-arrow svg polyline{stroke:#fff!important}[data-theme=dark] [style*="color:#153c4a"]{color:#fff!important}[data-theme=dark] [style*="background:#fff"]{background:var(--bg-color)!important}[data-theme=dark] [style*="background:#f7f8fa"]{background:var(--card-bg)!important}[data-theme=dark] .breadcrumb{background:var(--bg-color)!important}[data-theme=dark] .breadcrumb-nav a{color:var(--primary-color)!important}[data-theme=dark] .breadcrumb-nav a:not(:first-child){color:var(--text-color)!important}[data-theme=dark] .breadcrumb-separator,[data-theme=dark] .breadcrumb-current{color:var(--text-color)!important}[data-theme=dark] .customer-service-card{background:var(--card-bg)!important;box-shadow:0 8px 25px #0003!important}[data-theme=dark] .customer-service-card:hover{box-shadow:0 20px 40px #0000004d!important}[data-theme=dark] .customer-service-content h3{color:#fff!important}[data-theme=dark] .customer-service-content p{color:#fff!important;opacity:.8!important}[data-theme=dark] .service-portfolio-card{background:var(--card-bg)!important;box-shadow:0 8px 25px #0003!important}[data-theme=dark] .service-portfolio-card:hover{box-shadow:0 20px 40px #0000004d!important}[data-theme=dark] .service-portfolio-card span,[data-theme=dark] .service-portfolio-section h2{color:#fff!important}[data-theme=dark] .service-portfolio-section p{color:#fff!important;opacity:.8!important}[data-theme=dark] .service-portfolio-card,[data-theme=dark] [class*=service-portfolio]{background:var(--card-bg)!important;color:#fff!important}[data-theme=dark] .service-portfolio-card *{color:#fff!important}[data-theme=dark] .service-tab-btn{color:#fff!important;background:var(--card-bg)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .service-tab-btn:hover{background:var(--light-gray)!important;color:#fff!important}[data-theme=dark] [class*=service]{background:var(--card-bg)!important}[data-theme=dark] [class*=service] *{color:#fff!important}[data-theme=dark] .references-grid,[data-theme=dark] .references-slider{background:var(--bg-color)!important}[data-theme=dark] .reference-card{background:var(--card-bg)!important;box-shadow:0 8px 25px #0003!important}[data-theme=dark] .reference-card:hover{box-shadow:0 20px 40px #0000004d!important}[data-theme=dark] .reference-content h3{color:#fff!important}[data-theme=dark] .reference-content p{color:#fff!important;opacity:.8!important}[data-theme=dark] .reference-category{background:var(--primary-color)!important;color:var(--secondary-color)!important}[data-theme=dark] .reference-year{color:var(--primary-color)!important}[data-theme=dark] .section-description{color:#fff!important;opacity:.8!important}[data-theme=dark] .service-tab-btn{color:var(--text-color)!important;background:var(--card-bg)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .service-tab-btn.active{background:var(--primary-color)!important;color:var(--secondary-color)!important}[data-theme=dark] .service-tab-btn:hover{background:var(--light-gray)!important}[data-theme=dark] .page-section h1,[data-theme=dark] .page-section h2{color:#fff!important}[data-theme=dark] .main-content,[data-theme=dark] .container,[data-theme=dark] [style*="background:white"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background: #ffffff"]{background:var(--bg-color)!important}[data-theme=dark] [style*="color: #333"]{color:#fff!important}[data-theme=dark] [style*="color: #666"]{color:#fff!important;opacity:.8!important}[data-theme=dark] .cobot-card div[style*=background],[data-theme=dark] .service-portfolio-card div[style*=background],[data-theme=dark] .customer-service-card div[style*=background],[data-theme=dark] .reference-card div[style*=background],[data-theme=dark] .solution-card div[style*=background]{background:var(--card-bg)!important}[data-theme=dark] .cobot-card div[style*=color],[data-theme=dark] .service-portfolio-card div[style*=color],[data-theme=dark] .customer-service-card div[style*=color],[data-theme=dark] .reference-card div[style*=color],[data-theme=dark] .solution-card div[style*=color]{color:#fff!important}[data-theme=dark] .cobot-card,[data-theme=dark] .service-portfolio-card,[data-theme=dark] .customer-service-card,[data-theme=dark] .reference-card,[data-theme=dark] .solution-card,[data-theme=dark] .advantage-card{background:var(--card-bg)!important}[data-theme=dark] .cobot-card *,[data-theme=dark] .service-portfolio-card *,[data-theme=dark] .customer-service-card *,[data-theme=dark] .reference-card *,[data-theme=dark] .solution-card *,[data-theme=dark] .advantage-card *{color:#fff!important}[data-theme=dark] .cobot-card,[data-theme=dark] .service-portfolio-card,[data-theme=dark] .customer-service-card,[data-theme=dark] .reference-card,[data-theme=dark] .solution-card{background:var(--card-bg)!important}[data-theme=dark] .cobot-card *,[data-theme=dark] .service-portfolio-card *,[data-theme=dark] .customer-service-card *,[data-theme=dark] .reference-card *,[data-theme=dark] .solution-card *{color:#fff!important}[data-theme=dark] .cobot-card [style],[data-theme=dark] .service-portfolio-card [style],[data-theme=dark] .customer-service-card [style],[data-theme=dark] .reference-card [style],[data-theme=dark] .solution-card [style]{color:#fff!important;background:var(--card-bg)!important}.alert{padding:1rem;margin-bottom:1rem;border-radius:8px;font-weight:500}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}[data-theme=dark] .alert-success{background-color:#1e4a2e;color:#d4edda;border:1px solid #2d5a3d}[data-theme=dark] .alert-error{background-color:#4a1e1e;color:#f8d7da;border:1px solid #5a2d2d}.shiny-text{position:relative;display:inline-block;overflow:hidden}.shiny-text:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shine 12s ease-in-out infinite}@keyframes shine{0%{left:-100%;opacity:0}20%{opacity:1}80%{opacity:1}to{left:100%;opacity:0}}.shiny-text.disabled{animation:none}.shiny-text.disabled:before{display:none}.star-border-container{display:inline-block;position:relative;border-radius:20px;overflow:hidden;padding:3px}.border-gradient-bottom{position:absolute;width:200%;height:100%;opacity:.8;bottom:-50%;right:-100%;border-radius:50%;animation:modern-movement-bottom 3s linear infinite;z-index:0}.border-gradient-top{position:absolute;opacity:.8;width:200%;height:100%;top:-50%;left:-100%;border-radius:50%;animation:modern-movement-top 3s linear infinite;z-index:0}.inner-content{position:relative;border:1px solid #222;background:#000;color:#fff;font-size:16px;text-align:center;padding:16px 26px;border-radius:20px;z-index:1}@keyframes modern-movement-bottom{0%{transform:translate(0) scale(.9);opacity:0}20%{transform:translate(-20%) scale(1);opacity:.8}80%{transform:translate(-80%) scale(1);opacity:.8}to{transform:translate(-100%) scale(.9);opacity:0}}@keyframes modern-movement-top{0%{transform:translate(0) scale(.9);opacity:0}20%{transform:translate(20%) scale(1);opacity:.8}80%{transform:translate(80%) scale(1);opacity:.8}to{transform:translate(100%) scale(.9);opacity:0}}
