Интеллектуальные решения для сенсорики

Товары не найдены

В этой категории пока нет товаров.

<style> @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideInLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } } @keyframes slideInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } } @keyframes scaleIn { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } } @keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 20px rgba(0, 168, 150, 0.3); } 50% { box-shadow: 0 0 40px rgba(0, 168, 150, 0.6); } } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes bounce-x { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(10px); } } .animate-fade-in-up { animation: fadeInUp 0.6s ease-out forwards; } .animate-slide-in-left { animation: slideInLeft 0.6s ease-out forwards; } .animate-slide-in-right { animation: slideInRight 0.6s ease-out forwards; } .animate-scale-in { animation: scaleIn 0.5s ease-out forwards; } .animate-pulse-glow { animation: pulse-glow 2s ease-in-out infinite; } .animate-rotate-slow { animation: rotate 30s linear infinite; } .animate-bounce-x { animation: bounce-x 2s ease-in-out infinite; } .stagger-1 { animation-delay: 0.1s; opacity: 0; } .stagger-2 { animation-delay: 0.25s; opacity: 0; } .stagger-3 { animation-delay: 0.4s; opacity: 0; } .stagger-4 { animation-delay: 0.55s; opacity: 0; } .delay-200 { animation-delay: 0.2s; opacity: 0; } .delay-300 { animation-delay: 0.3s; opacity: 0; } .delay-400 { animation-delay: 0.4s; opacity: 0; } .delay-500 { animation-delay: 0.5s; opacity: 0; } .delay-600 { animation-delay: 0.6s; opacity: 0; } .delay-700 { animation-delay: 0.7s; opacity: 0; } .bg-gradient-primary { background: linear-gradient(135deg, #001a33 0%, #003366 50%, #004080 100%); } </style> <section class="relative overflow-hidden py-20 md:min-h[500px]"> <div class="absolute inset-0 z-0"> <img src="https://md.ic-online.com/page/intelligent-sensing-solutions/hero-bg.jpg" alt="Technology Background" class="w-full h-[130%] object-cover"> <div class="absolute inset-0 bg-gradient-to-r from-[#001a33]/90 via-[#003366]/70 to-transparent"></div> <div class="absolute inset-0 bg-gradient-to-t from-[#001a33]/50 to-transparent"></div> </div> <div class="relative z-10 h-full max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col justify-center"> <h1 class="animate-fade-in-up delay-300 text-4xl sm:text-5xl lg:text-6xl font-bold text-white mb-4 leading-tight"> Intelligent Sensing<br><span class="text-accent">Solutions</span> </h1> <p class="animate-fade-in-up delay-500 text-lg sm:text-xl text-white/80 max-w-2xl mb-8 leading-relaxed"> Овладейте базовыми технологиями и охватите приложения интеллектуального измерения в тысячах отраслей </p> <div class="animate-fade-in-up delay-700 flex flex-wrap gap-4"> <a href="#applications" class="inline-flex items-center gap-2 px-6 py-3 bg-accent text-white font-semibold rounded-lg hover:bg-[#008B7A] transition-all hover:-translate-y-0.5 hover:shadow-lg"> Исследовать решения <svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg> </a> <a href="#contact" class="inline-flex items-center gap-2 px-6 py-3 border-2 border-white/30 text-white font-semibold rounded-lg hover:bg-white/10 transition-all hover:-translate-y-0.5"> Связаться с нами </a> </div> </div> <div class="absolute bottom-0 left-0 right-0 h-24 bg-gradient-to-t from-white to-transparent z-20"></div> <div class="absolute top-20 right-20 w-64 h-64 border border-accent/20 rounded-full z-0 animate-rotate-slow"></div> </section> <!-- ==================== APPLICATION CARDS ==================== --> <section id="applications" class="py-20 bg-white"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-center mb-16 animate-fade-in-up"> <h2 class="text-3xl sm:text-4xl font-bold text-primary mb-4">Расширяя возможности интеллектуальных машин</h2> <p class="text-xl text-accent font-semibold mb-4">Чтобы воспринимать реальный мир</p> <p class="text-gray-600 max-w-2xl mx-auto">Создание основы восприятия для всех интеллектуальных объектов на базе оптики, электричества и MEMS‑чипов/устройств</p> </div> <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> <!-- Mobile Terminal --> <div class="animate-fade-in-up stagger-1 card-hover group relative bg-white rounded-2xl overflow-hidden shadow-lg border border-gray-100"> <div class="relative h-48 overflow-hidden"> <img src="https://md.ic-online.com/page/intelligent-sensing-solutions/mobile-terminal.jpg" alt="Mobile Terminal" class="card-image w-full h-full object-cover"> <div class="absolute inset-0 bg-gradient-to-t from-primary/80 to-transparent"></div> <div class="absolute top-4 left-4 w-12 h-12 bg-white/90 backdrop-blur-sm rounded-xl flex items-center justify-center shadow-lg"> <svg class="w-6 h-6 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z"></path></svg> </div> <div class="absolute bottom-4 left-4 right-4"> <h3 class="text-2xl font-bold text-white mb-1">Мобильный терминал</h3> <p class="text-white/80 text-sm">Смартфон / Планшет / Носимые устройства</p> </div> </div> <div class="p-6"> <div class="flex flex-wrap gap-2 mb-4"> <span class="px-3 py-1 text-xs font-medium bg-accent/10 text-accent rounded-full">3D‑измерение</span> <span class="px-3 py-1 text-xs font-medium bg-accent/10 text-accent rounded-full">Высокая чувствительность</span> </div> <ul class="space-y-2 mb-6"> <li class="flex items-start gap-2 text-sm text-gray-600"> <svg class="w-4 h-4 text-accent mt-0.5 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> <span>Полный спектр сценариев применения: мобильные терминалы, роботы, автомобили</span> </li> <li class="flex items-start gap-2 text-sm text-gray-600"> <svg class="w-4 h-4 text-accent mt-0.5 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> <span>Широкий спектр продуктов: от базовых чипов до модулей</span> </li> </ul> <a href="#" class="inline-flex items-center gap-2 text-sm font-semibold text-primary hover:text-accent transition-colors"> Подробнее <svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg> </a> </div> <div class="card-border absolute inset-0 rounded-2xl border-2 border-transparent transition-colors duration-300 pointer-events-none"></div> </div> <!-- Robot --> <div class="animate-fade-in-up stagger-2 card-hover group relative bg-white rounded-2xl overflow-hidden shadow-lg border border-gray-100"> <div class="relative h-48 overflow-hidden"> <img src="https://md.ic-online.com/page/intelligent-sensing-solutions/robot.jpg" alt="Robot" class="card-image w-full h-full object-cover"> <div class="absolute inset-0 bg-gradient-to-t from-primary/80 to-transparent"></div> <div class="absolute top-4 left-4 w-12 h-12 bg-white/90 backdrop-blur-sm rounded-xl flex items-center justify-center shadow-lg"> <svg class="w-6 h-6 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg> </div> <div class="absolute bottom-4 left-4 right-4"> <h3 class="text-2xl font-bold text-white mb-1">Робот</h3> <p class="text-white/80 text-sm">Промышленные и сервисные роботы</p> </div> </div> <div class="p-6"> <div class="flex flex-wrap gap-2 mb-4"> <span class="px-3 py-1 text-xs font-medium bg-accent/10 text-accent rounded-full">IMU</span> <span class="px-3 py-1 text-xs font-medium bg-accent/10 text-accent rounded-full">Высокая точность</span> </div> <ul class="space-y-2 mb-6"> <li class="flex items-start gap-2 text-sm text-gray-600"> <svg class="w-4 h-4 text-accent mt-0.5 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> <span>Все сценарии применения: мобильные устройства, роботы, автомобили, шахты</span> </li> <li class="flex items-start gap-2 text-sm text-gray-600"> <svg class="w-4 h-4 text-accent mt-0.5 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> <span>Ключевые компоненты отечественного производства</span> </li> </ul> <a href="#" class="inline-flex items-center gap-2 text-sm font-semibold text-primary hover:text-accent transition-colors"> Подробнее <svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg> </a> </div> <div class="card-border absolute inset-0 rounded-2xl border-2 border-transparent transition-colors duration-300 pointer-events-none"></div> </div> <!-- Car --> <div class="animate-fade-in-up stagger-3 card-hover group relative bg-white rounded-2xl overflow-hidden shadow-lg border border-gray-100"> <div class="relative h-48 overflow-hidden"> <img src="https://md.ic-online.com/page/intelligent-sensing-solutions/car.jpg" alt="Car" class="card-image w-full h-full object-cover"> <div class="absolute inset-0 bg-gradient-to-t from-primary/80 to-transparent"></div> <div class="absolute top-4 left-4 w-12 h-12 bg-white/90 backdrop-blur-sm rounded-xl flex items-center justify-center shadow-lg"> <svg class="w-6 h-6 text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4"></path></svg> </div> <div class="absolute bottom-4 left-4 right-4"> <h3 class="text-2xl font-bold text-white mb-1">Автомобиль</h3> <p class="text-white/80 text-sm">Интеллектуальное вождение, умный салон</p> </div> </div> <div class="p-6"> <div class="flex flex-wrap gap-2 mb-4"> <span class="px-3 py-1 text-xs font-medium bg-accent/10 text-accent rounded-full">Пан‑перцепция</span> <span class="px-3 py-1 text-xs font-medium bg-accent/10 text-accent rounded-full">Высокая производительность</span> </div> <ul class="space-y-2 mb-6"> <li class="flex items-start gap-2 text-sm text-gray-600"> <svg class="w-4 h-4 text-accent mt-0.5 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> <span>Окружающий свет, костный голосовой отпечаток, ближнее инфракрасное измерение</span> </li> <li class="flex items-start gap-2 text-sm text-gray-600"> <svg class="w-4 h-4 text-accent mt-0.5 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> <span>Отечественное производство, стабильные поставки</span> </li> </ul> <a href="#" class="inline-flex items-center gap-2 text-sm font-semibold text-primary hover:text-accent transition-colors"> Подробнее <svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg> </a> </div> <div class="card-border absolute inset-0 rounded-2xl border-2 border-transparent transition-colors duration-300 pointer-events-none"></div> </div> </div> </div> </section> <!-- ==================== CTA SECTION ==================== --> <section class="relative py-24 overflow-hidden"> <div class="absolute inset-0 bg-gradient-primary"></div> <div class="absolute inset-0 overflow-hidden"> <div class="absolute top-10 left-10 w-72 h-72 bg-accent/10 rounded-full blur-3xl" style="animation: scale-pulse 8s ease-in-out infinite;"></div> <div class="absolute bottom-10 right-10 w-96 h-96 bg-[#004080]/20 rounded-full blur-3xl" style="animation: scale-pulse 8s ease-in-out infinite 2s;"></div> <div class="absolute inset-0 opacity-5" style="background-image: linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 50px 50px;"></div> </div> <div class="relative z-10 max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> <p class="animate-fade-in-up delay-200 text-accent font-semibold text-lg mb-4 tracking-wider uppercase">Мост к реальному миру</p> <h2 class="animate-fade-in-up delay-300 text-3xl sm:text-4xl lg:text-5xl font-bold text-white mb-6 leading-tight"> Интеллектуальное восприятие соединяет<br><span class="text-accent">умные терминалы</span> </h2> <p class="animate-fade-in-up delay-400 text-white/70 text-lg max-w-2xl mx-auto mb-10"> Ощутите будущее технологий измерения с нашими передовыми решениями. Закажите бесплатные образцы и узнайте, как наши датчики могут преобразить вашу продукцию. </p> <div class="animate-fade-in-up delay-500"> <a href="#contact" class="inline-flex items-center gap-3 px-8 py-4 bg-accent text-white font-bold text-lg rounded-xl hover:bg-[#008B7A] transition-all hover:-translate-y-1 hover:shadow-xl animate-pulse-glow"> <svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v13m0-13V6a2 2 0 112 2h-2zm0 0V5.5A2.5 2.5 0 109.5 8H12zm-7 4h14M5 12a2 2 0 110-4h14a2 2 0 110 4M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7"></path></svg> Бесплатные образцы <svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg> </a> </div> <div class="animate-fade-in-up delay-600 mt-12 flex flex-wrap justify-center gap-8 text-white/50 text-sm"> <div class="flex items-center gap-2"><div class="w-2 h-2 bg-accent rounded-full"></div><span>Сертификат ISO 9001</span></div> <div class="flex items-center gap-2"><div class="w-2 h-2 bg-accent rounded-full"></div><span>Отечественное производство</span></div> <div class="flex items-center gap-2"><div class="w-2 h-2 bg-accent rounded-full"></div><span>Круглосуточная техническая поддержка</span></div> </div> </div> </section>