/* Global polish layer for Chaolian public pages. Uses system fonts only. */
:root {
  --cl-strong: #1f2329;
  --cl-text: #4e5969;
  --cl-muted: #86909c;
  --cl-line: #e5e6eb;
  --cl-line-soft: #f1f3f5;
  --cl-bg: #ffffff;
  --cl-bg-soft: #f7faff;
  --cl-blue: #1677ff;
  --cl-blue-deep: #0f62d9;
  --cl-cyan: #14c2c3;
  --cl-green: #17b26a;
  --cl-amber: #ffb020;
  --cl-red: #f04438;
  --cl-shadow-sm: 0 1px 2px rgba(31, 35, 41, .05), 0 6px 18px rgba(31, 35, 41, .04);
  --cl-shadow-md: 0 8px 24px rgba(31, 35, 41, .08);
  --cl-shadow-lg: 0 18px 48px rgba(31, 35, 41, .10);
  --cl-radius: 6px;
  --cl-radius-sm: 4px;
}

html,
body {
  color: var(--cl-text) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: 0 !important;
  text-rendering: optimizeLegibility;
}

body {
  background: #fff !important;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

body > .edit-header,
body > #header,
body > .edit-header #header,
#header,
#header .header-container {
  top: 0 !important;
  margin-top: 0 !important;
}

body > .edit-header {
  margin: 0 !important;
  padding-top: 0 !important;
}

body > .edit-header,
body > #header,
body > .edit-header #header {
  position: relative !important;
  width: 100% !important;
  transform: none !important;
}

body > .edit-header #header .header-container,
body > #header .header-container {
  top: 0 !important;
  margin-top: 0 !important;
}

body > .zdyhome {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

body > .zdyhome + #header,
body > .zdyhome + .edit-header #header {
  top: 0 !important;
  margin-top: 0 !important;
}

body a {
  color: inherit;
}

body a:hover {
  color: var(--cl-blue);
}

.chaolian-home,
.cl-page {
  background: #fff;
}

.cl-hero h1,
.cl-section-head h2,
.cl-service-card h3,
.cl-product-card h3,
.cl-solution-grid strong,
.cl-delivery-item strong,
.cl-cta h2,
.cl-footer-brand p,
.cl-footer-nav dt,
.cl-footer-service strong,
.card-title-text,
.cl-cloud-list-head h2,
.cl-cloud-filter-head h2,
.cl-cloud-admin-head h1,
.configoption_form .card-title {
  color: var(--cl-strong) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.cl-hero-desc,
.cl-section-head p,
.cl-service-card p,
.cl-product-card p,
.cl-delivery-item p {
  color: var(--cl-text) !important;
  font-weight: 400 !important;
}

.cl-container,
.por-container {
  width: min(100% - 40px, 1200px);
}

a,
.btn,
.cl-btn {
  text-decoration: none !important;
}

.cl-eyebrow,
.cl-card-top,
.cl-product-card-top span,
.cl-service-card > span,
.cl-section-head > span,
.cl-cta span {
  color: var(--cl-blue);
  font-weight: 600 !important;
}

/* Header */
#header .header-container,
#header .header-wrapper,
#header .header-bottom {
  background: rgba(255, 255, 255, .96) !important;
}

#header .header-container {
  border-bottom: 1px solid var(--cl-line) !important;
  box-shadow: none !important;
}

.header-nav-list > li > a,
.header-tools-right > li > a,
.header-user-info a {
  color: var(--cl-strong) !important;
  font-weight: 400 !important;
}

.header-nav-list > li.active > a,
.header-nav-list > li:hover > a,
.header-tools-right > li > a:hover {
  color: var(--cl-blue) !important;
}

.header-login > a,
.header-register > a,
.header-shopping-cart .shopping-cart-text {
  border-radius: var(--cl-radius-sm) !important;
  font-weight: 500 !important;
}

.header-login > a {
  border: 1px solid var(--cl-line) !important;
  background: #fff !important;
  color: var(--cl-blue) !important;
}

.header-register > a,
.header-shopping-cart .shopping-cart-text {
  border: 1px solid var(--cl-line) !important;
  background: #fff !important;
  color: var(--cl-blue) !important;
}

.header-register > a:hover,
.header-shopping-cart .shopping-cart-text:hover {
  border-color: rgba(22, 119, 255, .42) !important;
  background: #e8f3ff !important;
  color: var(--cl-blue-deep) !important;
}

/* Buttons */
.cl-btn {
  min-height: 38px !important;
  border-radius: var(--cl-radius-sm) !important;
  font-size: 14px;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.cl-btn-primary {
  border-color: var(--cl-blue) !important;
  background: var(--cl-blue) !important;
  color: #fff !important;
}

.cl-btn-primary:hover {
  background: var(--cl-blue-deep) !important;
  color: #fff !important;
}

.cl-btn-secondary,
.cl-btn-ghost {
  border-color: var(--cl-line) !important;
  background: #fff !important;
  color: var(--cl-strong) !important;
}

.cl-btn-secondary:hover,
.cl-btn-ghost:hover {
  border-color: var(--cl-blue) !important;
  color: var(--cl-blue) !important;
}

/* Home */
.cl-hero {
  min-height: 560px;
  border-bottom: 1px solid var(--cl-line) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(245, 249, 255, .92)),
    url('../image/chaolian-datacenter.png') right center / auto 100% no-repeat !important;
}

.cl-hero-panel,
.cl-quick-item,
.cl-service-card,
.cl-product-card,
.cl-news-card,
.cl-delivery-item,
.cl-solution-grid a {
  border-color: var(--cl-line) !important;
  border-radius: var(--cl-radius) !important;
  background: #fff !important;
  box-shadow: var(--cl-shadow-sm) !important;
}

.cl-quick-item:hover,
.cl-service-card:hover,
.cl-product-card:hover,
.cl-solution-grid a:hover,
.cl-news-card:hover {
  border-color: rgba(22, 119, 255, .34) !important;
  box-shadow: var(--cl-shadow-md) !important;
  transform: translateY(-2px);
}

.cl-hero-panel {
  padding: 28px !important;
}

.cl-hero-panel-head span,
.cl-hero-stat-grid em,
.cl-panel-link {
  color: var(--cl-blue) !important;
}

.cl-hero-stat-grid div {
  border-color: var(--cl-line) !important;
  background: var(--cl-bg-soft) !important;
}

.cl-quick {
  margin-top: -34px;
}

.cl-quick-item {
  min-height: 112px;
  padding: 22px !important;
}

.cl-quick-item strong,
.cl-service-card h3,
.cl-product-card h3 {
  font-weight: 600 !important;
}

.cl-quick-item em,
.cl-service-card p,
.cl-product-card p,
.cl-product-card li,
.cl-delivery-item p {
  color: var(--cl-text) !important;
}

.cl-service-grid,
.cl-product-grid,
.cl-delivery-grid,
.cl-solution-grid {
  gap: 18px;
}

.cl-service-card,
.cl-product-card,
.cl-delivery-item {
  padding: 24px !important;
}

.cl-service-card > span,
.cl-delivery-item span {
  background: #e8f3ff !important;
  color: var(--cl-blue) !important;
}

.cl-service-card a,
.cl-panel-link,
.cl-product-card strong,
.cl-news-more {
  color: var(--cl-blue) !important;
  font-weight: 500 !important;
}

.cl-section-head {
  margin-bottom: 28px;
}

.cl-section-head h2,
.cl-cta h2 {
  font-size: 32px;
  line-height: 1.3;
}

.cl-section-head p {
  font-size: 15px;
  line-height: 1.76;
}

.cl-product-card p,
.cl-delivery-item p {
  font-size: 14px;
  line-height: 1.72;
}

.cl-product-card ul {
  gap: 8px;
  margin-top: 20px;
}

.cl-product-card li::before {
  background: var(--cl-blue) !important;
}

.cl-product-card strong {
  color: var(--cl-blue) !important;
  font-weight: 500 !important;
}

.cl-solution {
  margin-top: 78px;
  padding: 78px 0;
  border-color: var(--cl-line) !important;
  background: #f7faff !important;
}

.cl-solution-grid a,
.cl-delivery-item,
.cl-news-card {
  background: #fff !important;
}

.cl-solution-grid strong,
.cl-delivery-item strong,
.cl-news-title {
  color: var(--cl-strong) !important;
  font-weight: 600 !important;
}

.cl-solution-grid span,
.cl-delivery-item span,
.cl-card-top span,
.cl-news-title:hover {
  color: var(--cl-blue) !important;
}

