.language-toggle{display:flex;gap:0;align-items:center;border-radius:4px;padding:2px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s}.header-dark .language-toggle{background:#ffffff1a}.header-light .language-toggle{background:#0000000d}.lang-btn{padding:6px 12px;background:transparent;border:none;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s;border-radius:3px;min-width:40px}.header-dark .lang-btn{color:#ffffffe6}.header-dark .lang-btn:hover{background:#ffffff26}.header-dark .lang-btn.active{background:#ffffff40;font-weight:600;color:#fff}.header-light .lang-btn{color:#333}.header-light .lang-btn:hover{background:#0000000d}.header-light .lang-btn.active{background:#00d4aa1a;font-weight:600;color:#00d4aa}@media (max-width: 768px){.lang-btn{padding:5px 10px;font-size:11px;min-width:35px}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;background:#fffffffa!important;border-bottom:1px solid rgba(0,0,0,.1)}.header.scrolled{background:#fffffffa!important;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(0,212,170,.2);box-shadow:0 2px 20px #0000001a}.navbar{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;position:relative}.nav-logo{display:flex;align-items:center}.nav-logo a{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.nav-logo a:hover{opacity:.8}.logo-text{font-size:.95rem;font-weight:600;margin:0;transition:color .3s ease;display:block;letter-spacing:.5px}.logo-text{color:#dc2626!important}.nav-logo a:hover .logo-text{color:#b91c1c!important}@media (max-width: 768px){.logo-text{font-size:1.1rem}.navbar{padding:1rem 0;min-height:60px}}.nav-menu{display:flex;list-style:none;gap:1rem;margin-left:auto;padding-right:2rem}.nav-item{position:relative}.nav-link{text-decoration:none;font-weight:500;padding:.75rem 1.5rem;border-radius:.75rem;transition:all .3s ease;font-size:.95rem;letter-spacing:.5px;display:block}.header-dark .nav-link{color:#ffffffe6}.header-dark .nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#00d4aa;transition:all .3s ease;transform:translate(-50%)}.header-dark .nav-link:hover:after{width:80%}.header-dark .nav-link:hover{color:#00d4aa;background:transparent;transform:translateY(0);box-shadow:none}.header-light .nav-link{color:#333}.header-light .nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#00d4aa;transition:all .3s ease;transform:translate(-50%)}.header-light .nav-link:hover:after{width:80%}.header-light .nav-link:hover{color:#00d4aa;background:transparent;transform:translateY(0);box-shadow:none}.dropdown-menu{position:absolute;top:100%;left:0;background:#fffffffa;border:1px solid rgba(0,212,170,.2);border-radius:.5rem;box-shadow:0 10px 25px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;min-width:250px;list-style:none;padding:.5rem 0;z-index:100;margin-top:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{padding:0}.dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;transition:all .2s ease}.dropdown-menu a:hover{background:#00d4aa1a;color:#00d4aa}.dropdown-submenu{position:relative}.dropdown-submenu>span{display:block;padding:.75rem 1.5rem;color:#333;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.dropdown-submenu .submenu{list-style:none;padding:0;margin:0;background:#f8f9fafa;border-top:1px solid rgba(0,212,170,.1)}.dropdown-submenu .submenu li{padding:0}.dropdown-submenu .submenu a{padding:.6rem 1.5rem .6rem 2.5rem;font-size:.9rem;font-weight:400}.nav-actions{display:flex;align-items:center;margin-left:1rem}@media (max-width: 968px){.nav-actions{margin-left:.5rem}}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-btn span{width:25px;height:3px;margin:3px 0;transition:.3s;border-radius:2px}.mobile-menu-btn span{background:#333}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,212,170,.2);box-shadow:0 5px 15px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease}.header-dark .mobile-menu{background:#000000f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(255,255,255,.1)}.header-light .mobile-menu{background:#fffffffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(0,212,170,.2)}.mobile-menu.active{max-height:500px}.mobile-nav-list{list-style:none;padding:1rem 0}.mobile-nav-item{border-bottom:1px solid rgba(0,212,170,.1)}.mobile-nav-header{display:block;padding:1rem 2rem;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.header-dark .mobile-nav-header,.header-light .mobile-nav-header{color:#00d4aa}.mobile-submenu{list-style:none;padding:0;background:#f8f9fafa}.mobile-submenu-header{display:block;padding:.75rem 2rem .75rem 3rem;color:#666;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.mobile-nav-list a{display:block;padding:.75rem 2rem .75rem 4rem;text-decoration:none;border-bottom:1px solid rgba(0,212,170,.05);transition:all .2s ease;font-size:.9rem}.mobile-nav-list a{color:#333!important;border-bottom:1px solid rgba(0,212,170,.05)}.mobile-nav-list a:hover{background:#00d4aa1a;color:#00d4aa!important}@media (max-width: 768px){.nav-menu,.nav-actions{display:none}.mobile-menu-btn{display:flex}.mobile-menu{display:block;max-height:800px}}.footer{background:#f8f9fa;color:#333;padding:3rem 0 1rem;border-top:1px solid rgba(0,212,170,.2);margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;color:#00d4aa;margin-bottom:1rem}.footer-section h3 a{color:#00d4aa;text-decoration:none;transition:color .3s ease}.footer-section h3 a:hover{color:#00a085}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#333}.footer-section p{color:#666;line-height:1.6;margin-bottom:.5rem}.footer-download{margin-top:1.5rem}.download-link{display:inline-block;padding:.75rem 1.5rem;background:#00d4aa;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:all .3s ease;border:2px solid #00d4aa}.download-link:hover{background:transparent;color:#00d4aa;transform:translateY(-2px);box-shadow:0 5px 15px #00d4aa4d}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#666;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#00d4aa}.footer-bottom{border-top:1px solid rgba(0,212,170,.2);padding-top:1rem;text-align:center}.footer-bottom p{color:#999;margin:0}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}}.video-hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-hero-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;z-index:0;object-fit:cover}.video-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000004d,#00000080,#000000b3);z-index:1}.video-hero-content{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.video-hero-text{max-width:1200px;padding:0 20px}.video-hero-subtitle{font-size:14px;font-weight:500;letter-spacing:3px;text-transform:uppercase;margin-bottom:20px;opacity:.9}.video-hero-title{font-size:clamp(32px,6vw,72px);font-weight:700;line-height:1.2;margin-bottom:24px;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.video-hero-description{font-size:clamp(16px,2vw,20px);line-height:1.6;max-width:800px;margin:0 auto 2rem;opacity:.95}.video-hero-description br{display:block;content:"";margin-top:.5em}.video-hero-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn-video-hero{padding:1rem 2.5rem;background:transparent;color:#fff;border:2px solid #ffffff;border-radius:0;text-decoration:none;font-weight:600;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;cursor:pointer;display:inline-block}.btn-video-hero:hover{background:#fff;color:#1a1a2e;transform:translateY(-2px);box-shadow:0 10px 25px #fff3}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;color:#fff;opacity:.8;transition:opacity .3s;z-index:3}.scroll-indicator:hover{opacity:1}.scroll-indicator span{font-size:12px;letter-spacing:2px;text-transform:uppercase}.scroll-indicator svg{width:24px;height:24px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.video-hero{min-height:500px}.video-hero-title{font-size:32px}.video-hero-description{font-size:16px}.scroll-indicator{bottom:20px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1;padding-top:0;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e);background-image:linear-gradient(#0009,#0009),url(/assets/images/home/hero-bg.jpg);background-size:cover;background-position:center;background-attachment:fixed}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(0,212,170,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;max-width:800px;padding:0 20px}.hero-subtitle{font-size:1rem;color:#00d4aa;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2;color:#fff;text-shadow:0 0 20px rgba(0,212,170,.3)}.hero-highlight{color:#00d4aa;display:block;margin-top:.5rem;text-shadow:0 0 30px rgba(0,212,170,.5)}.hero-description{font-size:clamp(1rem,2vw,1.3rem);margin-bottom:2.5rem;color:#ffffffe6;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent;font-size:1rem;cursor:pointer}.btn-primary{background:transparent;color:#fff;border:2px solid #ffffff;border-radius:0;letter-spacing:.1em;text-transform:uppercase;font-size:.9rem;padding:1rem 2.5rem}.btn-primary:hover{background:#fff;color:#1a1a2e;transform:translateY(-2px);box-shadow:0 10px 25px #fff3}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:0;letter-spacing:.1em;text-transform:uppercase;font-size:.9rem;padding:1rem 2.5rem}.btn-secondary:hover{background:#ffffff1a;border-color:#fff;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff1a}.overview.hero-style{position:relative;min-height:80vh;display:flex;align-items:center;padding:6rem 0;overflow:hidden;background-image:linear-gradient(#0009,#0009),url(/assets/images/home/overview-bg.jpg);background-size:cover;background-position:center;background-attachment:fixed}.overview-content-centered{width:100%;max-width:100%;margin:0 auto;text-align:center;padding:2rem 0;color:#fff}.overview-content-centered .section-subtitle{font-size:.875rem;color:#00d4aa;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.overview-content-centered .hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff}.overview-content-centered .hero-description{font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2.5rem;color:#ffffffe6;line-height:1.8;padding:0 2rem}.overview.hero-style .hero-visual .overview-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:0}.overview-item{text-align:center;padding:2rem;border-radius:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,212,170,.2);transition:all .3s ease;box-shadow:0 5px 15px #0000001a;text-decoration:none;color:inherit;display:block}.overview-item:hover{transform:translateY(-10px);background:#fff;box-shadow:0 20px 40px #00d4aa33;border-color:#00d4aa66}.overview-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#00d4aa1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.overview-item:hover .overview-icon{background:#00d4aa33;transform:scale(1.1)}.overview-icon svg{width:40px;height:40px;color:#00d4aa}.overview-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}.overview-description{color:#666;line-height:1.6;font-size:.95rem}.industries{background:#fff;padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#00d4aa;margin-bottom:.5rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;color:#333}.section-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 968px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.industries-grid{grid-template-columns:1fr}}.industry-card{text-align:center;padding:2.5rem 2rem;border-radius:1rem;background:#fff;border:2px solid #e9ecef;transition:all .3s ease;box-shadow:0 8px 25px #00000014}.industry-card:hover{transform:translateY(-5px);background:#f8f9fa;border-color:#00d4aa;box-shadow:0 12px 35px #00d4aa26}.industry-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#f8f9fa;border:2px solid #e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden}.industry-card:hover .industry-icon{background:#00d4aa1a;border-color:#00d4aa;transform:scale(1.1)}.industry-icon img{width:50px;height:50px;object-fit:contain;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}.industry-icon-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;margin:0}.industry-icon svg{width:40px;height:40px;color:#00d4aa;stroke-width:2;transition:all .3s ease;display:block;margin:0;flex-shrink:0}.industry-card:hover .industry-icon svg{color:#00a085;transform:scale(1.1)}.industry-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#333}.industry-description{color:#666;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.overview.hero-style{height:100vh;min-height:500px;padding:4rem 0}.overview-content-centered{padding:1.5rem 0}.industries-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-content{padding:0 15px}.industry-card{padding:2rem 1.5rem}}.page-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:8rem 0 4rem;margin-top:0;position:relative}.page-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(0,212,170,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');opacity:.3}.breadcrumb{color:#666;margin-bottom:1rem;position:relative;z-index:2}.breadcrumb a{color:#00d4aa;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.page-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#333;margin-bottom:1rem;position:relative;z-index:2}.page-subtitle{font-size:1.2rem;color:#666;max-width:600px;position:relative;z-index:2}.company-intro{padding:6rem 0;background:#fff}.intro-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.intro-content h2{color:#333;margin-bottom:2rem;font-size:clamp(2rem,4vw,2.5rem)}.intro-text{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.intro-image{border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #00d4aa26;min-height:600px;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.intro-image img{width:100%;height:auto;max-height:600px;object-fit:contain;object-position:center}.company-values{padding:6rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.value-card{text-align:center;padding:3rem 2rem;border-radius:1rem;background:#fffc;border:1px solid rgba(0,212,170,.2);transition:all .3s ease;box-shadow:0 5px 15px #0000000d}.value-card:hover{transform:translateY(-10px);background:#fffffff2;box-shadow:0 20px 40px #00d4aa26;border-color:#00d4aa66}.value-icon{width:80px;height:80px;margin:0 auto 2rem;background:#00d4aa1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.value-card:hover .value-icon{background:#00d4aa33;transform:scale(1.1)}.value-icon svg{width:40px;height:40px;color:#00d4aa}.value-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.value-description{color:#666;line-height:1.6}.timeline{max-width:1000px;margin:3rem auto 0;position:relative}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#00d4aa,#00d4aa4d);transform:translate(-50%);border-radius:2px}.timeline-item{display:flex;align-items:center;margin-bottom:4rem;position:relative}.timeline-item:nth-child(odd) .timeline-content{text-align:right;padding-right:3rem}.timeline-item:nth-child(2n) .timeline-content{padding-left:3rem}@media (max-width: 768px){.page-header{padding:6rem 0 3rem}.intro-grid{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:1fr}}@media (max-width: 480px){.page-header{padding:5rem 0 2rem}.page-title{font-size:2rem}.value-card{padding:2rem 1.5rem}}.machine-vision{background:#fff}.ai-solution{background:#fff}.robot-vision{background:#fff}.problem-solution{padding:6rem 0;background:#f8f9fa}.problem-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.problem-box,.solution-box{padding:2.5rem;border-radius:1rem;background:#fff;box-shadow:0 5px 20px #00000014}.problem-title{font-size:1.5rem;font-weight:700;color:#dc2626;margin-bottom:1.5rem}.solution-title{font-size:1.5rem;font-weight:700;color:#00d4aa;margin-bottom:1.5rem}.problem-text,.solution-text{color:#666;line-height:1.8;font-size:1.1rem}.key-features{padding:6rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.feature-card{padding:2.5rem;border-radius:1rem;background:#f8f9fa;text-align:center;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{background:#fff;border-color:#00d4aa;box-shadow:0 10px 30px #00d4aa1a}.feature-icon{font-size:4rem;margin-bottom:1.5rem}.feature-title{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1rem}.feature-description{color:#666;line-height:1.8;font-size:1rem}.applications{padding:6rem 0;background:#f8f9fa}.applications-list{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.application-card{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 5px 20px #00000014}.application-image{height:100%;overflow:hidden}.application-image img{width:100%;height:100%;object-fit:cover}.application-content{padding:3rem;display:flex;flex-direction:column;justify-content:center}.application-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1.5rem}.application-description{color:#666;line-height:1.8;font-size:1.1rem}.cta-section{padding:6rem 0;background:#fff;text-align:center}.cta-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{color:#666;font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}@media (max-width: 968px){.problem-solution-grid,.features-grid{grid-template-columns:1fr;gap:2rem}.application-card{grid-template-columns:1fr}.application-image{height:300px}}@media (max-width: 768px){.problem-solution,.key-features,.applications{padding:4rem 0}.section-title,.cta-title{font-size:2rem}}.milestones-section{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.milestones-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.milestone-item{text-align:center;background:#ffffffe6;padding:2.5rem 2rem;border-radius:16px;border:1px solid rgba(0,212,170,.2);transition:all .3s ease;box-shadow:0 8px 25px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.milestone-item:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00d4aa26;border-color:#00d4aa66}.milestone-number{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#00d4aa,#00a085);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.8rem}.milestone-label{color:#666;font-size:1.1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.milestones-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.company-history{padding:6rem 0;background:#fff}.timeline{position:relative;max-width:1100px;margin:3rem auto 0;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#00d4aa,#00a085);transform:translate(-50%)}.timeline-item{display:flex;align-items:center;margin-bottom:3rem;position:relative;gap:2rem}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(odd) .timeline-content{text-align:left;padding-right:5rem}.timeline-item:nth-child(2n) .timeline-content{text-align:right;padding-left:5rem}.timeline-year{background:#00d4aa;color:#fff;padding:1rem 1.5rem;border-radius:2rem;font-weight:700;font-size:1.1rem;position:relative;z-index:2;min-width:100px;text-align:center}.timeline-content{flex:1}.timeline-content h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.timeline-content p{color:#666;line-height:1.6}@media (max-width: 768px){.milestones-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.timeline:before{left:30px}.timeline-item{flex-direction:row!important;padding-left:60px}.timeline-item .timeline-content{text-align:left!important;padding-left:1rem!important;padding-right:0!important}.timeline-year{position:absolute;left:0;min-width:60px;padding:.5rem;font-size:.9rem}}@media (max-width: 480px){.milestones-grid{grid-template-columns:1fr}}.certificates-section{padding:4rem 0;background:#fff}.certificates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.contact-hero{background:#fff;color:#000;padding:4rem 0 2rem;text-align:center;margin-top:0}.contact-hero-content{max-width:800px;margin:0 auto}.contact-subtitle{font-size:1rem;color:#666;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.2em;font-weight:400}.contact-main-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#000;margin:0;line-height:1.2}.contact-intro{background:#f8f9fa;padding:3rem 0;text-align:center}.intro-content{max-width:800px;margin:0 auto}.intro-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#000;margin-bottom:2rem;line-height:1.2}.intro-description{font-size:1.2rem;color:#666;line-height:1.8;margin:0}.company-info{background:#fff;padding:3rem 0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto}.info-item{text-align:center;padding:2rem 1.5rem;border-radius:1rem;background:#fffc;border:1px solid rgba(0,212,170,.2);transition:all .3s ease;box-shadow:0 5px 15px #0000000d}.info-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00d4aa26;border-color:#00d4aa66}.info-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:#00d4aa1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.info-item:hover .info-icon{background:#00d4aa33;transform:scale(1.1)}.info-icon svg{width:30px;height:30px;color:#00d4aa;stroke-width:2}.info-title{font-size:1.3rem;font-weight:600;color:#000;margin-bottom:.8rem}.info-content{font-size:1rem;color:#666;line-height:1.5;margin:0}.contact-message{background:#00d4aa;color:#fff;padding:2rem 0;text-align:center}.message-content{max-width:800px;margin:0 auto}.message-text{font-size:1.1rem;font-weight:500;margin:0;line-height:1.4}@media (max-width: 768px){.contact-hero{padding:6rem 0 3rem}.contact-intro,.company-info{padding:4rem 0}.info-grid{grid-template-columns:1fr}}.main-content{flex:1}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 20px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#00d4aa;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00a085}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease forwards}button:focus,a:focus{outline:2px solid #00d4aa;outline-offset:2px}
