@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary:#101010;--bg-color:#fafafa;--text-primary:#1e293b;--text-secondary:#64748b;--accent:#2563eb;--accent-glow:#2563eb66;--nav-bg:#fffc;--card-bg:#fff;--border:#e2e8f0}@media (prefers-color-scheme:dark){:root{--primary:#fff;--bg-color:#0f1115;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--accent:#3b82f6;--accent-glow:#3b82f680;--nav-bg:#0f1115d9;--card-bg:#1e2128;--border:#334155}}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}h2{text-align:center;margin-bottom:2rem;font-size:2.5rem}.gradient-text{background:linear-gradient(135deg, var(--accent), #93c5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{flex-direction:column;justify-content:center;min-height:50vh;padding:6rem 0;display:flex}.header-wrapper{z-index:1000;background:#fff;flex-direction:column;display:flex;position:sticky;top:0;box-shadow:0 8px 30px #0000000f}.header-top{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0}.header-top-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo-container{align-items:center;display:flex}.logo-image{object-fit:contain;min-width:140px;min-height:45px}.header-info-group{align-items:center;gap:2.5rem;display:flex}.info-item{align-items:center;gap:.75rem;display:flex}.info-icon{color:#dc2626;background:#dc262614;border-radius:50%;width:32px;height:32px;padding:6px}.info-text{flex-direction:column;display:flex}.info-label{color:#000;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:700}.info-value{color:#000;font-size:.85rem;font-weight:600}.text-muted{color:#64748b;font-weight:400}.header-bottom{background:#fff;border-bottom:1px solid #e2e8f0;padding:0}.header-bottom-container{justify-content:space-between;align-items:center;min-height:55px;display:flex}.nav-links{align-items:center;gap:1.25rem;display:flex}.nav-item{color:#000;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:1.15rem 0;font-size:.8rem;font-weight:600;transition:color .2s;position:relative}.nav-item:hover{color:var(--accent)}.nav-item:after{content:"";background:var(--accent);width:0;height:3px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-item:hover:after{width:100%}.nav-item-wrapper{align-items:center;display:flex;position:relative}.nav-item.has-dropdown{align-items:center;gap:.4rem;display:flex}.nav-dropdown{opacity:0;visibility:hidden;z-index:1001;background:#fff;border-top:3px solid #dc2626;min-width:240px;padding:.8rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;transform:translateY(15px);box-shadow:0 15px 40px #0000001a}.nav-item-wrapper:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{color:#1a1a1b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:.7rem 1.5rem;font-size:.8rem;font-weight:600;transition:all .3s;display:block}.dropdown-item:hover{color:#dc2626;background:#f8fafc;padding-left:1.8rem}.nav-actions{align-items:center;gap:1.25rem;height:100%;display:flex}.icon-btn{color:#000;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.icon-btn:hover{color:var(--accent)}.divider{background:#0003;width:1px;height:20px}.lang-selector{align-items:center;gap:.25rem;display:flex}.lang-select{color:#000;cursor:pointer;text-transform:uppercase;background:0 0;border:none;outline:none;font-size:.85rem;font-weight:600}.lang-select:hover{color:var(--accent)}.btn-retail{color:#fff;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#dc2626;border:none;align-items:center;gap:.5rem;height:55px;padding:0 1.5rem;font-size:.85rem;font-weight:700;transition:background .2s;display:flex}.btn-retail:hover{background:#b91c1c}.hero{color:#fff;background-color:#000;align-items:center;min-height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#000c 0%,#0000004d 50%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;display:grid;position:relative}.hero-content{text-align:left;max-width:600px}.hero-tagline{text-transform:uppercase;letter-spacing:2px;align-items:center;gap:10px;margin-bottom:1rem;font-size:1rem;font-weight:500;display:flex}.hero-tagline:before{content:"";background:#fff;width:30px;height:2px}.hero-title{text-transform:uppercase;letter-spacing:-2px;margin-bottom:2rem;font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:.9}.hero-subtitle-new{opacity:.7;text-align:left;max-width:450px;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.hero-actions{align-items:center;gap:1.5rem;display:flex}.btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50px;padding:1rem 2rem;font-size:.8rem;font-weight:700;transition:all .3s}.btn-primary:hover{color:#000;background:#fff}.hero-cards-wrapper{gap:1.5rem;padding-left:2rem;display:flex}.hero-card{cursor:pointer;border:1px solid #ffffff1a;border-radius:20px;flex-shrink:0;width:180px;height:280px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-card:hover .hero-card-img{transform:scale(1.1)}.hero-card-content{z-index:2;background:linear-gradient(#0000,#000c);width:100%;padding:1.5rem;position:absolute;bottom:0;left:0}.hero-card-tag{text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:.3rem;font-size:.6rem}.hero-card-title{text-transform:uppercase;font-size:.9rem;font-weight:700;line-height:1.2}.hero-nav-bottom{z-index:10;justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:4rem;left:4rem;right:4rem}.hero-nav-controls{gap:1rem;display:flex}.nav-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.nav-btn:hover{color:#000;background:#fff}.hero-progress-container{flex-grow:1;align-items:center;gap:2rem;margin:0 4rem;display:flex}.progress-bar-bg{background:#fff3;flex-grow:1;height:2px;position:relative}.progress-bar-fill{background:#fff;height:100%;transition:width .1s linear;position:absolute;top:0;left:0}.slide-number{opacity:.5;font-family:serif;font-size:3rem;font-weight:700}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.card-icon{width:48px;height:48px;color:var(--accent);background:#2563eb1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.card h3{margin-bottom:1rem;font-size:1.25rem}.card p{color:var(--text-secondary);font-size:.95rem}.footer{background:var(--card-bg);border-top:1px solid var(--border);margin-top:6rem;padding:4rem 0 2rem}.footer-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-secondary);transition:color .2s}.footer-links a:hover{color:var(--primary)}.certification-section{background:#fff;padding:8rem 0}.section-header{text-align:center;margin-bottom:5rem}.section-tag{letter-spacing:2px;color:#f2663c;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:700}.section-title{color:#1a1a1b;max-width:800px;margin:0 auto;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.highlight{color:#f2663c;text-decoration:none}.certification-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:1024px){.certification-grid{grid-template-columns:repeat(1,1fr)}}.cert-card{background:#fff;border-radius:4px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 20px 40px #0000001a}.cert-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000026}.cert-img-wrapper{border-bottom:4px solid #f2663c;width:100%;height:220px;position:relative}.cert-card-img{object-fit:cover;width:100%;height:100%}.cert-content{background:#fff;flex-grow:1;padding:2.5rem 2rem}.cert-title{color:#1a1a1b;text-transform:uppercase;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.cert-desc{color:#64748b;margin:0;font-size:1rem;line-height:1.6}.industries-section{background-image:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2000&auto=format&fit=crop);background-position:50%;background-size:cover;background-attachment:fixed;padding:10rem 0;position:relative}.industries-header{justify-content:space-between;align-items:flex-end;margin-bottom:5rem;display:flex}.industries-title-group{max-width:600px}.industries-badge{color:#f2663c;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.industries-title{color:#fff;margin:0;font-size:3.5rem;font-weight:800;line-height:1.1}.industries-desc{color:#fffc;margin-top:1.5rem;font-size:1.1rem}.industries-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.industry-card{text-align:center;background:#fff;border-bottom:3px solid #0000;border-radius:4px;flex-direction:column;align-items:center;padding:2.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.industry-card:hover{border-bottom-color:#f2663c;transform:translateY(-10px);box-shadow:0 20px 50px #0000001a}.industry-card.active{color:#fff;background:#f2663c}.industry-card .industry-icon{color:#f2663c;background:#f2663c14;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;transition:all .3s;display:flex}.industry-card.active .industry-icon{color:#fff;background:#ffffff26}.industry-card h3{text-transform:uppercase;letter-spacing:1px;color:#000;margin-bottom:.8rem;font-size:1.3rem;font-weight:700}.industry-card p{color:#1a1a1b;margin-bottom:0;font-size:.95rem;line-height:1.6}.industry-card.active p{color:#ffffffd9}.btn-learn-more{color:#fff;cursor:pointer;background:#f2663c;border:none;border-radius:4px;padding:.8rem 1.8rem;font-weight:700}@media (max-width:1024px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.industries-grid{grid-template-columns:1fr}}.blog-section{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:0;overflow:hidden}.blog-slider{min-height:550px;display:flex}.blog-img-side{flex:1;position:relative;overflow:hidden}.blog-main-img{object-fit:cover;width:100%;height:100%}.blog-content-side{background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:6rem 5rem;display:flex;position:relative}.blog-tag{color:#f2663c;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.blog-title-new{color:#1a1a1b;max-width:500px;margin-bottom:2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.blog-excerpt{color:#64748b;max-width:500px;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.btn-blog-read{color:#1a1a1b;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#fff;border:1px solid #1a1a1b;border-radius:50px;padding:1rem 2.5rem;font-size:.8rem;font-weight:700;transition:all .3s}.btn-blog-read:hover{color:#fff;background:#1a1a1b}.blog-dots{gap:12px;display:flex;position:absolute;bottom:3rem;left:5rem}.blog-dot{cursor:pointer;background:#e2e8f0;border-radius:50%;width:8px;height:8px;transition:all .3s}.blog-dot.active{background:#f2663c;border-radius:10px;width:24px}@media (max-width:968px){.blog-slider{flex-direction:column}.blog-img-side{height:350px}.blog-content-side{padding:4rem 2rem}}.global-reach-section{color:#1a1a1b;background:#fff;padding:6rem 0;overflow:hidden}.global-container{grid-template-columns:.8fr 1.25fr;align-items:center;gap:5rem;display:grid}.global-content{max-width:450px}.global-list{flex-direction:column;gap:1.5rem;display:flex}.global-list-item{align-items:flex-start;gap:1.25rem;display:flex}.global-list-icon{color:#1a1a1b;flex-shrink:0;margin-top:.1rem}.global-list-text{flex-direction:column;display:flex}.global-list-title{color:#1a1a1b;font-size:1.6rem;font-weight:800;line-height:1.2}.global-list-desc{color:#64748b;margin-top:.3rem;font-size:.95rem}.global-map-side{width:100%;position:relative}.map-dots-wrapper{width:100%;padding-bottom:55%;position:relative}.map-dots-bg{object-fit:contain;opacity:.6;width:100%;height:100%;position:absolute}.map-red-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 0 4px #ef44441a}@media (max-width:1024px){.global-container{grid-template-columns:1fr;gap:5rem}}.sitemap-page{color:#1a1a1b;margin-bottom:1.5rem;font-size:4rem;font-weight:900}.sitemap-desc{color:#64748b;font-size:1.25rem;line-height:1.6}.sitemap-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.sitemap-group{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:3rem;transition:all .3s}.sitemap-group:hover{border-color:#f2663c;transform:translateY(-5px);box-shadow:0 20px 40px #0000000a}.sitemap-group-head{border-bottom:1px solid #f1f5f9;align-items:center;gap:1.2rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.group-icon{color:#f2663c;background:#fef2f2;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.group-title{color:#1a1a1b;text-transform:uppercase;letter-spacing:1px;font-size:1.25rem;font-weight:800}.sitemap-links{flex-direction:column;gap:1.25rem;padding:0;list-style:none;display:flex}.sitemap-link{color:#64748b;align-items:center;gap:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sitemap-link:hover{color:#f2663c;padding-left:5px}.link-arrow{opacity:0;transition:all .2s;transform:translate(-10px)}.sitemap-link:hover .link-arrow{opacity:1;transform:translate(0)}.products-section{background-image:linear-gradient(#ffffffd9,#ffffffd9),url(https://images.unsplash.com/photo-1581094288338-2314dddb7ec3?q=80&w=2000&auto=format&fit=crop);background-position:50%;background-size:cover;background-attachment:fixed;padding:10rem 0;position:relative}.hex-grid{flex-direction:column;align-items:center;gap:-30px;margin-top:5rem;display:flex}.hex-row{justify-content:center;gap:20px;margin-bottom:-40px;display:flex}.hex-row-3,.hex-row-2,.hex-row-1{gap:20px}.product-hex{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);cursor:pointer;background:#000;width:280px;height:320px;transition:all .4s;position:relative;overflow:hidden}.product-hex:hover{z-index:10;transform:scale(1.05);box-shadow:0 0 50px #00000080}.hex-bg-img{object-fit:cover;opacity:.6;width:100%;height:100%;transition:all .4s}.product-hex:hover .hex-bg-img{opacity:.8;transform:scale(1.1)}.hex-content{text-align:center;width:80%;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hex-title{color:#fff;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:1.4rem;font-weight:800}.btn-hex-more{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border:2px solid #fff;padding:.5rem 1.2rem;font-size:.75rem;font-weight:700;transition:all .3s}.btn-hex-more:hover{color:#000;background:#fff}@media (max-width:968px){.hex-row{flex-direction:column;align-items:center;margin-bottom:20px}}.faq-section{background:#fff;padding:6rem 0;position:relative;overflow:hidden}.faq-ghost-header{text-align:center;margin-bottom:4rem;position:relative}.ghost-text{color:#f1f5f9;white-space:nowrap;z-index:1;font-size:8rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-real-header{z-index:2;color:#1a1a1b;font-size:3.5rem;font-weight:800;position:relative}.faq-sub-link{color:#00bcd4;margin-top:1rem;font-size:1rem;font-weight:600;text-decoration:none;display:block}.faq-split-layout{grid-template-columns:1.1fr .9fr;align-items:flex-start;gap:5rem;display:grid}.faq-accordion{flex-direction:column;gap:1.5rem;display:flex}.faq-card{cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:1.8rem 2.5rem;transition:all .3s;display:flex;box-shadow:0 5px 25px #0000000d}.faq-card:hover{opacity:.95;transform:translate(5px)}.faq-question{color:#334155;font-size:1.1rem;font-weight:700}.faq-plus-btn{color:#fff;background:#00bcd4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.faq-help-form{text-align:center;flex-direction:column;align-items:center;padding:2rem;display:flex}.faq-illustration{width:250px;margin-bottom:2rem}.any-q-title{color:#1a1a1b;margin-bottom:1rem;font-size:2.2rem;font-weight:800}.any-q-desc{color:#64748b;margin-bottom:3rem;font-size:1rem}.faq-ask-input-wrap{width:100%;max-width:400px}.faq-input{border:1px solid #e2e8f0;border-radius:6px;width:100%;margin-bottom:2rem;padding:1.2rem;font-size:1rem}.faq-sent-btn{color:#fff;cursor:pointer;background:#00bcd4;border:none;border-radius:30px;padding:.8rem 3.5rem;font-weight:700}@media (max-width:1024px){.faq-split-layout{grid-template-columns:1fr}}.testimonial-section{text-align:center;background-color:#0000;background-image:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2000&auto=format&fit=crop);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:8rem 0 14rem;position:relative}.test-badge-top{color:#f2663c;text-transform:uppercase;letter-spacing:3px;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:block}.test-main-title{color:#fff;max-width:900px;margin:0 auto 6rem;font-size:3.5rem;font-weight:800;line-height:1.2}.testimonial-grid-alt{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.test-card-alt{background:#fff;border-radius:0;padding:3rem 2.5rem 6.5rem;transition:transform .3s;position:relative}.test-step-num{color:#fff;background:#7c3aed;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:800;display:flex;position:absolute;top:-25px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #7c3aed4d}.test-quote-alt{color:#64748b;margin-bottom:2rem;font-size:1.1rem;font-weight:500;line-height:1.8}.test-avatar-bot{text-align:center;z-index:15;width:100%;position:absolute;bottom:-65px;left:50%;transform:translate(-50%)}.test-img-wrap{border:6px solid #fff;border-radius:50%;width:120px;height:120px;margin:0 auto 1rem;overflow:hidden;box-shadow:0 10px 30px #0000001a}.test-img-bot{object-fit:cover;width:100%;height:100%}.test-name-alt{color:#fff;margin-top:1rem;font-size:1.2rem;font-weight:800;display:block}.test-role-alt{color:#94a3b8;margin-top:5px;font-size:.9rem;display:block}@media (max-width:1024px){.testimonial-grid-alt{grid-template-columns:1fr;gap:8rem}}.footer-bottom{border-top:1px solid var(--border);text-align:center;color:var(--text-secondary);width:100%;margin-top:2rem;padding-top:2rem;font-size:.9rem}
