:root{--color-dark-navy:#0a0a0a;--color-dark-card:#1a1a1a;--color-orange-primary:#FA913C;--color-orange-secondary:#C35D1B;--color-orange-hover:#e55a2b;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-800:#2a2a2a;--color-text-primary:#ffffff;--color-text-secondary:rgba(255, 255, 255, 0.7);--color-text-muted:rgba(255, 255, 255, 0.5)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'IBM Plex Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:#0a0a0a;color:var(--color-text-secondary);line-height:1.6;-webkit-font-smoothing:antialiased}.site-content{padding-top:80px}.entry-content p{margin-bottom:1rem}.entry-content h1{margin-bottom:1.5rem}.entry-content h2{margin-bottom:1.25rem}.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-bottom:1rem}.entry-content ul,.entry-content ol{margin-bottom:1.25rem}.entry-content ul,.entry-content ol{margin:0 0 1.25rem 1.25rem;padding-left:1rem}.entry-content ul{list-style-type:disc}.entry-content ol{list-style-type:decimal}.entry-content li{margin-bottom:.5rem;line-height:1.6}.entry-content ul ul,.entry-content ol ol,.entry-content ul ol,.entry-content ol ul{margin-top:.5rem;margin-bottom:.5rem}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.bg-dark-navy{background-color:var(--color-dark-navy)}.bg-dark-card{background-color:var(--color-dark-card)}.bg-orange-primary{background-color:var(--color-orange-primary)}.text-orange-primary{color:var(--color-orange-primary)}.border-orange-primary{border-color:var(--color-orange-primary)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:rgb(0 0 0 / .95);backdrop-filter:blur(10px);border-bottom:1px solid rgb(42 42 42 / .5);transition:all 0.3s ease}.site-header.scrolled{box-shadow:0 4px 6px -1px rgb(0 0 0 / .3)}#mobile-menu{max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.nav-link{color:rgb(249 250 251);font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:16px;transition:color 0.3s ease;display:flex;align-items:center;gap:4px}.nav-link:hover{color:#fff}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:14rem;background-color:var(--color-dark-card);border:1px solid var(--color-gray-800);border-radius:.5rem;box-shadow:0 10px 30px rgb(0 0 0 / .5);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s ease;z-index:1000}.dropdown-menu::before{content:"";position:absolute;top:-1.25rem;left:-.75rem;right:-.75rem;height:1.5rem}.menu-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li a{display:block;padding:.75rem 1rem;color:var(--color-gray-300);transition:all 0.2s}.dropdown-menu li a:hover{background-color:var(--color-gray-800);color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:330px;font-weight:400;font-size:14px;transition:all 0.3s ease;cursor:pointer;border:none;text-align:center;text-decoration:none;gap:6px;font-family:'IBM Plex Sans',sans-serif}.btn-primary{background:linear-gradient(135deg,#FA913C 0%,#C35D1B 100%);color:#fff;box-shadow:0 5px 10px rgb(0 0 0 / .4)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 7px 15px rgb(0 0 0 / .5)}.btn-secondary{background-color:#fff0;color:var(--color-orange-primary);border:1px solid var(--color-orange-primary);box-shadow:none}.btn-secondary:hover{background:linear-gradient(135deg,#FA913C 0%,#C35D1B 100%);color:#fff;border-color:#fff0;box-shadow:0 10px 30px rgb(250 145 60 / .2);transform:translateY(-4px)}.product-card,.feature-card,.application-card{transition:all 0.3s ease}.product-card:hover{transform:translateY(-4px);border-color:#FA913C!important;box-shadow:0 10px 30px rgb(250 145 60 / .2)}.feature-card:hover{transform:translateY(-4px);border-color:#FA913C!important;box-shadow:0 10px 30px rgb(0 0 0 / .5)}.application-card img{transition:transform 0.3s ease}.application-card:hover img{transform:scale(1.08)}@media (max-width:1024px){section.applications-section>div>div:nth-child(2){grid-template-columns:repeat(3,1fr)!important}}@media (max-width:768px){section.applications-section>div>div:nth-child(2){grid-template-columns:repeat(2,1fr)!important}}.hero-section{padding:80px 0}.hero-title{font-family:'IBM Plex Sans',sans-serif;font-weight:700;font-size:48px;line-height:60px;letter-spacing:-1.5px;color:#fff;margin-bottom:24px}.hero-title .text-gradient{background:linear-gradient(135deg,#FA913C 0%,#C35D1B 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-description{font-family:'IBM Plex Sans',sans-serif;font-size:16px;line-height:24px;color:rgb(255 255 255 / .6);margin-bottom:32px}.hero-features{display:flex;flex-wrap:wrap;gap:24px;font-family:'IBM Plex Sans',sans-serif;font-size:14px}.hero-features .feature-item{display:flex;align-items:center;gap:8px;color:rgb(255 255 255 / .5)}.hero-features .feature-item img{width:20px;height:20px}.product-grid-container{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:15px;padding:20px;backdrop-filter:blur(10px)}.product-grid{display:grid;gap:12px}.product-card{background:rgb(25 25 25 / .9);border:1px solid rgb(60 60 60 / .6);border-radius:12px;padding:14px;transition:all 0.3s ease}.product-card:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(250 145 60 / .2)}.product-category{background:rgb(250 145 60 / .12);color:#FA913C;font-family:'IBM Plex Sans',sans-serif;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:4px 10px;border-radius:6px;display:inline-block;margin-bottom:10px}.product-content{display:flex;gap:12px;align-items:center}.product-info{flex:1}.product-name{color:#fff;font-family:'IBM Plex Sans',sans-serif;font-size:14px;font-weight:700;margin-bottom:6px;line-height:1.2}.product-spec{color:#fff;font-family:'IBM Plex Sans',sans-serif;font-size:13px;font-weight:500;margin-bottom:6px;line-height:1.3}.product-desc{color:rgb(255 255 255 / .5);font-family:'IBM Plex Sans',sans-serif;font-size:11px;line-height:1.4;font-weight:400}.product-image-box{width:90px;height:90px;background:#fff;border-radius:8px;padding:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-image-box img{width:100%;height:100%;object-fit:contain}.technology-section{padding:80px 0}.section-title{font-family:'IBM Plex Sans',sans-serif;font-weight:700;font-size:40px;line-height:52px;color:#fff;margin-bottom:16px}.section-subtitle{font-family:'IBM Plex Sans',sans-serif;font-size:18px;line-height:28px;color:rgb(255 255 255 / .5)}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px}.feature-card:first-child{border-left:1px solid rgb(60 60 60 / .4)}.feature-card{border-right:1px solid rgb(60 60 60 / .4);padding:32px;transition:all 0.3s ease}.feature-card:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(0 0 0 / .5)}.feature-icon{width:80px;height:80px;margin-bottom:24px}.feature-title{color:#fff;font-family:'IBM Plex Sans',sans-serif;font-size:24px;line-height:32px;font-weight:700;margin-bottom:12px}.feature-desc{color:rgb(255 255 255 / .5);font-family:'IBM Plex Sans',sans-serif;font-size:14px;line-height:22px}.applications-section{padding:80px 0}.applications-slider-container{position:relative;margin-bottom:48px}.applications-slider-wrapper{overflow:hidden;position:relative;-webkit-overflow-scrolling:touch}.applications-slider{display:flex;gap:16px;padding:0 20px;transition:transform 0.5s ease}.application-slide{flex:0 0 auto;width:280px}.application-image-wrapper{position:relative;height:400px;border-radius:16px;overflow:hidden;transition:transform 0.3s ease}.application-slide:hover .application-image-wrapper{transform:translateY(-4px)}.application-image-wrapper img{width:100%;height:100%;object-fit:cover}.application-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#fff0 0%,#fff0 60%,rgb(0 0 0 / .7) 100%)}.slider-nav{transition:all 0.3s ease}.slider-nav:hover{background:rgb(250 145 60)!important;transform:translateY(-50%) scale(1.1)}.feature-video-container{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:15px;padding:10px;backdrop-filter:blur(10px)}.feature-video-container>div{border-radius:10px;overflow:hidden}.video-section{padding:80px 0}.video-container{position:relative;background:#0a0a0a;border-radius:24px;overflow:hidden;height:500px}.video-image{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgb(0 0 0 / .85) 0%,rgb(0 0 0 / .5) 50%,#fff0 100%)}.video-content{position:absolute;inset:0;display:flex;align-items:center}.video-text{max-width:42rem;padding-left:32px}.video-title{font-family:'IBM Plex Sans',sans-serif;font-weight:700;font-size:48px;line-height:60px;color:#fff;margin-bottom:24px}.video-description{font-family:'IBM Plex Sans',sans-serif;font-size:16px;line-height:24px;color:rgb(255 255 255 / .6);margin-bottom:32px}.cta-container{background:linear-gradient(135deg,rgb(250 145 60 / .05) 0%,rgb(195 93 27 / .05) 100%);border:1px solid rgb(250 145 60 / .2);border-radius:24px;padding:64px;text-align:center}.cta-title{font-family:'IBM Plex Sans',sans-serif;font-weight:700;font-size:40px;line-height:52px;margin-bottom:24px}.cta-description{font-family:'IBM Plex Sans',sans-serif;font-size:16px;line-height:24px;color:rgb(255 255 255 / .7);margin-bottom:12px;max-width:48rem;margin-left:auto;margin-right:auto}.cta-subdescription{font-family:'IBM Plex Sans',sans-serif;font-size:14px;line-height:22px;color:rgb(255 255 255 / .5);margin-bottom:32px;max-width:48rem;margin-left:auto;margin-right:auto}.partners-section{background-color:#303138}@media (max-width:1024px){.tech-grid{grid-template-columns:repeat(2,1fr)}.applications-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hero-title{font-size:36px;line-height:48px}.section-title{font-size:32px;line-height:40px}.product-grid{grid-template-columns:1fr}.tech-grid{grid-template-columns:1fr}.applications-grid{grid-template-columns:repeat(2,1fr)}}.products-page{background:#0a0a0a;min-height:100vh;padding-top:60px;padding-bottom:60px}.products-page .breadcrumb{color:rgb(255 255 255 / .4);font-size:13px;margin-bottom:32px;display:flex;align-items:center;gap:8px}.products-page .breadcrumb a{color:rgb(255 255 255 / .4);text-decoration:none;transition:color 0.3s ease}.products-page .breadcrumb a:hover{color:#FA913C}.products-page .breadcrumb span{color:rgb(255 255 255 / .3)}.products-header{margin-bottom:24px}.products-header h1{font-family:'Inter',sans-serif;font-size:40px;font-weight:700;color:#fff;margin-bottom:8px}.products-header p{color:rgb(255 255 255 / .5);font-size:16px}.products-top-bar{display:flex;justify-content:flex-end;margin-bottom:32px}.search-box{position:relative;width:280px}.search-box input{width:100%;background:rgb(30 30 30 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:10px;padding:10px 16px 10px 40px;color:#fff;font-size:14px;font-family:'IBM Plex Sans',sans-serif}.search-box input::placeholder{color:rgb(255 255 255 / .3)}.search-box input:focus{outline:none;border-color:rgb(80 80 80 / .8);background:rgb(40 40 40 / .9)}.search-box svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:rgb(255 255 255 / .3)}.products-content-wrapper{display:grid;grid-template-columns:240px 1fr;gap:32px}.filters-sidebar{position:sticky;top:120px;height:fit-content;max-height:calc(100vh - 140px);overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.filters-sidebar::-webkit-scrollbar{display:none}.filter-section{margin-bottom:32px}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.filter-title{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.clear-all{font-size:12px;color:#FA913C;cursor:pointer;text-decoration:none}.clear-all:hover{text-decoration:underline}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.filter-chip{background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:6px;padding:6px 12px;font-size:11px;color:#FA913C;font-weight:600;display:inline-flex;align-items:center;gap:6px}.filter-chip .remove{cursor:pointer;font-size:14px;line-height:1}.filter-options{display:flex;flex-direction:column;gap:8px}.filter-option{background:rgb(30 30 30 / .6);border:1px solid rgb(60 60 60 / .5);border-radius:8px;padding:10px 14px;color:rgb(255 255 255 / .6);font-size:13px;font-weight:500;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:block}.filter-option:hover{background:rgb(40 40 40 / .8);border-color:rgb(80 80 80 / .7);color:rgb(255 255 255 / .8)}.filter-option.active{background:rgb(250 145 60 / .15);border-color:#FA913C;color:#FA913C}.filter-tags{display:flex;flex-wrap:wrap;gap:6px}.filter-tag{background:rgb(30 30 30 / .6);border:1px solid rgb(60 60 60 / .5);border-radius:6px;padding:5px 10px;font-size:11px;color:rgb(255 255 255 / .6);cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block;font-weight:500}.filter-tag:hover,.filter-tag.active{background:rgb(250 145 60 / .15);border-color:#FA913C;color:#FA913C}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.products-grid .product-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;overflow:hidden;transition:all 0.3s ease;text-decoration:none;display:block}.products-grid .product-card:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(250 145 60 / .2)}.product-image{background:rgb(220 220 220 / .95);height:200px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:20px}.product-image img{width:100%;height:100%;object-fit:cover}.product-badge{display:inline-block;background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:8px;padding:6px 12px;font-size:11px;font-weight:700;color:rgb(255 196 138);text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px}.products-grid .product-content{padding:20px 0;gap:12px;display:block}.product-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:15px;line-height:1.3}.product-subtitle{color:rgb(255 255 255 / .5);font-size:13px;line-height:1.5;margin-bottom:8px}.product-specs-inline{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.spec-badge{background:rgb(30 30 30 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:6px;padding:4px 10px;font-size:11px;color:rgb(255 255 255 / .6);font-weight:500}.spec-badge.highlight{background:rgb(250 145 60 / .15);border-color:rgb(250 145 60 / .3);color:#FA913C}.product-footer{display:flex;gap:8px;margin-top:auto}.btn-request{flex:1;background:#fff0;border:1px solid rgb(60 60 60 / .8);border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;color:rgb(255 255 255 / .8);cursor:pointer;transition:all 0.3s ease;text-align:center}.btn-request:hover{background:rgb(30 30 30 / .8);border-color:rgb(80 80 80 / .9)}.btn-view{flex:1;background:linear-gradient(135deg,#FA913C 0%,#C35D1B 100%);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-align:center}.btn-view:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(250 145 60 / .3)}.no-products{grid-column:1 / -1;text-align:center;padding:60px 20px;color:rgb(255 255 255 / .5)}.products-area{min-width:0}.products-results-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.products-count{font-size:13px;color:rgb(255 255 255 / .6);font-weight:500}.shuffle-btn{display:inline-flex;align-items:center;gap:6px;background:rgb(30 30 30 / .6);border:1px solid rgb(60 60 60 / .5);border-radius:6px;padding:7px 14px;font-size:12px;font-weight:600;color:rgb(255 255 255 / .7);cursor:pointer;transition:all 0.3s ease}.shuffle-btn:hover{background:rgb(250 145 60 / .15);border-color:#FA913C;color:#FA913C}.shuffle-btn svg{flex-shrink:0}.filter-chip button{background:none;border:none;color:inherit;cursor:pointer;font-size:14px;line-height:1;padding:0}.products-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin-top:36px}.page-btn{min-width:38px;height:38px;padding:0 10px;background:rgb(30 30 30 / .6);border:1px solid rgb(60 60 60 / .5);border-radius:6px;color:rgb(255 255 255 / .7);font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.page-btn:hover:not(:disabled):not(.active){background:rgb(250 145 60 / .15);border-color:#FA913C;color:#FA913C}.page-btn.active{background:#FA913C;border-color:#FA913C;color:#0a0a0a;cursor:default}.page-btn:disabled{opacity:.35;cursor:not-allowed}.page-ellipsis{color:rgb(255 255 255 / .4);padding:0 4px}.filter-subgroup{margin-bottom:14px}.filter-subgroup:last-child{margin-bottom:0}.filter-subgroup-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:rgb(255 255 255 / .4);margin-bottom:6px}.filter-tag .filter-count{margin-left:5px;font-size:10px;font-weight:600;opacity:.55}.power-slider{padding:2px 2px 0}.power-readout{font-size:12px;font-weight:600;color:rgb(255 255 255 / .75);margin-bottom:12px}.range-slider{position:relative;height:28px}.range-slider::before{content:"";position:absolute;top:12px;left:0;right:0;height:4px;border-radius:2px;background:rgb(255 255 255 / .15)}.range-slider .range-fill{position:absolute;top:12px;height:4px;border-radius:2px;background:#FA913C}.range-slider input[type="range"]{position:absolute;top:0;left:0;width:100%;height:28px;margin:0;background:#fff0;-webkit-appearance:none;appearance:none;pointer-events:none}.range-slider input[type="range"]::-webkit-slider-runnable-track{height:4px;background:#fff0}.range-slider input[type="range"]::-moz-range-track{height:4px;background:#fff0}.range-slider input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-6px;border-radius:50%;background:#fff;border:2px solid #FA913C;cursor:pointer;pointer-events:auto}.range-slider input[type="range"]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #FA913C;cursor:pointer;pointer-events:auto}#watts-min{z-index:3}#watts-max{z-index:4}body.light-mode .filter-subgroup-label{color:rgb(0 0 0 / .45)}body.light-mode .power-readout{color:#4b5563}body.light-mode .range-slider::before{background:rgb(0 0 0 / .12)}body.light-mode .range-slider .range-fill{background:#EA580C}body.light-mode .range-slider input[type="range"]::-webkit-slider-thumb{border-color:#EA580C}body.light-mode .range-slider input[type="range"]::-moz-range-thumb{border-color:#EA580C}.single-product-page{background:#0a0a0a;min-height:100vh;padding-top:60px;padding-bottom:60px}.single-product-page .breadcrumb{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:12px;padding:12px 16px;margin-bottom:32px;font-size:13px;color:rgb(255 255 255 / .7)}.single-product-page .breadcrumb a{color:rgb(255 255 255 / .5);text-decoration:none;transition:color 0.3s ease}.single-product-page .breadcrumb a:hover{color:#FA913C}.single-product-page .breadcrumb span{margin:0 8px;color:rgb(255 255 255 / .3)}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}.product-gallery{position:sticky;top:120px;height:fit-content}.main-image{background:rgb(220 220 220 / .95);border-radius:24px;height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:cover;padding:0}.thumbnail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.thumbnail{background:rgb(40 40 40 / .5);border:2px solid rgb(60 60 60 / .6);border-radius:12px;height:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease}.thumbnail:hover,.thumbnail.active{border-color:#FA913C}.thumbnail img{width:100%;height:100%;object-fit:contain;padding:10px}.product-sku{color:rgb(255 255 255 / .4);font-size:13px;margin-top:12px}.product-category-badge{display:inline-block;background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700;color:#FA913C;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.single-product-page .product-title{font-family:'Inter',sans-serif;font-size:36px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.2}.product-tagline{font-family:'Inter',sans-serif;font-size:15px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#FA913C;margin:0 0 18px}.products-header .category-tagline{font-family:'Inter',sans-serif;font-size:16px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#FA913C;margin:0 0 10px}.products-header .category-description{color:rgb(255 255 255 / .6);font-size:16px;line-height:1.6;max-width:760px}.product-excerpt{color:rgb(255 255 255 / .6);font-size:16px;line-height:1.6;margin-bottom:24px}.highlights-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.highlight-badge{background:rgb(250 145 60 / .1);border:1px solid rgb(250 145 60 / .25);border-radius:10px;padding:8px 16px;font-size:13px;color:#FA913C;font-weight:600}.action-buttons{display:flex;gap:12px;margin-bottom:32px}.action-buttons .btn-primary{background:linear-gradient(135deg,#FA913C 0%,#C35D1B 100%);color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block}.action-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(250 145 60 / .3)}.action-buttons .btn-secondary{background:#fff0;color:rgb(255 255 255 / .9);border:1px solid rgb(60 60 60 / .8);border-radius:12px;padding:14px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block}.action-buttons .btn-secondary:hover{background:rgb(30 30 30 / .8);border-color:rgb(80 80 80 / .9)}.divider{height:1px;background:rgb(60 60 60 / .4);margin:32px 0}.section-heading{font-family:'Inter',sans-serif;font-size:24px;font-weight:700;color:#fff;margin-bottom:20px}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.spec-box{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:16px;padding:20px}.spec-label{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:rgb(255 255 255 / .4);margin-bottom:8px;font-weight:600}.spec-value{color:#fff;font-size:15px;font-weight:600}.accordion{background:rgb(20 20 20 / .6);border:1px solid rgb(60 60 60 / .6);border-radius:16px;overflow:hidden}.accordion-item{border-bottom:1px solid rgb(60 60 60 / .4)}.accordion-item:last-child{border-bottom:none}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;transition:background 0.3s ease}.accordion-header:hover{background:rgb(30 30 30 / .5)}.accordion-title{color:#fff;font-size:15px;font-weight:600}.accordion-icon{width:20px;height:20px;color:#FA913C;transition:transform 0.3s ease}.accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.accordion-content-inner{padding:0 24px 20px 24px;color:rgb(255 255 255 / .6);font-size:14px;line-height:1.6}.accordion-item.active .accordion-icon{transform:rotate(180deg)}.related-section{margin-top:80px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.related-product{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;overflow:hidden;transition:all 0.3s ease;text-decoration:none;display:block}.related-product:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(250 145 60 / .2)}.related-image{background:rgb(40 40 40 / .5);height:180px;display:flex;align-items:center;justify-content:center}.related-image img{width:100%;height:100%;object-fit:contain;padding:20px}.related-content{padding:20px}.related-badge{display:inline-block;background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:6px;padding:4px 10px;font-size:10px;font-weight:700;color:#FA913C;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.related-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.related-desc{color:rgb(255 255 255 / .5);font-size:13px}@media (max-width:1024px){.products-content-wrapper{grid-template-columns:1fr}.filters-sidebar{position:relative;top:0;max-height:60vh}.products-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid{grid-template-columns:1fr;gap:40px}.product-gallery{position:relative;top:0}.specs-grid{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.products-grid{grid-template-columns:1fr}.specs-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}}.container a:hover{color:rgb(255 255 255 / .8)!important}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-33.333%)}}.partners-marquee-wrapper:hover .partners-marquee{animation-play-state:paused}.partner-logo:hover{opacity:1!important}.partner-logo:hover img{filter:grayscale(0%)!important}.about-page{background:#0a0a0a;min-height:100vh;padding-top:100px;padding-bottom:60px}.page-hero{text-align:center;margin-bottom:80px}.page-hero h1{font-family:'Inter',sans-serif;font-size:48px;font-weight:700;color:#fff;margin-bottom:16px}.page-hero p{color:rgb(255 255 255 / .6);font-size:18px;max-width:800px;margin:0 auto;line-height:1.6}.content-section{margin-bottom:80px}.section-title{font-family:'Inter',sans-serif;font-size:32px;font-weight:700;color:#fff;margin-bottom:16px}.section-subtitle{color:rgb(255 255 255 / .5);font-size:16px;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:24px;padding:32px;transition:all 0.3s ease}.feature-card:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(0 0 0 / .5)}.feature-icon{width:64px;height:64px;background:rgb(250 145 60 / .15);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-icon svg{width:32px;height:32px;color:#FA913C}.feature-title{font-family:'Inter',sans-serif;font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.feature-desc{color:rgb(255 255 255 / .5);font-size:14px;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:80px}.stat-box{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:32px;text-align:center}.stat-number{font-family:'Inter',sans-serif;font-size:48px;font-weight:700;color:#FA913C;margin-bottom:8px}.stat-label{color:rgb(255 255 255 / .6);font-size:14px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.team-member{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;overflow:hidden;transition:all 0.3s ease}.team-member:hover{transform:translateY(-4px);border-color:#FA913C}.team-photo{background:rgb(60 60 60 / .3);height:240px;display:flex;align-items:center;justify-content:center;color:rgb(255 255 255 / .3)}.team-info{padding:24px}.team-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}.team-role{color:#FA913C;font-size:14px;font-weight:600}@media (max-width:1024px){.features-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.features-grid,.team-grid,.stats-grid{grid-template-columns:1fr}}.contact-page{background:#0a0a0a;min-height:100vh;padding-top:100px;padding-bottom:60px}.page-hero{text-align:center;margin-bottom:60px}.page-hero h1{font-family:'Inter',sans-serif;font-size:48px;font-weight:700;color:#fff;margin-bottom:16px}.page-hero p{color:rgb(255 255 255 / .6);font-size:18px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto}.contact-info h2{font-family:'Inter',sans-serif;font-size:28px;font-weight:700;color:#fff;margin-bottom:24px}.info-item{display:flex;gap:16px;margin-bottom:24px}.info-icon{width:48px;height:48px;background:rgb(250 145 60 / .15);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon svg{width:24px;height:24px;color:#FA913C}.info-content h3{font-size:14px;font-weight:600;color:rgb(255 255 255 / .5);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.info-content p{color:#fff;font-size:16px;line-height:1.6}.info-content a{color:#fff;text-decoration:none;transition:color 0.3s ease}.info-content a:hover{color:#FA913C}.contact-form-wrapper{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:24px;padding:40px}.form-group{margin-bottom:24px}.form-label{display:block;color:rgb(255 255 255 / .8);font-size:14px;font-weight:600;margin-bottom:8px}.form-input,.form-textarea{width:100%;background:rgb(10 10 10 / .8);border:1px solid rgb(60 60 60 / .8);border-radius:12px;padding:12px 16px;color:#fff;font-size:15px;font-family:'IBM Plex Sans',sans-serif;transition:all 0.3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#FA913C;background:rgb(20 20 20 / .9)}.form-textarea{resize:vertical;min-height:140px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-submit{background:linear-gradient(135deg,#FA913C 0%,#C35D1B 100%);color:#fff;border:none;border-radius:12px;padding:14px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;width:100%}.form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(250 145 60 / .3)}.form-note{font-size:12px;color:rgb(255 255 255 / .4);margin-top:16px;text-align:center}.form-note a{color:#FA913C;text-decoration:none}.form-note a:hover{text-decoration:underline}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.solutions-page{background:#0a0a0a;min-height:100vh;padding-top:60px;padding-bottom:60px}.page-hero{text-align:center;margin-bottom:80px}.page-hero h1{font-family:'Inter',sans-serif;font-size:48px;font-weight:700;color:#fff;margin-bottom:16px}.page-hero p{color:rgb(255 255 255 / .6);font-size:18px;max-width:900px;margin:0 auto;line-height:1.6}.solutions-grid{display:grid;gap:40px;margin-bottom:80px}.solution-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:40px;transition:all 0.3s ease}.solution-card:hover{border-color:#FA913C;box-shadow:0 10px 30px rgb(0 0 0 / .5)}.solution-image{background:rgb(60 60 60 / .3);min-height:400px;display:flex;align-items:center;justify-content:center;color:rgb(255 255 255 / .3)}.solution-content{padding:40px 40px 40px 0;display:flex;flex-direction:column;justify-content:center}div#swap .solution-content{padding:40px 0 40px 40px}.solution-badge{display:inline-block;background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700;color:#FA913C;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;width:fit-content}.solution-title{font-family:'Inter',sans-serif;font-size:32px;font-weight:700;color:#fff;margin-bottom:16px}.solution-desc{color:rgb(255 255 255 / .6);font-size:16px;line-height:1.6;margin-bottom:24px}.solution-features{list-style:none;padding:0;margin-bottom:32px}.solution-features li{color:rgb(255 255 255 / .7);font-size:14px;padding:8px 0;padding-left:28px;position:relative}.solution-features li:before{content:"✓";position:absolute;left:0;color:#FA913C;font-weight:700}.solution-btn{background:linear-gradient(135deg,#FA913C 0%,#C35D1B 100%);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block;width:fit-content}.solution-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(250 145 60 / .3)}@media (max-width:1024px){.solution-card{grid-template-columns:1fr}.solution-content{padding:40px}}.support-page{background:#0a0a0a;min-height:100vh;padding-top:100px;padding-bottom:60px}.page-hero{text-align:center;margin-bottom:60px}.page-hero h1{font-family:'Inter',sans-serif;font-size:48px;font-weight:700;color:#fff;margin-bottom:16px}.page-hero p{color:rgb(255 255 255 / .6);font-size:18px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px}.support-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:24px;padding:32px;text-align:center;transition:all 0.3s ease;cursor:pointer}.support-card:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(0 0 0 / .5)}.support-icon{width:64px;height:64px;background:rgb(250 145 60 / .15);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.support-icon svg{width:32px;height:32px;color:#FA913C}.support-title{font-family:'Inter',sans-serif;font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.support-desc{color:rgb(255 255 255 / .5);font-size:14px;line-height:1.6}.faq-section{max-width:900px;margin:0 auto}.section-title{font-family:'Inter',sans-serif;font-size:32px;font-weight:700;color:#fff;margin-bottom:32px;text-align:center}.faq-item{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:16px;margin-bottom:16px;overflow:hidden}.faq-question{padding:24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background 0.3s ease}.faq-question:hover{background:rgb(30 30 30 / .5)}.faq-q-text{font-size:16px;font-weight:600;color:#fff}.faq-icon{width:20px;height:20px;color:#FA913C;transition:transform 0.3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.faq-answer-inner{padding:0 24px 24px 24px;color:rgb(255 255 255 / .6);font-size:14px;line-height:1.6}.faq-item.active .faq-icon{transform:rotate(180deg)}@media (max-width:1024px){.support-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.support-grid{grid-template-columns:1fr}}.company-page{background:#0a0a0a;min-height:100vh;padding-top:60px;padding-bottom:60px}.content-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;margin-top:40px}.content-text{color:rgb(255 255 255 / .7);font-size:16px;line-height:1.8}.content-text p{margin-bottom:20px}.lead-text{font-size:20px!important;font-weight:500!important;color:rgb(255 255 255 / .9)!important;line-height:1.6!important;margin-bottom:24px!important}.content-visual{display:flex;align-items:center;justify-content:center}.stats-highlight{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:32px;width:100%}.stat-item{text-align:center}.stat-item .stat-number{font-size:48px;font-weight:700;color:#FA913C;margin-bottom:8px}.stat-item .stat-label{font-size:14px;color:rgb(255 255 255 / .6);text-transform:uppercase;letter-spacing:1px}.what-we-do-section{background:rgb(20 20 20 / .5);border-radius:24px;padding:60px 40px;margin-top:80px}.expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px}.expertise-card{background:rgb(30 30 30 / .6);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:32px;transition:all 0.3s ease}.expertise-card:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(250 145 60 / .2)}.expertise-icon{margin-bottom:20px}.expertise-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.expertise-desc{color:rgb(255 255 255 / .6);font-size:15px;line-height:1.6}.confidence-statement{text-align:center;margin-top:60px}.confidence-statement p{font-size:28px;font-weight:700;color:#fff;font-style:italic}.legacy-section{margin-top:80px}.legacy-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:40px}.legacy-story{color:rgb(255 255 255 / .7);font-size:16px;line-height:1.8}.legacy-story p{margin-bottom:20px}.milestones-timeline{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:24px;padding:40px}.timeline-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:32px}.timeline{position:relative}.timeline::before{content:'';position:absolute;left:8px;top:0;bottom:0;width:2px;background:rgb(250 145 60 / .3)}.timeline-item{position:relative;padding-left:40px;margin-bottom:32px}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:0;top:0;width:18px;height:18px;background:#FA913C;border-radius:50%;border:3px solid #0a0a0a}.timeline-year{font-size:20px;font-weight:700;color:#FA913C;margin-bottom:4px}.timeline-event{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.timeline-content p{font-size:14px;color:rgb(255 255 255 / .6);line-height:1.6}.cta-section{margin-top:80px}.team-page{background:#0a0a0a;min-height:100vh;padding-top:60px;padding-bottom:60px}.leadership-intro{max-width:900px;margin:0 auto;text-align:center;color:rgb(255 255 255 / .7);font-size:16px;line-height:1.8}.leadership-intro p{margin-bottom:20px}.leadership-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-top:60px}.leader-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:24px;padding:40px;display:grid;grid-template-columns:200px 1fr;gap:40px;transition:all 0.3s ease}.leader-card:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(250 145 60 / .2)}.leader-image-placeholder{width:200px;height:200px;background:rgb(40 40 40 / .5);border-radius:16px;display:flex;align-items:center;justify-content:center}.leader-content{display:flex;flex-direction:column}.leader-name{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}.leader-title{font-size:16px;font-weight:600;color:#FA913C;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.leader-bio{color:rgb(255 255 255 / .7);font-size:15px;line-height:1.7;margin-bottom:16px}.leader-stats{display:flex;gap:12px;margin-top:20px}.stat-badge{background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:8px;padding:8px 16px;font-size:12px;color:#FA913C;font-weight:600}.news-page{background:#0a0a0a;min-height:100vh;padding-top:60px;padding-bottom:60px}.news-tabs{display:flex;gap:8px;margin-bottom:60px;border-bottom:2px solid rgb(60 60 60 / .4);padding-bottom:0}.news-tab{background:#fff0;border:none;color:rgb(255 255 255 / .6);padding:16px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.3s ease;border-bottom:3px solid #fff0;margin-bottom:-2px}.news-tab:hover{color:rgb(255 255 255 / .9)}.news-tab.active{color:#FA913C;border-bottom-color:#FA913C}.tab-content{display:none}.tab-content.active{display:block}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.news-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:32px;transition:all 0.3s ease}.news-card:hover{transform:translateY(-4px);border-color:#FA913C;box-shadow:0 10px 30px rgb(250 145 60 / .2)}.news-date{font-size:12px;color:#FA913C;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.news-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.4}.news-excerpt{color:rgb(255 255 255 / .6);font-size:14px;line-height:1.6;margin-bottom:20px}.news-link{color:#FA913C;font-size:14px;font-weight:600;text-decoration:none;transition:color 0.3s ease}.news-link:hover{color:#e55a2b}.blog-list{display:flex;flex-direction:column;gap:32px;margin-top:40px}.blog-item{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:32px;transition:all 0.3s ease}.blog-item:hover{transform:translateY(-2px);border-color:#FA913C}.blog-meta{display:flex;gap:16px;margin-bottom:16px}.blog-category{background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:6px;padding:4px 12px;font-size:11px;color:#FA913C;font-weight:600;text-transform:uppercase}.blog-date{color:rgb(255 255 255 / .5);font-size:13px}.blog-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:12px}.blog-excerpt{color:rgb(255 255 255 / .6);font-size:15px;line-height:1.6;margin-bottom:16px}.blog-link{color:#FA913C;font-size:14px;font-weight:600;text-decoration:none}.blog-link:hover{text-decoration:underline}.media-list{display:flex;flex-direction:column;gap:32px;margin-top:40px}.media-item{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:32px}.media-date{font-size:12px;color:#FA913C;font-weight:600;text-transform:uppercase;margin-bottom:12px}.media-title{font-size:22px;font-weight:700;color:#fff;margin-bottom:12px}.media-excerpt{color:rgb(255 255 255 / .6);font-size:15px;line-height:1.6;margin-bottom:20px}.media-actions{display:flex;gap:16px}.btn-download{background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:8px;padding:10px 20px;font-size:14px;color:#FA913C;font-weight:600;text-decoration:none;transition:all 0.3s ease}.btn-download:hover{background:rgb(250 145 60 / .25)}.media-link{color:#FA913C;font-size:14px;font-weight:600;text-decoration:none;display:flex;align-items:center}.media-link:hover{text-decoration:underline}.media-kit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px}.kit-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:32px;text-align:center;transition:all 0.3s ease}.kit-card:hover{transform:translateY(-4px);border-color:#FA913C}.kit-icon{margin-bottom:20px;display:flex;justify-content:center}.kit-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.kit-desc{color:rgb(255 255 255 / .6);font-size:14px;line-height:1.6;margin-bottom:24px}.media-contact{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:40px;text-align:center;margin-top:60px}.media-contact h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:12px}.media-contact p{color:rgb(255 255 255 / .6);font-size:15px}.careers-page{background:#0a0a0a;min-height:100vh;padding-top:100px;padding-bottom:60px}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px}.benefit-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:32px;transition:all 0.3s ease}.benefit-card:hover{transform:translateY(-4px);border-color:#FA913C}.benefit-icon{margin-bottom:20px}.benefit-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.benefit-desc{color:rgb(255 255 255 / .6);font-size:15px;line-height:1.6}.positions-list{margin-top:40px}.position-category{margin-bottom:60px}.category-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid rgb(250 145 60 / .3)}.position-card{background:rgb(20 20 20 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:20px;padding:32px;margin-bottom:24px;transition:all 0.3s ease}.position-card:hover{transform:translateY(-2px);border-color:#FA913C}.position-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.position-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}.position-meta{display:flex;gap:16px;font-size:13px;color:rgb(255 255 255 / .6)}.position-location{font-weight:500}.position-type{background:rgb(250 145 60 / .15);border:1px solid rgb(250 145 60 / .3);border-radius:6px;padding:2px 8px;font-size:11px;color:#FA913C;font-weight:600}.position-desc{color:rgb(255 255 255 / .7);font-size:14px;line-height:1.6;margin-bottom:16px}.position-skills{display:flex;gap:8px;flex-wrap:wrap}.skill-tag{background:rgb(30 30 30 / .8);border:1px solid rgb(60 60 60 / .6);border-radius:6px;padding:4px 12px;font-size:11px;color:rgb(255 255 255 / .6);font-weight:500}.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:40px}.process-step{text-align:center}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#FA913C 0%,#C35D1B 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;margin:0 auto 20px}.step-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px}.step-desc{color:rgb(255 255 255 / .6);font-size:14px;line-height:1.6}.content table,.entry-content table,table{width:100%;border-collapse:collapse;background:rgb(20 20 20 / .8);border:1px solid rgb(255 255 255 / .15);border-radius:12px;overflow:hidden;margin:32px 0;font-size:14px}table thead{background:rgb(250 145 60 / .15);border-bottom:2px solid #FA913C}table thead tr th{color:#FA913C;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:16px 20px;text-align:left;font-size:13px;border-right:1px solid rgb(255 255 255 / .1)}table thead tr th:last-child{border-right:none}table tbody tr{border-bottom:1px solid rgb(255 255 255 / .08);transition:background 0.2s ease}table tbody tr:hover{background:rgb(250 145 60 / .05)}table tbody tr:last-child{border-bottom:none}table tbody tr td{padding:14px 20px;color:rgb(255 255 255 / .8);line-height:1.6;border-right:1px solid rgb(255 255 255 / .08)}table tbody tr td:last-child{border-right:none}table tbody tr td:first-child{color:rgb(255 255 255 / .9);font-weight:600;background:rgb(30 30 30 / .5)}.entry-content h2,.content h2{color:#fff;font-family:'Inter',sans-serif;font-size:24px;font-weight:700;margin-top:48px;margin-bottom:20px}.entry-content h2:first-of-type,.content h2:first-of-type{margin-top:24px}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:32px 0}.table-responsive table{margin:0;min-width:600px}table tbody tr td:empty::after{content:'—';color:rgb(255 255 255 / .3)}table.table-striped tbody tr:nth-child(even){background:rgb(30 30 30 / .4)}table.table-striped tbody tr:nth-child(odd){background:rgb(20 20 20 / .4)}table.table-bordered tbody tr td{border:1px solid rgb(255 255 255 / .1)}table.table-compact tbody tr td{padding:10px 16px}table.table-compact thead tr th{padding:12px 16px}@media (max-width:768px){table{font-size:13px}table thead tr th,table tbody tr td{padding:12px 14px}table thead tr th{font-size:12px}}@media (max-width:640px){table.table-mobile-stack,table.table-mobile-stack thead,table.table-mobile-stack tbody,table.table-mobile-stack tr,table.table-mobile-stack td,table.table-mobile-stack th{display:block}table.table-mobile-stack thead{display:none}table.table-mobile-stack tbody tr{margin-bottom:16px;border:1px solid rgb(255 255 255 / .15);border-radius:8px;overflow:hidden}table.table-mobile-stack tbody tr td{text-align:right;padding-left:50%;position:relative;border:none;border-bottom:1px solid rgb(255 255 255 / .08)}table.table-mobile-stack tbody tr td:last-child{border-bottom:none}table.table-mobile-stack tbody tr td:before{content:attr(data-label);position:absolute;left:14px;top:14px;font-weight:600;color:#FA913C;text-transform:uppercase;font-size:11px}}table tbody tr td strong{color:#FA913C;font-weight:700}table tbody tr td[data-highlight="true"],table tbody tr.highlight td{background:rgb(250 145 60 / .1);border-left:3px solid #FA913C}.status-indicator{display:inline-block;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase}.status-indicator.status-yes,.status-indicator.status-active{background:rgb(76 175 80 / .2);color:#4CAF50;border:1px solid rgb(76 175 80 / .3)}.status-indicator.status-no,.status-indicator.status-inactive{background:rgb(244 67 54 / .2);color:#F44336;border:1px solid rgb(244 67 54 / .3)}.status-indicator.status-optional,.status-indicator.status-pending{background:rgb(250 145 60 / .2);color:#FA913C;border:1px solid rgb(250 145 60 / .3)}@media (max-width:1024px){.content-grid,.legacy-content{grid-template-columns:1fr;gap:40px}.expertise-grid,.benefits-grid,.media-kit-grid{grid-template-columns:1fr}.news-grid{grid-template-columns:repeat(2,1fr)}.leader-card{grid-template-columns:1fr;text-align:center}.leader-image-placeholder{margin:0 auto}.leader-stats{justify-content:center}.process-timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.news-grid,.process-timeline{grid-template-columns:1fr}.news-tabs{flex-wrap:wrap}.position-header{flex-direction:column;gap:16px}}.site-logo{height:45px;width:auto}.container{max-width:1280px!important;margin:0 auto!important;padding:0 20px!important}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;font-family:'IBM Plex Sans',sans-serif;padding:16px 0;flex-wrap:wrap}.breadcrumb a{color:rgb(255 255 255 / .6);text-decoration:none;transition:color 0.3s ease}.breadcrumb a:hover{color:#FA913C}.breadcrumb span{color:rgb(255 255 255 / .35)}.breadcrumb .current{color:#fff;font-weight:500}.placeholder-text{color:rgb(0 0 0 / .3);font-size:14px}.site-footer{background-color:#0a0a0a;border-top:1px solid rgb(60 60 60 / .3)}.site-footer .site-logo{height:45px;width:auto}.footer-description{font-family:'IBM Plex Sans',sans-serif;color:rgb(255 255 255 / .5)}.footer-heading{font-family:'IBM Plex Sans',sans-serif}.footer-contact-item{font-family:'IBM Plex Sans',sans-serif;display:flex;gap:10px}.footer-legal-text{font-family:'IBM Plex Sans',sans-serif}.footer-bottom{background:rgb(47 49 55);border-top:1px solid rgb(60 60 60 / .3);padding:16px 0}.footer-bottom-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copyright{color:rgb(177 184 191)}.footer-links{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:rgb(255 255 255 / .5)}.footer-links a{color:rgb(177 184 191);text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:var(--color-orange-primary)}.footer-links span{color:rgb(255 255 255 / .3)}.hero-title{font-family:'IBM Plex Sans',sans-serif;font-weight:700;font-size:48px;line-height:60px;letter-spacing:-1.5px}.hero-title .highlight{color:rgb(250 145 60);text-underline-offset:8px}.hero-description{font-family:'IBM Plex Sans',sans-serif;font-size:16px;line-height:24px}.hero-features{font-family:'IBM Plex Sans',sans-serif}.hero-feature-icon{width:20px;height:20px}.product-card-compact{background:rgb(26 31 46 / .6);border:1px solid rgb(255 255 255 / .08);border-radius:12px;padding:14px;backdrop-filter:blur(10px)}.product-category-badge-small{background:rgb(250 145 60 / .12);color:rgb(255 196 138);font-family:'IBM Plex Sans',sans-serif;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:4px 10px;border-radius:6px;display:inline-block}.ml-2{margin-left:8px}.filter-chip{background:rgb(250 145 60 / .15);color:var(--color-orange-primary);padding:6px 12px;border-radius:6px;font-size:13px;display:inline-flex;align-items:center;gap:8px;margin:4px}.filter-chip button{background:none;border:none;color:inherit;font-size:16px;cursor:pointer;padding:0;line-height:1}.filter-chip button:hover{color:#fff}.clear-all{background:none;border:none;color:var(--color-orange-primary);cursor:pointer;font-size:13px;font-weight:500;transition:color 0.3s ease}.clear-all:hover{color:var(--color-orange-hover)}#active-filters-section{margin-bottom:24px}.products-page .container{max-width:1280px!important}.single-product-page .container{max-width:1280px!important}@media (max-width:768px){.hero-title{font-size:32px;line-height:40px}.footer-bottom-container{flex-direction:column;text-align:center}}.footer-link{color:rgb(156 163 175);font-size:14px;transition:color 0.3s ease;text-decoration:none}.footer-link:hover{color:var(--color-orange-primary)}.social-link{display:inline-block;width:40px;height:40px;border-radius:50%;background:rgb(250 145 60 / .1);display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.social-link:hover{background:var(--color-orange-primary);transform:translateY(-2px)}.btn-small{padding:8px 16px;font-size:14px}.blog-content ul,.blog-content ol{list-style:initial}.theme-toggle{position:relative;width:44px;height:44px;border-radius:50%;border:1px solid rgb(255 255 255 / .15);background:rgb(255 255 255 / .08);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;padding:0;flex-shrink:0}.theme-toggle:hover{background:rgb(250 145 60 / .15);border-color:rgb(250 145 60 / .4);transform:scale(1.08)}.theme-toggle .icon-sun,.theme-toggle .icon-moon{position:absolute;width:20px;height:20px;transition:all 0.4s cubic-bezier(.4,0,.2,1)}.theme-toggle .icon-sun{opacity:0;transform:rotate(-90deg) scale(.5);color:#FA913C}.theme-toggle .icon-moon{opacity:1;transform:rotate(0deg) scale(1);color:rgb(255 255 255 / .8)}body.light-mode .theme-toggle{border-color:rgb(0 0 0 / .15);background:rgb(0 0 0 / .05)}body.light-mode .theme-toggle:hover{background:rgb(250 145 60 / .12);border-color:rgb(250 145 60 / .4)}body.light-mode .theme-toggle .icon-sun{opacity:1;transform:rotate(0deg) scale(1)}body.light-mode .theme-toggle .icon-moon{opacity:0;transform:rotate(90deg) scale(.5)}.mobile-theme-toggle-item{border-top:1px solid rgb(255 255 255 / .08);padding-top:10px;margin-top:6px}.mobile-theme-toggle{width:100%;display:flex;align-items:center;gap:10px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .1);border-radius:8px;padding:8px 12px;cursor:pointer;transition:all 0.3s ease;color:rgb(255 255 255 / .8)}.mobile-theme-toggle:hover{background:rgb(250 145 60 / .1);border-color:rgb(250 145 60 / .3)}.mobile-theme-toggle-icons{position:relative;width:18px;height:18px;flex-shrink:0}.mobile-theme-toggle-icons .icon-sun,.mobile-theme-toggle-icons .icon-moon{position:absolute;width:18px;height:18px;transition:all 0.4s cubic-bezier(.4,0,.2,1)}.mobile-theme-toggle-icons .icon-sun{opacity:0;transform:rotate(-90deg) scale(.5);color:#FA913C}.mobile-theme-toggle-icons .icon-moon{opacity:1;transform:rotate(0deg) scale(1);color:rgb(255 255 255 / .8)}.mobile-theme-label{font-family:'IBM Plex Sans',sans-serif;font-size:13px;font-weight:500}#mobile-menu .btn.btn-primary{padding:8px 18px;font-size:13px}body.light-mode .mobile-theme-toggle-item{border-top-color:rgb(0 0 0 / .08)}body.light-mode .mobile-theme-toggle{background:rgb(0 0 0 / .04);border-color:rgb(0 0 0 / .1);color:#374151}body.light-mode .mobile-theme-toggle:hover{background:rgb(250 145 60 / .08);border-color:rgb(250 145 60 / .3)}body.light-mode .mobile-theme-toggle-icons .icon-sun{opacity:1;transform:rotate(0deg) scale(1)}body.light-mode .mobile-theme-toggle-icons .icon-moon{opacity:0;transform:rotate(90deg) scale(.5)}body.light-mode{background-color:#f5f5f7;color:#1d1d1f}body.light-mode{--color-dark-navy:#f5f5f7;--color-dark-card:#ffffff;--color-orange-primary:#EA580C;--color-orange-secondary:#c2410c;--color-orange-hover:#9a3412;--color-gray-300:#4b5563;--color-gray-400:#374151;--color-gray-500:#6b7280;--color-gray-800:#e5e7eb;--color-text-primary:#1d1d1f;--color-text-secondary:rgba(0, 0, 0, 0.7);--color-text-muted:rgba(0, 0, 0, 0.55)}body.light-mode .site-header{background-color:rgb(255 255 255 / .92);border-bottom:1px solid rgb(0 0 0 / .08);backdrop-filter:blur(20px)}body.light-mode .site-header.scrolled{box-shadow:0 2px 16px rgb(0 0 0 / .06)}body.light-mode .nav-link{color:#1d1d1f}body.light-mode .nav-link:hover{color:#EA580C}body.light-mode .nav-link svg{color:#1d1d1f}body.light-mode #mobile-menu-toggle{color:#1d1d1f}body.light-mode #mobile-menu-toggle svg{stroke:#1d1d1f}body.light-mode .btn-primary,body.light-mode .btn:hover,body.light-mode button:hover,body.light-mode [class*="btn"]:hover,body.light-mode input[type="submit"]:hover,body.light-mode input[type="button"]:hover{color:#1a1a1a!important}body.light-mode .dropdown-menu{background-color:#fff;border:1px solid rgb(0 0 0 / .1);box-shadow:0 12px 40px rgb(0 0 0 / .12)}body.light-mode .dropdown-menu li a{color:#374151}body.light-mode .dropdown-menu li a:hover{background-color:#f3f4f6;color:#EA580C}body.light-mode #mobile-menu{background-color:#fff;border-top:1px solid rgb(0 0 0 / .08)}body.light-mode .mobile-menu-item button,body.light-mode .mobile-menu-item a{color:#374151}body.light-mode .mobile-menu-item .submenu a{color:#6b7280}body.light-mode .mobile-menu-item .submenu a:hover{color:#EA580C}body.light-mode .site-content{background-color:#f5f5f7}body.light-mode .hero-title{color:#1d1d1f}body.light-mode .hero-description{color:#4b5563}body.light-mode .hero-features .feature-item{color:#6b7280}body.light-mode .hero-feature-icon{filter:brightness(0) saturate(100%) opacity(70%)}body.light-mode .hero-feature-text{color:#4b5563!important}body.light-mode .product-grid-container{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .product-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .product-card:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(250 145 60 / .12)}body.light-mode .product-name{color:#1d1d1f}body.light-mode .product-spec{color:#374151}body.light-mode .product-desc{color:#6b7280}body.light-mode .section-title{color:#1d1d1f}body.light-mode .section-subtitle{color:#6b7280}body.light-mode .product-card{background:rgb(0 0 0 / .03);border-color:rgb(0 0 0 / .08)}body.light-mode .product-card-title,body.light-mode .product-card-spec{color:#1d1d1f}body.light-mode .product-card-desc{color:#4b5563}body.light-mode .product-card-badge{color:#EA580C;background:rgb(234 88 12 / .1)}body.light-mode .feature-card{background:#fff;border-color:rgb(0 0 0 / .08)}body.light-mode .feature-card:first-child{border-left:1px solid rgb(0 0 0 / .08)}body.light-mode .feature-card:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(250 145 60 / .1)}body.light-mode .feature-title{color:#1d1d1f}body.light-mode .feature-desc{color:#6b7280}body.light-mode .feature-video-container{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .video-container{background:#e5e7eb}body.light-mode .video-title{color:#fff}body.light-mode .future-section .future-title,body.light-mode .future-section h2{color:#ffffff!important}body.light-mode .future-section .future-description,body.light-mode .future-section p{color:#D1D5DB!important}body.light-mode .future-section .video-play-btn .text-white{color:#ffffff!important}body.light-mode .cta-container{background:linear-gradient(135deg,rgb(250 145 60 / .06) 0%,rgb(195 93 27 / .06) 100%);border:1px solid rgb(250 145 60 / .2)}body.light-mode .cta-title{color:#1d1d1f}body.light-mode .cta-description{color:#4b5563}body.light-mode .cta-subdescription{color:#6b7280}body.light-mode .partners-section{background-color:#e8e9ec}body.light-mode .partners-title{color:#1d1d1f!important}body.light-mode .partner-logo{opacity:.7}body.light-mode .partner-logo-img{filter:grayscale(100%) brightness(60%) contrast(120%) opacity(90%)!important}body.light-mode .partner-logo:hover .partner-logo-img{filter:grayscale(50%) brightness(30%) contrast(140%) opacity(100%)!important}body.light-mode .products-page{background:#f5f5f7}body.light-mode .breadcrumb a{color:#374151}body.light-mode .breadcrumb a:hover{color:#EA580C}body.light-mode .breadcrumb span{color:#9ca3af}body.light-mode .breadcrumb .current{color:#1d1d1f}body.light-mode .products-header h1{color:#1d1d1f}body.light-mode .products-header p{color:#6b7280}body.light-mode .search-box input{background:#fff;border:1px solid rgb(0 0 0 / .12);color:#1d1d1f}body.light-mode .search-box input::placeholder{color:#9ca3af}body.light-mode .search-box input:focus{border-color:#EA580C;background:#fff}body.light-mode .search-box svg{color:#9ca3af}body.light-mode .filter-title{color:#1d1d1f}body.light-mode .filter-option{background:#fff;border:1px solid rgb(0 0 0 / .08);color:#4b5563}body.light-mode .filter-option:hover{background:#f9fafb;border-color:rgb(0 0 0 / .15);color:#1d1d1f}body.light-mode .filter-option.active{background:rgb(250 145 60 / .08);border-color:#EA580C;color:#EA580C}body.light-mode .filter-tag{background:#fff;border:1px solid rgb(0 0 0 / .08);color:#4b5563}body.light-mode .filter-tag:hover,body.light-mode .filter-tag.active{background:rgb(250 145 60 / .08);border-color:#EA580C;color:#EA580C}body.light-mode .products-count{color:#6b7280}body.light-mode .shuffle-btn,body.light-mode .page-btn{background:#fff;border:1px solid rgb(0 0 0 / .08);color:#4b5563}body.light-mode .shuffle-btn:hover,body.light-mode .page-btn:hover:not(:disabled):not(.active){background:rgb(250 145 60 / .08);border-color:#EA580C;color:#EA580C}body.light-mode .page-btn.active{background:#EA580C;border-color:#EA580C;color:#fff}body.light-mode .products-grid .product-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .products-grid .product-card:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(250 145 60 / .12)}body.light-mode .product-title{color:#1d1d1f}body.light-mode .product-subtitle{color:#6b7280}body.light-mode .spec-badge{background:#f3f4f6;border:1px solid rgb(0 0 0 / .08);color:#4b5563}body.light-mode .btn-request{border:1px solid rgb(0 0 0 / .15);color:#374151}body.light-mode .btn-request:hover{background:#f3f4f6;border-color:rgb(0 0 0 / .2)}body.light-mode .no-products{color:#6b7280}body.light-mode .single-product-page{background:#f5f5f7}body.light-mode .single-product-page .breadcrumb{background:#fff;border:1px solid rgb(0 0 0 / .08);color:#6b7280}body.light-mode .single-product-page .breadcrumb a{color:#6b7280}body.light-mode .single-product-page .breadcrumb span{color:#d1d5db}body.light-mode .single-product-page .product-title{color:#1d1d1f}body.light-mode .product-excerpt{color:#4b5563}body.light-mode .product-sku{color:#9ca3af}body.light-mode .thumbnail{background:#f9fafb;border:2px solid rgb(0 0 0 / .08)}body.light-mode .thumbnail:hover,body.light-mode .thumbnail.active{border-color:#EA580C}body.light-mode .divider{background:rgb(0 0 0 / .08)}body.light-mode .section-heading{color:#1d1d1f}body.light-mode .spec-box{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .spec-label{color:#9ca3af}body.light-mode .spec-value{color:#1d1d1f}body.light-mode .accordion{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .accordion-item{border-bottom:1px solid rgb(0 0 0 / .06)}body.light-mode .accordion-header:hover{background:#f9fafb}body.light-mode .accordion-title{color:#1d1d1f}body.light-mode .accordion-content-inner{color:#4b5563}body.light-mode .action-buttons .btn-secondary{color:#374151;border:1px solid rgb(0 0 0 / .15)}body.light-mode .action-buttons .btn-secondary:hover{background:#f3f4f6;border-color:rgb(0 0 0 / .2)}body.light-mode .product-meta-info{background:rgb(234 88 12 / .06)!important;border-left-color:#EA580C!important}body.light-mode .meta-label{color:#EA580C!important}body.light-mode .meta-value{color:#1d1d1f!important}body.light-mode .specs-main-heading{color:#1d1d1f!important}body.light-mode .spec-table-wrapper{background:#ffffff!important;border:1px solid rgb(0 0 0 / .08)}body.light-mode .spec-table{background:#ffffff!important}body.light-mode .spec-table th{color:#EA580C!important;border-bottom-color:rgb(234 88 12 / .2)!important}body.light-mode .spec-table thead tr{background:rgb(234 88 12 / .06)!important}body.light-mode .spec-table tbody tr{border-bottom-color:rgb(0 0 0 / .06)!important}body.light-mode .spec-table tbody tr:hover{background:rgb(234 88 12 / .03)!important}body.light-mode .spec-table td{color:#374151!important}body.light-mode .spec-table td.spec-param{color:#1d1d1f!important}body.light-mode .spec-table td.spec-value{color:#374151!important}body.light-mode .additional-details-inner{background:#ffffff!important;color:#374151!important}body.light-mode .additional-details-inner h1,body.light-mode .additional-details-inner h2,body.light-mode .additional-details-inner h3,body.light-mode .additional-details-inner h4{color:#EA580C!important}body.light-mode .additional-details-inner a{color:#EA580C!important}body.light-mode .additional-details-inner a:hover{color:#c2410c!important}body.light-mode .highlight-badge{background:rgb(234 88 12 / .06)!important;color:#EA580C!important;border-color:rgb(234 88 12 / .15)!important}body.light-mode .product-category-badge{background:rgb(234 88 12 / .08)!important;color:#EA580C!important}body.light-mode .related-product{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .related-product:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(250 145 60 / .12)}body.light-mode .related-image{background:#f3f4f6}body.light-mode .related-title{color:#1d1d1f}body.light-mode .related-desc{color:#6b7280}body.light-mode .about-page{background:#f5f5f7}body.light-mode .page-hero h1{color:#1d1d1f}body.light-mode .page-hero p{color:#4b5563}body.light-mode .stat-box{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .stat-label{color:#6b7280}body.light-mode .team-member{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .team-member:hover{border-color:#EA580C}body.light-mode .team-photo{background:#f3f4f6;color:#d1d5db}body.light-mode .team-name{color:#1d1d1f}body.light-mode .contact-page{background:#f5f5f7}body.light-mode .contact-info h2{color:#1d1d1f}body.light-mode .info-content h3{color:#9ca3af}body.light-mode .info-content p,body.light-mode .info-content a{color:#1d1d1f}body.light-mode .contact-form-wrapper{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .form-label{color:#374151}body.light-mode .form-input,body.light-mode .form-textarea{background:#f9fafb;border:1px solid rgb(0 0 0 / .12);color:#1d1d1f}body.light-mode .form-input:focus,body.light-mode .form-textarea:focus{border-color:#EA580C;background:#fff}body.light-mode .form-note{color:#9ca3af}body.light-mode .solutions-page{background:#f5f5f7}body.light-mode .solution-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .solution-card:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(250 145 60 / .1)}body.light-mode .solution-image{background:#f3f4f6;color:#d1d5db}body.light-mode .solution-title{color:#1d1d1f}body.light-mode .solution-desc{color:#4b5563}body.light-mode .solution-features li{color:#4b5563}body.light-mode .support-page{background:#f5f5f7!important;color:#374151!important}body.light-mode .support-page .page-title{color:#1d1d1f!important}body.light-mode .support-page .hero-heading{color:#1d1d1f!important}body.light-mode .support-page .hero-description{color:#374151!important}body.light-mode .support-page .hero-tagline{color:#4b5563!important}body.light-mode .support-hero{border-bottom-color:rgb(0 0 0 / .1)!important}body.light-mode .support-page .section-title{color:#1d1d1f!important}body.light-mode .support-box{background:#ffffff!important;border-color:rgb(0 0 0 / .08)!important}body.light-mode .support-box:hover{background:#ffffff!important;border-color:rgb(234 88 12 / .3)!important;box-shadow:0 8px 20px rgb(234 88 12 / .08)!important}body.light-mode .support-box-title{color:#EA580C!important}body.light-mode .support-box-intro{color:#374151!important}body.light-mode .support-list li{color:#4b5563!important}body.light-mode .support-list li:before{color:#EA580C!important}body.light-mode .support-box-note{color:#6b7280!important;border-top-color:rgb(0 0 0 / .06)!important}body.light-mode .contact-support-section{border-top-color:rgb(234 88 12 / .25)!important}body.light-mode .contact-intro{color:#374151!important}body.light-mode .email-icon{color:#EA580C!important}body.light-mode .contact-email a{color:#EA580C!important}body.light-mode .contact-email a:hover{color:#c2410c!important}body.light-mode .contact-note{color:#4b5563!important}body.light-mode .support-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .support-card:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(234 88 12 / .1)}body.light-mode .support-title{color:#1d1d1f}body.light-mode .support-desc{color:#6b7280}body.light-mode .faq-item{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .faq-question:hover{background:#f9fafb}body.light-mode .faq-q-text{color:#1d1d1f}body.light-mode .faq-answer-inner{color:#4b5563}body.light-mode .company-page{background:#f5f5f7}body.light-mode .content-text{color:#374151}body.light-mode .lead-text{color:#1d1d1f!important}body.light-mode .stats-highlight{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .stat-item .stat-label{color:#6b7280}body.light-mode .what-we-do-section{background:rgb(0 0 0 / .03)}body.light-mode .expertise-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .expertise-card:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(250 145 60 / .12)}body.light-mode .expertise-title{color:#1d1d1f}body.light-mode .expertise-desc{color:#4b5563}body.light-mode .confidence-statement p{color:#1d1d1f}body.light-mode .legacy-story{color:#374151}body.light-mode .milestones-timeline{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .timeline-title{color:#1d1d1f}body.light-mode .timeline::before{background:rgb(250 145 60 / .3)}body.light-mode .timeline-marker{border-color:#f5f5f7}body.light-mode .timeline-event{color:#1d1d1f}body.light-mode .timeline-content p{color:#4b5563}body.light-mode .team-page{background:#f5f5f7}body.light-mode .leadership-intro{color:#374151}body.light-mode .leader-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .leader-card:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(250 145 60 / .12)}body.light-mode .leader-image-placeholder{background:#f3f4f6}body.light-mode .leader-name{color:#1d1d1f}body.light-mode .leader-bio{color:#4b5563}body.light-mode .news-page{background:#f5f5f7}body.light-mode .news-tabs{border-bottom:2px solid rgb(0 0 0 / .08)}body.light-mode .news-tab{color:#6b7280}body.light-mode .news-tab:hover{color:#1d1d1f}body.light-mode .news-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .news-card:hover{border-color:#EA580C;box-shadow:0 8px 24px rgb(250 145 60 / .12)}body.light-mode .news-title{color:#1d1d1f}body.light-mode .news-excerpt{color:#4b5563}body.light-mode .blog-item{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .blog-item:hover{border-color:#EA580C}body.light-mode .blog-date{color:#9ca3af}body.light-mode .blog-title{color:#1d1d1f}body.light-mode .blog-excerpt{color:#4b5563}body.light-mode .media-item{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .media-title{color:#1d1d1f}body.light-mode .media-excerpt{color:#4b5563}body.light-mode .kit-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .kit-card:hover{border-color:#EA580C}body.light-mode .kit-title{color:#1d1d1f}body.light-mode .kit-desc{color:#4b5563}body.light-mode .media-contact{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .media-contact h3{color:#1d1d1f}body.light-mode .media-contact p{color:#4b5563}body.light-mode .careers-page{background:#f5f5f7}body.light-mode .benefit-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .benefit-card:hover{border-color:#EA580C}body.light-mode .benefit-title{color:#1d1d1f}body.light-mode .benefit-desc{color:#4b5563}body.light-mode .category-title{color:#1d1d1f;border-bottom:2px solid rgb(250 145 60 / .3)}body.light-mode .position-card{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .position-card:hover{border-color:#EA580C}body.light-mode .position-title{color:#1d1d1f}body.light-mode .position-meta{color:#6b7280}body.light-mode .position-desc{color:#4b5563}body.light-mode .skill-tag{background:#f3f4f6;border:1px solid rgb(0 0 0 / .06);color:#4b5563}body.light-mode .step-title{color:#1d1d1f}body.light-mode .step-desc{color:#6b7280}body.light-mode table{background:#fff;border:1px solid rgb(0 0 0 / .1)}body.light-mode table thead{background:rgb(250 145 60 / .08)}body.light-mode table thead tr th{border-right:1px solid rgb(0 0 0 / .06)}body.light-mode table tbody tr{border-bottom:1px solid rgb(0 0 0 / .06)}body.light-mode table tbody tr:hover{background:rgb(250 145 60 / .03)}body.light-mode table tbody tr td{color:#374151;border-right:1px solid rgb(0 0 0 / .06)}body.light-mode table tbody tr td:first-child{color:#1d1d1f;background:#f9fafb}body.light-mode table tbody tr td:empty::after{color:#d1d5db}body.light-mode table.table-striped tbody tr:nth-child(even){background:#f9fafb}body.light-mode table.table-striped tbody tr:nth-child(odd){background:#fff}body.light-mode .entry-content h2,body.light-mode .content h2{color:#1d1d1f}body.light-mode .breadcrumb .current{color:#1d1d1f}body.light-mode .product-card-compact{background:#fff;border:1px solid rgb(0 0 0 / .08)}body.light-mode .product-category-badge-small{background:rgb(234 88 12 / .08);color:#EA580C!important}body.light-mode .product-badge{background:rgb(234 88 12 / .08)!important;border-color:rgb(234 88 12 / .2)!important;color:#EA580C!important}body.light-mode .product-card-badge{background:rgb(234 88 12 / .08)!important;color:#EA580C!important}body.light-mode h1,body.light-mode h2,body.light-mode h3,body.light-mode h4,body.light-mode h5,body.light-mode h6{color:#1d1d1f}body.light-mode p{color:#374151}body.light-mode .container a:not(.btn):hover{color:#EA580C!important}body.light-mode .text-white{color:#1d1d1f!important}body.light-mode .text-gray-300{color:#4b5563!important}body.light-mode .text-gray-400{color:#6b7280!important}body.light-mode .text-gray-500{color:#9ca3af!important}body.light-mode .site-footer{background-color:#1a1a1a!important;border-top:1px solid rgb(255 255 255 / .08)}body.light-mode .site-footer h3,body.light-mode .site-footer .footer-heading,body.light-mode .site-footer .text-white,body.light-mode .site-footer h3.text-white,body.light-mode .site-footer span.text-white,body.light-mode .site-footer .font-semibold.text-white{color:#ffffff!important}body.light-mode .site-footer p,body.light-mode .site-footer .footer-description,body.light-mode .site-footer .text-gray-400,body.light-mode .site-footer .footer-contact-item{color:rgb(255 255 255 / .55)!important}body.light-mode .site-footer .text-gray-500,body.light-mode .site-footer .footer-legal-text{color:rgb(255 255 255 / .4)!important}body.light-mode .site-footer .text-sm{color:rgb(255 255 255 / .55)!important}body.light-mode .site-footer .text-xs{color:rgb(255 255 255 / .4)!important}body.light-mode .site-footer .footer-link{color:rgb(255 255 255 / .55)!important}body.light-mode .site-footer .footer-link:hover{color:#EA580C!important}body.light-mode .site-footer a{color:rgb(255 255 255 / .55)}body.light-mode .site-footer a:not(.btn):hover{color:#EA580C!important}body.light-mode .site-footer .social-link{background:rgb(250 145 60 / .1)}body.light-mode .site-footer .social-link:hover{background:var(--color-orange-primary)}body.light-mode .site-footer .social-link svg,body.light-mode .site-footer .fill-current{fill:rgb(255 255 255 / .6)!important;color:rgb(255 255 255 / .6)!important}body.light-mode .site-footer .container a:not(.btn):hover{color:#EA580C!important}body.light-mode .footer-bottom{background:rgb(47 49 55)!important}body.light-mode .footer-bottom .footer-copyright{color:rgb(177 184 191)!important}body.light-mode .footer-bottom .footer-links a{color:rgb(177 184 191)!important}body.light-mode .footer-bottom .footer-links a:hover{color:#EA580C!important}body.light-mode .footer-bottom .footer-links span{color:rgb(255 255 255 / .3)!important}body.light-mode .error-404{color:#1d1d1f}body.light-mode .single-post{background:#f5f5f7}body.light-mode .entry-content{color:#374151}body.light-mode .entry-content h1,body.light-mode .entry-content h2,body.light-mode .entry-content h3,body.light-mode .entry-content h4,body.light-mode .entry-content h5,body.light-mode .entry-content h6{color:#1d1d1f}body.light-mode .blog-content h2{color:#1d1d1f!important}body.light-mode .blog-content h3{color:#1d1d1f!important}body.light-mode .blog-content h4{color:#1d1d1f!important}body.light-mode .blog-content p{color:#374151!important}body.light-mode .blog-content li{color:#374151!important}body.light-mode .blog-content strong{color:#1d1d1f!important}body.light-mode .blog-content a{color:#EA580C!important}body.light-mode .blog-content a:hover{color:#c2410c!important}body.light-mode .blog-content blockquote{border-left-color:#EA580C!important;color:#4b5563!important}body.light-mode .blog-content pre{background:rgb(0 0 0 / .03)!important;border-color:rgb(0 0 0 / .08)!important}body.light-mode .blog-content code{background:rgb(0 0 0 / .05)!important;color:#1d1d1f!important}body.light-mode .back-to-news{background:rgb(234 88 12 / .06)!important;border-color:rgb(234 88 12 / .2)!important;color:#EA580C!important}body.light-mode .back-to-news:hover{background:rgb(234 88 12 / .1)!important;border-color:rgb(234 88 12 / .35)!important}body.light-mode .border-gray-800{border-color:rgb(0 0 0 / .1)!important}body.light-mode .border-t.border-gray-800{border-color:rgb(0 0 0 / .1)!important}body.light-mode .careers-page-modern{background:#f5f5f7!important;color:#374151!important}body.light-mode .hero-title-modern{color:#1d1d1f!important}body.light-mode .hero-desc-modern{color:#4b5563!important;border-left-color:#EA580C!important}body.light-mode .location-filter{border-bottom-color:rgb(0 0 0 / .08)!important}body.light-mode .filter-label{color:#6b7280!important}body.light-mode .filter-tab{background:rgb(0 0 0 / .04)!important;color:#6b7280!important}body.light-mode .filter-tab:hover{background:rgb(0 0 0 / .08)!important;color:#374151!important}body.light-mode .filter-tab.active{background:#1d1d1f!important;color:#ffffff!important}body.light-mode .jobs-count{color:#6b7280!important}body.light-mode .jobs-list{background:#ffffff!important;border-color:rgb(0 0 0 / .08)!important}body.light-mode .job-item{border-bottom-color:rgb(0 0 0 / .06)!important}body.light-mode .job-item:hover{background:rgb(0 0 0 / .02)!important}body.light-mode .job-item.active{background:rgb(234 88 12 / .04)!important}body.light-mode .job-item.active::before{background:#EA580C!important}body.light-mode .job-item-title{color:#6b7280!important}body.light-mode .job-item.active .job-item-title,body.light-mode .job-item:hover .job-item-title{color:#1d1d1f!important}body.light-mode .job-badge{background:rgb(0 0 0 / .04)!important;color:#6b7280!important}body.light-mode .job-item.active .job-badge{background:rgb(234 88 12 / .08)!important;color:#EA580C!important}body.light-mode .job-dept{color:#9ca3af!important}body.light-mode .job-arrow{color:#d1d5db!important}body.light-mode .job-item.active .job-arrow{color:#EA580C!important}body.light-mode .job-detail-title{color:#1d1d1f!important}body.light-mode .job-share-btn{color:#EA580C!important;border-color:rgb(234 88 12 / .2)!important;background:rgb(234 88 12 / .04)!important}body.light-mode .job-share-btn:hover{background:rgb(234 88 12 / .08)!important;border-color:rgb(234 88 12 / .3)!important}body.light-mode .job-meta-grid{border-top-color:rgb(0 0 0 / .08)!important;border-bottom-color:rgb(0 0 0 / .08)!important}body.light-mode .job-meta-label{color:#9ca3af!important}body.light-mode .job-meta-value{color:#1d1d1f!important}body.light-mode .job-meta-value.highlight{color:#EA580C!important}body.light-mode .job-section-title{color:#6b7280!important}body.light-mode .job-section-text{color:#374151!important}body.light-mode .job-list-number{background:rgb(0 0 0 / .03)!important;border-color:rgb(0 0 0 / .08)!important;color:#6b7280!important}body.light-mode .job-list-text{color:#374151!important}body.light-mode .job-requirement-item{background:rgb(0 0 0 / .02)!important;border-color:rgb(0 0 0 / .06)!important}body.light-mode .job-check-icon{color:#EA580C!important}body.light-mode .job-requirement-text{color:#374151!important}body.light-mode .job-benefit-item{background:#ffffff!important;border-color:rgb(0 0 0 / .08)!important}body.light-mode .job-benefit-item:hover{background:#f9fafb!important}body.light-mode .job-benefit-dot{background:#EA580C!important;box-shadow:0 0 8px rgb(234 88 12 / .4)!important}body.light-mode .job-benefit-text{color:#374151!important}body.light-mode .job-apply-btn{background:#EA580C!important;color:#ffffff!important;box-shadow:0 20px 40px rgb(234 88 12 / .15)!important}body.light-mode .job-apply-btn:hover{background:#b91c1c!important;box-shadow:0 24px 48px rgb(234 88 12 / .2)!important}body.light-mode .application-modal-backdrop{background:rgb(0 0 0 / .5)!important}body.light-mode .application-modal-content{background:#ffffff!important;border-color:rgb(0 0 0 / .1)!important}body.light-mode .application-modal-header{border-bottom-color:rgb(0 0 0 / .08)!important}body.light-mode .application-modal-title{color:#1d1d1f!important}body.light-mode .application-modal-subtitle{color:#6b7280!important}body.light-mode .application-modal-close{background:rgb(0 0 0 / .05)!important}body.light-mode .application-modal-close:hover{background:rgb(0 0 0 / .1)!important}body.light-mode .application-modal-close svg{color:#6b7280!important}body.light-mode .application-form-fields .form-label{color:#6b7280!important}body.light-mode .application-form-fields .form-input,body.light-mode .application-form-fields .form-select{background:#f9fafb!important;border-color:rgb(0 0 0 / .1)!important;color:#1d1d1f!important}body.light-mode .application-form-fields .form-input:focus,body.light-mode .application-form-fields .form-select:focus{border-color:rgb(234 88 12 / .5)!important;background:#ffffff!important}body.light-mode .application-form-fields .form-input::placeholder{color:#9ca3af!important}body.light-mode .application-form-fields .radio-toggle{background:#f9fafb!important;border-color:rgb(0 0 0 / .08)!important}body.light-mode .application-form-fields .radio-toggle label{color:#6b7280!important}body.light-mode .application-form-fields .radio-toggle input[type="radio"]:checked+span{background:rgb(0 0 0 / .06)!important;color:#1d1d1f!important}body.light-mode .application-form-fields .file-upload-area{border-color:rgb(0 0 0 / .1)!important;background:rgb(0 0 0 / .02)!important}body.light-mode .application-form-fields .file-upload-area:hover{border-color:rgb(234 88 12 / .3)!important;background:rgb(234 88 12 / .02)!important}body.light-mode .application-form-fields .upload-icon{color:#9ca3af!important}body.light-mode .application-form-fields .upload-label{color:#6b7280!important}body.light-mode .application-form-fields .upload-note{color:#9ca3af!important}body.light-mode .application-form-fields .form-submit{background:#EA580C!important;color:#ffffff!important}body.light-mode .application-form-fields .form-submit:hover{background:#b91c1c!important;box-shadow:0 8px 24px rgb(234 88 12 / .2)!important}body.light-mode .no-jobs{color:#9ca3af!important}body,body .site-header,body .site-footer,body .product-card,body .feature-card,body .dropdown-menu,body .accordion,body .faq-item,body .spec-box,body .contact-form-wrapper,body .support-card,body .solution-card,body .news-card,body .blog-item,body .media-item,body .kit-card,body .benefit-card,body .position-card,body .leader-card,body .team-member,body .stat-box,body .expertise-card,body .related-product,body .search-box input,body .form-input,body .form-textarea,body .filter-option,body .filter-tag,body .thumbnail,body .breadcrumb,body .nav-link,body table{transition:background-color 0.35s ease,color 0.35s ease,border-color 0.35s ease,box-shadow 0.35s ease}.logo-light{display:none}.logo-dark{display:inline-flex}body.light-mode .logo-light{display:inline-flex}body.light-mode .logo-dark{display:none}body.light-mode .logo-light .site-logo{height:45px;width:auto}body.light-mode .site-footer .site-logo{filter:none}.sinpro-brand{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid rgb(255 255 255 / .08)}.sinpro-logo{max-height:320px;width:auto;max-width:100%}@media (max-width:768px){.sinpro-logo{max-height:260px}}.sinpro-collab{font-size:12px;color:rgb(255 255 255 / .5);letter-spacing:.3px}.sinpro-collab strong{color:#fff;font-weight:700}body.light-mode .sinpro-brand{border-top-color:rgb(0 0 0 / .08)}body.light-mode .sinpro-collab{color:#6b7280}body.light-mode .sinpro-collab strong{color:#1d1d1f}.product-badge-row{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;margin-bottom:15px;min-width:0}.product-badge-row .product-badge{margin-bottom:0;flex:0 0 auto}.sinpro-card-badge{flex:0 1 auto;min-width:0;margin-left:auto;height:auto;width:auto;max-height:30px;max-width:100%;object-fit:contain}.sinpro-banner{width:100%;margin:40px 0;overflow:hidden;border-radius:10px}.sinpro-banner-track{display:block}.sinpro-banner-track img{display:block;width:100%;height:auto}.sinpro-banner-track img:nth-child(2){display:none}@media (max-width:768px){.sinpro-banner{background:#0C1B3F}.sinpro-banner-track{display:flex;width:max-content;animation:sinpro-marquee 18s linear infinite}.sinpro-banner-track img{width:auto;height:46px}.sinpro-banner-track img:nth-child(2){display:block}@keyframes sinpro-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}}body.sinpro-product .product-category-badge{background:rgb(31 80 200 / .15);border-color:rgb(79 134 247 / .35);color:#4F86F7}body.sinpro-product .highlight-badge{background:rgb(31 80 200 / .12);border-color:rgb(79 134 247 / .3);color:#4F86F7}body.sinpro-product .product-facet-chips .facet-chip{background:rgb(31 80 200 / .12);border-color:rgb(79 134 247 / .35);color:#4F86F7}body.sinpro-product .product-facet-chips .facet-chip:hover{background:rgb(31 80 200 / .22);border-color:#4F86F7}body.sinpro-product .action-buttons .btn-primary{background:linear-gradient(135deg,#1F50C8 0%,#0C1B3F 100%)}body.sinpro-product .action-buttons .btn-primary:hover{box-shadow:0 6px 20px rgb(31 80 200 / .35)}body.sinpro-product .product-meta-info{background:rgb(31 80 200 / .1);border-left-color:#1F50C8}body.sinpro-product .meta-label{color:#4F86F7}body.sinpro-product .single-product-page .breadcrumb a:hover{color:#4F86F7}body.sinpro-product .spec-table-header,body.sinpro-product .additional-details-toggle{background:linear-gradient(135deg,#1F50C8 0%,#0C1B3F 100%)}body.sinpro-product .spec-table-title{color:#fff}body.sinpro-product .spec-table th{color:#36A6F0;border-bottom-color:rgb(79 134 247 / .3)}body.sinpro-product .spec-table thead tr{background:rgb(31 80 200 / .2)}body.sinpro-product .spec-table tbody tr:hover{background:rgb(31 80 200 / .1)}body.sinpro-product .additional-details-inner h1,body.sinpro-product .additional-details-inner h2,body.sinpro-product .additional-details-inner h3,body.sinpro-product .additional-details-inner h4,body.sinpro-product .additional-details-inner a{color:#4F86F7}body.sinpro-product .additional-details-inner a:hover{color:#36A6F0}body.sinpro-product .gallery-arrow:hover{background:rgb(31 80 200 / .9);border-color:rgb(31 80 200)}body.sinpro-product .gallery-counter span{color:#4F86F7}.back-to-news{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgb(255 140 66 / .1);border:1px solid rgb(255 140 66 / .3);border-radius:8px;color:#FA913C;font-weight:600;transition:all 0.3s ease}.back-to-news:hover{background:rgb(255 140 66 / .2);border-color:rgb(255 140 66 / .5);transform:translateX(-4px)}.back-to-news svg{transition:transform 0.3s ease}.back-to-news:hover svg{transform:translateX(-4px)}.blog-content h2{color:#ffffff!important;font-size:28px;font-weight:700;margin-top:32px;margin-bottom:16px;line-height:1.3}.blog-content h3{color:#ffffff!important;font-size:24px;font-weight:600;margin-top:28px;margin-bottom:14px;line-height:1.4}.blog-content h4{color:#ffffff!important;font-size:20px;font-weight:600;margin-top:24px;margin-bottom:12px}.blog-content p{color:#e5e7eb!important;font-size:16px;line-height:1.8;margin-bottom:20px}.blog-content p:last-child{margin-bottom:0}.blog-content ul,.blog-content ol{margin-top:16px;margin-bottom:20px;padding-left:28px}.blog-content li{color:#e5e7eb!important;margin-bottom:10px;line-height:1.7}.blog-content a{color:#FA913C;text-decoration:underline;transition:color 0.3s ease}.blog-content a:hover{color:#FF6B35}.blog-content strong{color:#fff;font-weight:600}.blog-content blockquote{border-left:4px solid #FA913C;padding-left:20px;margin:24px 0;font-style:italic;color:#d1d5db}.blog-content img{border-radius:12px;margin:24px 0}.blog-content pre{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .1);border-radius:8px;padding:16px;margin:20px 0;overflow-x:auto}.blog-content code{background:rgb(255 255 255 / .1);padding:2px 6px;border-radius:4px;font-size:14px}.site-main .author,.site-main .cat-links{display:none!important}@media (max-width:480px){#masthead .btn-contact{display:none}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.btn:focus-visible,.filter-tag:focus-visible,.page-btn:focus-visible,.product-card:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-orange-primary,#FA913C);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100000;background:#FA913C;color:#0a0a0a;padding:10px 16px;border-radius:0 0 6px 0;font-weight:600;text-decoration:none}.skip-link:focus{left:0}#content:focus{outline:none}body:not(.sinpro-product) .btn-primary,.product-card .btn-view{color:#0a0a0a}.product-category,.product-category-badge-small{font-size:12px}.breadcrumb span:last-child{color:rgb(255 255 255 / .85)}body.light-mode .breadcrumb span:last-child{color:rgb(0 0 0 / .8)}body.light-mode:not(.sinpro-product) .product-card .product-badge,body.light-mode .filter-tag:not(.active){color:#9a3412}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.001ms!important;animation-iteration-count:1!important;transition-duration:0.001ms!important;scroll-behavior:auto!important}.partners-marquee{animation-duration:30s!important;animation-iteration-count:infinite!important}}.products-grid .product-image{height:160px}.products-grid .product-content{padding-top:14px;padding-bottom:14px}.products-grid .product-badge{margin-bottom:10px}.products-grid .product-title{font-size:16px;margin-bottom:8px}.products-grid .product-specs-inline{margin-bottom:10px}.products-grid .product-specs-inline .spec-badge:nth-child(n+6){display:none}.products-grid .product-card:hover{border-color:rgb(255 255 255 / .22);box-shadow:0 10px 28px rgb(0 0 0 / .4)}.products-grid .product-card .spec-badge.highlight{background:rgb(255 255 255 / .08);border-color:rgb(255 255 255 / .22);color:#fff}body.light-mode .products-grid .product-card:hover{border-color:rgb(0 0 0 / .2);box-shadow:0 10px 28px rgb(0 0 0 / .12)}body.light-mode .products-grid .product-card .spec-badge.highlight{background:rgb(0 0 0 / .05);border-color:rgb(0 0 0 / .15);color:#1d1d1f}@media (max-width:768px){.hero-section,.technology-section,.future-section,.applications-section,.cta-section{padding-top:2.5rem;padding-bottom:2.5rem}.site-footer .grid{gap:2rem}.future-video-wrapper{background-size:cover;background-position:center;background-repeat:no-repeat}}#mobile-menu .mobile-menu-item>button,#mobile-menu .mobile-menu-item>a{padding-top:14px;padding-bottom:14px;padding-left:10px}#mobile-menu .mobile-menu-item+.mobile-menu-item{margin-top:0;border-top:1px solid rgb(255 255 255 / .07)}#mobile-menu .mobile-menu-item .submenu{margin-top:6px}#mobile-menu .mobile-menu-item .submenu>li+li{margin-top:0}#mobile-menu .mobile-menu-item .submenu a{padding-top:9px;padding-bottom:9px;padding-left:10px}body.light-mode #mobile-menu .mobile-menu-item+.mobile-menu-item{border-top-color:rgb(0 0 0 / .08)}