:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:#10203a;background:#f3f3f3;font-synthesis:none;text-rendering:optimizeLegibility;--navy: #051b3c;--deep: #101827;--blue: #176dca;--blue-2: #2b8fe9;--pale: #f4f9ff;--line: #d8e8fb;--text: #162033;--muted: #6b7890;--shadow: 0 18px 40px rgba(7, 24, 54, .12);--content-width: 1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:hidden;background:#f3f3f3}button,input,textarea,select{font:inherit}button{padding:0;color:inherit;background:transparent;border:0;cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}#app{min-height:100vh}main{background:#1A2130}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:26px 0 0;background:transparent}.site-header__bar{width:min(1188px,calc(100% - 112px));min-height:78px;margin:0 auto;display:flex;align-items:center;gap:42px;padding:0 34px;background:#fff;border-radius:8px;box-shadow:0 12px 34px #010c2229}.brand{width:158px;display:inline-flex;align-items:center;justify-content:center;gap:0;color:#333b48;font-size:15px;font-weight:700;text-align:center}.brand img{width:86px;height:auto}.site-nav{flex:1;display:flex;justify-content:center;gap:clamp(56px,7vw,112px)}.site-nav__item{position:relative;min-height:78px;display:flex;align-items:center}.site-nav__item>button{height:78px;color:#737b8a;font-size:17px;font-weight:500}.site-nav__item.is-active>button,.site-nav__item.is-open>button,.site-nav__item:hover>button{color:var(--blue)}.mega-menu{position:fixed;top:104px;left:50%;width:min(1188px,calc(100% - 112px));min-height:170px;padding:30px 70px 42px;display:none;grid-template-columns:repeat(6,minmax(0,1fr));gap:28px;background:#fff;border-radius:0 0 28px 28px;box-shadow:0 26px 55px #091c3c29;transform:translate(-50%)}.site-nav__item.is-open .mega-menu{display:grid}.mega-menu button{display:grid;gap:12px;text-align:left}.mega-menu--solutions{grid-template-columns:repeat(4,max-content);justify-content:center;gap:clamp(56px,7vw,112px);white-space:nowrap}.mega-menu--solutions .mega-menu__group{min-width:max-content}.mega-menu--solutions .mega-menu__heading,.mega-menu--solutions .mega-menu__heading strong{white-space:nowrap}.mega-menu--products{min-height:480px;grid-template-columns:repeat(6,minmax(120px,1fr));gap:48px;align-content:start;padding:46px 58px 62px}.mega-menu__group{min-width:0;display:grid;align-content:start;gap:18px}.mega-menu__heading{min-height:34px}.mega-menu__link{width:100%;min-height:28px;color:#4c6079;font-size:13px;line-height:1.35}.mega-menu__link:hover{color:var(--blue)}.mega-menu--products .mega-menu__group{gap:18px}.mega-menu--products .mega-menu__heading{margin-bottom:2px}.mega-menu--products .mega-menu__heading strong{font-size:16px}.mega-menu--products .mega-menu__link{color:#69778a;font-size:14px}.mega-menu strong{color:#1266bd;font-size:13px}.mega-menu span{color:#4c6079;font-size:12px;line-height:1.6}.mega-menu__empty{grid-column:1 / -1;margin:0;display:grid;place-items:center;color:#6f7c91;font-size:14px;font-weight:700}.contact-button{min-width:116px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;color:#fff;background:var(--blue);border-radius:4px;font-size:16px;font-weight:600}.home-hero{position:relative;width:100%;min-height:890px;margin:0 auto;overflow:hidden;background:var(--navy)}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 28% 34%,rgba(31,146,226,.34),transparent 24%),radial-gradient(circle at 78% 75%,rgba(8,114,202,.38),transparent 28%),linear-gradient(130deg,rgba(3,17,43,.68),rgba(3,22,50,.9)),url(./bg1-62b78e9e.png) center / cover;opacity:.98}.home-hero__content{position:relative;z-index:1;width:min(1152px,calc(100% - 112px));margin:0 auto;padding:184px 0 100px;color:#fff;text-align:center}.pill{display:inline-flex;align-items:center;height:28px;padding:0 18px;color:#9ecaf6;background:rgba(18,86,160,.38);border:1px solid rgba(94,166,239,.34);border-radius:999px;font-size:13px;font-weight:600}.home-hero h1{margin:42px 0 0;font-size:clamp(54px,6vw,72px);line-height:1.02;font-weight:800}.home-hero__content>p{margin:28px 0 0;color:#d8e7ff;font-size:20px}.hero-cards{margin-top:88px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.hero-card{width:100%;min-height:342px;padding:24px 24px 28px;color:#fff;text-align:left;background:rgba(18,43,80,.68);border:1px solid rgba(126,169,219,.28);border-radius:10px;box-shadow:0 14px 28px #030b1b3d;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.hero-card:hover,.hero-card.is-selected{background:linear-gradient(145deg,rgba(20,82,171,.92),rgba(12,58,133,.94));border-color:#6da6ef8f;box-shadow:0 22px 42px #04122f57;transform:translateY(-2px)}.hero-card:focus-visible{outline:3px solid rgba(116,185,255,.72);outline-offset:4px}.hero-card img{width:100%;height:176px;object-fit:cover;background:#fff;border-radius:5px}.hero-card h2{margin:24px 0 14px;font-size:24px;line-height:1.2}.hero-card p{margin:0;color:#bad3f3;font-size:15px;line-height:1.7;transition:color .18s ease}.hero-card:hover p,.hero-card.is-selected p{color:#eef6ff}.featured-section,.technology-section,.page-panel,.solution-page,.news-page,.about-page,.contact-page{width:100%;margin:0 auto;background:#f4f4f4}.featured-section{padding:42px 0 82px}.section-title{width:min(760px,calc(100% - 40px));margin:0 auto 58px;text-align:center}.section-title span,.impact-section>span,.page-label{color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase}.section-title h2,.impact-section h2{margin:14px 0 0;color:var(--text);font-size:clamp(27px,3vw,36px);line-height:1.2}.section-title p,.impact-section p{max-width:700px;margin:20px auto 0;color:#738199;font-size:13px;line-height:1.75}.featured-carousel{position:relative;width:min(1060px,calc(100% - 64px));margin:0 auto}.featured-grid{width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,290px));justify-content:center;gap:26px}.featured-grid.is-carousel{grid-template-columns:repeat(3,minmax(0,290px))}.featured-grid.is-static{max-width:960px}.featured-arrow{position:absolute;top:50%;z-index:2;width:42px;height:64px;transform:translateY(-50%)}.featured-arrow:before{position:absolute;top:50%;left:50%;width:16px;height:16px;border-top:2px solid #176dca;border-left:2px solid #176dca;content:""}.featured-arrow--prev{left:-52px}.featured-arrow--prev:before{transform:translate(-35%,-50%) rotate(-45deg)}.featured-arrow--next{right:-52px}.featured-arrow--next:before{border-color:#cfd8e5;transform:translate(-65%,-50%) rotate(135deg)}.featured-arrow:hover:before{border-color:#176dca}.featured-state{width:min(820px,calc(100% - 50px));margin:-28px auto 32px;color:#6a7890;font-size:14px;text-align:center}.empty-state{width:min(960px,calc(100% - 48px));min-height:120px;margin:0 auto;display:grid;place-items:center;color:#6f7c91;font-size:15px;font-weight:700}.product-card{position:relative;min-height:332px;padding:28px 24px 26px;background:#fff;border-radius:6px;box-shadow:var(--shadow)}.product-card__icon{width:32px;height:32px;margin-bottom:14px;object-fit:contain}.product-card>img:not(.product-card__icon){width:100%;height:132px;object-fit:cover;border-radius:3px}.product-card__image-empty,.solution-card-image-empty{width:100%;height:132px;display:grid;place-items:center;color:#6f7c91;background:#eef5fc;border-radius:3px;font-size:13px;font-weight:700}.product-card h3{margin:20px 0 12px;color:var(--text);font-size:15px}.product-card p{margin:0;color:#718095;font-size:12px;line-height:1.65}.product-card button{margin-top:18px;color:var(--blue);font-size:12px;font-weight:800}.impact-section{width:100%;margin:0 auto;padding:80px 40px 86px;color:#fff;text-align:center;background:#286db9}.impact-section>span,.impact-section h2,.impact-section p{color:#fff}.metrics-grid{width:min(780px,100%);margin:78px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.metrics-grid div{min-height:90px;display:grid;place-items:center;align-content:center;border-right:1px solid rgba(255,255,255,.12)}.metrics-grid div:last-child{border-right:0}.metrics-grid strong{font-size:clamp(34px,5vw,52px);line-height:1}.metrics-grid small{margin-top:9px;color:#d8eaff;font-size:12px}.technology-section{padding:108px max(66px,calc((100% - var(--content-width)) / 2 + 66px)) 126px;display:grid;grid-template-columns:minmax(500px,620px) minmax(520px,626px);gap:68px;align-items:center;justify-content:center;background:#fff}.technology-list{display:grid;gap:30px}.technology-list article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px}.technology-icon,.feature-grid article>span{width:30px;height:30px;margin-top:2px;display:grid;place-items:center;border-radius:50%;background:#e8f4ff}.technology-icon img{width:16px;height:16px;object-fit:contain}.technology-list h3{margin:0;color:var(--text);font-size:22px;line-height:1.24;font-weight:800}.technology-list p{margin:16px 0 0;color:#445267;font-size:16px;line-height:1.55}.technology-section>img{width:100%;height:486px;object-fit:cover;border-radius:10px}.page-panel{min-height:510px;padding:152px max(58px,calc((100% - var(--content-width)) / 2 + 58px)) 78px;background:linear-gradient(180deg,#eef7ff 0%,#fff 100%);border-radius:0 0 28px 28px}.products-page{min-height:560px;padding-top:152px;padding-bottom:92px;border-radius:0 0 58px 58px}.series-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 38px}.series-grid button,.product-list-grid button{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;color:#1a477a;background:#f8fbff;border:1px solid #b8dcff;border-radius:4px;font-size:13px;font-weight:700}.series-grid small,.product-list-grid small{color:var(--blue);font-size:11px}.product-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 34px}.products-page .page-label{display:block;margin:0 0 28px;color:#176dca;font-size:18px;line-height:1.2;text-transform:none}.products-page .series-grid,.products-page .product-list-grid{gap:30px 64px}.products-page .series-grid button,.products-page .product-list-grid button{height:80px;padding:0 24px;color:#142033;background:rgba(248,251,255,.76);border-color:#6a9df3;border-radius:6px;font-size:20px;box-shadow:0 8px 24px #2b76d60a}.products-page .series-grid button:hover,.products-page .product-list-grid button:hover{background:#fff;box-shadow:0 14px 30px #2b76d61f;transform:translateY(-1px)}.products-page .series-grid small,.products-page .product-list-grid small{color:#176dca;font-size:14px;font-weight:500}.back-button{float:right;min-width:92px;height:32px;margin-top:-12px;color:#68758a;background:rgba(248,251,255,.42);border:1px solid #d2deee;border-radius:999px;font-size:12px}.back-button:hover{color:#176dca;background:#fff;border-color:#9fc3ef}.product-detail{width:min(1060px,100%);margin:0 auto;padding:0 0 22px}.product-detail .page-label{margin:0;color:#176dca;font-size:18px;line-height:1.3;text-transform:none}.detail-heading{min-height:34px}.detail-overview{margin-top:42px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,500px);gap:78px;align-items:start}.detail-overview h2,.detail-table h2,.application-flow h2,.solution-page h2{margin:0 0 16px;color:#1c2a44;font-size:15px}.detail-overview h2{margin-bottom:70px;font-size:17px;font-weight:800}.detail-overview p,.solution-description{margin:0;color:#536276;font-size:14px;line-height:1.72}.detail-chip{width:100%;min-height:292px;margin-top:44px;display:grid;place-items:center;padding:40px;background:#e2f3ff;border-radius:14px}.detail-chip__tile{width:140px;height:140px;display:grid;place-items:center;align-content:center;gap:10px;color:#1a67b8;background:rgba(42,149,219,.72);border:4px solid rgba(19,124,204,.5);border-radius:3px;box-shadow:0 10px 22px #10589c1f}.detail-chip__tile img{width:58px;height:44px;object-fit:contain;opacity:.56}.detail-chip__tile span{color:#0d5cabd1;font-size:19px;font-weight:800}.detail-table{margin-top:58px}table{width:100%;overflow:hidden;border-collapse:separate;border-spacing:0;color:#536278;background:#fff;font-size:12px;border:1px solid #e5effa;border-radius:6px;box-shadow:0 12px 26px #184f8c0d}th,td{padding:17px 18px;border:0;text-align:left;vertical-align:top}thead th{color:#176dca;background:#dcecf9;font-size:12px;font-weight:800}tbody th{width:250px;color:#243149;background:#fff;font-weight:800}tbody td{color:#56657a;line-height:1.55;white-space:pre-line}tbody tr:nth-child(odd) th,tbody tr:nth-child(odd) td{background:#fbfdff}tbody tr:nth-child(2n) th,tbody tr:nth-child(2n) td{background:#fff}.detail-empty{margin:0;color:#738199;font-size:13px}.application-flow{margin-top:60px}.application-flow h2{margin-bottom:42px;font-size:18px;font-weight:800}.application-flow__diagram{display:grid;grid-template-columns:repeat(6,minmax(96px,1fr));gap:34px 38px;align-items:center}.application-flow__images{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:44px;align-items:center}.application-flow__images img{width:100%;height:auto;object-fit:contain}.application-flow span{position:relative;min-height:72px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;color:#fff;text-align:center;background:#2a9ee8;border-radius:5px;font-size:12px;font-weight:700;box-shadow:0 10px 22px #1556981c}.application-flow span:nth-child(2n){background:#2764ae}.application-flow span:not(:last-child):after{position:absolute;top:50%;right:-31px;width:24px;height:2px;background:#176dca;content:"";transform:translateY(-50%)}.application-flow span:not(:last-child):before{position:absolute;top:50%;right:-34px;width:8px;height:8px;border-top:2px solid #176dca;border-right:2px solid #176dca;content:"";transform:translateY(-50%) rotate(45deg)}.solution-hero,.hero-banner{width:100%;height:292px;margin:0 auto;display:flex;align-items:center;padding:132px max(56px,calc((100% - var(--content-width)) / 2 + 56px)) 0;color:#fff;background:linear-gradient(90deg,rgba(8,51,112,.82),rgba(19,126,206,.58)),url(./bg2-0cde514b.png) center / cover}.solution-hero h1,.hero-banner h1{margin:0;font-size:clamp(32px,5vw,48px);line-height:1.1}.solution-hero p{margin:12px 0 0;color:#d5eaff;font-size:14px}.solution-hero--smart-video{background:linear-gradient(90deg,rgba(7,53,117,.82),rgba(20,137,212,.58)),url(./bg2-0cde514b.png) center / cover}.solution-hero--smart-home{background:linear-gradient(90deg,rgba(48,93,135,.78),rgba(77,126,165,.52)),url(./bg3-8eda2dc2.png) center / cover}.solution-hero--smart-automotive{background:linear-gradient(90deg,rgba(8,55,112,.82),rgba(26,112,184,.42)),url(./bg4-2a53a8d1.png) center / cover}.solution-page{padding:42px max(58px,calc((100% - var(--content-width)) / 2 + 58px)) 96px;background:#fff}.solution-page>.page-label{display:block;margin:0 0 44px;color:#176dca;font-size:13px;line-height:1.3;text-transform:none}.solution-category-carousel{position:relative;width:min(960px,100%);margin:0 auto 46px}.solution-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,250px));justify-content:center;gap:28px}.solution-category-grid.is-carousel{grid-template-columns:repeat(3,minmax(0,250px))}.solution-category-card{min-height:166px;display:grid;align-content:start;gap:12px;padding:12px;color:#69778b;text-align:left;background:#f1f7ff;border:1px solid transparent;border-radius:7px;box-shadow:0 14px 30px #154b8c1a;transform-origin:center;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.solution-category-card:hover,.solution-category-card.is-selected{background:#f7fbff;border-color:#4b88e194;box-shadow:0 20px 34px #154b8c29;transform:scale(1.06)}.solution-category-card img{width:100%;height:112px;object-fit:cover;border-radius:4px}.solution-category-card .solution-card-image-empty{height:112px;border-radius:4px}.solution-category-card span{color:#6f7c91;font-size:13px;font-weight:600}.solution-category-arrow{position:absolute;top:50%;z-index:2;width:42px;height:64px;transform:translateY(-50%)}.solution-category-arrow:before{position:absolute;top:50%;left:50%;width:14px;height:14px;border-top:2px solid #176dca;border-left:2px solid #176dca;content:""}.solution-category-arrow--prev{left:-52px}.solution-category-arrow--prev:before{transform:translate(-35%,-50%) rotate(-45deg)}.solution-category-arrow--next{right:-52px}.solution-category-arrow--next:before{border-color:#cfd8e5;transform:translate(-65%,-50%) rotate(135deg)}.solution-category-arrow:hover:before{border-color:#176dca}.solution-media-grid{width:min(650px,100%);margin:30px auto 44px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.solution-media-grid article{display:grid;gap:12px;text-align:center}.solution-page h2{margin:30px 0 22px;color:#314052;font-size:13px;font-weight:800}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 28px;margin-bottom:36px}.feature-grid article{min-height:78px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:18px;align-items:center;padding:18px 24px;background:#f2f8ff;border:1px solid #e2f0ff;border-radius:6px}.solution-feature-grid article>span{width:26px;height:26px;background:url(./pic4-5ed0084d.png) center / contain no-repeat;border-radius:0}.feature-grid p{margin:0;color:#5c6f87;font-size:12px;line-height:1.5}.solution-series{margin-top:16px;gap:20px 54px}.solution-series button{height:62px;color:#263449;background:#fff;border-color:#7da7ec;border-radius:5px;font-size:16px}.solution-empty-state{margin:0 0 36px;color:#77859a;font-size:13px}.solution-more{min-width:76px;height:34px;float:right;margin-top:26px;color:#176dca;border:1px solid #7da7ec;border-radius:999px;font-size:12px;font-weight:700}.hero-banner--news{background:linear-gradient(90deg,rgba(0,116,217,.92),rgba(27,110,201,.56)),url(./bg1-62b78e9e.png) center / cover}.hero-banner--about{background:linear-gradient(90deg,rgba(13,76,142,.88),rgba(52,138,210,.32)),url(./pic7-1a6cabce.png) center / cover}.news-page,.about-page,.contact-page{padding:58px max(58px,calc((100% - var(--content-width)) / 2 + 58px));display:grid;grid-template-columns:minmax(360px,720px) 300px;gap:56px;align-items:center;justify-content:center;background:#f4f4f4}.news-page h1,.contact-page h1{margin:16px 0 20px;color:#12315c;font-size:22px}.news-page p,.about-page p,.contact-page p{color:#5f6e84;font-size:13px;line-height:1.8}.news-page a{display:block;margin-top:9px;color:var(--blue);font-size:12px;font-weight:700}.news-page img{width:100%;height:210px;object-fit:cover;border-radius:2px}.about-logo{display:grid;justify-items:center;gap:12px;color:#4d5665;font-size:34px}.about-logo img{width:180px;height:auto}.contact-page form{display:grid;gap:12px;padding:24px;background:#fff;border:1px solid #dfeaf6;border-radius:6px}.contact-page input,.contact-page textarea,.newsletter input{width:100%;min-height:38px;padding:0 12px;color:#223047;background:#f4f8fd;border:1px solid #d8e4f1;border-radius:3px}.contact-page textarea{min-height:100px;padding-top:10px;resize:vertical}.site-footer{width:100%;margin:0 auto;padding:68px max(58px,calc((100% - var(--content-width)) / 2 + 58px)) 34px;color:#c7d0df;background:var(--deep)}.site-footer__inner{display:grid;grid-template-columns:1.4fr .8fr .9fr .7fr;gap:44px}.footer-brand img{width:88px;height:auto}.footer-brand p,.newsletter p{margin:24px 0 0;color:#8f9caf;font-size:12px;line-height:1.75}.socials{display:flex;gap:14px;margin-top:22px;color:#fff;font-size:12px;font-weight:800}.footer-column h2,.newsletter h2{margin:0 0 20px;color:#fff;font-size:13px}.footer-column{display:grid;align-content:start;gap:9px}.footer-column button{color:#9ba6b8;font-size:12px;text-align:left}.footer-empty{margin:0;color:#9ba6b8;font-size:12px}.newsletter div{display:grid;grid-template-columns:minmax(0,1fr) 86px;margin-top:16px}.newsletter input{min-height:32px;color:#fff;background:#1d293b;border-color:#28364c}.newsletter button{color:#fff;background:var(--blue);font-size:12px;font-weight:700}.copyright{margin:58px 0 0;padding-top:28px;color:#6f7b8d;border-top:1px solid #253248;font-size:11px;text-align:center}@media (max-width: 900px){.site-header{padding-top:8px}.site-header__bar{width:calc(100% - 20px);flex-wrap:wrap;gap:12px;padding:10px 12px}.brand{width:auto;flex:1}.site-nav{order:3;width:100%;justify-content:flex-start;gap:20px;overflow-x:auto}.mega-menu{display:none!important}.home-hero,.featured-section,.impact-section,.technology-section,.page-panel,.solution-hero,.hero-banner,.solution-page,.news-page,.about-page,.contact-page,.site-footer{width:100%}.hero-cards,.featured-grid,.technology-section,.detail-overview,.news-page,.about-page,.contact-page,.site-footer__inner{grid-template-columns:1fr}.featured-grid{gap:24px}.featured-carousel{width:min(100% - 48px,420px)}.featured-arrow--prev{left:-34px}.featured-arrow--next{right:-34px}.metrics-grid,.series-grid,.product-list-grid,.feature-grid,.solution-media-grid{grid-template-columns:1fr}.metrics-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.technology-section,.page-panel,.solution-page,.news-page,.about-page,.contact-page,.site-footer{padding-right:24px;padding-left:24px}.product-detail{width:100%}.detail-overview{gap:28px}.detail-overview h2{margin-bottom:22px}.detail-chip{min-height:220px;margin-top:0}.detail-table{overflow-x:auto}table{min-width:680px}.application-flow__diagram{grid-template-columns:repeat(2,minmax(0,1fr))}.application-flow__images{grid-template-columns:1fr;gap:24px}.application-flow span:before,.application-flow span:after{display:none}}
