@charset "UTF-8";.kc-hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}.kc-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.kc-hero-bg ai-img,.kc-hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kc-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(15,20,25,.75) 0,rgba(15,20,25,.85) 100%);z-index:2}.kc-hero-content{position:relative;z-index:3;padding:5rem 0}.kc-hero-title{color:var(--kc-white);font-size:2.75rem;font-weight:800;margin-bottom:1.25rem;max-width:800px;margin-left:auto;margin-right:auto}.kc-hero-subtitle{color:rgba(255,255,255,.8);font-size:1.125rem;max-width:650px;margin:0 auto 2.25rem;line-height:1.7}.kc-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.kc-trust-bar{background:var(--kc-gray-50);padding:2.5rem 0;border-bottom:1px solid var(--kc-gray-200)}.kc-trust-items{text-align:center}.kc-trust-item{padding:.75rem 1rem;position:relative}.kc-trust-item:not(:last-child)::after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background:var(--kc-gray-200)}.kc-trust-number{display:block;font-size:1.75rem;font-weight:800;color:var(--kc-secondary);line-height:1.2}.kc-trust-label{display:block;font-size:.8125rem;color:var(--kc-gray-500);margin-top:.25rem;font-weight:500}.kc-testimonials{padding:5rem 0;background:var(--kc-white)}.kc-testimonial-quote{max-width:800px;margin:2rem auto 0}.kc-quote-icon{width:48px;height:48px;margin:0 auto 1.5rem;background:var(--kc-secondary);border-radius:var(--kc-radius-md);position:relative}.kc-quote-icon::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:var(--kc-white);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z'/%3E%3C/svg%3E") no-repeat center}.kc-quote-text{font-size:1.125rem;color:var(--kc-gray-700);line-height:1.8;font-style:italic;border:none;padding:0;margin:0 0 1.5rem}.kc-quote-author{display:flex;flex-direction:column;align-items:center}.kc-author-name{font-weight:700;color:var(--kc-primary);font-size:1rem}.kc-author-role{color:var(--kc-gray-500);font-size:.875rem}.kc-products-preview{padding:5rem 0;background:var(--kc-gray-50)}.kc-product-card{background:var(--kc-white);border-radius:var(--kc-radius-card);box-shadow:var(--kc-shadow-card);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform var(--kc-transition),box-shadow var(--kc-transition)}.kc-product-card:hover{transform:translateY(-4px);box-shadow:var(--kc-shadow-elevated)}.kc-product-img{overflow:hidden;aspect-ratio:4/3}.kc-product-img ai-img,.kc-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.kc-product-card:hover .kc-product-img ai-img,.kc-product-card:hover .kc-product-img img{transform:scale(1.05)}.kc-product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.kc-product-info h3{font-size:1.125rem;margin-bottom:.5rem}.kc-product-info p{font-size:.9rem;color:var(--kc-gray-500);flex:1;margin-bottom:1rem}.kc-product-specs{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1rem}.kc-spec-tag{background:var(--kc-gray-100);color:var(--kc-secondary);font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:var(--kc-radius-sm)}.kc-product-link{font-weight:600;font-size:.9375rem;display:inline-flex;align-items:center}.kc-usp-strip{padding:4.5rem 0;background:var(--kc-white)}.kc-usp-item{text-align:center;padding:1.5rem}.kc-usp-icon{width:56px;height:56px;margin:0 auto 1.25rem;background:var(--kc-secondary);border-radius:var(--kc-radius-md);position:relative}.kc-usp-icon::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background:var(--kc-white)}.kc-icon-precision::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cline x1='12' y1='2' x2='12' y2='6'/%3E%3Cline x1='12' y1='18' x2='12' y2='22'/%3E%3Cline x1='2' y1='12' x2='6' y2='12'/%3E%3Cline x1='18' y1='12' x2='22' y2='12'/%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cline x1='12' y1='2' x2='12' y2='6'/%3E%3Cline x1='12' y1='18' x2='12' y2='22'/%3E%3Cline x1='2' y1='12' x2='6' y2='12'/%3E%3Cline x1='18' y1='12' x2='22' y2='12'/%3E%3C/svg%3E") no-repeat center/contain}.kc-icon-verified::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M22 11.08V12a10 10 0 11-5.93-9.14'/%3E%3Cpath d='M22 4L12 14.01l-3-3'/%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M22 11.08V12a10 10 0 11-5.93-9.14'/%3E%3Cpath d='M22 4L12 14.01l-3-3'/%3E%3C/svg%3E") no-repeat center/contain}.kc-icon-expertise::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='4'/%3E%3Cpath d='M11 15v6'/%3E%3Cpath d='M8 21h6'/%3E%3Cpath d='M6.5 6.5L4 4'/%3E%3Cpath d='M17.5 6.5L20 4'/%3E%3Cpath d='M11 3V1'/%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='4'/%3E%3Cpath d='M11 15v6'/%3E%3Cpath d='M8 21h6'/%3E%3Cpath d='M6.5 6.5L4 4'/%3E%3Cpath d='M17.5 6.5L20 4'/%3E%3Cpath d='M11 3V1'/%3E%3C/svg%3E") no-repeat center/contain}.kc-usp-item h3{font-size:1.125rem;margin-bottom:.75rem}.kc-usp-item p{font-size:.9rem;color:var(--kc-gray-500);line-height:1.7}.kc-industries{padding:5rem 0;background:var(--kc-gray-50)}.kc-industry-card{background:var(--kc-white);border-radius:var(--kc-radius-card);box-shadow:var(--kc-shadow-card);padding:2rem 1.5rem;text-align:center;height:100%;transition:transform var(--kc-transition),box-shadow var(--kc-transition)}.kc-industry-card:hover{transform:translateY(-4px);box-shadow:var(--kc-shadow-elevated)}.kc-industry-icon{width:52px;height:52px;margin:0 auto 1.25rem;background:var(--kc-secondary);border-radius:var(--kc-radius-md);position:relative}.kc-industry-icon::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;background:var(--kc-white)}.kc-icon-automotive::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M5 17h14M5 17a2 2 0 01-2-2V9a2 2 0 012-2h1l2-3h8l2 3h1a2 2 0 012 2v6a2 2 0 01-2 2M5 17a2 2 0 100 4 2 2 0 000-4zm14 0a2 2 0 100 4 2 2 0 000-4z'/%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M5 17h14M5 17a2 2 0 01-2-2V9a2 2 0 012-2h1l2-3h8l2 3h1a2 2 0 012 2v6a2 2 0 01-2 2M5 17a2 2 0 100 4 2 2 0 000-4zm14 0a2 2 0 100 4 2 2 0 000-4z'/%3E%3C/svg%3E") no-repeat center/contain}.kc-icon-medical::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 2v20M2 12h20'/%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 2v20M2 12h20'/%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3C/svg%3E") no-repeat center/contain}.kc-icon-aerospace::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z'/%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z'/%3E%3C/svg%3E") no-repeat center/contain}.kc-icon-electronics::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M1 9h3M1 15h3M20 9h3M20 15h3'/%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M1 9h3M1 15h3M20 9h3M20 15h3'/%3E%3C/svg%3E") no-repeat center/contain}.kc-industry-card h3{font-size:1rem;margin-bottom:.5rem}.kc-industry-card p{font-size:.8125rem;color:var(--kc-gray-500);margin-bottom:0;line-height:1.6}@media (max-width:991.98px){.kc-hero{min-height:420px}.kc-hero-title{font-size:2rem}.kc-trust-item:not(:last-child)::after{display:none}}@media (max-width:767.98px){.kc-hero-title{font-size:1.625rem}.kc-hero-subtitle{font-size:1rem}.kc-hero-actions{flex-direction:column;align-items:center}}