.cl-cta {
  background: linear-gradient(90deg, #f5f9ff, #fff) !important;
  border-top: 1px solid var(--cl-line) !important;
  border-bottom: 1px solid var(--cl-line) !important;
}

.cl-cta-inner {
  min-height: 188px;
}

.cl-floating-support {
  right: 18px !important;
  bottom: 104px !important;
  z-index: 2600 !important;
  display: grid !important;
  gap: 0 !important;
  padding: 6px !important;
  border: 1px solid rgba(229, 230, 235, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(31, 35, 41, .12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cl-floating-support a {
  position: relative;
  width: 48px !important;
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: var(--cl-text) !important;
  box-shadow: none !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.cl-floating-support a + a::before {
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  height: 1px;
  background: var(--cl-line-soft);
  content: "";
}

.cl-floating-support a:hover {
  background: #e8f3ff !important;
  color: var(--cl-blue) !important;
  transform: translateX(-2px);
}

.cl-floating-support em {
  margin-top: 3px !important;
  color: inherit !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.1;
}

.cl-floating-ad {
  min-height: 96px !important;
  margin-bottom: 6px;
  border-radius: 6px !important;
}

.cl-float-icon {
  width: 20px !important;
  height: 20px !important;
}

.cl-float-service::before {
  inset: 4px 3px 5px;
  border: 2px solid currentColor !important;
  border-radius: 10px;
}

.cl-float-service::after {
  left: 7px;
  bottom: 2px;
  width: 7px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 0 5px;
  transform: rotate(-20deg);
}

.cl-float-phone::before {
  left: 6px !important;
  top: 2px !important;
  width: 9px !important;
  height: 16px !important;
  border: 2px solid currentColor !important;
  border-radius: 5px !important;
  transform: rotate(-14deg);
}

.cl-float-phone::after {
  left: 9px;
  bottom: 2px;
  width: 4px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.cl-float-ticket::before {
  inset: 4px 2px !important;
  border: 2px solid currentColor !important;
  border-radius: 5px !important;
}

.cl-float-ticket::after {
  left: 7px;
  right: 7px;
  top: 9px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor;
}

.cl-float-top::before {
  left: 5px !important;
  top: 7px !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid currentColor !important;
  border-left: 2px solid currentColor !important;
}

.cl-float-top::after {
  left: 9px;
  top: 7px;
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: currentColor;
}

/* Compact public-site mega menus; leave the top nav bar layout intact. */
#header.show-dropdown .header-container,
.header-dropdown.showMask {
  background: transparent !important;
}

.edit-header,
#header,
#header .header-container,
.header-dropdown {
  z-index: 10050 !important;
}

.header-dropdown-list {
  z-index: 10051 !important;
}

.header-dropdown-list > li.header-dropdown-support,
.header-dropdown-list > li.header-dropdown-product {
  position: relative !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.header-dropdown-list > li.header-dropdown-support:not(.show),
.header-dropdown-list > li.header-dropdown-product:not(.show) {
  display: none !important;
}

.header-dropdown-list > li.header-dropdown-support.show,
.header-dropdown-list > li.header-dropdown-product.show {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding: 0 28px !important;
  box-sizing: border-box;
}

.header-dropdown-list > li.header-dropdown-support.show {
  min-height: 0;
  box-shadow: none !important;
}

.header-dropdown-support .dropdown-common-container {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.header-dropdown-support .dropdown-common-wrapper {
  width: min(1040px, calc(100vw - 72px));
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
  margin: 0 auto !important;
  border: 1px solid var(--cl-line);
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, .98) !important;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(31, 35, 41, .11);
}

.header-dropdown-support .dropdown-common-wrapper-inner {
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr);
  height: 100% !important;
  max-height: inherit !important;
  overflow: hidden;
}

.header-dropdown-support .dropdown-common-left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 24px 20px 20px !important;
  border-right: 1px solid var(--cl-line-soft);
  background: #f5f7fb;
}

.header-dropdown-support .dropdown-common-left-wrapper > div {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  overflow: visible !important;
}

.header-dropdown-support .dropdown-common-icon {
  display: none !important;
}

.header-dropdown-support .dropdown-common-title {
  margin: 0 0 8px !important;
  color: var(--cl-strong) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.32 !important;
}

.header-dropdown-support .dropdown-common-desc {
  display: -webkit-box !important;
  max-width: 168px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 !important;
  color: var(--cl-text) !important;
  font-size: 12px !important;
  line-height: 1.62 !important;
}

.header-dropdown-support .dropdown-common-link:empty {
  display: none !important;
}

.header-dropdown-support .dropdown-common-contact {
  display: inline-flex !important;
  align-items: center;
  width: 100%;
  min-height: 34px;
  margin-top: 16px !important;
  padding: 0 10px !important;
  border: 1px solid #dbe6f5;
  border-radius: 4px;
  background: #fff;
  color: var(--cl-text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  float: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.header-dropdown-support .dropdown-common-contact a,
.header-dropdown-support .dropdown-common-contact span {
  display: inline !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-dropdown-support .dropdown-common-right-wrapper {
  display: block !important;
  min-width: 0;
  height: 100%;
  padding: 22px 26px !important;
  overflow: auto !important;
  background: #fff;
}

.header-dropdown-support .dropdown-common-rightl {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

.header-dropdown-support .dropdown-common-rightl::after {
  content: none !important;
}

.header-dropdown-support .dropdown-common-rightl .dropdown-common-module:first-child {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  margin-top: 0 !important;
}

.header-dropdown-support .dropdown-common-module-title {
  display: inline-flex !important;
  align-items: center;
  margin: 0 0 16px !important;
  padding-left: 0 !important;
  color: var(--cl-strong) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.header-dropdown-support .dropdown-common-module-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px !important;
  min-width: 0;
}

.header-dropdown-support .dropdown-common-module-wrapper .dropdown-common-item {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  min-height: 56px;
  padding: 12px 14px !important;
  border: 1px solid var(--cl-line-soft);
  border-radius: 6px !important;
  background: #fff;
  box-sizing: border-box;
}

.header-dropdown-support .header-dropdown-close {
  top: 20px !important;
  right: calc((100vw - min(1040px, calc(100vw - 72px))) / 2 + 16px) !important;
}

.header-dropdown-support .dropdown-common-module-wrapper .dropdown-common-item:hover {
  border-color: rgba(22, 119, 255, .28);
  background: #f7faff;
}

.header-dropdown-support .dropdown-common-item-title {
  color: var(--cl-strong) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

.header-dropdown-support .dropdown-common-item-desc {
  display: block !important;
  margin: 8px 0 0 !important;
  color: #8a95a6 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  white-space: normal !important;
}

.header-dropdown-support .dropdown-common-rightr {
  min-width: 0;
  display: none !important;
}

.header-dropdown-product .dropdown-product-container,
.header-dropdown-product .dropdown-product-wrapper {
  background: transparent !important;
}

.header-dropdown-product .dropdown-product-container {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.header-dropdown-product .dropdown-product-wrapper {
  display: block !important;
  grid-template-columns: none !important;
  width: min(1280px, calc(100vw - 72px));
  height: min(70vh, 560px);
  min-height: 500px !important;
  max-height: min(70vh, 560px);
  margin: 0 auto !important;
  border: 1px solid var(--cl-line);
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, .98) !important;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(31, 35, 41, .12);
}

.header-dropdown-product .cl-product-mega-left {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  padding: 24px 22px 18px !important;
  border-right: 1px solid var(--cl-line);
  background: #f5f7fb !important;
}

.header-dropdown-product .cl-product-mega-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--cl-strong);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.header-dropdown-product .cl-product-mega-title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.header-dropdown-product .dropdown-product-wrapper-right {
  min-width: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 24px 30px !important;
  background: #fff !important;
}

.header-dropdown-product .link-searcher {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 42px !important;
  margin: 0 0 20px !important;
  border: 1px solid var(--cl-line);
  border-radius: 2px;
  background: #fff;
}

.header-dropdown-product .link-searcher input {
  height: 40px !important;
  padding: 0 36px 0 12px !important;
  color: var(--cl-strong) !important;
  font-size: 13px !important;
}

.header-dropdown-product .link-searcher-submit {
  top: 50% !important;
  right: 12px !important;
  width: 28px !important;
  height: 28px !important;
  margin-top: -15px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.header-dropdown-product .link-searcher-submit i {
  position: relative;
  top: -2px;
}

.header-dropdown-product .link-searcher-clear {
  right: 42px !important;
}

.header-dropdown-product .cl-product-mega-nav {
  height: auto !important;
  min-height: 0;
  margin: 0 !important;
  overflow: auto;
  display: block !important;
}

.header-dropdown-product .cl-product-mega-nav::after {
  content: none !important;
}

.header-dropdown-product .cl-product-mega-nav ul {
  display: block !important;
  height: auto !important;
}

.header-dropdown-product .cl-product-mega-nav li {
  margin: 0 !important;
}

.header-dropdown-product .cl-product-mega-nav li + li {
  margin-top: 2px !important;
}

.header-dropdown-product .cl-product-mega-nav .dropdown-product-nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 0;
  color: var(--cl-text) !important;
  cursor: pointer;
}

.header-dropdown-product .cl-product-mega-nav li.active .dropdown-product-nav-menu,
.header-dropdown-product .cl-product-mega-nav .dropdown-product-nav-menu:hover {
  background: #e8f1ff;
  color: var(--cl-blue) !important;
}

.header-dropdown-product .cl-product-mega-nav .dropdown-product-nav-menu-text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.header-dropdown-product .cl-product-mega-nav .dropdown-product-nav-menu-text span {
  color: inherit !important;
  font-weight: 500;
}

.header-dropdown-product .cl-product-mega-nav .dropdown-product-nav-menu-text span::before {
  content: none !important;
}

.header-dropdown-product .hotci {
  display: none !important;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px !important;
  overflow: hidden;
}

.header-dropdown-product .hotci a {
  display: inline-flex !important;
  align-items: center;
  max-width: 128px;
  min-height: 26px;
  padding: 0 8px !important;
  border: 1px solid var(--cl-line-soft);
  border-radius: var(--cl-radius-sm);
  background: #f7faff;
  color: var(--cl-text) !important;
  font-size: 12px !important;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-dropdown-product .hotci a:hover {
  border-color: rgba(22, 119, 255, .30);
  color: var(--cl-blue) !important;
}

.header-dropdown-product .dropdown-product-body {
  height: 100% !important;
  max-height: none;
  overflow: hidden;
}

.header-dropdown-product .dropdown-product-content,
.header-dropdown-product .dropdown-product-content.show,
.header-dropdown-product .dropdown-product-content-middle,
.header-dropdown-product .dropdown-product-content-middleb {
  min-width: 0 !important;
  height: 100%;
}

.header-dropdown-product .dropdown-product-content.show {
  display: block !important;
  grid-template-columns: none !important;
  gap: 28px;
}

.header-dropdown-product .dropdown-product-content-middle {
  width: 100% !important;
  height: 100% !important;
}

.header-dropdown-product .dropdown-product-content-middleb {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  column-gap: 36px;
  row-gap: 28px;
  height: auto !important;
  max-height: calc(min(70vh, 560px) - 112px);
  padding: 0 8px 0 0 !important;
  overflow: auto !important;
}

.header-dropdown-product .dropdown-product-content-middleb::-webkit-scrollbar {
  width: 5px;
}

.header-dropdown-product .dropdown-product-content-middleb::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d7e1f2;
}

.header-dropdown-product .dropdown-product-module,
.header-dropdown-product .dropdown-product-content-middleb > div {
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.header-dropdown-product .dropdown-product-module-title {
  position: relative;
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 0 11px 12px !important;
  border-bottom: 1px solid var(--cl-line-soft);
  color: var(--cl-strong) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.header-dropdown-product .dropdown-product-module-title::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 15px;
  border-radius: 999px;
  background: var(--cl-blue);
  content: "";
}

.header-dropdown-product .dropdown-product-module-wrapper {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 13px !important;
}

.header-dropdown-product .dropdown-product-item {
  flex: none !important;
  max-width: none !important;
  min-width: 0 !important;
  display: block !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: var(--cl-text) !important;
}

.header-dropdown-product .dropdown-product-item:hover {
  background: transparent !important;
  color: var(--cl-blue) !important;
}

.header-dropdown-product .dropdown-product-item-title {
  max-width: none !important;
  color: inherit !important;
  margin: 0 0 4px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.header-dropdown-product .dropdown-product-item-desc {
  display: block !important;
  margin: 0 !important;
  color: #8a95a6 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  white-space: normal !important;
}

.header-dropdown-product .dropdown-product-content-right {
  min-width: 0;
  padding-left: 24px !important;
  border-left: 1px solid var(--cl-line-soft);
}

.header-dropdown-product .dropdown-product-recommend-title {
  color: var(--cl-strong) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.header-dropdown-product .dropdown-product-recommend-link {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

/* Use the same restrained mega-menu surface for support and company pages. */
.header-dropdown-list > li.header-dropdown-whyUs {
  position: relative !important;
  width: 100% !important;
  padding: 0 28px !important;
  background: transparent !important;
}

.header-dropdown-list > li.header-dropdown-whyUs:not(.show) {
  display: none !important;
}

.header-dropdown-list > li.header-dropdown-whyUs.show {
  display: flex !important;
  justify-content: center !important;
}

.header-dropdown-whyUs .dropdown-common-container {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.header-dropdown-whyUs .dropdown-common-wrapper {
  width: min(1040px, calc(100vw - 72px)) !important;
  min-height: 300px !important;
  border: 1px solid var(--cl-line) !important;
  border-radius: 0 0 8px 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(31, 35, 41, .11) !important;
  overflow: hidden !important;
}

.header-dropdown-whyUs .dropdown-common-wrapper-inner {
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr) !important;
  min-height: 300px !important;
}

.header-dropdown-whyUs .dropdown-common-left-wrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 24px 20px !important;
  border-right: 1px solid var(--cl-line-soft) !important;
  background: #f5f7fb !important;
}

.header-dropdown-whyUs .dropdown-common-icon {
  display: none !important;
}

.header-dropdown-whyUs .dropdown-common-title {
  margin: 0 0 8px !important;
  color: var(--cl-strong) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.header-dropdown-whyUs .dropdown-common-desc {
  margin: 0 !important;
  color: var(--cl-text) !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.header-dropdown-whyUs .dropdown-common-link,
.header-dropdown-whyUs .dropdown-common-contact {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  margin-top: 16px !important;
  padding: 0 10px !important;
  border: 1px solid #dbe6f5 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--cl-text) !important;
  font-size: 13px !important;
}

.header-dropdown-whyUs .dropdown-common-right-wrapper {
  min-width: 0 !important;
  padding: 22px 26px !important;
  overflow: auto !important;
}

.header-dropdown-whyUs .dropdown-common-module-title {
  display: inline-flex !important;
  margin: 0 0 16px !important;
  color: var(--cl-strong) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.header-dropdown-whyUs .dropdown-common-module-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.header-dropdown-whyUs .dropdown-common-item {
  min-height: 56px !important;
  padding: 12px 14px !important;
  border: 1px solid var(--cl-line-soft) !important;
  border-radius: 6px !important;
  background: #fff !important;
}

.header-dropdown-whyUs .dropdown-common-item:hover {
  border-color: rgba(22, 119, 255, .28) !important;
  background: #f7faff !important;
}

.header-dropdown-whyUs .dropdown-common-item-title {
  color: var(--cl-strong) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.header-dropdown-whyUs .dropdown-common-item-desc {
  margin-top: 8px !important;
  color: #8a95a6 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

@media (max-width: 768px) {
  .header-dropdown-list > li.header-dropdown-whyUs.show {
    padding: 0 12px !important;
  }

  .header-dropdown-whyUs .dropdown-common-wrapper {
    width: calc(100vw - 24px) !important;
  }

  .header-dropdown-whyUs .dropdown-common-wrapper-inner {
    display: block !important;
  }

  .header-dropdown-whyUs .dropdown-common-left-wrapper {
    display: none !important;
  }

  .header-dropdown-whyUs .dropdown-common-module-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Final product-menu geometry overrides the legacy dropdown dimensions. */
@media (min-width: 1024px) {
  .cl-product-service-dropdown .dropdown-product-wrapper {
    display: grid !important;
    grid-template-columns: 224px minmax(0, 1fr) !important;
    width: min(1180px, calc(100vw - 72px)) !important;
    height: min(68vh, 540px) !important;
    min-height: 440px !important;
    max-height: min(68vh, 540px) !important;
  }

  .cl-product-service-dropdown .dropdown-product-wrapper-right {
    grid-column: 2 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .cl-product-service-dropdown .dropdown-product-content-middleb {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 22px !important;
    row-gap: 18px !important;
  }

  .cl-product-service-dropdown .dropdown-product-module {
    padding: 14px !important;
    border: 1px solid var(--cl-line-soft) !important;
    border-radius: 7px !important;
    background: #fbfcfe !important;
  }
}

/* Product services menu: a compact two-column mega menu for the existing
   template structure. The intro rail keeps the category grid readable. */
@media (min-width: 1024px) {
  .header-dropdown-list > li.cl-product-service-dropdown.show {
    padding: 0 28px !important;
  }

  .cl-product-service-dropdown .dropdown-product-wrapper {
    display: grid !important;
    grid-template-columns: 224px minmax(0, 1fr) !important;
    width: min(1180px, calc(100vw - 72px)) !important;
    height: min(68vh, 540px) !important;
    min-height: 440px !important;
    max-height: min(68vh, 540px) !important;
  }

  .cl-product-service-dropdown .cl-product-mega-intro {
    display: flex !important;
    min-width: 0;
    flex-direction: column;
    padding: 26px 22px 22px !important;
    border-right: 1px solid var(--cl-line);
    background: #f5f8fc !important;
  }

  .cl-product-service-dropdown .cl-product-mega-intro span {
    color: var(--cl-blue) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
  }

  .cl-product-service-dropdown .cl-product-mega-intro strong {
    margin-top: 12px;
    color: var(--cl-strong) !important;
    font-size: 22px;
    line-height: 1.3;
  }

  .cl-product-service-dropdown .cl-product-mega-intro p {
    margin: 12px 0 0;
    color: var(--cl-text) !important;
    font-size: 13px;
    line-height: 1.7;
  }

  .cl-product-service-dropdown .cl-product-mega-intro a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin-top: auto;
    padding: 9px 11px;
    border: 1px solid #cfe0f7;
    border-radius: 5px;
    background: #fff;
    color: var(--cl-blue) !important;
    font-size: 13px;
    font-weight: 650;
  }

  .cl-product-service-dropdown .cl-product-mega-intro a:hover {
    border-color: rgba(22, 119, 255, .42);
    background: #eef5ff;
  }

  .cl-product-service-dropdown .dropdown-product-wrapper-right {
    grid-column: 2;
    width: auto !important;
    min-width: 0 !important;
    padding: 22px 26px !important;
  }

  .cl-product-service-dropdown .dropdown-product-content-middleb {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 22px !important;
    row-gap: 18px !important;
    max-height: calc(min(68vh, 540px) - 104px) !important;
    padding-right: 6px !important;
  }

  .cl-product-service-dropdown .dropdown-product-module {
    padding: 14px 14px 16px !important;
    border: 1px solid var(--cl-line-soft) !important;
    border-radius: 7px !important;
    background: #fbfcfe !important;
  }

  .cl-product-service-dropdown .dropdown-product-module-title {
    margin-bottom: 12px !important;
    padding-bottom: 9px !important;
    font-size: 14px !important;
  }

  .cl-product-service-dropdown .dropdown-product-module-wrapper {
    gap: 10px !important;
  }

  .cl-product-service-dropdown .dropdown-product-item-title {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .cl-product-service-dropdown .dropdown-product-item-desc {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
}

/* Product mega menu: clear search row, category columns and compact product cards. */
.header-dropdown-product .dropdown-product-wrapper {
  border: 1px solid var(--cl-line) !important;
  border-radius: 0 0 8px 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(31, 35, 41, .11) !important;
}

.header-dropdown-product .dropdown-product-wrapper-right {
  padding: 22px 26px 26px !important;
}

.header-dropdown-product .link-searcher {
  border: 1px solid #dbe6f5 !important;
  border-radius: 6px !important;
  background: #f8fbff !important;
}

.header-dropdown-product .hotci {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 10px 0 18px !important;
}

.header-dropdown-product .hotci a {
  padding: 4px 8px !important;
  border: 1px solid #e3e8f0 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #667085 !important;
  font-size: 12px !important;
}

.header-dropdown-product .dropdown-product-module {
  padding: 2px 0 4px !important;
}

.header-dropdown-product .dropdown-product-module-title {
  display: inline-flex !important;
  align-items: center !important;
  margin-bottom: 10px !important;
  color: var(--cl-strong) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}

.header-dropdown-product .dropdown-product-module-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.header-dropdown-product .dropdown-product-item {
  min-height: 58px !important;
  padding: 10px 12px !important;
  border: 1px solid var(--cl-line-soft) !important;
  border-radius: 6px !important;
  background: #fff !important;
}

.header-dropdown-product .dropdown-product-item:hover {
  border-color: rgba(22, 119, 255, .28) !important;
  background: #f7faff !important;
}

.header-dropdown-product .header-dropdown-close {
  display: none !important;
}

@media (max-width: 1300px) {
  .header-dropdown-product .dropdown-product-content-middleb {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
  }

  .header-dropdown-product .dropdown-product-content.show {
    grid-template-columns: minmax(0, 1fr);
  }

  .header-dropdown-product .dropdown-product-content-right {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header-dropdown-support .dropdown-common-wrapper {
    width: calc(100vw - 28px);
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }

  .header-dropdown-product .dropdown-product-wrapper {
    grid-template-columns: 214px minmax(0, 1fr);
  }

  .header-dropdown-product .cl-product-mega-left {
    padding: 22px 18px 16px !important;
  }

  .header-dropdown-product .dropdown-product-wrapper-right {
    padding: 22px 24px !important;
  }

  .header-dropdown-support .dropdown-common-left-wrapper {
    -ms-flex-preferred-size: 210px !important;
    flex-basis: 210px !important;
    padding: 20px 18px !important;
  }

  .cl-hero {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(245, 249, 255, .95)),
      url('../image/chaolian-datacenter.png') right center / cover no-repeat !important;
  }

  .header-dropdown-product .dropdown-product-wrapper {
    width: calc(100vw - 28px);
  }
}

@media (max-width: 720px) {
  .header-dropdown-support .dropdown-common-wrapper-inner {
    display: block;
    overflow: auto;
  }

  .header-dropdown-support .dropdown-common-left-wrapper {
    display: block;
  }

  .header-dropdown-support .dropdown-common-module-wrapper {
    grid-template-columns: 1fr;
  }

  .cl-container,
  .por-container {
    width: min(100% - 28px, 1200px);
  }
  .cl-hero {
    min-height: auto;
    padding: 72px 0 54px;
  }

  .cl-hero h1 {
    font-size: 34px;
    line-height: 1.22;
  }

  .cl-hero-desc {
    font-size: 15px;
    line-height: 1.72;
  }

  .cl-section {
    padding-top: 58px;
  }

  .cl-section-head h2,
  .cl-cta h2 {
    font-size: 26px;
  }

  .cl-strip-item,
  .cl-product-card,
  .cl-delivery-item,
  .cl-solution-grid a,
  .cl-news-card {
    padding: 20px;
  }

  .header-dropdown-product .dropdown-product-content-middleb,
  .header-dropdown-product .dropdown-product-module-wrapper {
    grid-template-columns: 1fr;
  }

  .cl-floating-support {
    right: 10px !important;
    bottom: 86px !important;
    padding: 5px !important;
    border-radius: 7px;
  }

  .cl-floating-support a {
    width: 42px !important;
    min-height: 42px !important;
    border-radius: 5px !important;
  }

  .cl-floating-support em {
    font-size: 10px !important;
  }

  .cl-float-icon {
    width: 18px !important;
    height: 18px !important;
  }
}

/* Header account links: keep cart/login/user entries as plain nav text. */
#header .header-tools .header-tools-right > li.header-login,
#header .header-tools .header-tools-right > li.header-register,
#header .header-tools .header-tools-right > li.header-shopping-cart,
#header .header-tools .header-user {
  height: 18px !important;
  line-height: 18px !important;
  border-left: 0 !important;
  padding-left: 0 !important;
}

#header .header-tools .header-tools-right > li.header-login > a,
#header .header-tools .header-tools-right > li.header-register > a,
#header .header-tools .header-tools-right > li.header-shopping-cart > a.shopping-cart-text,
#header .header-tools .header-tools-right > li.header-shopping-cart > a.shopping-cart-text.btn,
#header .header-tools .header-user .header-user-name,
#header .header-tools .header-user .header-user-name a,
#header .header-tools .header-user .header-user-name span {
  height: 18px !important;
  min-height: 0 !important;
  line-height: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  color: var(--cl-strong) !important;
  font-weight: 400 !important;
}

#header .header-tools .header-tools-right > li.header-login > a:hover,
#header .header-tools .header-tools-right > li.header-register > a:hover,
#header .header-tools .header-tools-right > li.header-shopping-cart > a.shopping-cart-text:hover,
#header .header-tools .header-user .header-user-name a:hover,
#header .header-tools .header-user .header-user-name:hover span {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  color: var(--cl-blue) !important;
}

#header .header-tools .header-tools-right a.btn:focus,
#header .header-tools .header-tools-right a.btn:active,
#header .header-tools .header-user .header-user-name a:focus,
#header .header-tools .header-user .header-user-name a:active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
}

/* 20260811 enterprise homepage refresh */
#header .header-tools {
  padding-right: 20px !important;
}

#header .header-tools .header-tools-right > li.header-register {
  margin-right: 12px !important;
}

.cl-home-enterprise {
  background: #fff !important;
}

.cl-enterprise-hero {
  position: relative;
  min-height: 640px;
  padding: 118px 0 104px;
  border-bottom: 1px solid var(--cl-line) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 45%, rgba(255, 255, 255, .44) 74%, rgba(255, 255, 255, .14) 100%),
    url('../image/chaolian-datacenter.png') right center / auto 100% no-repeat;
  overflow: hidden;
}

.cl-enterprise-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22, 119, 255, .36), transparent);
}

.cl-enterprise-hero-inner {
  position: relative;
  z-index: 1;
}

.cl-enterprise-hero-copy {
  max-width: 720px;
}

.cl-enterprise-kicker,
.cl-enterprise-section-head > span,
.cl-enterprise-scenario > div > span,
.cl-enterprise-cta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(22, 119, 255, .18);
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue) !important;
  font-size: 13px;
  font-weight: 600 !important;
  letter-spacing: 0;
}

.cl-enterprise-hero h1 {
  max-width: 760px;
  margin: 22px 0 18px;
  color: var(--cl-strong) !important;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700 !important;
  letter-spacing: 0;
}

.cl-enterprise-hero p {
  max-width: 690px;
  margin: 0;
  color: #344054 !important;
  font-size: 18px;
  line-height: 1.85;
}

.cl-enterprise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cl-enterprise-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 34px;
}

.cl-enterprise-metrics div {
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(228, 231, 236, .94);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--cl-shadow-sm);
}

.cl-enterprise-metrics strong,
.cl-enterprise-metrics span {
  display: block;
}

.cl-enterprise-metrics strong {
  color: var(--cl-strong);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.cl-enterprise-metrics span {
  margin-top: 9px;
  color: var(--cl-muted);
  font-size: 13px;
}

.cl-enterprise-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -48px;
}

.cl-enterprise-strip a,
.cl-enterprise-product-grid a,
.cl-enterprise-scenario-grid a,
.cl-enterprise-ops-grid div {
  border: 1px solid var(--cl-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: var(--cl-shadow-sm) !important;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.cl-enterprise-strip a:hover,
.cl-enterprise-product-grid a:hover,
.cl-enterprise-scenario-grid a:hover {
  border-color: rgba(22, 119, 255, .34) !important;
  box-shadow: var(--cl-shadow-md) !important;
  transform: translateY(-2px);
}

.cl-enterprise-strip a {
  min-height: 126px;
  padding: 20px;
}

.cl-enterprise-strip span,
.cl-product-tag {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.cl-enterprise-strip strong,
.cl-enterprise-strip em {
  display: block;
}

.cl-enterprise-strip strong {
  margin-top: 14px;
  color: var(--cl-strong);
  font-size: 16px;
  font-weight: 650;
}

.cl-enterprise-strip em {
  margin-top: 9px;
  color: var(--cl-text);
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

.cl-enterprise-section {
  padding: 82px 0 0;
}

.cl-enterprise-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.cl-enterprise-section-head.compact {
  max-width: 860px;
}

.cl-enterprise-section-head h2,
.cl-enterprise-scenario h2,
.cl-enterprise-cta h2 {
  margin: 14px 0 10px;
  color: var(--cl-strong) !important;
  font-size: 32px;
  line-height: 1.28;
  font-weight: 650 !important;
}

.cl-enterprise-section-head p,
.cl-enterprise-scenario p,
.cl-enterprise-cta p {
  margin: 0;
  color: var(--cl-text) !important;
  font-size: 15px;
  line-height: 1.8;
}

.cl-enterprise-product-grid,
.cl-enterprise-ops-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cl-enterprise-product-grid a,
.cl-enterprise-ops-grid div {
  min-height: 230px;
  padding: 22px;
}

.cl-product-tag.green { background: #ecfdf3; color: #039855; }
.cl-product-tag.amber { background: #fff7ed; color: #dc6803; }
.cl-product-tag.red { background: #fef3f2; color: #d92d20; }

.cl-enterprise-product-grid h3,
.cl-enterprise-ops-grid strong {
  margin: 18px 0 10px;
  color: var(--cl-strong) !important;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 650 !important;
}

.cl-enterprise-product-grid p,
.cl-enterprise-ops-grid p {
  margin: 0;
  color: var(--cl-text) !important;
  font-size: 14px;
  line-height: 1.75;
}

.cl-enterprise-product-grid em {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cl-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.cl-enterprise-band {
  margin-top: 82px;
  padding: 72px 0;
  border-top: 1px solid var(--cl-line);
  border-bottom: 1px solid var(--cl-line);
  background: #f8fafc;
}

.cl-enterprise-scenario {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 36px;
  align-items: start;
}

.cl-enterprise-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cl-enterprise-scenario-grid a {
  min-height: 132px;
  padding: 20px;
}

.cl-enterprise-scenario-grid strong,
.cl-enterprise-scenario-grid em {
  display: block;
}

.cl-enterprise-scenario-grid strong {
  color: var(--cl-strong);
  font-size: 16px;
  font-weight: 650;
}

.cl-enterprise-scenario-grid em {
  margin-top: 12px;
  color: var(--cl-text);
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

.cl-enterprise-ops-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue);
  font-size: 13px;
}

.cl-enterprise-ops-grid strong {
  display: block;
}

.cl-enterprise-cta {
  margin-top: 82px;
  padding: 70px 0;
  border-top: 1px solid var(--cl-line);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  text-align: center;
}

.cl-enterprise-cta .cl-container {
  display: grid;
  justify-items: center;
}

.cl-enterprise-cta p {
  max-width: 680px;
}

.cl-enterprise-cta .cl-enterprise-actions {
  justify-content: center;
}

@media (max-width: 1080px) {
  .cl-enterprise-strip,
  .cl-enterprise-product-grid,
  .cl-enterprise-ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-enterprise-scenario {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  #header .header-tools {
    padding-right: 12px !important;
  }

  .cl-enterprise-hero {
    min-height: 560px;
    padding: 92px 0 86px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 62%, rgba(255, 255, 255, .82) 100%),
      url('../image/chaolian-datacenter.png') center bottom / auto 58% no-repeat;
  }

  .cl-enterprise-hero h1 {
    font-size: 36px;
  }

  .cl-enterprise-hero p {
    font-size: 16px;
    line-height: 1.72;
  }

  .cl-enterprise-metrics,
  .cl-enterprise-strip,
  .cl-enterprise-product-grid,
  .cl-enterprise-scenario-grid,
  .cl-enterprise-ops-grid {
    grid-template-columns: 1fr;
  }

  .cl-enterprise-strip {
    margin-top: -32px;
  }

  .cl-enterprise-section,
  .cl-enterprise-band,
  .cl-enterprise-cta {
    margin-top: 54px;
    padding-top: 54px;
  }

  .cl-enterprise-section-head h2,
  .cl-enterprise-scenario h2,
  .cl-enterprise-cta h2 {
    font-size: 26px;
  }
}

/* 20260811 enterprise homepage v2 */
.cl-enterprise-v2 {
  background: #fff !important;
}

.cl-v2-hero {
  position: relative;
  min-height: 660px;
  padding: 118px 0 94px;
  border-bottom: 1px solid var(--cl-line) !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 38%, rgba(245,249,255,.62) 72%, rgba(245,249,255,.34) 100%),
    url('../image/chaolian-datacenter.png') right center / auto 100% no-repeat;
  overflow: hidden;
}

.cl-v2-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22,119,255,.36), transparent);
}

.cl-v2-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) 360px;
  gap: 44px;
  align-items: center;
}

.cl-v2-hero-copy {
  max-width: 760px;
}

.cl-v2-kicker,
.cl-v2-section-head > span,
.cl-v2-cta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(22,119,255,.18);
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue) !important;
  font-size: 13px;
  font-weight: 650 !important;
}

.cl-v2-hero h1 {
  margin: 22px 0 18px;
  color: var(--cl-strong) !important;
  font-size: 58px;
  line-height: 1.06;
  font-weight: 720 !important;
}

.cl-v2-hero p {
  max-width: 720px;
  margin: 0;
  color: #344054 !important;
  font-size: 18px;
  line-height: 1.86;
}

.cl-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cl-v2-signal-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(228,231,236,.94);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--cl-shadow-md);
}

.cl-v2-signal-panel div {
  min-height: 108px;
  padding: 18px;
  border: 1px solid var(--cl-line);
  border-radius: 8px;
  background: #f8fbff;
}

.cl-v2-signal-panel span,
.cl-v2-signal-panel strong,
.cl-v2-signal-panel em {
  display: block;
  font-style: normal;
}

.cl-v2-signal-panel span {
  color: var(--cl-blue);
  font-size: 12px;
  font-weight: 650;
}

.cl-v2-signal-panel strong {
  margin-top: 10px;
  color: var(--cl-strong);
  font-size: 20px;
  font-weight: 700;
}

.cl-v2-signal-panel em {
  margin-top: 8px;
  color: var(--cl-text);
  font-size: 13px;
  line-height: 1.65;
}

.cl-v2-command {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -46px;
}

.cl-v2-command a,
.cl-v2-product-matrix a,
.cl-v2-scenario-grid a,
.cl-v2-delivery-grid div,
.cl-v2-security-grid div {
  border: 1px solid var(--cl-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: var(--cl-shadow-sm) !important;
}

.cl-v2-command a {
  min-height: 124px;
  padding: 20px;
}

.cl-v2-command a:hover,
.cl-v2-product-matrix a:hover,
.cl-v2-scenario-grid a:hover {
  border-color: rgba(22,119,255,.35) !important;
  box-shadow: var(--cl-shadow-md) !important;
  transform: translateY(-2px);
}

.cl-v2-command span,
.cl-v2-command strong,
.cl-v2-command em {
  display: block;
  font-style: normal;
}

.cl-v2-command span {
  color: var(--cl-blue);
  font-size: 13px;
  font-weight: 700;
}

.cl-v2-command strong {
  margin-top: 14px;
  color: var(--cl-strong);
  font-size: 17px;
  font-weight: 680;
}

.cl-v2-command em {
  margin-top: 8px;
  color: var(--cl-text);
  font-size: 13px;
  line-height: 1.65;
}

.cl-v2-section {
  padding-top: 86px;
}

.cl-v2-section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.cl-v2-section-head.wide {
  max-width: 930px;
}

.cl-v2-section-head h2,
.cl-v2-cta h2 {
  margin: 14px 0 10px;
  color: var(--cl-strong) !important;
  font-size: 34px;
  line-height: 1.28;
  font-weight: 700 !important;
}

.cl-v2-section-head p,
.cl-v2-cta p {
  margin: 0;
  color: var(--cl-text) !important;
  font-size: 15px;
  line-height: 1.82;
}

.cl-v2-product-matrix,
.cl-v2-delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cl-v2-product-matrix a,
.cl-v2-delivery-grid div {
  min-height: 246px;
  padding: 23px;
}

.cl-v2-product-matrix i {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.cl-v2-product-matrix h3,
.cl-v2-delivery-grid strong,
.cl-v2-security-grid strong,
.cl-v2-scenario-grid strong {
  display: block;
  margin: 18px 0 10px;
  color: var(--cl-strong) !important;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700 !important;
}

.cl-v2-product-matrix p,
.cl-v2-delivery-grid p,
.cl-v2-security-grid p,
.cl-v2-scenario-grid em {
  margin: 0;
  color: var(--cl-text) !important;
  font-size: 14px;
  line-height: 1.78;
  font-style: normal;
}

.cl-v2-product-matrix b {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cl-blue);
  font-size: 14px;
  font-weight: 650;
}

.cl-v2-band {
  margin-top: 86px;
  padding: 72px 0;
  border-top: 1px solid var(--cl-line);
  border-bottom: 1px solid var(--cl-line);
  background: #f8fafc;
}

.cl-v2-security-layout {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
  gap: 36px;
  align-items: start;
}

.cl-v2-security-grid,
.cl-v2-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cl-v2-security-grid div,
.cl-v2-scenario-grid a {
  min-height: 138px;
  padding: 21px;
}

.cl-v2-delivery-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 28px;
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue);
  font-size: 13px;
}

.cl-v2-cta {
  margin-top: 86px;
  padding: 74px 0;
  border-top: 1px solid var(--cl-line);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  text-align: center;
}

.cl-v2-cta .cl-container {
  display: grid;
  justify-items: center;
}

.cl-v2-cta p {
  max-width: 720px;
}

.cl-v2-cta .cl-v2-actions {
  justify-content: center;
}

@media (max-width: 1080px) {
  .cl-v2-hero-inner,
  .cl-v2-security-layout {
    grid-template-columns: 1fr;
  }

  .cl-v2-signal-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cl-v2-command,
  .cl-v2-product-matrix,
  .cl-v2-delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .cl-v2-hero {
    min-height: 590px;
    padding: 92px 0 82px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 66%, rgba(255,255,255,.86) 100%),
      url('../image/chaolian-datacenter.png') center bottom / auto 56% no-repeat;
  }

  .cl-v2-hero h1 {
    font-size: 36px;
  }

  .cl-v2-hero p {
    font-size: 16px;
    line-height: 1.72;
  }

  .cl-v2-signal-panel,
  .cl-v2-command,
  .cl-v2-product-matrix,
  .cl-v2-security-grid,
  .cl-v2-scenario-grid,
  .cl-v2-delivery-grid {
    grid-template-columns: 1fr;
  }

  .cl-v2-command {
    margin-top: -30px;
  }

  .cl-v2-section,
  .cl-v2-band,
  .cl-v2-cta {
    margin-top: 54px;
    padding-top: 54px;
  }

  .cl-v2-section-head h2,
  .cl-v2-cta h2 {
    font-size: 26px;
  }
}

