:root{--primary-color: #1a56db;--primary-dark: #1243b0;--secondary-color: #f8fafc;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--background-light: #f8fafc;--white: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--white)}.container{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:var(--white);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .2s ease}.nav a:hover{color:var(--primary-color)}.hero{display:flex;align-items:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--background-light) 0%,#eef2ff 100%);min-height:80vh}.hero-content{flex:1;max-width:600px}.hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-primary)}.hero-content p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem}.btn-primary,.btn-secondary{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:var(--white)}.hero-image{flex:1;display:flex;justify-content:center}.product-showcase{width:400px;height:300px;background:linear-gradient(45deg,#e2e8f0,#cbd5e1);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-secondary)}section{padding:4rem 2rem}section h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.about-text p{font-size:1.125rem;margin-bottom:1.5rem;color:var(--text-secondary);line-height:1.8}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:2rem;background-color:var(--white);border-radius:1rem;box-shadow:var(--shadow)}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary-color);display:block;margin-bottom:.5rem}.stat-label{font-size:1.125rem;color:var(--text-secondary);font-weight:600}.product-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.product-category{background-color:var(--white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow)}.product-category h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-color)}.product-items{display:flex;flex-wrap:wrap;gap:1rem}.product-item{background-color:var(--background-light);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;color:var(--text-primary)}.application-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.application-item{background-color:var(--white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow);text-align:center}.app-icon{width:60px;height:60px;background-color:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.application-item h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.application-item p{color:var(--text-secondary);font-size:1rem}.solutions-content{max-width:800px;margin:0 auto;text-align:center}.solutions-content p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.global-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;align-items:center}.global-map{display:flex;justify-content:center}.map-placeholder{width:100%;height:400px;background:linear-gradient(45deg,#e2e8f0,#cbd5e1);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-secondary);text-align:center}.global-text p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;flex-direction:column}.contact-label{font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.contact-value{color:var(--text-secondary)}.contact-form input,.contact-form textarea{width:100%;padding:1rem;margin-bottom:1rem;border:1px solid var(--border-color);border-radius:.5rem;font-family:inherit;font-size:1rem}.contact-form textarea{height:150px;resize:vertical}.footer{background-color:var(--text-primary);color:var(--white);padding:2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-logo{font-size:1.5rem;font-weight:700}.footer-text{color:#94a3b8}@media (max-width: 768px){.header{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.hero{flex-direction:column;text-align:center;padding:2rem 1rem}.hero-content{max-width:100%;margin-bottom:2rem}.hero-content h1{font-size:2.5rem}.about-content,.global-content,.contact-content{grid-template-columns:1fr}.cta-buttons{justify-content:center}section{padding:2rem 1rem}section h2{font-size:2rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}
