@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary: #004aad;--color-primary-dark: #00337a;--color-secondary: #f4f6f8;--color-white: #ffffff;--color-text-main: #1a1a1a;--color-text-muted: #666666;--color-border: #e0e0e0;--color-success: #28a745;--color-danger: #dc3545;--font-family: "Inter", system-ui, -apple-system, sans-serif;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 64px;--container-width: 1200px;--header-height: 80px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--color-white);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-md);width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:var(--color-white);color:var(--color-primary);border:1px solid var(--color-primary)}.btn-secondary:hover{background-color:var(--color-secondary)}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:var(--spacing-sm);color:var(--color-text-main);text-align:center}.section-subtitle{font-size:1.125rem;color:var(--color-text-muted);text-align:center;max-width:600px;margin:0 auto var(--spacing-xl)}.grid{display:grid;gap:var(--spacing-lg)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.section-title{font-size:2rem}}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1rem 0;background-color:transparent}.header.scrolled{background-color:#fffffff2;box-shadow:var(--shadow-md);padding:.5rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-md)}.logo{display:flex;align-items:center;gap:var(--spacing-sm);font-size:1.5rem;font-weight:700;color:var(--color-primary);text-decoration:none}.logo img{height:40px;width:auto;object-fit:contain;display:block}.nav-desktop{display:none}@media(min-width:768px){.nav-desktop{display:flex;align-items:center;gap:var(--spacing-lg)}}.nav-link{font-size:.875rem;font-weight:500;color:#4b5563;transition:color .2s;text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--color-primary)}.cta-desktop{display:none}@media(min-width:768px){.cta-desktop{display:flex;align-items:center;gap:var(--spacing-md)}}.mobile-toggle{display:block;background:none;border:none;cursor:pointer;color:#4b5563}@media(min-width:768px){.mobile-toggle{display:none}}.mobile-menu{position:absolute;top:100%;left:0;width:100%;background-color:var(--color-white);box-shadow:var(--shadow-lg);border-top:1px solid var(--color-border);padding:var(--spacing-md) var(--spacing-lg);display:flex;flex-direction:column;gap:var(--spacing-md)}.mobile-nav-link{font-size:1.125rem;font-weight:500;color:var(--color-text-main);text-decoration:none}.mobile-cta{width:100%;text-align:center}.footer{background-color:#111827;color:var(--color-white);padding:3rem 0;border-top:1px solid #1f2937}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-desc{color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-link{color:#9ca3af;transition:color .2s}.social-link:hover{color:var(--color-white)}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#e5e7eb}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link{font-size:.875rem;color:#9ca3af;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--color-white)}.contact-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.contact-li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#9ca3af}.footer-icon{color:var(--color-primary);margin-top:.25rem;flex-shrink:0}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid #1f2937;text-align:center;font-size:.75rem;color:#6b7280}.home-page{padding-top:80px}.hero-section{position:relative;background-color:#03102c;color:var(--color-white);padding:100px 0;overflow:hidden;height:600px;display:flex;align-items:center}.hero-bg-grid{position:absolute;top:0;left:0;width:60%;height:100%;z-index:0;background-size:50px 50px;background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px)}.hero-container{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10;height:100%}.hero-content{flex:1;max-width:600px;padding-right:2rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:2rem;color:#fff}.hero-divider{width:100%;height:1px;background:#fff3;margin-bottom:2rem}.hero-subtitle{font-size:1.25rem;color:#e0f2fe;line-height:1.5;font-weight:400}.hero-image-wrapper{position:absolute;top:0;right:0;height:100%;width:50%;z-index:5}.hero-image-clip{width:100%;height:100%;clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);background-color:#1a202c}.hero-img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.hero-section{height:auto;padding:80px 0;flex-direction:column}.hero-container{flex-direction:column;text-align:center}.hero-bg-grid{width:100%;height:50%}.hero-content{padding-right:0;margin-bottom:3rem}.hero-title{font-size:2.5rem}.hero-image-wrapper{position:relative;width:100%;height:300px}.hero-image-clip{clip-path:none;border-radius:var(--radius-lg)}}.categories-section{padding:100px 0;background-color:#fff}.section-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:.5rem;text-align:center}.section-subtitle{color:#6b7280;text-align:center;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.categories-grid{grid-template-columns:repeat(3,1fr)}}.category-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s;text-decoration:none;color:inherit;border:1px solid #e5e7eb}.category-card:hover{transform:translateY(-5px)}.category-img-wrapper{height:250px;overflow:hidden}.category-img{width:100%;height:100%;object-fit:cover}.category-content{padding:1.5rem}.category-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#111827}.category-desc{font-size:.875rem;color:#6b7280;line-height:1.5}.features-section{padding:80px 0;background-color:#f9fafb}.features-grid-3{display:grid;grid-template-columns:1fr;gap:3rem;text-align:center}@media(min-width:768px){.features-grid-3{grid-template-columns:repeat(3,1fr)}}.feature-item-center{display:flex;flex-direction:column;align-items:center;gap:1rem}.feature-icon-circle{width:64px;height:64px;border-radius:50%;background-color:#dbeafe;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.feature-heading{font-size:1.125rem;font-weight:700;color:#1f2937}.feature-text{font-size:.875rem;color:#6b7280;max-width:300px;line-height:1.5}.export-section{padding:100px 0;background-color:#f0f7ff;color:#0d1b2a}.export-content-wrapper{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.export-content-wrapper{grid-template-columns:1fr 1fr}}.export-list{list-style:none;display:flex;flex-direction:column;gap:2rem}.export-list-item{display:flex;align-items:flex-start;gap:1.25rem;background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e5e7eb}.export-icon{color:var(--color-primary);flex-shrink:0}.export-item-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.export-item-desc{font-size:1rem;color:#374151;line-height:1.6}.export-image img{border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.certifications-section{padding:80px 0;background-color:#f8fafc;text-align:center}.certifications-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.cert-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;width:200px;display:flex;flex-direction:column;align-items:center;gap:1rem;border:1px solid #e2e8f0}.cert-icon{color:var(--color-primary)}.cert-title{font-weight:600;color:#334155}.products-page{padding-top:100px;padding-bottom:3rem;background-color:#f9fafb;min-height:100vh}.products-header{text-align:center;margin-bottom:3rem}.products-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:1rem}.products-subtitle{font-size:1.125rem;color:#4b5563;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.6}.products-filters{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--color-white);padding:1rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);margin-bottom:3rem;gap:1rem}@media(min-width:768px){.products-filters{flex-direction:row}}.filter-group{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;width:100%}@media(min-width:768px){.filter-group{width:auto;padding-bottom:0}}.filter-btn{padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:500;white-space:nowrap;border:none;cursor:pointer;background-color:#f3f4f6;color:#4b5563;transition:all .2s}.filter-btn:hover{background-color:#e5e7eb}.filter-btn.active{background-color:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-md)}.search-wrapper{position:relative;width:100%}@media(min-width:768px){.search-wrapper{width:33.333%}}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border-radius:var(--radius-md);border:1px solid var(--color-border);outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #004aad33}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-.5rem);box-shadow:var(--shadow-xl)}.product-img-container{position:relative;height:16rem;overflow:hidden;background-color:#f3f4f6}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;right:1rem;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:var(--color-primary);box-shadow:var(--shadow-sm)}.product-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem;transition:color .2s}.product-card:hover .product-title{color:var(--color-primary)}.product-desc{color:#6b7280;font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #f9fafb}.btn-full{width:100%;text-align:center}.product-details-page{padding:80px 0;background-color:#f8fafc;min-height:80vh}.product-details-container{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:1fr;gap:48px;align-items:start}@media(min-width:768px){.product-details-container{grid-template-columns:1fr 1fr}}.product-image-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0}.product-detail-img{width:100%;max-height:500px;object-fit:contain;border-radius:8px}.product-info-section{display:flex;flex-direction:column;gap:24px}.product-category-tag{display:inline-block;background-color:#e0f2fe;color:var(--color-primary);font-weight:600;font-size:.875rem;padding:6px 12px;border-radius:9999px;width:fit-content;text-transform:uppercase;letter-spacing:.05em}.product-detail-title{font-size:2.25rem;font-weight:800;color:#111827;line-height:1.2}.product-detail-description{font-size:1.125rem;color:#4b5563;line-height:1.75}.product-specs-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.specs-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:16px;border-bottom:2px solid #f1f5f9;padding-bottom:8px}.specs-list{list-style:none;display:flex;flex-direction:column;gap:12px}.spec-item{display:flex;align-items:flex-start;gap:12px;color:#334155}.spec-icon{color:var(--color-primary);flex-shrink:0;margin-top:4px}.product-actions-detail{display:flex;gap:16px;margin-top:16px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-weight:500;margin-bottom:24px;transition:color .2s}.back-link:hover{color:var(--color-primary)}.material-badge{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:#0f172a;background-color:#f1f5f9;padding:8px 12px;border-radius:6px}.about-page{padding-top:80px;background-color:#fff;min-height:100vh}.about-hero{background-color:#0f172a;color:#fff;padding:100px 0;text-align:center}.about-title{font-size:3rem;font-weight:800;margin-bottom:24px;letter-spacing:-.02em}.about-subtitle{font-size:1.25rem;color:#94a3b8;max-width:600px;margin:0 auto}.overview-section{padding:80px 0;background-color:#f8fafc}.overview-container{max-width:800px;margin:0 auto;text-align:center}.section-title-about{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:24px}.overview-text{font-size:1.125rem;line-height:1.8;color:#475569}.products-export-section{padding:100px 0;background-color:#f1f5f9}.section-title-about{color:#0f172a}.export-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-top:48px}@media(min-width:768px){.export-grid{grid-template-columns:repeat(3,1fr)}}.export-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;text-align:center;transition:transform .3s,box-shadow .3s}.export-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a;border-color:var(--color-primary)}.export-icon-box{width:64px;height:64px;background-color:#eff6ff;color:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.export-title{font-size:1.25rem;font-weight:700;color:#042865;margin-bottom:12px}.export-desc{color:#000;line-height:1.6;font-weight:600}.reasons-section{padding:100px 0;background-color:#0f172a;color:#faf6f6}.reasons-grid{display:grid;grid-template-columns:1fr;gap:48px;margin-top:64px}@media(min-width:768px){.reasons-grid{grid-template-columns:repeat(2,1fr)}}.reason-item{display:flex;gap:24px}.reason-icon{flex-shrink:0}.reason-content h4{font-size:1.25rem;font-weight:700;margin-bottom:8px;color:#fff}.reason-content p{color:#94a3b8;line-height:1.6}.process-section{padding:100px 0;background-color:#fff}.timeline-container{position:relative;max-width:900px;margin:0 auto}.timeline-line{position:absolute;left:32px;top:0;bottom:0;width:2px;background-color:#e2e8f0}@media(min-width:768px){.timeline-line{left:50%;transform:translate(-50%)}}.process-step{position:relative;margin-bottom:48px;display:flex;align-items:flex-start}@media(min-width:768px){.process-step{justify-content:center}.process-step:nth-child(odd){flex-direction:row-reverse}}.workflow-wrapper{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:32px;box-shadow:0 1px 2px #0000000d;max-width:1200px;margin:0 auto}@media(min-width:768px){.workflow-wrapper{padding:64px}}.process-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-top:48px;text-align:left}@media(min-width:768px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(3,1fr)}}.process-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}.process-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-4px);border-color:#bfdbfe}.process-card h4{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:8px}.process-card p{color:#475569;line-height:1.6;font-size:.95rem}.process-card .w-14{width:56px;height:56px;background-color:#eff6ff;color:#1d4ed8;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;border:1px solid #dbeafe;transition:background-color .3s,color .3s}.process-card:hover .w-14{background-color:#2563eb;color:#fff}.process-card .text-blue-600{color:#2563eb}.process-card .bg-blue-50{background-color:#eff6ff}.process-card .gap-3{gap:12px;display:flex}.workflow-wrapper .text-center{text-align:center;margin-bottom:48px}.contact-page{padding-top:100px;padding-bottom:3rem;background-color:#f9fafb;min-height:100vh}.contact-header{text-center:center;margin-bottom:4rem}.contact-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:1.5rem}.contact-subtitle{font-size:1.25rem;color:#4b5563;max-width:42rem;margin:0 auto;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr;gap:6rem}}.contact-info-panel{display:flex;flex-direction:column;gap:2rem}.contact-card{background-color:var(--color-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-border)}.contact-card-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:3rem;height:3rem;border-radius:50%;background-color:#eff6ff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-label{font-weight:700;color:#111827;font-size:1.125rem}.contact-value{color:#4b5563;margin-top:.25rem}.contact-detail{font-size:.875rem;color:#6b7280}.export-info{background-color:var(--color-primary);color:var(--color-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.export-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.export-desc{color:#bfdbfe;line-height:1.6;margin-bottom:1rem}.export-list{list-style:disc;padding-left:1.25rem;color:#bfdbfe;font-size:.875rem}.contact-form{background-color:var(--color-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);border:1px solid var(--color-border);position:relative;overflow:hidden}@media(min-width:768px){.contact-form{padding:3rem}}.form-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.form-subtitle{color:#6b7280;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:#f9fafb;font-size:1rem;transition:all .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;background-color:var(--color-white);border-color:var(--color-primary);box-shadow:0 0 0 3px #bfdbfe}.form-input.error,.form-select.error,.form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #fecaca}.error-msg{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.btn-submit{width:100%;padding:1rem;font-size:1.125rem}.success-message{position:absolute;inset:0;background-color:var(--color-white);z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}