/* 20260811 enterprise homepage v3 */
.cl-enterprise-v3 {
  background: #fff !important;
  color: var(--cl-text);
}

.cl-enterprise-v3 a {
  text-decoration: none !important;
}

.cl-v3-hero {
  position: relative;
  min-height: 680px;
  padding: 118px 0 104px;
  overflow: hidden;
  isolation: isolate;
  background: #0b1423;
}

.cl-v3-hero-media,
.cl-v3-hero-slide,
.cl-v3-hero-shade {
  position: absolute;
  inset: 0;
}

.cl-v3-hero-media {
  z-index: -3;
  background: #101828;
}

.cl-v3-hero-slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.015);
  transition: opacity .8s ease, transform 3.8s ease;
}

.cl-v3-hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.cl-v3-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 16, 32, .95) 0%, rgba(8, 23, 43, .8) 38%, rgba(7, 28, 48, .44) 70%, rgba(7, 28, 48, .2) 100%),
    linear-gradient(180deg, rgba(8, 13, 24, .12) 0%, rgba(8, 13, 24, .58) 100%);
}

.cl-v3-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 119, 255, .1), rgba(20, 194, 195, .54), rgba(23, 178, 106, .16));
}

.cl-v3-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 48px;
  align-items: end;
}

.cl-v3-hero-copy {
  max-width: 760px;
}

