@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--black: #000000;--dark: #111111;--dark-2: #1a1a1a;--dark-3: #222222;--gray-900: #333333;--gray-700: #555555;--gray-600: #666666;--gray-500: #888888;--gray-400: #aaaaaa;--gray-300: #cccccc;--gray-200: #e0e0e0;--gray-100: #f0f0f0;--gray-50: #f6f6f6;--white: #ffffff;--font-main: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", monospace;--max-width: 1200px;--header-height: 72px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:var(--max-width);margin:0 auto;padding:0 30px}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--white);z-index:1000;display:flex;align-items:center;transition:box-shadow .3s}.header.scrolled{box-shadow:0 1px 12px #0000000f}.header .container{display:flex;align-items:center;justify-content:space-between;width:100%}.header-logo img{height:28px;width:auto}.header-right{display:flex;align-items:center;gap:28px}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{font-size:.88rem;font-weight:500;color:var(--gray-600);transition:color .2s}.header-nav a:hover,.header-nav a.active{color:var(--black)}.lang-selector{position:relative}.lang-btn{background:none;border:1px solid var(--gray-200);border-radius:4px;padding:5px 12px;font-size:.78rem;font-family:var(--font-main);cursor:pointer;color:var(--gray-700);display:flex;align-items:center;gap:6px;transition:border-color .2s}.lang-btn:hover{border-color:var(--gray-500)}.lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;box-shadow:0 8px 24px #0000001a;min-width:140px;overflow:hidden;z-index:1001}.lang-dropdown button{display:block;width:100%;padding:10px 16px;background:none;border:none;text-align:left;font-size:.85rem;font-family:var(--font-main);cursor:pointer;color:var(--gray-900);transition:background .15s}.lang-dropdown button:hover{background:var(--gray-50)}.lang-dropdown button.active{color:var(--black);font-weight:700}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--gray-900)}.mobile-menu-btn svg{width:24px;height:24px}.fullpage{margin-top:var(--header-height);height:calc(100vh - var(--header-height));overflow-y:auto;scroll-snap-type:y mandatory}.fp-section{min-height:calc(100vh - var(--header-height));scroll-snap-align:start;display:flex;align-items:center;justify-content:center}.fp-visual{background:var(--black);position:relative;padding:0;overflow:hidden}.fp-visual-bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.fp-values{background:var(--white);flex-direction:column;padding:48px 0}.fp-values-header{text-align:center;margin-bottom:40px}.fp-values-header h1{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--black);margin-bottom:10px;line-height:1.3}.fp-values-header p{font-size:.95rem;color:var(--gray-600);max-width:550px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:14px;padding:28px 20px;text-align:center;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.service-card-icon{width:44px;height:44px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center}.service-card-icon svg{width:32px;height:32px;color:var(--gray-900);stroke:var(--gray-900)}.service-card h3{font-size:.9rem;font-weight:600;margin-bottom:6px;color:var(--black)}.service-card p{font-size:.8rem;color:var(--gray-600);line-height:1.5}.fp-products{background:var(--gray-50);flex-direction:column;padding:48px 0}.section-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;text-align:center;margin-bottom:36px;color:var(--black)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{display:block;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.product-card-image{width:100%;aspect-ratio:1/1;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.03)}.product-card-body{padding:16px 20px}.product-card-body h3{font-size:1rem;font-weight:600;margin-bottom:2px;color:var(--black)}.product-card-tagline{font-size:.8rem;color:var(--gray-500);margin-bottom:10px}.product-card-link{font-size:.82rem;font-weight:500;color:var(--gray-900);border-bottom:1px solid var(--gray-300);padding-bottom:1px;transition:border-color .2s}.product-card-link:hover{border-color:var(--black)}.page-header{padding-top:var(--header-height);background:var(--black);color:var(--white);text-align:center}.page-header-inner{padding:56px 0}.page-header h1{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;margin-bottom:10px}.page-header p{font-size:1rem;opacity:.6;max-width:560px;margin:0 auto}.product-detail{padding-top:calc(var(--header-height) + 40px);padding-bottom:80px}.product-detail-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-detail-image{border-radius:8px;overflow:hidden;aspect-ratio:1/1}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-info h1{font-size:1.8rem;font-weight:700;color:var(--black);margin-bottom:4px}.product-detail-tagline{font-size:.95rem;color:var(--gray-500);margin-bottom:24px}.product-detail-info h3{font-size:.95rem;font-weight:600;color:var(--black);margin-bottom:12px;margin-top:28px;text-transform:uppercase;letter-spacing:.5px}.feature-list{list-style:none;padding:0}.feature-list li{font-size:.9rem;color:var(--gray-700);padding:4px 0 4px 16px;position:relative}.feature-list li:before{content:"—";position:absolute;left:0;color:var(--gray-400)}.spec-table{width:100%;border-collapse:collapse;margin-top:28px}.spec-table th{text-align:left;font-size:.95rem;font-weight:600;color:var(--black);padding:12px 0;border-bottom:2px solid var(--black);text-transform:uppercase;letter-spacing:.5px}.spec-table td{font-size:.88rem;padding:10px 12px 10px 0;border-bottom:1px solid var(--gray-100);vertical-align:top}.spec-table td:first-child{font-weight:500;color:var(--gray-700);white-space:nowrap;width:40%}.spec-table td:last-child{color:var(--gray-900)}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;color:var(--gray-500);margin-bottom:28px;transition:color .2s}.back-link:hover{color:var(--black)}.contact-page{padding:80px 0;background:var(--white)}.contact-center{max-width:480px;margin:0 auto;text-align:center}.contact-method{margin-bottom:0}.contact-center h2{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--gray-500);margin-bottom:8px}.contact-distributor{font-size:.82rem;color:var(--gray-400);margin-bottom:4px}.contact-offices{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:56px;text-align:left}.contact-office h3{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--gray-500);margin-bottom:6px}.contact-office p{font-size:.88rem;color:var(--gray-600);line-height:1.6}.email-image-wrapper{display:inline-block;cursor:pointer;padding:20px 44px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;transition:border-color .2s,box-shadow .2s;margin:16px 0 8px}.email-image-wrapper:hover{border-color:var(--gray-900);box-shadow:0 2px 12px #0000000f}.email-image-wrapper canvas{display:block}.email-copy-hint{font-size:.78rem;color:var(--gray-400)}.email-copied-toast{display:inline-block;background:var(--black);color:var(--white);padding:7px 20px;border-radius:16px;font-size:.82rem;margin-top:10px;animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.downloads-empty{text-align:center;padding:80px 20px;color:var(--gray-400);font-size:.95rem}.section{padding:80px 0}.footer{background:var(--black);color:var(--white);padding:28px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-logo{height:18px;opacity:.5}.footer-copy{font-size:.75rem;opacity:.3}@media(max-width:768px){.mobile-menu-btn{display:block}.header-right{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);flex-direction:column;padding:20px 24px;gap:16px;box-shadow:0 8px 20px #0000000f}.header-right.open{display:flex}.header-nav{flex-direction:column;gap:12px}.fullpage{scroll-snap-type:y proximity}.services-grid{grid-template-columns:repeat(2,1fr);gap:10px}.service-card{padding:20px 14px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-detail-header{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:12px}}@media(max-width:480px){.services-grid,.products-grid{grid-template-columns:1fr}}
