* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: #151b35; background: #fff; }
a { color: inherit; }
button, input, select { font-family: inherit; }
.section-container, .section-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.app-header { position: relative; z-index: 1000; height: 90px; background: #f5f5f6; border-bottom: 1px solid #e5e5e5; }
.app-header:after, .app-footer:before { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 7px; background: linear-gradient(to right, #cc092f 4%, #6c4b94 50%, #1b1d36 96%); }
.header-container { max-width: 1170px; height: 90px; margin: 0 auto; padding: 30px 20px 0; display: flex; align-items: center; }
.logo-img { height: 32px; width: auto; }
.desktop-nav { display: flex; align-items: center; margin-left: 34px; gap: 14px; }
.nav-item { min-height: 58px; padding: 0 4px; border: 0; background: transparent; color: #494a5e; font-size: 15px; text-decoration: none; cursor: pointer; display: inline-flex; align-items: center; }
.nav-item:hover { font-weight: 700; }
.header-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.language-link { color: #494a5e; font-size: 14px; text-decoration: none; }
.search-toggle-btn { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; color: #555; text-decoration: none; }
.search-icon { width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 50%; position: relative; display: inline-block; }
.search-icon:after { content: ""; width: 8px; height: 2px; background: currentColor; position: absolute; right: -7px; bottom: -4px; transform: rotate(45deg); }
.mobile-menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.mobile-menu-toggle span { width: 22px; height: 2px; background: #333; }
.side-menu-overlay { position: fixed; top: 86px; left: 0; width: 100%; height: calc(100% - 86px); z-index: 2000; background: rgba(0,0,0,.38); display: none; }
.side-menu-overlay.open { display: flex; }
.side-menu-panel { width: 360px; max-width: 90vw; height: 100%; background: #fff; box-shadow: 6px 0 20px rgba(0,0,0,.18); overflow-y: auto; }
.side-menu-header { min-height: 64px; padding: 17px 24px; border-bottom: 1px solid #e5e5e5; display: flex; align-items: center; justify-content: space-between; }
.side-menu-header h3 { margin: 0; font-size: 20px; font-weight: 400; }
.close-btn { width: 32px; height: 32px; border: 0; background: transparent; font-size: 26px; cursor: pointer; color: #666; }
.menu-group { border-bottom: 1px solid #e9e9e9; }
.menu-group-title, .menu-link-item { width: 100%; min-height: 54px; padding: 16px 24px; border: 0; background: transparent; color: #333; font-size: 16px; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; text-decoration: none; }
.menu-group-title:hover, .menu-link-item:hover { color: #c41230; background: #fafafa; }
.sub-menu-items { display: none; background: #f5f5f5; padding: 3px 0 8px; }
.menu-group.open .sub-menu-items { display: block; }
.sub-menu-item { display: block; padding: 11px 24px 11px 42px; color: #555; text-decoration: none; font-size: 14px; }
.sub-menu-item:hover { color: #c41230; background: #ededed; }
.mobile-language-switch { display: none; padding: 18px 24px; border-top: 1px solid #e4e4e4; }
.home-hero {
    min-height: 430px;
    background: linear-gradient(90deg, rgba(24,27,50,.98), rgba(24,27,50,.86) 39%, rgba(24,27,50,.12)),
    url("/website/images/1-23110QH550329.jpg") center/cover; }
.hero-inner { max-width: 1200px; min-height: 430px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; }
.hero-copy { width: 48%; color: #fff; }
.hero-copy h1 { margin: 0 0 14px; max-width: 480px; font-size: 46px; line-height: 1.16; }
.hero-copy p { max-width: 520px; margin: 0 0 28px; font-size: 20px; line-height: 1.45; }
.white-cta { display: inline-flex; min-height: 45px; align-items: center; padding: 0 18px; background: #fff; color: #005f8f; font-weight: 700; font-size: 14px; text-decoration: none; }
.hero-copy .white-cta { border: 1px solid rgba(255,255,255,.78); animation: heroCtaPulse 4s ease-in-out infinite alternate; transition: color .35s ease, box-shadow .35s ease, transform .35s ease; }
.hero-copy .white-cta:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0,0,0,.2); }
@keyframes heroCtaPulse {
  0% { background: #fff; color: #00113d; box-shadow: 0 8px 22px rgba(0,0,0,.12); }
  100% { background: linear-gradient(135deg, #005f8f 0%, #13a6c8 100%); color: #fff; box-shadow: 0 12px 28px rgba(0,95,143,.28); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-copy .white-cta { animation: none; transition: none; }
}
.core-product { padding: 72px clamp(18px, 10vw, 370px); }
.section-title { font-size: 32px; font-weight: 700; line-height: 38px; color: #272941; }
.prod-list { display: flex; flex-wrap: wrap; gap: 30px;justify-content: flex-start; }
.prod-item { flex: 1 1 160px; min-width: 150px; margin-top: 40px; color: #005c8a; text-decoration: none; }
.prod-item img { width: 122px; max-width: 100%; padding: 4px; object-fit: contain; }
.prod-item h3 { margin: 12px 0 8px; font-size: 18px; line-height: 25px; color: #005c8a; }
.prod-item p { margin: 0; color: #494a5e; font-size: 15px; line-height: 23px; }
.feeds-section { padding: 80px 0 66px; background: #eee; }
.feeds-content { max-width: 1245px; margin: 0 auto; display: flex; gap: 30px; justify-content: center; align-items: stretch; padding: 0 20px; }
.feed-card { width: 370px; min-height: 595px; display: flex; flex-direction: column; padding: 24px; background: #fff; border: 1px solid #cfd1d7; }
.feed-card h2 { margin: 22px 0 28px; color: #33384f; font-size: 24px; }
.feed-card mark { color: #000; background: transparent;}
.feed-item { display: block; margin-bottom: 30px; color: #151b35; text-decoration: none; }
.feed-item:hover { background: #f5f5f6; box-shadow: inset 3px 0 0 #005c8a; padding-left: 6px; }
.feed-item em { display: block; margin-bottom: 4px; color: #34384f; font-style: normal; font-weight: 700; }
.feed-item strong { display: block; color: #005f8f; font-size: 20px; line-height: 1.28; }
.feed-item span { display: block; margin-top: 4px; color: #2a2f4a; font-size: 16px; line-height: 1.45; }
.feed-more, .text-link { color: #005f8f; font-weight: 700; text-decoration: none; }
.feed-more { margin-top: auto; align-self: center; padding-bottom: 20px; }
.about-section { padding: 96px 20px 70px; display: grid; grid-template-columns: minmax(0,1fr) 470px; gap: 70px; align-items: center; margin-bottom: 60px; }
.about-copy h2 { margin: 0 0 44px; font-size: 32px; }
.about-copy p { margin: 0 0 12px; font-size: 16px; line-height: 1.48; }
.about-video { position: relative; padding: 22px; background: linear-gradient(105deg, #d80032 0%, #8f4b9f 48%, #00a6c8 100%); }
.about-video img { width: 100%; height: 220px; object-fit: cover; }
.play-button { position: absolute; inset: 0; margin: auto; width: 98px; height: 98px; border: 6px solid #fff; border-radius: 50%; }
.play-button:after { content: ""; position: absolute; left: 38px; top: 25px; border-top: 21px solid transparent; border-bottom: 21px solid transparent; border-left: 30px solid #fff; }
.product-list-page, .product-detail-page, .news-detail-page, .buy-page, .history-page, .search-page { background: #fff; min-height: 560px; padding-bottom: 72px; }
.product-list-container, .buy-container { max-width: 1180px; margin: 0 auto; padding: 18px 22px 86px; }
.catalog-crumbs, .crumbs, .buy-crumbs, .history-crumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 40px; color: #697080; font-size: 14px; }
.catalog-crumbs b, .buy-crumbs b, .history-crumbs b { color: #87909f; font-weight: 400; }
.product-list-container h1 { margin: 0 0 16px; font-size: 34px; }
.catalog-tabs, .product-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-bottom: 48px; }
.catalog-tabs button, .product-tabs button { min-height: 32px; padding: 0 0 8px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #33384f; font-size: 17px; font-weight: 700; cursor: pointer; }
.catalog-tabs button.active, .catalog-tabs button:hover, .product-tabs button.active, .product-tabs button:hover { color: #005c85; border-bottom-color: #0073a8; }
.mobile-tab-select { display: none; width: 100%; height: 42px; margin-bottom: 26px; padding: 0 12px; border: 1px solid #b7bdca; background: #fff; }
.overview-panel { max-width: 760px;  font-size: 16px; line-height: 1.46; }
.products-panel { display: grid; grid-template-columns: 292px minmax(0, 1fr); gap: 30px; }
.filters-box { min-height: 78px; padding: 22px 20px 24px; border: 1px solid #edf0f4; background: #fff; }
.mobile-filter-toggle { display: none; }
.clear-btn, .clear-all { margin: 0 0 18px; padding: 0; border: 0; background: transparent; color: #005c85; font-size: 16px; font-weight: 700; cursor: pointer; }
.filter-group { margin-top: 22px; }
.filter-group h3 { margin: 0 0 10px; color: #33384f; font-size: 16px; font-weight: 400; }
.filter-group label { min-height: 28px; display: grid; grid-template-columns: 16px minmax(0,1fr) 50px; align-items: center; gap: 2px; color: #33384f; font-size: 16px; cursor: pointer; }
.filter-group em, .filters-panel em { min-width: 50px; padding: 4px 8px; background: #e9eaec; border-radius: 4px; text-align: center; font-style: normal; font-size: 13px; }
.product-result { display: block; max-width: 780px; margin-bottom: 32px; text-decoration: none; }
.product-result strong { display: block; margin-bottom: 6px; color: #005c85; font-size: 17px; }
.product-result small { display: block; color: #202641; font-size: 16px; line-height: 1.35; }
.section-container { max-width: 1185px; margin: 0 auto; padding: 0 20px; }
.crumbs { padding: 13px 0 48px; margin-bottom: 0; }
.product-head h1 { margin: 0 0 12px; font-size: 32px; }
.product-head p, .product-brief { margin: 0; font-size: 20px; font-weight: 700; }
.product-layout { display: grid; grid-template-columns: minmax(0, 670px) 370px; gap: 72px; }
.product-panel { margin-bottom: 38px; }
.product-panel p { color: #2b314d; font-size: 17px; line-height: 1.42; }
.product-image { border: 1px solid #d9d9d9; padding: 6px; cursor: zoom-in; }
.product-image:focus { outline: 2px solid #005c8a; outline-offset: 3px; }
.product-image img { width: 100%; height: 285px; object-fit: contain; }
.image-preview-modal { position: fixed; inset: 0; z-index: 5000; display: flex; align-items: center; justify-content: center; padding: 28px; background: rgba(0, 0, 0, 0.72); }
.image-preview-img { display: block; max-width: 92vw; max-height: 86vh; object-fit: contain; background: #fff; box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28); }
.image-preview-close { position: fixed; top: 18px; right: 22px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.95); color: #151b35; font-size: 30px; line-height: 1; cursor: pointer; }
.status-card { margin-top: 20px; background: #f3f3f3; padding: 30px 38px 38px; }
.tab-toolbar { display: flex; justify-content: flex-end; gap: 10px; margin-bottom: 24px; color: #005f8f; font-weight: 700; }
.tab-toolbar button { border: 0; background: transparent; color: #005f8f; font-weight: 700; cursor: pointer; }
.accordion-list { display: flex; flex-direction: column; gap: 10px; }
.accordion-item { border: 1px solid #cfd2d9; }
.accordion-head { width: 100%; min-height: 66px; display: flex; align-items: center; justify-content: space-between; border: 0; background: #fff; padding: 0 30px 0 16px; color: #005f8f; cursor: pointer; font-size: 16px; }
.accordion-head span { display: flex; align-items: center; gap: 11px; }
.accordion-head em { min-width: 40px; padding: 5px 11px; background: #e9e9e9; border-radius: 4px; color: #151b35; font-style: normal; }
.accordion-body { padding: 0 16px 10px; overflow-x: auto; }
.resource-table { width: 100%; border-collapse: collapse; background: #fff; }
.resource-table th { padding: 17px 16px; color: #33384f; text-align: left; border-bottom: 2px solid #0076b6; background: #e9ecef; }
.resource-table td { padding: 15px 14px; color: #33384f; vertical-align: top; }
.file-detail { display: flex; gap: 40px; color: #33384f; margin-top: 4px; }
.download-icon-btn { color: #33384f; text-decoration: none; font-size: 24px; }
.breadcrumb-bar { background: #fafafa; border-bottom: 1px solid #e8e8e8; padding: 14px 0; color: #6f7280; font-size: 14px; }
.breadcrumb-bar .section-container { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.breadcrumb-bar a { text-decoration: none; }
.news-shell { padding-top: 54px; }
.news-content { max-width: 860px; }
.news-label { display: inline-block; margin-bottom: 16px; padding: 4px 12px; background: #eef6fa; color: #005f8f; border-radius: 4px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.news-title { margin: 0 0 12px; font-size: 40px; line-height: 1.18; }
.news-date { margin: 0 0 34px; color: #7a7f8e; font-size: 14px; }
.news-body p { color: #273050; font-size: 17px; line-height: 1.65; }
.news-body img, .content-shell img, .buy-content img { max-width: 100%; height: auto; }
.solution-hero { padding: 64px 0 56px; background: linear-gradient(135deg, #f8fbff 0%, #eef3f8 100%); }
.solution-hero .eyebrow, .buy-hero p { margin: 0 0 10px; color: #005f8f; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.solution-hero h1 { max-width: 780px; margin: 0; font-size: 44px; line-height: 1.14; }
.solution-hero p:not(.eyebrow) { max-width: 680px; margin: 18px 0 0; color: #566078; font-size: 18px; line-height: 1.65; }
.solution-content { padding: 54px 0 76px; }
.content-shell, .buy-content { width: 100%; overflow-x: auto; }
.buy-hero { padding: 42px 0; }
.buy-hero h1 { max-width: 820px; margin: 0; font-size: 38px; line-height: 1.18; }
.history-container { max-width: 980px; margin: 0 auto; padding: 8px 22px 78px; }
.history-header h1 { margin: 0 0 12px; font-size: 28px; }
.history-header p { max-width: 760px; margin: 0; color: #202641; font-size: 13px; line-height: 1.45; }
.timeline { position: relative; margin-top: 62px; }
.timeline:before { content: ""; position: absolute; top: 17px; bottom: 0; left: 92px; width: 1px; background: #e8e9ee; }
.timeline-item { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 16px; margin-bottom: 54px; }
.timeline-year {
    display: flex; align-items: center; gap: 30px; color: #c9cbd4; font-size: 22px; font-weight: 700;
    z-index: 100;
}
.timeline-year i { width: 19px; height: 19px; border-radius: 50%; background: #f1f2f5; }
.timeline-item:hover .timeline-year { color: #005c8a; }
.timeline-item:hover .timeline-year i { background: #005c8a; }
.timeline-events { margin: 0; padding-left: 18px; }
.timeline-events li { margin-bottom: 5px; font-size: 13px; line-height: 1.35; }
.search-page { padding-top: 14px; }
.search-kicker { margin: 0 0 52px; color: #6f7280; font-size: 14px; }
.search-page h1 { margin: 0 0 10px; font-size: 32px; }
.search-box { height: 46px; display: flex; align-items: center; border: 1px solid #8a8fa3; margin-bottom: 26px; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 12px; font-size: 16px; }
.search-box button { height: 100%; border: 0; background: #fff; cursor: pointer; }
.clear-button { width: 44px; font-size: 32px; }
.submit-button { width: 46px; border-left: 1px solid #d4d6de !important; }
.results-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 30px; }
.filters-panel { border: 1px solid #eee; padding: 24px 20px 36px; align-self: start; }
.filter-toggle { display: none; width: 100%; border: 0; background: transparent; color: #151b35; font-size: 16px; font-weight: 700; text-align: left; cursor: pointer; }
.filters-panel label { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 7px 0; font-size: 16px; }
.result-tools { margin: 12px 0 14px; }
.result-tools p { margin: 0 0 28px; }
.loading-state { padding: 40px 0; }
.result-row { display: block; margin-bottom: 18px; color: #005f8f; text-decoration: none; }
.result-row strong { display: block; font-size: 17px; line-height: 1.28; }
.result-row span, .result-row p { display: block; margin: 2px 0 0; color: #777c87; font-size: 15px; line-height: 1.28; }
.pager { margin-top: 58px; display: flex; justify-content: flex-end; align-items: center; gap: 10px; color: #33384f; font-size: 13px; flex-wrap: wrap; }
.pager select, .pager button { height: 32px; border: 0; background: #f3f3f3; padding: 0 12px; font-weight: 700; }
.app-footer { position: relative; background: #e8e8e8; color: #272941; }
.app-footer:before { position: relative; bottom: auto; display: block; }
.footer-container { max-width: 1280px; margin: 0 auto; display: flex; padding: 16px 0 104px; }
.logo-icon { padding: 13px 35px; }
.footer-logo { height: 24px; width: auto; }
.navbar-nav { display: flex; flex-direction: column; flex: 1; gap: 18px; }
.footer-menu, .footer-secondary { list-style: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0; gap: 37px; }
.footer-menu li, .footer-menu a { font-size: 15px; font-weight: 700; text-decoration: none;}
.footer-menu a { color: inherit; text-decoration: none; }
.copyright-text { font-size: 13px; line-height: 20px; }
.footer-secondary { gap: 16px; width: 60%; font-size: 13px; }
@media (max-width: 1024px) {
  .desktop-nav, .header-right { display: none; }
  .header-container { padding: 42px 16px; justify-content: center; }
  .mobile-menu-toggle { display: flex; position: absolute; left: 16px; }
  .logo-wrapper { position: absolute; left: 50%; transform: translateX(-50%); }
  .side-menu-overlay { top: 90px; height: calc(100% - 90px); }
  .mobile-language-switch { display: block; }
  .hero-copy { width: 100%; }
  .feeds-content { flex-wrap: wrap; }
  .about-section, .product-layout { grid-template-columns: 1fr; gap: 34px; }
  .product-aside { order: -1; }
  .product-tabs { display: none; }
  .product-mobile-tab-select { display: block; margin: 28px 0 30px; }
}
@media (max-width: 768px) {
  .hero-inner { min-height: auto; padding: 54px 18px; }
  .home-hero { min-height: auto; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy p { font-size: 17px; }
  .core-product { padding: 72px 17px; }
  .feeds-content { flex-direction: column; gap: 0; }
  .feed-card { width: 100%; min-height: auto; }
  .about-section { padding-top: 44px; padding-bottom: 56px; }
  .mobile-tab-select { display: block; }
  .catalog-tabs { display: none; }
  .overview-panel { margin-left: 0; }
  .products-panel, .results-layout { display: block; }
  .filters-box { margin-bottom: 26px; padding: 0; }
  .mobile-filter-toggle, .filter-toggle { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border: 0; background: #fff; color: #005c85; font-size: 16px; font-weight: 700; }
  .filters-content { display: none; padding: 0 16px 18px; border-top: 1px solid #edf0f4; }
  .filters-box.expanded .filters-content, .filters-panel:not(.collapsed) .filter-body { display: block; }
  .filters-panel { margin-bottom: 26px; padding: 14px 16px; }
  .filters-panel.collapsed .filter-body { display: none; }
  .resource-table { min-width: 760px; }
  .solution-hero h1, .news-title { font-size: 30px; }
  .timeline:before { display: none; }
  .timeline-item { display: block; }
  .footer-container { flex-direction: column; padding-bottom: 29px; }
  .footer-secondary { width: 90%; gap: 8px 16px; }
    .overview-panel{  margin-left: unset;
        font-size: 15px;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        text-decoration: none;
        text-transform: none;
        color: #494a5e;
    }


}

/* Screenshot calibration: align SSR pages with the original Vue2 website rhythm. */
body { color: #000b2f; font-size: 16px; line-height: 1.35; }
.app-header { height: 88px; background: #f5f5f6; }
.header-container { max-width: 1140px; height: 82px; padding: 0 16px; }
.logo-img { height: 39px; }
.desktop-nav { margin-left: 38px; gap: 11px; }
.nav-item { min-height: 82px; color: #000b2f; font-size: 15px; }
.header-right { gap: 20px; color: #3c3f4a; }
.app-header:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, #cc092f 4%, #6c4b94 50%, #1b1d36 96%);
    pointer-events: none;
    bottom: -1px;
}
.section-container, .section-wrap, .product-list-container, .buy-container, .history-container { max-width: 1140px; }
.catalog-crumbs, .crumbs, .buy-crumbs, .history-crumbs { color: #00113d; margin-bottom: 52px; }
.home-hero {  background-position: center center;  }
.hero-inner { max-width: 1140px; min-height: 430px;padding: 0 0; }
.hero-copy { width: 520px; }
.hero-copy h1 { font-size: 48px; line-height: 1.15; letter-spacing: 0; }
.hero-copy p { font-size: 18px;line-height: 1.38; }
.white-cta { min-height: 45px; padding: 0 20px; color: #005c8a; }
.core-product {     max-width: 1068px;margin: 0 auto; padding: 55px 0px 55px; }
.core-product .section-title { margin-bottom: 42px; font-size: 32px; line-height: 38px; }
.prod-list {  gap: 44px; }
.prod-item { flex: 1 1 0; max-width: 330px; margin-top: 0; }
.prod-item img { width: 128px; height: 104px; object-fit: contain; }
.prod-item h3 {
    color: #005c8a;
    font-size: 20px;
    line-height: 1.25;
    font-size: 17px;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: .25px;
    text-decoration: none;
    text-transform: none;
    margin-top: 12px;
}
.prod-item h3:hover{
    color: #0075a3;
    text-decoration: underline;
    text-decoration-color: #0075a3;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
.prod-item p {
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: none;
    color: rgb(73, 74, 94);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feeds-section { padding: 55px 0; background: rgba(1, 1, 1, 0.04);}
.feeds-content { max-width: 1200px; gap: 30px; }
.feed-card {
    width: 341px;
    min-height: 542px;
    padding: 0px 23px 7px;
    border-color: #cfd2d9;
}
.feed-card h2 {
    margin: 0 0 30px;
    padding: 24px 24px 0 0px;
    font-size: 19px;
    font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: .25px;
    text-decoration: none;
    text-transform: none;
    color: rgba(1, 1, 1, 0.7);
}
.feed-item strong {
    color: #005c8a;
    font-size: 17px;
    font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: .25px;
    text-decoration: none;
    text-transform: none;
}
.feed-item span { color: #00113d; font-size: 16px; }
.home-product-feed-item span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    text-transform: none;
    color: rgba(1, 1, 1, 0.7);
}
.bttn.link-bttn,
button.link-bttn {
    padding: 0;
    border: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    font-size: 15px;
    font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .25px;
    text-decoration: none;
    text-transform: none;
    color: #005c8a;
    cursor: pointer;
    padding-left: 3vw;
}
.bttn.link-bttn:hover,
button.link-bttn:hover { text-decoration: underline; }
.feed-more.link-bttn {
    align-self: flex-start;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
}
.simple-list-container {
    width: min(100% - 40px, 1168px);
    margin: 0 auto;
    padding: 18px 0 90px;
}
.simple-crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 38px;
    font-size: 14px;
    line-height: 20px;
    color: #272941;
}
.simple-crumbs a {
    color: #005c8a;
    text-decoration: none;
}
.simple-list-header {
    margin: 0 0 42px;
}
.simple-list-header h1,
.news-release-list h1 {
    margin: 0 0 14px;
    font-size: 32px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.25px;
    text-decoration: none;
    text-transform: none;
    color: #272941;
}
.simple-list-header p {
    max-width: 1040px;
    margin: 0;
    font-size: 15px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    text-transform: none;
    color: #494a5e;
}
.solution-list {
    display: grid;
    gap: 10px;
}
.solution-load-more{
    margin-top: 25px;
    margin-left: 9px;
}
.solution-list-item {
    display: block;
    padding: 17px 10px 19px;
    border: 1px solid #edf0f4;
    background: #fff;
    text-decoration: none;
}
.solution-list-item strong {
    display: block;
    margin: 0 0 14px;
    font-size: 16px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .25px;
    text-decoration: none;
    text-transform: none;
    color: #005c8a;
}
.solution-list-item span {
    display: -webkit-box;
    max-width: 87vw;
    font-size: 15px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    text-transform: none;
    color: #494a5e;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.news-page-layout {
    display: grid;
    grid-template-columns: 244px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    max-width: 1060px;
    margin: 0 auto;
}
.news-sidebar {
    min-height: 143px;
    padding: 18px 10px 20px;
    border: 1px solid #cfd2d9;
    color: #272941;
    background: #fff;
}
.news-sidebar strong,
.news-sidebar a {
    display: block;
    font-size: 15px;
    line-height: 23px;
    color: #272941;
    text-decoration: none;
}
.news-sidebar strong {
    margin: 0 0 8px;
    font-weight: 400;
}
.news-sidebar a {
    margin: 6px 0 0 20px;
}
.news-sidebar a.active {
    color: #005c8a;
    text-decoration: underline;
}
.news-sidebar a.child-active {
    margin-left: 42px;
}
.news-main {
    max-width: 820px;
}
.news-main h1 {
    margin-bottom: 28px;
}
.news-release-row {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 0;
    align-items: start;
    margin: 0 0 16px;
    text-decoration: none;
}
.news-list{
    padding-left: 3vw;
    padding-top: 1.4vw;
}
.news-release-row time {
    font-size: 15px;
    line-height: 23px;
    color: #494a5e;
}
.news-release-row strong {
    font-size: 16px;
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .25px;
    text-decoration: none;
    text-transform: none;
    color: #005c8a;
}
.news-load-more {
    margin-top: 6px;
}
.simple-empty {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #494a5e;
}
.about-section { max-width: 1140px; padding: 80px 0 19px;grid-template-columns: minmax(0, 1fr) 470px; }
.product-list-container { padding: 20px 0 86px; }
.product-list-container h1 { margin-bottom: 18px; font-size: 36px; line-height: 1.18; }
.catalog-tabs { margin: 0 0 48px; gap: 30px; }
.overview-panel { max-width: 760px; font-size: 17px; line-height: 1.45; }
.products-panel { grid-template-columns: 292px minmax(0, 1fr); gap: 30px; }
.filters-box, .filters-panel { border-color: #e5e8ee; padding: 26px 20px 36px; }
.product-result { max-width: 760px; margin-bottom: 26px; }
.product-result strong, .result-row strong { color: #005c8a; font-size: 18px; line-height: 1.25; }
.product-result small, .result-row p, .result-row span { color: #5f687a; font-size: 16px; line-height: 1.32; }
.product-detail-page .section-container {
    max-width: 1145px; padding: 0;
}
.news-detail-page  .section-container {
    max-width: 1145px; padding: 0;
}
.crumbs { padding: 18px 0 48px; }
.product-head h1 { font-size: 34px; line-height: 1.2;

@media (max-width: 992px) {
    .product-head h1  {
        font-size: 25px;
        font-family: Inter;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.25px;
        text-decoration: none;
        text-transform: none;
        color: #272941;
    }
    .product-head p, .product-brief {
        max-width: 1120px;
        font-size: 17px;
        line-height: 1.28;
        font-size: 16px;
        font-family: Inter;
        font-style: normal;
        font-weight: 800;
        line-height: 25px;
        letter-spacing: .25px;
        text-decoration: none;
        text-transform: none;
        color: #686979;
    }
    .crumbs {
        padding: 18px 0 0px;
    }
}
}
.product-head p, .product-brief { max-width: 1120px;font-size: 19px;line-height: 1.28; }
.product-tabs { margin: 34px 0 42px; }
.product-layout { grid-template-columns: minmax(0, 690px) 370px; gap: 58px; }
.product-panel p { color: #00113d; font-size: 18px; line-height: 1.45; }
.product-image img { height: 285px; }
.status-card { min-height: 100px;
    background-color: #f7f7f7;
    padding: 0.5rem 2rem; }
.tab-content.full-width { max-width: 1145px; margin: 0 auto; }
.tab-toolbar { margin: 0 0 24px; padding-right: 0; justify-content: flex-end; }
.accordion-item { border-color: #cfd2d9; }
.accordion-head { min-height: 66px; padding: 0 30px 0 16px; }
.accordion-body { padding: 0 16px 14px; }
.resource-table th { padding: 18px 16px; font-size: 16px; }
.resource-table td { padding: 18px 14px; font-size: 16px; }
.search-page .section-container { max-width: 1140px; padding: 0; }
.search-page { padding-top: 18px; }
.search-kicker { margin-bottom: 54px; }
.search-page h1 { margin-bottom: 10px; font-size: 34px; line-height: 1.2; }
.search-box { height: 46px; margin-bottom: 26px; border-color: #8a91a5; }
.results-layout { grid-template-columns: 270px minmax(0, 1fr); gap: 30px; }
.result-tools { margin-top: 14px; }
.result-row { margin-bottom: 17px; }
.pager { margin-top: 56px; }
.buy-container { padding: 20px 0 180px; }
.buy-hero { padding: 38px 0 32px; }
.buy-hero h1 { font-size: 39px; }
.buy-content { color: #00113d; }
.buy-content h1, .buy-content h2, .buy-content h3, .buy-content h4 { color: #00113d; }
.history-container { padding: 10px 0 120px; }
.history-header h1 { font-size: 30px; }
.history-header p { max-width: 780px; font-size: 14px; line-height: 1.45; }
.timeline { margin-top: 72px; }
.timeline:before { left: 92px; }
.timeline-item { grid-template-columns: 132px minmax(0, 1fr); column-gap: 34px; }
.timeline-year { color: #e5e7ed; font-size: 24px; }
.timeline-item:first-child .timeline-year { color: #005c8a; }
.timeline-item:first-child .timeline-year i { background: #005c8a; }
.timeline-events li { font-size: 14px; line-height: 1.5; }
.side-menu-overlay { top: 88px; height: calc(100% - 88px); }
.side-menu-panel { width: 360px; box-shadow: none; }
.side-menu-header { min-height: 64px; padding: 18px 24px; }
.menu-group-title, .menu-link-item { min-height: 57px; padding: 16px 24px; font-size: 16px; }
.app-footer { border-top: 0; }
.footer-container { max-width: 1225px;padding: 48px 0 60px;}
.logo-icon { width: 136px; padding: 0; }
.footer-logo { height: 29px; }
.navbar-nav { gap: 24px; }
.footer-menu { gap: 37px; }
.copyright-text { margin-top: 6px; }
.footer-secondary { width: 100%; }
@media (max-width: 1199px) {
  .header-container, .section-container, .section-wrap, .product-list-container, .buy-container, .history-container, .core-product, .product-detail-page .section-container, .search-page .section-container { max-width: calc(100% - 36px); }
  .prod-list { gap: 28px; }
}
@media (max-width: 768px) {
  .app-header { height: 90px; }
  .header-container { max-width: 100%; height: 90px; padding: 0 16px; }
  .logo-img { height: 36px; }
  .home-hero, .hero-inner { min-height: auto;height: 32vh; }
  .hero-inner { padding: 54px 18px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: 34px; }
  .core-product { max-width: 100%; padding: 46px 18px 56px; }
  .prod-list { display: block; }
  .prod-item { display: block; max-width: none; margin-bottom: 30px; text-align: center; }
  .about-section { max-width: 100%; padding: 44px 18px 56px; }
  .product-list-container, .buy-container, .history-container, .product-detail-page .section-container, .search-page .section-container { max-width: 100%; padding-left: 16px; padding-right: 16px; }
  .product-layout { display: block; }
  .resource-table { min-width: 760px; }
  .footer-container { padding: 24px 18px 34px; }
  .logo-icon { width: auto; }
  .white-cta {
        min-height: 37px;
        padding: 0 14px;
        color: #005c8a;
        margin-bottom: 5px;
   }
   .prod-item img {
        width: 163px;
        height: 168px;
        object-fit: contain;
        padding: 0px;
    }
    .crumbs {  padding: 18px 0 0px; }
    .product-head h1{
        font-size: 34px;
        font-family: Inter, serif;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.25px;
        text-decoration: none;
        text-transform: none;
        color: #272941;
    }
    .product-head p, .product-brief {
        max-width: 1120px;
        font-size: 16px;
        font-family: Inter, serif;
        font-style: normal;
        font-weight: 800;
        line-height: 25px;
        letter-spacing: .25px;
        text-decoration: none;
        text-transform: none;
        color: #272941;
    }
    .product-panel  thead th{
        font-size: 15px;
        font-family: Inter;
        font-style: normal;
        font-weight: 700;
        line-height: 23px;
        text-decoration: none;
        text-transform: none;
    }
    .product-panel  tbody th{
        font-size: 15px;
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        line-height: 23px;
        text-decoration: none;
        text-transform: none;
        color: #494a5e;
    }
    .product-panel  tbody th{
        font-size: 14px;
    }
}

/* Element UI assisted header/menu refinement */
.app-header { height: 88px; }
.header-container { height: 82px; padding: 0 16px; align-items: center; }
.logo-img { height: 34px; display: block; }
.desktop-nav { height: 82px; align-items: center; }
.nav-item,
.nav-link {
  height: 82px;
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
  font-weight: 500;
  vertical-align: middle;
    font-size: 15px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: #494a5e;
    padding: 0 4px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}

.nav-item span { display: inline-flex; align-items: center; line-height: 1; }
.nav-item:hover { color: #000b2f; font-weight: 700; }
.nav-item.active::before {
    border-bottom: 10px solid #813c7e;
    content: "";
    position: absolute;
    bottom: calc(100% - 53px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    visibility: visible;
}
.header-right { height: 82px; align-items: center; gap: 18px; }
.language-switch { position: relative; height: 34px; display: inline-flex; align-items: center; }
.language-trigger {
  height: 34px;
  border: 0;
  background: transparent;
  color: #555;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: 13px;
  cursor: pointer;
}
.language-trigger:hover { color: #c41230; background: rgba(196,18,48,.06); }
.globe-icon, .search-icon-svg { flex: 0 0 auto; }
.language-trigger .el-icon-arrow-down { font-size: 12px; margin-left: 2px; transition: transform .18s ease; }
.language-switch.open .language-trigger .el-icon-arrow-down { transform: rotate(180deg); }
.language-menu {
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 2100;
  min-width: 90px;
  padding: 10px 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.language-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 36px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
}
.language-switch.open .language-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.language-option {
  display: block;
  padding: 10px 20px;
  color: #33384f;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.language-option:hover, .language-option.is-active { color: #005c8a; background: #f5f7fa; }
.search-toggle-btn { width: 32px; height: 32px; color: #555; }
.search-toggle-btn:hover { color: #005c8a; }
.search-icon { display: none; }

.side-menu-overlay {
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.side-menu-overlay.open { opacity: 1; visibility: visible; pointer-events: auto; }
.side-menu-panel {
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
}
.side-menu-overlay.open .side-menu-panel { transform: translateX(0); }
.close-btn { display: inline-flex; align-items: center; justify-content: center; }
.menu-group-title, .menu-link-item { color: #333; line-height: 1.2; }
.menu-group-title span, .menu-link-item span { min-width: 0; }
.menu-chevron, .menu-arrow { color: #777; transition: transform .2s ease, color .2s ease; }
.menu-group.open > .menu-group-title { color: #c41230; }
.menu-group.open > .menu-group-title .menu-chevron { transform: rotate(180deg); color: #c41230; }
.sub-menu-items {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height .26s ease, padding .26s ease;
}
.menu-group.open .sub-menu-items {
  max-height: 420px;
  padding: 3px 0 8px;
}
.menu-empty { display: block; padding: 18px 24px; color: #777; }
.mobile-menu-tools {
  display: none;
  margin-top: auto;
  padding: 12px 22px 18px;
  border-top: 1px solid #e4e4e4;
}
.mobile-menu-tools label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: #33384f;
  font-weight: 700;
}
.mobile-menu-tools select {
  width: 132px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #aeb6c7;
  background: #fff;
  color: #151b35;
  font-weight: 700;
}
.mobile-search-link {
  height: 42px;
  border: 1px solid #aeb6c7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #151b35;
  text-decoration: none;
  font-weight: 700;
}

.about-copy h2 { margin-bottom: 42px; }
.about-copy p + p { margin-top: 12px; }
.about-copy .text-link { display: inline-flex; margin-top: 6px; }
.timeline-item:first-child .timeline-year { color: #e5e7ed; }
.timeline-item:first-child .timeline-year i { background: #f1f2f5; }
.timeline-item:hover .timeline-year { color: #005c8a; }
.timeline-item:hover .timeline-year i { background: #005c8a; }
.timeline-year { min-width: 132px; justify-content: flex-start; }
.timeline-year i { flex: 0 0 19px; }
.timeline-events { list-style: none; padding-left: 0; }

@media (max-width: 1024px) {
  .app-header, .header-container { height: 88px; }
  .header-container { justify-content: center; padding: 0 16px; }
  .logo-img { height: 34px; }
  .mobile-menu-toggle { display: flex; left: 16px; top: 24px; }
  .side-menu-overlay { top: 88px; height: calc(100% - 88px); }
  .side-menu-panel { display: flex; flex-direction: column; }
  .mobile-menu-tools { display: block; }
  .mobile-language-switch { display: none; }
}

@media (max-width: 768px) {
  .footer-menu { gap: 28px; }
  .footer-secondary { display: flex; width: 100%; gap: 10px 14px; }
  .footer-secondary li {  margin-right: 11px;}
  .copyright-text { max-width: 520px; }
  .timeline { margin-top: 38px; }
  .timeline-year { margin-bottom: 12px; gap: 12px; }
  .timeline-events li { font-size: 14px; line-height: 1.35; margin-bottom: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Follow-up calibration from the latest reference screenshots. */
.language-switch { height: 28px; }
.language-trigger {
  height: 28px;
  gap: 4px;
  padding: 2px 4px;
  color: #4f535c;
  font-size: 14px;
}
.language-trigger:hover { color: #4f535c; background: transparent; }
.language-trigger .el-icon-arrow-down { margin-left: 3px; font-size: 12px; }
.language-menu {
  top: 38px;
  right: -9px;
  width: 88px;
  min-width: 88px;
  min-height: 93px;
  padding: 10px 0;
  border-radius: 3px;
  box-shadow: 0 5px 16px rgba(15, 23, 42, .12);
}
.language-menu:before { right: 43px; }
.language-option {
  padding: 10px 20px;
  color: #30384d;
  font-size: 14px;
  line-height: 1.1;
  background: #fff;
}
.language-option:hover,
.language-option.is-active {
  color: #30384d;
  background: #fff;
}

.side-menu-panel { overflow: hidden; }
.side-menu-body { flex: 1 1 auto; overflow-y: auto; }
.menu-group.open > .menu-group-title { color: #333; }
.menu-group.open > .menu-group-title .menu-chevron { color: #999; }
.menu-group.open .sub-menu-items:empty {
  min-height: 10px;
  padding: 0;
  background: #f5f5f5;
}
.menu-group-title:hover,
.menu-link-item:hover {
  color: #333;
  background: #fff;
}
.sub-menu-item:hover { color: #555; background: #f5f5f5; }

.mobile-menu-tools {
  padding: 14px 21px 20px;
  background: #fff;
}
.mobile-menu-tools label {
  min-height: 44px;
  margin: 0 0 18px;
  color: #222941;
  font-size: 15px;
}
.mobile-menu-tools select {
  width: 132px;
  height: 38px;
  border-color: #aeb7c9;
  font-size: 15px;
}
.mobile-search-link {
  width: 100%;
  height: 42px;
  border-color: #aeb7c9;
  color: #151b35;
  font-size: 16px;
}

@media (min-width: 1025px) {
  .side-menu-panel { display: block; }
  .mobile-menu-tools { display: none !important; }
}

/* Mobile home/footer and legacy Vue2 main loading restoration. */
.gov-info {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: inherit;
  text-decoration: none;
}
.gov-info img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.lnk-item {
  color: #272941;
  text-decoration: none;
}

.main-loading-overlay {
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  pointer-events: auto;
}
.main-loading-overlay.is-visible {
  display: flex;
}
.main-loading-box {
  min-width: 120px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #151b35;
}
.main-loading-orbit {
  position: relative;
  width: 54px;
  height: 54px;
  display: block;
  animation: main-loading-rotate 1.2s linear infinite;
}
.main-loading-orbit:before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid #d8dbe5;
  border-radius: 50%;
}
.main-loading-orbit i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c41230;
  transform-origin: 27px 27px;
}
.main-loading-orbit i:nth-child(1) {
  left: 22px;
  top: 0;
}
.main-loading-orbit i:nth-child(2) {
  right: 4px;
  bottom: 9px;
  opacity: .72;
}
.main-loading-orbit i:nth-child(3) {
  left: 4px;
  bottom: 9px;
  opacity: .45;
}
.main-loading-text {
  font-size: 14px;
  font-weight: 600;
}
@keyframes main-loading-rotate {
  to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
   #mobileLanguageSelect{
       border-radius: 5px;
       padding-left: 11px;
   }
  .feeds-section {
    padding: 80px 0 66px;
    background: #eee;
  }
  .feeds-content {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 0 16px;
  }
  .feed-card {
    width: 100%;
    min-height: auto;
    padding: 3px 22px 8px;
    border: 1px solid #cfd1d7;
    border-radius: 0;
    background: #fff;
  }
  .feed-card + .feed-card {
    border-top: 0;
  }
  .feed-card h2 {
      margin: 0 0 30px;
      font-size: 21px;
      line-height: 1.2;
      color: rgba(1, 1, 1, 0.7);
  }
  .feed-item {
    margin-bottom: 30px;
  }
  .feed-item strong {
    font-size: 17px;
    line-height: 1.28;
  }
  .feed-more {
    margin-top: 22px;
    padding-bottom: 20px;
    align-self: center;
  }
  .feed-more.link-bttn {
    align-self: flex-start;
  }

  .simple-list-container {
    width: calc(100% - 32px);
    padding: 16px 0 56px;
  }
  .simple-crumbs {
    margin-bottom: 28px;
  }
  .simple-list-header {
    margin-bottom: 30px;
  }
  .simple-list-header h1,
  .news-main h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .news-page-layout {
    display: block;
    max-width: 100%;
  }
  .news-sidebar {
    margin: 0 0 28px;
  }
  .news-main {
    max-width: 100%;
  }
  .news-list {
    padding-left: 0;
  }
  .solution-list-item {
    padding: 16px 0;
    border-left: 0;
    border-right: 0;
  }
  .news-release-row {
    display: block;
    margin-bottom: 20px;
  }
  .news-release-row time {
    display: block;
    margin-bottom: 4px;
  }

  .about-section {
    max-width: 100%;
    display: block;
    padding: 44px 16px 112px;
    margin: 0;
    background: #fff;
  }
  .about-copy h2 {
    margin: 0 0 24px;
    font-size: 26px;
    line-height: 1.2;
  }
  .about-copy p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.48;
  }
  .about-copy .text-link {
    margin-top: 4px;
    margin-bottom: 36px;
  }
  .about-video {
    width: 100%;
    padding: 22px;
  }
  .about-video img {
    height: 180px;
    object-fit: cover;
  }
  .play-button {
    width: 98px;
    height: 98px;
  }

  .app-footer:before {
    height: 7px;
  }
  .footer-container {
    max-width: 100%;
    flex-direction: column;
    padding: 16px 0 29px;
      height: 35vh;
  }
  .logo-icon {
    width: auto;
    padding: 4px 18px;
  }
  .footer-logo {
    height: 24px;
  }
  .navbar-nav {
    width: 90%;
    margin: 0 auto;
    gap: 18px;
  }
  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 18px;
    padding: 8px 0;
  }
  .footer-menu li span,
  .footer-menu li {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    color: #272941;
  }
  .copyright-text {
    max-width: none;
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
  .footer-secondary {
    width: 100%;
    justify-content: flex-start;
    gap: 5px 0;
    padding-top: 16px;
    font-size: 13px;
  }
  .footer-secondary li {
     margin-right: 12px;
  }

  .main-loading-overlay {
    top: 88px;
  }
}

/* Product catalog SSR and Broadcom-inspired menu refinements. */
@media (min-width: 1025px) {
  .desktop-nav .nav-item {
    position: relative;
  }
  .desktop-nav .nav-item.active::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #813c7e;
    visibility: visible;
  }
}

.catalog-tabs a {
  border: 0;
  background: transparent;
  color: #151b35;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 0 10px;
  cursor: pointer;
}
.catalog-tabs a.active {
  color: #00629b;
  border-bottom: 2px solid #0071bc;
}
.product-result[hidden] {
  display: none !important;
}
.product-placeholder {
  display: block;
  cursor: default;
}
.overview-note {
  margin-top: 26px;
}

.side-menu-overlay.open {
  display: block;
}
.side-menu-overlay {
  align-items: stretch;
  justify-content: flex-start;
}
.side-menu-panel {
  padding: 0;
  max-width: none;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.side-menu-body {
  min-height: 100%;
}
.desktop-menu-mode .side-menu-panel {
  width: 880px;
  height: calc(100vh - 88px);
  overflow: hidden;
}
.menu-desktop-layout {
  display: grid;
  grid-template-columns: 450px 430px;
  height: 100%;
}
.menu-dark-main {
  background: #171a33;
  color: #fff;
  padding: 20px 0 42px;
  height: 90vh;
}
.menu-light-detail {
  background: #fff;
  color: #151b35;
  padding: 30px 24px;
}
.menu-desktop-top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 16px 20px 22px;
}
.menu-x-btn {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu-search-form,
.mobile-search-form {
  display: flex;
  align-items: center;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d9dde7;
}
.menu-search-form {
  flex: 1;
}
.menu-search-form input,
.mobile-search-form input {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: 0;
  padding: 0 14px;
  font-size: 14px;
  outline: 0;
}
.menu-search-form button,
.mobile-search-form button {
  width: 44px;
  height: 28px;
  border: 0;
  border-left: 1px solid #d9dde7;
  background: #fff;
  color: #27304a;
  cursor: pointer;
}
.menu-dark-main h2,
.menu-light-detail h3,
.mobile-submenu-panel h2 {
  margin: 16px 22px;
  color: inherit;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
.menu-primary-list {
  margin-top: 12px;
}
.menu-primary-row {
  width: 100%;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.menu-primary-row:hover,
.menu-primary-row.is-active {
  background: #006b91;
}
.menu-light-detail .menu-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #005c8a;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}
.menu-back-arrow {
  transform: rotate(180deg);
}
.menu-detail-list {
  display: grid;
  gap: 14px;
  margin: 22px 24px;
}
.menu-detail-link {
  color: #4d5368;
  font-size: 16px;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}
.menu-detail-link:hover {
  color: #005c8a;
  transform: translateX(4px);
}
.menu-empty-panel {
  color: #8b91a3;
  font-size: 15px;
}

.product-overview-layout {
  grid-template-columns: minmax(320px, 370px) minmax(0, 1fr);
  align-items: start;
}
.product-overview-layout .product-aside {
  order: 1;
}
.product-overview-layout .product-main {
  order: 2;
}

@media (max-width: 1024px) {
  .desktop-nav .nav-item.active::before {
    display: none;
  }
  .side-menu-overlay {
    background: rgba(0, 0, 0, .42);
  }
  .side-menu-panel {
    width: 374px;
    max-width: 100vw;
    height: 100vh;
    background: #4c5064;
    transform: none;
  }
  .side-menu-overlay.open .side-menu-panel {
    transform: translateX(0);
  }
  .mobile-root-menu {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #4c5064;
    color: #fff;
  }
  .mobile-root-list {
    padding-top: 0;
  }
  .mobile-root-row {
    width: 100%;
    min-height: 49px;
    padding: 0 20px;
    border: 0;
    border-bottom: 1px solid rgba(18, 21, 37, .42);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
  }
  .mobile-root-row.is-active {
    background: #006b91;
  }
  .mobile-product-root {
    background: #171a33;
  }
  .mobile-product-top {
    display: flex;
    align-items: center;
      gap: 84px;
      padding: 8px 12px 16px;
  }
  .mobile-product-top .mobile-back-btn {
    color: #fff;
    flex: 0 0 auto;
  }
  .mobile-product-search {
    flex: 1;
    margin-top: 0;
  }
  .mobile-product-root h2 {
    margin: 0 20px 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
  }
  .mobile-tools-dark {
    margin-top: 28px;
    padding: 0 13px;
  }
  .mobile-tools-dark label {
    display: block;
  }
  .mobile-tools-dark label span {
    display: none;
  }
  .mobile-tools-dark select {
    width: 100%;
    height: 36px;
    padding: 0 20px;
    border: 0;
    background: #333;
    color: #fff;
    font-weight: 700;
  }
  .mobile-search-form {
    height: 40px;
    /*margin-top: 22px;*/
  }
  .mobile-submenu-mode .side-menu-panel {
    background: #fff;
  }
  .mobile-submenu-panel {
      min-height: 100vh;
      background: #fff;
      color: #151b35;
      background-color: rgb(27, 29, 54);
      color: rgb(255, 255, 255);
  }
  .mobile-sub-top {
      height: 57px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .mobile-back-btn {
    border: 0;
    background: transparent;
    color: #005c8a;
    font-weight: 800;
    font-size: 15px;
  }
  .mobile-submenu-panel .menu-x-btn {
    color: #333;
  }
  .mobile-submenu-panel h2 {
    margin: 28px 22px 18px;
    font-size: 22px;
  }
  .mobile-sub-heading {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    color: #444;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    text-align: left;
  }
  .mobile-sub-group.open .mobile-sub-heading {
    color: #d71945;
  }
  .mobile-sub-group.open .menu-chevron {
    transform: rotate(180deg);
  }
  .mobile-sub-items {
    display: none;
    padding: 0 0 12px;
    background: #f6f6f6;
  }
  .mobile-sub-group.open .mobile-sub-items {
    display: block;
  }
  .mobile-sub-items a {
    display: block;
    padding: 12px 52px;
    color: #555;
    text-decoration: none;
    font-size: 15px;
  }
  .mobile-product-detail-list {
    padding: 4px 0;
  }
  .mobile-product-detail-list a,
  .mobile-product-detail-list .menu-empty-panel {
    display: block;
    padding: 10px 42px;
    color: #e3e1e1;
    text-decoration: none;
    font-size: 15px;
  }
  .product-overview-layout {
    display: flex;
    flex-direction: column;
  }
  .product-overview-layout .product-aside,
  .product-overview-layout .product-main {
    order: initial;
    width: 100%;
  }
}

/* Final route/i18n pass overrides. */
@media (min-width: 1025px) {
  .menu-single-layout {
    grid-template-columns: 450px;
  }
  .menu-primary-row.single-link {
    text-decoration: none;
  }
  .product-overview-layout {
      display: grid;
      grid-template-columns: minmax(0, 690px) 370px;
      gap: 100px;
      align-items: start;
  }
  .product-overview-layout .product-main {
    order: 1;
  }
  .product-overview-layout .product-aside {
    order: 2;
  }
}

@media (max-width: 1024px) {
  .mobile-submenu-company {
    background-color: rgb(27, 29, 54);
    color: rgb(255, 255, 255);
  }
  .mobile-submenu-company .mobile-sub-top {
    /*border-bottom-color: rgba(255, 255, 255, .16);*/
  }
  .mobile-submenu-company .mobile-back-btn,
  .mobile-submenu-company .menu-x-btn,
  .mobile-submenu-company .mobile-sub-heading,
  .mobile-submenu-company .mobile-sub-items a {
    color: rgb(255, 255, 255);
  }
  .mobile-submenu-company .mobile-sub-heading {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, .14);
  }
  .mobile-submenu-company .mobile-sub-items {
    background: rgba(255, 255, 255, .06);
  }
  .product-overview-layout {
    display: flex;
    flex-direction: column;
  }
  .product-overview-layout .product-aside {
    order: -1;
  }
  .product-overview-layout .product-main {
    order: 1;
  }
  .product-overview-layout  .product-main .overview-panel {
      padding: 0px 21px;
  }
}

/* Search interaction polish. */
.search-box {
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.search-box.is-focused {
  border-color: #005c8a;
  box-shadow: 0 0 0 1px #005c8a inset;
}
.search-box input::placeholder {
  color: #3c4359;
  opacity: 1;
}
.search-box .clear-button {
  width: 44px;
  color: #4b5064;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.search-box .submit-button {
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #252b45;
  border-left: 1px solid #d5d8e0 !important;
}
.search-box .submit-button svg {
  display: block;
}
.search-suggestions {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  z-index: 40;
  max-height: 290px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #dfe2e8;
  border-top: 0;
  box-shadow: 0 10px 22px rgba(20, 29, 55, .12);
}
.search-suggestion-item {
  display: block;
  padding: 10px 12px;
  color: #005c8a;
  text-decoration: none;
  border-bottom: 1px solid #e5e7ec;
}
.search-suggestion-item:hover,
.search-suggestion-item:focus {
  background: #f5f8fb;
}
.search-suggestion-item strong {
  display: block;
  color: #005c8a;
  font-size: 17px;
  line-height: 1.25;
}
.search-suggestion-item span {
  display: block;
  margin-top: 3px;
  color: #5f687a;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Product list filter refinements. */
.product-list-page .filter-group label {
  grid-template-columns: 22px minmax(0, 1fr) 50px;
  min-height: 30px;
  gap: 4px;
}
.product-list-page .filter-group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #d71945;
  cursor: pointer;
}
.product-list-page .filter-group label span {
  line-height: 1.25;
}

@media (max-width: 768px) {
  .product-list-page .filters-box {
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .product-list-page .filters-content {
    padding: 0 0 18px;
    border-top: 0;
  }
  .product-list-page .mobile-filter-toggle {
    width: auto;
    min-height: 34px;
    display: inline-flex;
    gap: 12px;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    color: #00113d;
    font-size: 14px;
    font-weight: 800;
  }
  .product-list-page .mobile-filter-toggle b {
    color: #00113d;
    font-size: 12px;
    line-height: 1;
  }
  .product-list-page .filter-group label {
    grid-template-columns: 20px minmax(0, 1fr) 44px;
    min-height: 26px;
    font-size: 15px;
  }
  .product-list-page .filter-group input[type="checkbox"] {
    width: 13px;
    height: 13px;
  }
}

/* Mobile solution/buy menu and product detail order fixes. */
@media (max-width: 1024px) {
  .mobile-submenu-solutions,
  .mobile-submenu-howToBuy {
    min-height: 100vh;
    background-color: rgb(27, 29, 54);
    color: #fff;
  }
  .mobile-submenu-solutions .mobile-sub-top,
  .mobile-submenu-howToBuy .mobile-sub-top {
    border-bottom-color: rgba(255, 255, 255, .16);
  }
  .mobile-submenu-solutions .mobile-sub-list,
  .mobile-submenu-howToBuy .mobile-sub-list,
  .mobile-submenu-solutions .mobile-sub-items,
  .mobile-submenu-howToBuy .mobile-sub-items {
    background-color: rgb(27, 29, 54);
  }
  .mobile-submenu-solutions .mobile-back-btn,
  .mobile-submenu-howToBuy .mobile-back-btn,
  .mobile-submenu-solutions .menu-x-btn,
  .mobile-submenu-howToBuy .menu-x-btn,
  .mobile-submenu-solutions .mobile-sub-heading,
  .mobile-submenu-howToBuy .mobile-sub-heading,
  .mobile-submenu-solutions .mobile-sub-items a,
  .mobile-submenu-howToBuy .mobile-sub-items a,
  .mobile-submenu-solutions .menu-empty-panel,
  .mobile-submenu-howToBuy .menu-empty-panel {
    color: #f7f8ff;
  }
  .mobile-submenu-solutions .mobile-sub-heading,
  .mobile-submenu-howToBuy .mobile-sub-heading {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, .14);
    font-weight: 800;
  }
  .mobile-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
  }
  .mobile-back-btn .menu-back-icon {
    display: block;
    flex: 0 0 auto;
  }
  .mobile-product-top {
     gap: 84px;
  }
  .product-detail-page .product-overview-layout {
    display: flex;
    flex-direction: column;
  }
  .product-detail-page .product-overview-layout .product-aside {
    order: -1 !important;
  }
  .product-detail-page .product-overview-layout .product-main {
    order: 1 !important;
  }
}

/* Latest mobile product detail requirement: article first, media/status after it. */
@media (max-width: 1024px) {
  .mobile-submenu-company,
  .mobile-submenu-solutions,
  .mobile-submenu-howToBuy,
  .mobile-submenu-company .mobile-sub-list,
  .mobile-submenu-solutions .mobile-sub-list,
  .mobile-submenu-howToBuy .mobile-sub-list,
  .mobile-submenu-company .mobile-sub-items,
  .mobile-submenu-solutions .mobile-sub-items,
  .mobile-submenu-howToBuy .mobile-sub-items {
    background-color: rgb(27, 29, 54) !important;
    color: #f7f8ff;
  }

  .mobile-submenu-company .mobile-product-top,
  .mobile-submenu-solutions .mobile-product-top,
  .mobile-submenu-howToBuy .mobile-product-top {
    gap: 84px;
    padding: 10px 12px 14px;
    background-color: rgb(27, 29, 54);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .mobile-submenu-company .mobile-back-btn,
  .mobile-submenu-solutions .mobile-back-btn,
  .mobile-submenu-howToBuy .mobile-back-btn,
  .mobile-submenu-company .mobile-sub-heading,
  .mobile-submenu-solutions .mobile-sub-heading,
  .mobile-submenu-howToBuy .mobile-sub-heading,
  .mobile-submenu-company .mobile-sub-items a,
  .mobile-submenu-solutions .mobile-sub-items a,
  .mobile-submenu-howToBuy .mobile-sub-items a,
  .mobile-submenu-company .mobile-sub-direct-link,
  .mobile-submenu-solutions .mobile-sub-direct-link,
  .mobile-submenu-howToBuy .mobile-sub-direct-link {
    color: #f7f8ff;
  }

  .mobile-submenu-company .mobile-sub-heading,
  .mobile-submenu-solutions .mobile-sub-heading,
  .mobile-submenu-howToBuy .mobile-sub-heading {
    border-color: rgba(255, 255, 255, .12);
  }

  .product-detail-page .product-overview-layout .product-main {
    order: 1 !important;
  }
  .product-detail-page .product-overview-layout .product-aside {
    order: 2 !important;
  }
}