.cl-v3-kicker,
.cl-v3-section-head > span,
.cl-v3-cta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(20, 194, 195, .24);
  border-radius: 6px;
  background: rgba(20, 194, 195, .12);
  color: #0e9384 !important;
  font-size: 13px;
  font-weight: 650 !important;
  letter-spacing: 0;
}

.cl-v3-hero .cl-v3-kicker {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .12);
  color: #d1f7f5 !important;
}

.cl-v3-hero h1 {
  max-width: 860px;
  margin: 22px 0 18px;
  color: #fff !important;
  font-size: 64px;
  line-height: 1.04;
  font-weight: 720 !important;
  letter-spacing: 0;
  text-wrap: balance;
}

.cl-v3-hero p {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, .84) !important;
  font-size: 18px;
  line-height: 1.85;
}

.cl-v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cl-v3-proofbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 30px;
}

.cl-v3-proofbar span {
  min-height: 76px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
  backdrop-filter: blur(8px);
}

.cl-v3-proofbar strong,
.cl-v3-proofbar em {
  display: block;
  font-style: normal;
}

.cl-v3-proofbar strong {
  color: #fff;
  font-size: 19px;
  font-weight: 720;
}

.cl-v3-proofbar em {
  margin-top: 6px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.5;
}

.cl-enterprise-v3 .cl-btn {
  min-width: 136px;
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 6px !important;
}

.cl-v3-hero .cl-btn-ghost {
  border-color: rgba(255, 255, 255, .36) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #fff !important;
}

.cl-v3-hero .cl-btn-ghost:hover {
  border-color: rgba(255, 255, 255, .62) !important;
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
}

.cl-v3-command-panel {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(8, 16, 30, .64);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
}

.cl-v3-command-panel div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.cl-v3-command-panel .cl-v3-command-status {
  min-height: 116px;
  border-color: rgba(124, 212, 253, .28);
  background:
    linear-gradient(135deg, rgba(25, 103, 210, .34), rgba(20, 194, 195, .16)),
    rgba(255, 255, 255, .08);
}

.cl-v3-command-panel b {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  background: rgba(124, 212, 253, .16);
  color: #7cd4fd;
  font-size: 12px;
  font-weight: 700;
}

.cl-v3-command-panel span,
.cl-v3-command-panel strong,
.cl-v3-command-panel em {
  display: block;
  font-style: normal;
}

.cl-v3-command-panel span {
  color: #7cd4fd;
  font-size: 12px;
  font-weight: 700;
}

.cl-v3-command-panel strong {
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 680;
}

.cl-v3-command-panel em {
  margin-top: 7px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.58;
}

.cl-v3-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -48px;
}

.cl-v3-strip a,
.cl-v3-grid a,
.cl-v3-ops-grid div {
  border: 1px solid var(--cl-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: var(--cl-shadow-sm) !important;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.cl-v3-strip a:hover,
.cl-v3-grid a:hover {
  border-color: rgba(22, 119, 255, .36) !important;
  box-shadow: var(--cl-shadow-md) !important;
  transform: translateY(-2px);
}

.cl-v3-strip a {
  min-height: 128px;
  padding: 20px;
}

.cl-v3-strip b,
.cl-v3-grid span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.cl-v3-strip a:nth-child(2) b,
.cl-v3-grid.four a:nth-child(2) span {
  background: #ecfdf3;
  color: #039855;
}

.cl-v3-strip a:nth-child(3) b,
.cl-v3-grid.four a:nth-child(3) span {
  background: #fff7ed;
  color: #dc6803;
}

.cl-v3-strip a:nth-child(4) b,
.cl-v3-grid.four a:nth-child(4) span {
  background: #fef3f2;
  color: #d92d20;
}

.cl-v3-strip strong,
.cl-v3-strip em {
  display: block;
}

.cl-v3-strip strong {
  margin-top: 14px;
  color: var(--cl-strong);
  font-size: 17px;
  font-weight: 680;
}

.cl-v3-strip em {
  margin-top: 8px;
  color: var(--cl-text);
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

.cl-v3-command-strip {
  margin-top: 18px;
  border-top: 1px solid var(--cl-line);
  border-bottom: 1px solid var(--cl-line);
  background: #f8fafc;
}

.cl-v3-command-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--cl-line);
}

.cl-v3-command-strip-inner div {
  min-height: 112px;
  padding: 22px;
  background: #fff;
}

.cl-v3-command-strip-inner span,
.cl-v3-command-strip-inner strong {
  display: block;
}

.cl-v3-command-strip-inner span {
  color: var(--cl-blue);
  font-size: 12px;
  font-weight: 700;
}

.cl-v3-command-strip-inner strong {
  margin-top: 9px;
  color: var(--cl-strong);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.cl-v3-section {
  padding-top: 84px;
}

.cl-v3-section-head {
  max-width: 790px;
  margin-bottom: 30px;
}

.cl-v3-section-head.compact {
  max-width: 760px;
  margin-bottom: 0;
}

.cl-v3-section-head h2,
.cl-v3-cta h2 {
  margin: 14px 0 10px;
  color: var(--cl-strong) !important;
  font-size: 34px;
  line-height: 1.28;
  font-weight: 700 !important;
  text-wrap: balance;
}

.cl-v3-section-head p,
.cl-v3-cta p {
  margin: 0;
  color: var(--cl-text) !important;
  font-size: 15px;
  line-height: 1.8;
}

.cl-v3-grid {
  display: grid;
  gap: 16px;
}

.cl-v3-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cl-v3-grid.scenario {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cl-v3-grid a {
  min-height: 236px;
  padding: 23px;
}

.cl-v3-grid.scenario a {
  min-height: 148px;
}

.cl-v3-grid h3,
.cl-v3-grid strong,
.cl-v3-ops-grid strong {
  display: block;
  margin: 18px 0 10px;
  color: var(--cl-strong) !important;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700 !important;
}

.cl-v3-grid.scenario strong {
  margin-top: 0;
}

.cl-v3-grid p,
.cl-v3-ops-grid p {
  margin: 0;
  color: var(--cl-text) !important;
  font-size: 14px;
  line-height: 1.76;
}

.cl-v3-grid em {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cl-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
}

.cl-v3-ops-band {
  margin-top: 84px;
  padding: 76px 0;
  border-top: 1px solid var(--cl-line);
  border-bottom: 1px solid var(--cl-line);
  background: #f7f9fc;
}

.cl-v3-ops-layout {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
  gap: 36px;
  align-items: start;
}

.cl-v3-ops-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cl-v3-ops-grid div {
  min-height: 148px;
  padding: 22px;
}

.cl-v3-ops-grid strong {
  margin-top: 0;
}

.cl-v3-cta {
  margin-top: 84px;
  padding: 72px 0;
  border-top: 1px solid var(--cl-line);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  text-align: center;
}

.cl-v3-cta .cl-container {
  display: grid;
  justify-items: center;
}

.cl-v3-cta p {
  max-width: 700px;
}

.cl-v3-cta .cl-v3-actions {
  justify-content: center;
}

.cl-v3-about {
  margin-top: 84px;
  padding: 84px 0 78px;
  border-top: 1px solid var(--cl-line);
  border-bottom: 1px solid var(--cl-line);
  background:
    linear-gradient(180deg, rgba(247, 250, 255, .94) 0%, rgba(255, 255, 255, 1) 100%),
    radial-gradient(circle at top left, rgba(25, 103, 210, .06), transparent 38%);
}

.cl-v3-about-layout {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 32px;
  align-items: start;
}

.cl-v3-about-copy {
  display: grid;
  align-content: start;
  gap: 22px;
}

.cl-v3-section-head-wide {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  max-width: none;
  margin-bottom: 28px;
}

.cl-v3-section-head-wide > div {
  max-width: 640px;
}

.cl-v3-about-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cl-v3-about-metrics div {
  min-height: 112px;
  padding: 18px 16px;
  border: 1px solid var(--cl-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cl-shadow-sm);
}

.cl-v3-about-metrics strong,
.cl-v3-about-metrics em {
  display: block;
  font-style: normal;
}

.cl-v3-about-metrics strong {
  color: var(--cl-strong);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.cl-v3-about-metrics em {
  margin-top: 12px;
  color: var(--cl-muted);
  font-size: 13px;
}

.cl-v3-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cl-v3-trust-row span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cl-shadow-sm);
}

.cl-v3-trust-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #eef5ff;
  color: var(--cl-blue);
  font-size: 13px;
  font-weight: 900;
}

.cl-v3-trust-row em {
  color: var(--cl-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.cl-v3-about-visual {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cl-shadow-md);
  overflow: hidden;
}

.cl-v3-about-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(25, 103, 210, .03), rgba(255, 255, 255, 0) 32%),
    linear-gradient(90deg, rgba(9, 119, 120, .04), rgba(255, 255, 255, 0) 48%);
  pointer-events: none;
}

.cl-v3-about-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}

.cl-v3-about-console {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.cl-v3-about-console div {
  min-height: 88px;
  padding: 16px;
  border: 1px solid var(--cl-line-soft);
  border-radius: 8px;
  background: #f8fafc;
}

.cl-v3-about-console span,
.cl-v3-about-console strong {
  display: block;
}

.cl-v3-about-console span {
  color: var(--cl-blue);
  font-size: 12px;
  font-weight: 800;
}

.cl-v3-about-console strong {
  margin-top: 8px;
  color: var(--cl-strong);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 750;
}

.cl-v3-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.cl-v3-process div {
  min-height: 168px;
  padding: 20px;
  border: 1px solid var(--cl-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cl-shadow-sm);
}

.cl-v3-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue);
  font-size: 12px;
  font-weight: 800;
}

.cl-v3-process strong {
  display: block;
  margin: 16px 0 8px;
  color: var(--cl-strong);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
}

.cl-v3-process p {
  margin: 0;
  color: var(--cl-muted);
  font-size: 14px;
  line-height: 1.75;
}

.cl-v3-activities {
  padding-top: 84px;
}

.cl-v3-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cl-v3-activity-card {
  position: relative;
  display: flex;
  min-height: 334px;
  padding: 24px;
  border: 1px solid var(--cl-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(247, 250, 255, .96));
  box-shadow: var(--cl-shadow-sm);
  flex-direction: column;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  overflow: hidden;
}

.cl-v3-activity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(25, 103, 210, .06), rgba(8, 145, 178, .02) 40%, transparent 72%);
  pointer-events: none;
}

.cl-v3-activity-card:hover {
  transform: translateY(-4px);
  border-color: rgba(25, 103, 210, .32);
  box-shadow: var(--cl-shadow-md);
}

.cl-v3-activity-card > * {
  position: relative;
  z-index: 1;
}

.cl-v3-activity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #eef5ff;
}

.cl-v3-activity-icon img {
  display: block;
  width: 28px;
  height: 28px;
}

.cl-v3-activity-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  margin-top: 18px;
  padding: 0 10px;
  border-radius: 6px;
  background: #eef5ff;
  color: var(--cl-blue);
  font-size: 12px;
  font-weight: 800;
}

.cl-v3-activity-card h3 {
  margin: 18px 0 10px;
  color: var(--cl-strong);
  font-size: 22px;
  line-height: 1.32;
  font-weight: 900;
}

.cl-v3-activity-card p {
  margin: 0;
  color: var(--cl-muted);
  font-size: 14px;
  line-height: 1.8;
}

.cl-v3-activity-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cl-v3-activity-card li {
  color: var(--cl-text);
  font-size: 13px;
  line-height: 1.55;
}

.cl-v3-activity-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--cl-green);
  vertical-align: middle;
}

.cl-v3-activity-card em {
  display: inline-flex;
  margin-top: auto;
  padding-top: 18px;
  color: var(--cl-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
}

.cl-v3-activity-card.primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .98));
}

.cl-v3-activity-card.defense .cl-v3-activity-icon {
  background: #ecfdf3;
}

.cl-v3-activity-card.defense span {
  background: #ecfdf3;
  color: #039855;
}

.cl-v3-activity-card.service .cl-v3-activity-icon {
  background: #fff7ed;
}

.cl-v3-activity-card.service span {
  background: #fff7ed;
  color: #dc6803;
}

.cl-v3-activity-card.defense em,
.cl-v3-activity-card.service em {
  color: var(--cl-strong);
}


@media (max-width: 1100px) {
  .cl-v3-hero-inner,
  .cl-v3-ops-layout {
    grid-template-columns: 1fr;
  }

  .cl-v3-command-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-v3-grid.four,
  .cl-v3-grid.scenario,
  .cl-v3-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-v3-command-strip-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cl-v3-hero {
    min-height: auto;
    padding: 308px 0 66px;
  }

  .cl-v3-hero-media {
    inset: 0 0 auto;
    height: 286px;
    background: #0b1423;
  }

  .cl-v3-hero-slide {
    background-size: contain;
    background-position: center top;
    transform: none;
  }

  .cl-v3-hero-slide.active {
    transform: none;
  }

  .cl-v3-hero-shade {
    background:
      linear-gradient(180deg, rgba(11, 20, 35, .12) 0%, rgba(11, 20, 35, .16) 286px, rgba(11, 20, 35, .94) 287px, rgba(11, 20, 35, .82) 100%);
  }

  .cl-v3-hero-inner {
    gap: 24px;
  }

  .cl-v3-hero h1 {
    font-size: 40px;
  }

  .cl-v3-hero p {
    font-size: 16px;
    line-height: 1.72;
  }

  .cl-v3-command-panel,
  .cl-v3-proofbar,
  .cl-v3-grid.four,
  .cl-v3-grid.scenario,
  .cl-v3-strip,
  .cl-v3-ops-grid {
    grid-template-columns: 1fr;
  }

  .cl-v3-command-panel {
    padding: 10px;
  }

  .cl-v3-command-panel div {
    min-height: 82px;
  }

  .cl-v3-strip {
    margin-top: -28px;
  }

  .cl-v3-section,
  .cl-v3-ops-band,
  .cl-v3-cta {
    margin-top: 54px;
    padding-top: 54px;
  }

  .cl-v3-ops-band,
  .cl-v3-cta {
    padding-bottom: 54px;
  }

  .cl-v3-section-head h2,
  .cl-v3-cta h2 {
    font-size: 26px;
  }
}

/* Header visibility safety layer, 20260812. */
.edit-header,
#header,
#header .header-container,
#header .header-wrapper,
#header .header-inner,
#header .header-bottom {
  visibility: visible !important;
  opacity: 1 !important;
}

.edit-header,
#header,
#header .header-container,
#header .header-wrapper,
#header .header-inner {
  display: block !important;
}

#header {
  position: relative !important;
  z-index: 5000 !important;
  min-height: 72px !important;
  height: 72px !important;
}

#header.fade {
  display: block !important;
}

#header .header-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5001 !important;
}

#header .header-bottom {
  min-height: 72px !important;
}

@media (max-width: 768px) {
  #header {
    min-height: 58px !important;
    height: 58px !important;
  }

  #header .header-bottom {
    min-height: 58px !important;
  }
}

/* Keep the mobile search, account and menu controls on one shared axis. */
@media (max-width: 768px) {
  body > .edit-header #header .header-tools,
  body > #header .header-tools,
  #header .header-tools {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    height: 58px !important;
    padding: 0 !important;
  }

  #header .header-menu-search-mb,
  #header .header-tools .header-tools-right,
  #header .header-menu-mb {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  #header .header-menu-search-mb {
    display: flex !important;
  }

  #header .header-menu-search-mb .header-icon-search {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
  }

  #header .header-tools .header-tools-right {
    display: flex !important;
    background: transparent !important;
    line-height: 40px !important;
  }

  #header .header-tools .header-tools-right > li.header-login-mobile,
  #header .header-tools .header-tools-right > li.header-user {
    display: flex !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 40px !important;
    box-sizing: border-box !important;
  }

  #header .header-tools .header-login-mobile-link {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #header .header-tools .header-menu-mb {
    display: flex !important;
    float: none !important;
    flex-direction: column !important;
    line-height: 1 !important;
  }

  #header .header-tools .header-menu-mb span {
    flex: 0 0 auto !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 0 3px !important;
  }

  #header .header-tools .header-menu-mb span:last-child {
    margin-bottom: 0 !important;
  }
}

/* Final top lock: match the cart header and suppress obsolete prompt/ad gaps. */
#header .header-prompt,
#header .header-top-ad {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body > .edit-header,
body > #header,
body > .edit-header #header,
#header,
#header.show-top-prompt,
#header.show-top-ad,
#header.show-top-prompt.show-top-ad {
  top: 0 !important;
  height: 75px !important;
  min-height: 75px !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

body > .edit-header #header .header-container,
body > #header .header-container,
#header .header-container,
#header.show-top-prompt .header-container,
#header.show-top-ad .header-container,
#header.show-top-prompt.show-top-ad .header-container {
  top: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

@media (max-width: 1023px) {
  body > .edit-header,
  body > #header,
  body > .edit-header #header,
  #header,
  #header.show-top-prompt,
  #header.show-top-ad,
  #header.show-top-prompt.show-top-ad {
    height: 110px !important;
    min-height: 110px !important;
  }
}

@media (max-width: 768px) {
  body > .edit-header,
  body > #header,
  body > .edit-header #header,
  #header,
  #header.show-top-prompt,
  #header.show-top-ad,
  #header.show-top-prompt.show-top-ad {
    height: 58px !important;
    min-height: 58px !important;
  }
}

/* Keep the public navigation dropdown above page hero and cart panels. */
.edit-header {
  position: relative !important;
  z-index: 30000 !important;
}

#header {
  position: relative !important;
  z-index: 30000 !important;
}

#header .header-container {
  z-index: 30001 !important;
}

.header-dropdown {
  z-index: 30002 !important;
}

.header-dropdown-list {
  z-index: 30003 !important;
}

.header-dropdown-list > li.J-drop-common.show:not(.header-dropdown-support) {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 240px;
  overflow: visible !important;
  background: #fff !important;
}

.header-dropdown-list > li.J-drop-common.show:not(.header-dropdown-support) .dropdown-common-container {
  width: 100% !important;
  height: auto !important;
  min-height: 240px;
  overflow: visible !important;
}

.header-dropdown-list > li.J-drop-common.show:not(.header-dropdown-support) .dropdown-common-wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
}

/* Header top alignment hardening, 20260817. */
html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body > .zdyhome {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

body > .zdyhome.zdynone,
body > .zdyhome:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body > .zdyhome .index_zs_banner,
body > .zdyhome .index_zs_banner a,
body > .zdyhome .index_zs_banner img {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

body > .zdyhome .index_zs_banner.none {
  display: none !important;
}

body > .edit-header:first-child,
body > #header:first-child,
body > .zdyhome + .edit-header,
body > .zdyhome + #header,
#header,
#header .header-container {
  top: 0 !important;
  margin-top: 0 !important;
}

/* Navigation top alignment and brand sizing, 20260817. */
html, body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body > .edit-header,
body > #header,
.edit-header,
#header {
  top: 0 !important;
  margin-top: 0 !important;
}

#header {
  min-height: 75px !important;
  height: 75px !important;
}

#header .header-container {
  top: 0 !important;
  margin-top: 0 !important;
}

#header .header-bottom {
  height: 75px !important;
  min-height: 75px !important;
}

#header .header-logo-outer {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header .header-logo-outer .header-logo {
  display: inline-flex !important;
  align-items: center !important;
  height: 45px !important;
  line-height: 1 !important;
}

#header .header-logo-outer .header-logo img {
  display: block !important;
  width: auto !important;
  max-width: 190px !important;
  height: auto !important;
  max-height: 45px !important;
  object-fit: contain !important;
}

#header .header-nav {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  left: 0 !important;
  width: auto !important;
  margin: 0 !important;
}

#header .header-tools {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

@media (max-width: 1023px) {
  #header {
    min-height: 110px !important;
    height: 110px !important;
  }
}

@media (max-width: 768px) {
  #header {
    min-height: 58px !important;
    height: 58px !important;
  }

  #header .header-bottom {
    height: 58px !important;
    min-height: 58px !important;
  }

  #header .header-logo-outer .header-logo img {
    max-width: 168px !important;
    max-height: 32px !important;
  }
}

/* Web header top lock, mirrored from the cart theme, 20260817 layout repair. */
html,
body,
body.cl-root-page {
  margin: 0 !important;
  padding: 0 !important;
}

body > .edit-header,
body > #header,
body > .edit-header #header {
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  min-height: 75px !important;
  margin-top: 0 !important;
  background: #fff !important;
  z-index: 30000 !important;
}

body > .edit-header #header .header-container,
body > #header .header-container,
#header .header-container,
#header .header-container.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  transform: translateY(0) !important;
  z-index: 30001 !important;
}

body > .edit-header #header .header-bottom,
body > #header .header-bottom,
#header .header-bottom {
  display: flex !important;
  height: 75px !important;
  min-height: 75px !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 0 0 3% !important;
}

body > .edit-header #header .header-logo-outer,
body > #header .header-logo-outer,
#header .header-logo-outer {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body > .edit-header #header .header-nav,
body > #header .header-nav,
#header .header-nav {
  flex: 1 1 auto !important;
  left: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 60px !important;
}

body > .edit-header #header .header-nav-scroll,
body > #header .header-nav-scroll,
#header .header-nav-scroll {
  width: auto !important;
  max-width: none !important;
  justify-content: flex-start !important;
}

body > .edit-header #header .header-tools,
body > #header .header-tools,
#header .header-tools {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 300px !important;
}

#header.show-top-prompt .header-container,
#header.show-top-ad .header-container,
#header.show-top-prompt.show-top-ad .header-container {
  top: 0 !important;
}

@media (max-width: 1023px) {
  body > .edit-header #header,
  body > #header,
  #header {
    min-height: 110px !important;
    height: 110px !important;
  }

  body > .edit-header #header .header-bottom,
  body > #header .header-bottom,
  #header .header-bottom {
    height: 110px !important;
    min-height: 110px !important;
    align-items: flex-start !important;
  }

  body > .edit-header #header .header-nav,
  body > #header .header-nav,
  #header .header-nav {
    top: 60px !important;
    width: 100% !important;
    height: 50px !important;
    padding: 0 3% !important;
  }
}

@media (max-width: 768px) {
  body > .edit-header #header,
  body > #header,
  #header {
    min-height: 58px !important;
    height: 58px !important;
  }

  body > .edit-header #header .header-bottom,
  body > #header .header-bottom,
  #header .header-bottom {
    height: 58px !important;
    min-height: 58px !important;
    align-items: center !important;
    padding: 0 16px !important;
  }

  body > .edit-header #header .header-tools,
  body > #header .header-tools,
  #header .header-tools {
    min-width: 0 !important;
  }
}

/* Product services menu final cascade. */
@media (min-width: 1024px) {
  .cl-product-service-dropdown .dropdown-product-wrapper {
    display: grid !important;
    grid-template-columns: 224px minmax(0, 1fr) !important;
    width: min(1180px, calc(100vw - 72px)) !important;
    height: min(68vh, 540px) !important;
    min-height: 440px !important;
    max-height: min(68vh, 540px) !important;
  }

  .cl-product-service-dropdown .dropdown-product-wrapper-right {
    grid-column: 2 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .cl-product-service-dropdown .dropdown-product-content-middleb {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 22px !important;
    row-gap: 18px !important;
  }

  .cl-product-service-dropdown .dropdown-product-module {
    padding: 14px !important;
    border: 1px solid var(--cl-line-soft) !important;
    border-radius: 7px !important;
    background: #fbfcfe !important;
  }
}
