html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f5f7fb;
  color: #101827;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}
body > *:not(#cloudaxis-service-page):not(#cloudaxis-redesign):not(script) { display: none !important; }
#cloudaxis-service-page {
  --brand: #2458f4;
  --brand-dark: #1239b6;
  --brand-soft: #eef3ff;
  --ink: #111827;
  --muted: #64748b;
  --line: #e5ebf5;
  --card: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
#cloudaxis-redesign {
  --brand: #2458f4;
  --brand-dark: #1239b6;
  --brand-soft: #eef3ff;
  --ink: #111827;
  --muted: #64748b;
  --line: #e5ebf5;
  --card: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
#cloudaxis-redesign * { box-sizing: border-box; }
#cloudaxis-redesign a { color: inherit; text-decoration: none; }
#cloudaxis-service-page * { box-sizing: border-box; }
#cloudaxis-service-page a { color: inherit; text-decoration: none; }
.cx-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}
.cx-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  background: rgba(255,255,255,.93);
  border-bottom: 1px solid rgba(226,232,240,.9);
  backdrop-filter: blur(18px);
}
.cx-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cx-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.cx-logo-mark {
  width: 44px;
  height: 31px;
  border-radius: 0;
  color: #fff;
  position: relative;
  display: block;
  overflow: visible;
  background: none;
  box-shadow: none;
}
.cx-logo-mark:before,
.cx-logo-mark:after {
  content: "";
  position: absolute;
  display: block;
}
.cx-logo-mark:before {
  left: 3px;
  bottom: 4px;
  width: 38px;
  height: 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f74ff 0%, #1042b2 100%);
  box-shadow: 0 12px 26px rgba(37,99,235,.24);
}
.cx-logo-mark:after {
  left: 7px;
  top: 6px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4385ff 0%, #1f5ce8 100%);
  box-shadow:
    11px -4px 0 2px #2458f4,
    23px 4px 0 -1px #123f9f;
}
.cx-logo-axis {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 18px;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  transform: rotate(0deg);
  transform-origin: center;
}
.cx-logo-axis:before,
.cx-logo-axis:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.cx-logo-axis:before { left: -3px; }
.cx-logo-axis:after { right: -3px; }
.cx-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #26364f;
}
.cx-nav a {
  padding: 9px 9px;
  border-radius: 10px;
  white-space: nowrap;
}
.cx-nav a:hover,
.cx-nav .active {
  color: var(--brand);
  background: var(--brand-soft);
}
.cx-nav .cx-nav-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  padding-inline: 16px;
  box-shadow: 0 10px 24px rgba(36,88,244,.22);
}
.cx-nav .cx-nav-cta:hover { color: #fff; }
.cx-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 68px;
  color: #111827;
  background:
    linear-gradient(90deg, rgba(36,88,244,.08) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(36,88,244,.06) 0 1px, transparent 1px),
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--brand) 14%, transparent), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  border-bottom: 1px solid #e7edf6;
}
.cx-service-hero {
  padding: 84px 0 64px;
  background:
    linear-gradient(90deg, rgba(36,88,244,.055) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(36,88,244,.045) 0 1px, transparent 1px),
    radial-gradient(circle at 90% 20%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}
.cx-home-hero {
  padding: 78px 0 62px;
}
.cx-hero:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--brand), #91b2ff);
}
.cx-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 64px;
  align-items: center;
}
.cx-hero-stack {
  position: relative;
  z-index: 2;
}
.cx-hero-copy {
  max-width: 820px;
}
.cx-service-hero .cx-hero-copy {
  max-width: 780px;
}
.cx-hero-no-card .cx-hero-copy {
  max-width: 860px;
}
.cx-home-hero .cx-hero-copy {
  max-width: 900px;
}
.cx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #dbe7ff;
  background: #eef4ff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: color-mix(in srgb, var(--brand) 82%, #17356b);
}
.cx-kicker:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #72f0a2;
  box-shadow: 0 0 0 6px rgba(114,240,162,.12);
}
.cx-title {
  margin: 0 0 20px;
  max-width: 720px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.cx-service-hero .cx-title {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(36px, 3.45vw, 48px);
  line-height: 1.14;
  letter-spacing: -.045em;
}
.cx-sub {
  max-width: 650px;
  color: #526173;
  font-size: 17px;
  line-height: 1.8;
  text-wrap: pretty;
}
.cx-service-hero .cx-sub {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.85;
  color: #475569;
}
.cx-hero-no-card .cx-sub {
  max-width: 760px;
}
.cx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.cx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.cx-btn:hover { transform: translateY(-2px); }
.cx-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 16px 32px color-mix(in srgb, var(--brand) 22%, transparent);
}
.cx-btn-ghost {
  color: #16345f !important;
  border: 1px solid #d4ddea;
  background: #fff;
}
.cx-hero-panel {
  max-width: 100%;
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #dfe7f2;
  box-shadow: 0 24px 70px rgba(15,23,42,.09);
}
.cx-hero-panel h3 { margin: 0 0 18px; font-size: 20px; color: #111827; }
.cx-scope-panel {
  box-shadow: 0 18px 52px rgba(15,23,42,.08);
}
.cx-service-list {
  display: grid;
  gap: 10px;
}
.cx-service-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #edf2f8;
}
.cx-service-row strong {
  color: #102548;
  font-size: 15px;
}
.cx-service-row span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.cx-panel-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand) !important;
  font-weight: 900;
}
.cx-hero-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid #dfe7f2;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 52px rgba(15,23,42,.07);
}
.cx-hero-strip div {
  min-width: 0;
  padding: 22px 24px;
  border-left: 1px solid #e7edf6;
}
.cx-hero-strip div:first-child {
  border-left: 0;
}
.cx-hero-strip strong {
  display: block;
  color: #102548;
  font-size: 16px;
  line-height: 1.3;
}
.cx-hero-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.cx-service-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 980px;
}
.cx-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.cx-metric {
  padding: 18px;
  border-radius: 16px;
  background: #f7f9fd;
  border: 1px solid #e5ebf5;
}
.cx-metric strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #17356b;
  font-variant-numeric: tabular-nums;
}
.cx-metric span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
}
.cx-section { padding: 84px 0; }
.cx-section-white { background: #fff; }
.cx-proof-strip {
  padding: 30px 0;
  background: #fff;
  border-bottom: 1px solid #e7edf6;
}
.cx-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
  border: 1px solid #e5ebf5;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,42,.045);
}
.cx-proof-grid div {
  padding: 24px 26px;
  border-left: 1px solid #e5ebf5;
}
.cx-proof-grid div:first-child { border-left: 0; }
.cx-proof-grid strong {
  display: block;
  color: var(--brand);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.045em;
}
.cx-proof-grid span {
  display: block;
  margin-top: 9px;
  color: #526173;
  font-weight: 700;
}
.cx-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.cx-section-head-simple {
  display: block;
  margin-bottom: 24px;
}
.cx-tag {
  display: none !important;
  color: var(--brand);
  background: var(--brand-soft);
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.cx-section h2,
.cx-final h2 {
  margin: 12px 0 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.cx-section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.cx-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.cx-platform-home-grid {
  grid-template-columns: repeat(5, minmax(0,1fr));
}
.cx-platform-card {
  display: flex;
  flex-direction: column;
  min-height: 292px;
}
.cx-card-actions {
  margin-top: auto;
}
.cx-card-actions .cx-btn {
  min-height: 40px;
  padding-inline: 15px;
  border-radius: 12px;
}
.cx-card {
  min-width: 0;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(15,23,42,.045);
}
.cx-card b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  margin-bottom: 16px;
  color: var(--brand);
  background: var(--brand-soft);
}
.cx-cloud-symbol {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 40px;
  height: 30px;
  margin-bottom: 0;
}
.cx-cloud-lockup {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.cx-cloud-lockup strong {
  display: block;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.cx-cloud-lockup-aliyun strong { color: #ff6a00; }
.cx-cloud-lockup-aws strong { color: #26364f; font-size: 23px; letter-spacing: -.08em; }
.cx-cloud-lockup-tencent strong { color: #17233d; font-size: 17px; }
.cx-cloud-lockup-huawei strong { color: #101827; font-size: 16px; letter-spacing: -.04em; }
.cx-cloud-lockup-gcp strong { color: #5f6368; font-size: 17px; }
.cx-cloud-lockup-img img {
  display: block;
  max-width: 178px;
  width: 100%;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}
.cx-cloud-lockup-img {
  width: 100%;
}
.cx-cloud-lockup-huawei {
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.cx-cloud-lockup-aws img {
  max-width: 86px;
}
.cx-cloud-lockup-tencent img,
.cx-cloud-lockup-huawei img,
.cx-cloud-lockup-gcp img {
  max-width: 166px;
}
.cx-cloud-symbol i,
.cx-cloud-symbol:before,
.cx-cloud-symbol:after {
  content: "";
  position: absolute;
  display: block;
}
.cx-cloud-aws {
  width: 42px;
}
.cx-cloud-aws:before {
  content: "";
  left: 0;
  top: 18px;
  width: 34px;
  height: 9px;
  border-bottom: 4px solid #ff9900;
  border-radius: 0 0 80px 80px;
  transform: rotate(-8deg);
}
.cx-cloud-aws:after {
  right: 3px;
  top: 21px;
  width: 0;
  height: 0;
  border-left: 8px solid #ff9900;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(-18deg);
}
.cx-cloud-gcp {
  width: 38px;
  height: 28px;
}
.cx-cloud-gcp:before {
  left: 0;
  top: 5px;
  width: 28px;
  height: 15px;
  border: 6px solid #4285f4;
  border-top-color: #ea4335;
  border-left-color: #fbbc05;
  border-bottom-color: #34a853;
  border-radius: 22px;
}
.cx-cloud-gcp:after {
  left: 15px;
  top: 14px;
  width: 20px;
  height: 6px;
  background: #4285f4;
  border-radius: 999px;
}
.cx-cloud-aliyun {
  width: 42px;
  height: 28px;
}
.cx-cloud-aliyun:before,
.cx-cloud-aliyun:after {
  top: 2px;
  width: 19px;
  height: 24px;
  background: #ff6a00;
}
.cx-cloud-aliyun:before {
  left: 0;
  border-radius: 18px 6px 6px 18px;
  clip-path: polygon(0 0, 100% 0, 76% 28%, 36% 38%, 36% 62%, 76% 72%, 100% 100%, 0 100%);
}
.cx-cloud-aliyun:after {
  right: 0;
  border-radius: 6px 18px 18px 6px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 24% 72%, 64% 62%, 64% 38%, 24% 28%);
}
.cx-cloud-aliyun i {
  left: 14px;
  top: 12px;
  width: 14px;
  height: 5px;
  background: #ff6a00;
}
.cx-cloud-tencent {
  width: 38px;
  height: 28px;
}
.cx-cloud-tencent:before {
  left: 0;
  top: 5px;
  width: 31px;
  height: 16px;
  border: 6px solid #10b9cf;
  border-right-color: #0aa3f4;
  border-bottom-color: #0aa3f4;
  border-radius: 28px 28px 24px 24px;
  transform: skewX(-8deg);
}
.cx-cloud-tencent:after {
  right: 0;
  bottom: 2px;
  width: 26px;
  height: 6px;
  background: #0aa3f4;
  border-radius: 999px;
}
.cx-cloud-huawei {
  width: 39px;
  height: 30px;
}
.cx-cloud-huawei:before {
  left: 1px;
  top: 0;
  width: 36px;
  height: 25px;
  background:
    radial-gradient(ellipse at 50% 100%, transparent 0 34%, #e60012 35% 52%, transparent 53%),
    conic-gradient(from 206deg at 50% 96%, #e60012 0 18deg, transparent 18deg 28deg, #e60012 28deg 48deg, transparent 48deg 60deg, #e60012 60deg 80deg, transparent 80deg 94deg, #e60012 94deg 114deg, transparent 114deg 128deg, #e60012 128deg 148deg, transparent 148deg 360deg);
  border-radius: 32px 32px 12px 12px;
}
.cx-cloud-huawei:after {
  left: 7px;
  top: 26px;
  width: 25px;
  height: 3px;
  background: #e60012;
  border-radius: 999px;
}
.cx-card-icon {
  display: none !important;
}
.cx-card h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.35; }
.cx-card p,
.cx-assurance p,
.cx-faq-item p,
.cx-product p,
.cx-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 14px;
}
.cx-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.cx-assurance-grid-compact {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.cx-assurance {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(15,23,42,.04);
}
.cx-assurance span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: var(--brand);
  background: var(--brand-soft);
  font-size: 17px;
  font-weight: 900;
}
.cx-assurance h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
}
.cx-clean-card:before,
.cx-assurance:before,
.cx-step:before,
.cx-service-matrix article:before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 18%, #fff));
}
.cx-service-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
.cx-service-matrix article,
.cx-scenario-grid article {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(15,23,42,.04);
}
.cx-service-matrix span { display: none; }
.cx-service-matrix h3,
.cx-scenario-grid h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
}
.cx-service-matrix p,
.cx-scenario-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}
.cx-logo-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 16px;
}
.cx-logo-wall div {
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(15,23,42,.04);
}
.cx-logo-wall img {
  max-width: 160px;
  max-height: 46px;
  object-fit: contain;
}
.cx-logo-wall div:nth-child(2) img {
  max-width: 92px;
  max-height: 52px;
}
.cx-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
.cx-consult-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 18px;
  align-items: stretch;
}
.cx-consult-panel,
.cx-consult-card {
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(15,23,42,.045);
}
.cx-consult-panel {
  padding: 30px;
}
.cx-consult-panel h3,
.cx-consult-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: -.035em;
}
.cx-consult-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.cx-consult-panel li {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.cx-consult-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 16px;
}
.cx-consult-panel span,
.cx-consult-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.cx-consult-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, #0f2f70 0%, #1455c8 100%);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 28px 58px rgba(21, 85, 200, .22);
}
.cx-consult-card span {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(255,255,255,.12);
  font-size: 13px;
  font-weight: 800;
}
.cx-consult-card h3 {
  color: #fff;
}
.cx-consult-card p {
  margin: 18px 0 24px;
  color: rgba(255,255,255,.76);
}
.cx-consult-card .cx-btn {
  width: fit-content;
  background: #fff;
  color: #0f3f9d;
  box-shadow: none;
}
.cx-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.cx-faq-grid article {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(15,23,42,.04);
}
.cx-faq-grid h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
}
.cx-faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.cx-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.cx-product {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(15,23,42,.055);
}
.cx-product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.cx-product h3 { margin: 0; font-size: 21px; line-height: 1.35; }
.cx-pill {
  display: none !important;
}
.cx-price {
  margin-top: auto;
  padding-top: 22px;
  color: var(--brand);
  font-size: 26px;
  font-weight: 900;
}
.cx-price small { color: var(--muted); font-size: 13px; font-weight: 700; }
.cx-product-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
}
.cx-link-cta {
  color: var(--brand) !important;
  font-size: 16px;
  font-weight: 900;
}
.cx-link-muted {
  color: #506176 !important;
  font-size: 14px;
}
.cx-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
.cx-step {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
}
.cx-step-num {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 12px;
  color: #fff;
  background: var(--brand);
  font-weight: 900;
}
.cx-step .cx-card-icon {
  color: #fff;
  background: var(--brand);
}
.cx-step h3 { margin: 0 0 8px; font-size: 17px; }
.cx-dark {
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--brand) 45%, transparent), transparent 36%),
    linear-gradient(135deg,#071629,#0d2354);
}
.cx-dark .cx-tag { color: #c8d7ff; background: rgba(255,255,255,.1); }
.cx-dark .cx-section-head p { color: rgba(255,255,255,.7); }
.cx-usecases {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
}
.cx-usecase-panel {
  padding: 30px;
  border-radius: 26px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
}
.cx-usecase-panel p { color: rgba(255,255,255,.74); line-height: 1.75; }
.cx-region-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.cx-region-list span {
  padding: 13px 14px;
  border-radius: 14px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.09);
}
.cx-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.cx-faq-item {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(15,23,42,.04);
}
.cx-faq-item h3 { margin: 0 0 9px; font-size: 17px; }
.cx-final {
  padding: 74px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
}
.cx-final-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.cx-final h2 { margin: 0 0 12px; }
.cx-final p { margin: 0; color: rgba(255,255,255,.78); }
.cx-footer {
  padding: 44px 0 30px;
  color: rgba(255,255,255,.7);
  background: #07111f;
}
.cx-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3,.7fr);
  gap: 30px;
}
.cx-footer h4 { margin: 0 0 14px; color: #fff; }
.cx-footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.64); }
.cx-footer-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 13px;
}
.cx-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.cx-blog-card {
  min-height: 248px;
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(15,23,42,.05);
}
.cx-blog-card span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}
.cx-blog-card h3 {
  margin: 18px 0 10px;
  font-size: 21px;
  line-height: 1.35;
}
.cx-blog-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 14px;
}
.cx-blog-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--brand) !important;
  font-weight: 900;
}
.cx-contact-rail {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 60;
  width: 92px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dfe7f2;
  box-shadow: 0 22px 48px rgba(15,23,42,.16);
}
.cx-contact-rail a,
.cx-contact-rail button {
  width: 100%;
  min-height: 74px;
  display: grid;
  place-items: center;
  gap: 4px;
  border: 0;
  background: #fff;
  color: #17356b;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.cx-contact-rail a + button,
.cx-contact-rail button + a { border-top: 1px solid #eef2f7; }
.cx-wechat-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #18b566;
}
.cx-contact-rail small {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

/* richer visual polish */
body {
  background:
    radial-gradient(circle at 8% 0%, rgba(36,88,244,.08), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(20,184,166,.06), transparent 24%),
    #f5f7fb;
}
.cx-header {
  box-shadow: 0 10px 30px rgba(15,23,42,.035);
}
.cx-hero {
  overflow: hidden;
}
.cx-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 22%, rgba(36,88,244,.10), transparent 22%),
    radial-gradient(circle at 82% 28%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 28%);
  opacity: .9;
}
.cx-title {
  text-shadow: 0 10px 34px rgba(15,23,42,.06);
}
.cx-hero-strip,
.cx-proof-grid,
.cx-card,
.cx-product,
.cx-step,
.cx-assurance,
.cx-blog-card,
.cx-faq-grid article,
.cx-service-matrix article,
.cx-scenario-grid article,
.cx-consult-panel,
.cx-consult-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.cx-card:hover,
.cx-product:hover,
.cx-step:hover,
.cx-assurance:hover,
.cx-blog-card:hover,
.cx-faq-grid article:hover,
.cx-service-matrix article:hover,
.cx-scenario-grid article:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--brand) 28%, #dbe5f2);
  box-shadow: 0 28px 70px rgba(15,23,42,.09);
}
.cx-platform-card {
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg, rgba(36,88,244,.22), rgba(20,184,166,.12), rgba(255,255,255,.5)) border-box;
  border: 1px solid transparent;
}
.cx-platform-card:hover .cx-cloud-lockup-img img {
  transform: scale(1.04);
}
.cx-cloud-lockup-img img {
  transition: transform .28s ease;
}
.cx-clean-card:before,
.cx-assurance:before,
.cx-step:before,
.cx-service-matrix article:before {
  box-shadow: 0 0 18px color-mix(in srgb, var(--brand) 34%, transparent);
}
.cx-consult-card {
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(135deg, #0f3f9d 0%, #165dff 100%);
}
.cx-consult-card .cx-btn,
.cx-consult-card .cx-btn.cx-btn-primary {
  color: #0f3f9d !important;
  background: #fff !important;
  border: 0;
  min-width: 138px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
.cx-footer-grid {
  grid-template-columns: 1.35fr repeat(4, .75fr);
}
.cx-blog-card span {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1;
}
.cx-article-tag {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  color: color-mix(in srgb, var(--brand) 82%, #0f172a);
  background: var(--brand-soft);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}
.cx-contact-rail {
  width: 104px;
  right: 24px;
  bottom: 72px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(15,23,42,.18);
}
.cx-contact-rail a,
.cx-contact-rail button {
  min-height: 66px;
  padding: 10px 8px;
  gap: 6px;
  font-size: 13px;
}
.cx-contact-rail a + a,
.cx-contact-rail a + button,
.cx-contact-rail button + a {
  border-top: 1px solid #eef2f7;
}
.cx-rail-icon,
.cx-wechat-icon {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #18b566, #0ea66b);
  font-size: 13px;
  font-weight: 900;
}
.cx-contact-rail a:nth-child(2) .cx-rail-icon {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
}
.cx-contact-rail .cx-back-top .cx-rail-icon {
  background: linear-gradient(135deg, #0f172a, #334155);
}
.cx-contact-rail a:hover {
  color: var(--brand);
  background: #f8fbff;
}
.cx-final .cx-btn,
.cx-final .cx-btn.cx-btn-ghost {
  color: var(--brand-dark) !important;
  background: #fff;
  border: 0;
}

@media (max-width: 1080px) {
  .cx-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .cx-footer-grid { grid-template-columns: 1fr; }
  .cx-contact-rail { width: 82px; right: 12px; bottom: 16px; }
  .cx-contact-rail a { min-height: 58px; font-size: 12px; }
}
@media (max-width: 1080px) {
  .cx-nav a:not(.cx-nav-cta):nth-child(n+7) { display: none; }
  .cx-hero-grid { grid-template-columns: 1fr; }
  .cx-hero-panel { max-width: 560px; }
  .cx-hero-strip,
  .cx-service-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cx-hero-strip div:nth-child(odd) { border-left: 0; }
  .cx-hero-strip div:nth-child(n+3) { border-top: 1px solid #e7edf6; }
  .cx-card-grid,
  .cx-blog-grid,
  .cx-assurance-grid,
  .cx-assurance-grid-compact,
  .cx-proof-grid,
  .cx-service-matrix,
  .cx-logo-wall,
  .cx-scenario-grid,
  .cx-faq-grid,
  .cx-process { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cx-consult-layout { grid-template-columns: 1fr; }
  .cx-platform-home-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cx-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .cx-container { width: 334px; max-width: calc(100vw - 28px); }
  .cx-header { height: auto; }
  .cx-header-inner { min-height: 64px; }
  .cx-nav a:not(.cx-nav-cta) { display: none; }
  .cx-nav .cx-nav-cta { padding-inline: 12px; }
  .cx-hero { padding: 54px 0 52px; }
  .cx-title { font-size: 33px; line-height: 1.08; letter-spacing: -.045em; }
  .cx-sub { font-size: 16px; }
  .cx-metrics,
  .cx-hero-strip,
  .cx-service-strip,
  .cx-card-grid,
  .cx-blog-grid,
  .cx-assurance-grid,
  .cx-assurance-grid-compact,
  .cx-proof-grid,
  .cx-service-matrix,
  .cx-logo-wall,
  .cx-scenario-grid,
  .cx-consult-layout,
  .cx-consult-panel ul,
  .cx-product-grid,
  .cx-process,
  .cx-usecases,
  .cx-region-list,
  .cx-faq-grid,
  .cx-footer-grid { grid-template-columns: 1fr; }
  .cx-section-head,
  .cx-final-box { display: block; }
  .cx-section-head p { margin-top: 14px; }
  .cx-proof-grid div,
  .cx-proof-grid div:first-child {
    border-left: 0;
    border-top: 1px solid #e5ebf5;
  }
  .cx-proof-grid div:first-child { border-top: 0; }
  .cx-hero-strip div {
    border-left: 0;
    border-top: 1px solid #e7edf6;
    padding: 18px;
  }
  .cx-hero-strip div:first-child { border-top: 0; }
  .cx-card,
  .cx-product,
  .cx-step,
  .cx-faq-item,
  .cx-usecase-panel,
  .cx-hero-panel { max-width: 100%; min-width: 0; }
  .cx-contact-rail { right: 12px; bottom: 18px; width: 78px; }
  .cx-contact-rail a,
  .cx-contact-rail button { min-height: 62px; font-size: 12px; }
}

/* final overrides: richer landing-page feel */
.cx-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 8% 12%, rgba(36,88,244,.055), transparent 22%),
    radial-gradient(circle at 92% 20%, rgba(14,165,233,.045), transparent 24%),
    #fff;
}
.cx-section:nth-of-type(odd) {
  background:
    linear-gradient(180deg, #f5f8fc 0%, #f8fbff 100%);
}
.cx-section h2 {
  position: relative;
}
.cx-section h2:after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), rgba(20,184,166,.9));
  box-shadow: 0 0 24px color-mix(in srgb, var(--brand) 26%, transparent);
}
.cx-section-head-simple h2:after {
  margin-top: 18px;
}
.cx-hero-strip,
.cx-proof-grid {
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg, rgba(36,88,244,.22), rgba(20,184,166,.18), rgba(255,255,255,.7)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 28px 70px rgba(15,23,42,.075);
}
.cx-btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 16px 34px color-mix(in srgb, var(--brand) 24%, transparent);
}
.cx-btn-ghost {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
}
.cx-footer-grid {
  grid-template-columns: 1.25fr repeat(4, .72fr);
}
.cx-blog-card span {
  font-size: 16px;
  letter-spacing: -.01em;
}
.cx-blog-card a {
  display: none;
}
.cx-article-tag {
  display: inline-flex;
}
.cx-contact-rail {
  width: 108px;
  right: 24px;
  bottom: 70px;
  border-radius: 24px;
}
.cx-contact-rail a,
.cx-contact-rail button {
  min-height: 68px;
  line-height: 1.2;
}
.cx-contact-rail a span:last-child {
  max-width: 76px;
  text-align: center;
}
.cx-contact-rail small {
  display: none;
}
@media (max-width: 1080px) {
  .cx-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .cx-section h2:after { margin-top: 14px; }
  .cx-footer-grid { grid-template-columns: 1fr; }
  .cx-contact-rail { width: 82px; right: 12px; bottom: 16px; }
  .cx-contact-rail a,
  .cx-contact-rail button { min-height: 58px; font-size: 12px; }
}

/* impact layer: cloud-tech visual upgrade */
#cloudaxis-redesign,
#cloudaxis-service-page {
  background:
    radial-gradient(circle at 14% 6%, rgba(37,99,235,.13), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(6,182,212,.10), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 52%, #f8fbff 100%);
}
.cx-header {
  height: 76px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  border-bottom: 1px solid rgba(148,163,184,.22);
  box-shadow: 0 18px 60px rgba(15,23,42,.075);
}
.cx-logo {
  transition: transform .26s ease;
}
.cx-logo:hover {
  transform: translateY(-1px);
}
.cx-nav a {
  position: relative;
}
.cx-nav a:not(.cx-nav-cta):after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand), #06b6d4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.cx-nav a:not(.cx-nav-cta):hover:after,
.cx-nav a.active:after {
  transform: scaleX(1);
}
.cx-hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  isolation: isolate;
}
.cx-hero:before {
  opacity: 1;
  background:
    radial-gradient(circle at 18% 28%, color-mix(in srgb, var(--brand) 20%, transparent), transparent 23%),
    radial-gradient(circle at 80% 22%, rgba(6,182,212,.16), transparent 24%),
    radial-gradient(circle at 70% 80%, rgba(255,255,255,.95), transparent 34%);
}
.cx-hero:after {
  width: 7px;
  background: linear-gradient(180deg, var(--brand), #06b6d4, rgba(255,255,255,.2));
  box-shadow: 0 0 28px color-mix(in srgb, var(--brand) 50%, transparent);
}
.cx-hero-copy {
  padding-top: 12px;
}
.cx-title {
  font-size: clamp(44px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.075em;
}
.cx-service-hero .cx-title {
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.02;
}
.cx-sub {
  max-width: 760px;
  font-size: 18px;
  color: #41516a;
}
.cx-hero-strip {
  margin-top: 54px;
  transform: translateY(22px);
}
.cx-provider-strip div,
.cx-service-strip div {
  position: relative;
}
.cx-provider-strip div:before,
.cx-service-strip div:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), #06b6d4);
  opacity: .75;
}
.cx-provider-strip strong,
.cx-service-strip strong {
  padding-top: 14px;
}
.cx-proof-strip {
  margin-top: -4px;
  position: relative;
  z-index: 3;
}
.cx-proof-grid {
  transform: translateY(-18px);
}
.cx-proof-grid strong {
  font-size: clamp(30px, 3.5vw, 46px);
  letter-spacing: -.07em;
}
.cx-section {
  position: relative;
  overflow: hidden;
}
.cx-section:before {
  content: "";
  position: absolute;
  inset: auto -10% 10% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.08), transparent 68%);
  pointer-events: none;
}
.cx-card,
.cx-product,
.cx-step,
.cx-assurance,
.cx-blog-card,
.cx-faq-grid article,
.cx-service-matrix article,
.cx-scenario-grid article,
.cx-consult-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86)) padding-box,
    linear-gradient(135deg, rgba(37,99,235,.20), rgba(6,182,212,.14), rgba(255,255,255,.74)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 22px 54px rgba(15,23,42,.07),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.cx-card:hover,
.cx-product:hover,
.cx-step:hover,
.cx-assurance:hover,
.cx-blog-card:hover,
.cx-faq-grid article:hover,
.cx-service-matrix article:hover,
.cx-scenario-grid article:hover {
  transform: translateY(-9px);
  box-shadow:
    0 34px 90px rgba(15,23,42,.13),
    0 0 0 1px color-mix(in srgb, var(--brand) 18%, transparent),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.cx-platform-card {
  min-height: 320px;
}
.cx-platform-card:after,
.cx-product:after,
.cx-blog-card:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: radial-gradient(circle at 35% 30%, color-mix(in srgb, var(--brand) 18%, transparent), transparent 65%);
  opacity: .55;
  pointer-events: none;
}
.cx-platform-card,
.cx-product,
.cx-blog-card {
  position: relative;
  overflow: hidden;
}
.cx-btn {
  position: relative;
  overflow: hidden;
}
.cx-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.30) 45%, transparent 75%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}
.cx-btn:hover:before {
  transform: translateX(120%);
}
.cx-btn:hover {
  transform: translateY(-3px);
}
.cx-logo-wall div {
  min-height: 132px;
  background:
    linear-gradient(180deg, #fff, #f9fbff) padding-box,
    linear-gradient(135deg, rgba(37,99,235,.15), rgba(6,182,212,.10)) border-box;
  border: 1px solid transparent;
}
.cx-final {
  background:
    radial-gradient(circle at 18% 26%, rgba(255,255,255,.22), transparent 25%),
    radial-gradient(circle at 82% 36%, color-mix(in srgb, var(--brand) 42%, transparent), transparent 25%),
    linear-gradient(135deg, color-mix(in srgb, var(--brand-dark) 92%, #07111f), var(--brand) 56%, color-mix(in srgb, var(--brand-dark) 86%, #030812));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}
.cx-footer {
  background:
    radial-gradient(circle at 78% 12%, rgba(37,99,235,.18), transparent 28%),
    linear-gradient(180deg, #07111f, #030812);
}
.cx-contact-rail {
  border: 1px solid rgba(226,232,240,.72);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.92));
}
.cx-rail-icon {
  box-shadow: 0 10px 22px rgba(15,23,42,.14);
}
@media (max-width: 760px) {
  .cx-hero { min-height: auto; }
  .cx-title,
  .cx-service-hero .cx-title {
    font-size: 36px;
    line-height: 1.05;
  }
  .cx-hero-strip { transform: none; margin-top: 34px; }
}

/* interaction layer */
@keyframes cxFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes cxPulseGlow {
  0%, 100% { box-shadow: 0 16px 34px color-mix(in srgb, var(--brand) 22%, transparent); }
  50% { box-shadow: 0 24px 56px color-mix(in srgb, var(--brand) 38%, transparent); }
}
@keyframes cxRiseIn {
  from { opacity: .88; transform: translateY(16px) scale(.996); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.cx-logo-mark {
  animation: cxFloat 4.8s ease-in-out infinite;
}
.cx-nav-cta,
.cx-btn-primary {
  animation: cxPulseGlow 3.8s ease-in-out infinite;
}
.cx-reveal {
  opacity: 1;
  transform: none;
  animation: cxRiseIn .72s cubic-bezier(.2,.8,.2,1) both;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.cx-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.cx-card,
.cx-product,
.cx-step,
.cx-assurance,
.cx-blog-card,
.cx-faq-grid article,
.cx-service-matrix article,
.cx-scenario-grid article,
.cx-platform-card {
  --mx: 50%;
  --my: 0%;
  transform-style: preserve-3d;
  will-change: transform;
}
.cx-card:before,
.cx-product:before,
.cx-blog-card:before,
.cx-platform-card:before,
.cx-step:before,
.cx-assurance:before,
.cx-faq-grid article:before,
.cx-service-matrix article:before,
.cx-scenario-grid article:before,
.cx-usecase-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--mx) var(--my), color-mix(in srgb, var(--brand) 18%, transparent), transparent 36%);
  transition: opacity .25s ease;
}
.cx-card:hover:before,
.cx-product:hover:before,
.cx-blog-card:hover:before,
.cx-platform-card:hover:before,
.cx-step:hover:before,
.cx-assurance:hover:before,
.cx-faq-grid article:hover:before,
.cx-service-matrix article:hover:before,
.cx-scenario-grid article:hover:before,
.cx-usecase-panel:hover:before {
  opacity: 1;
}
.cx-card,
.cx-product,
.cx-step,
.cx-assurance,
.cx-blog-card,
.cx-faq-grid article,
.cx-service-matrix article,
.cx-scenario-grid article,
.cx-usecase-panel {
  position: relative;
  overflow: hidden;
}
.cx-card:hover,
.cx-product:hover,
.cx-step:hover,
.cx-assurance:hover,
.cx-blog-card:hover,
.cx-faq-grid article:hover,
.cx-service-matrix article:hover,
.cx-scenario-grid article:hover,
.cx-usecase-panel:hover {
  transform: translateY(-10px) perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
}
.cx-proof-grid div,
.cx-hero-strip div {
  transition: background .25s ease, transform .25s ease;
}
.cx-proof-grid div:hover,
.cx-hero-strip div:hover {
  background: rgba(37,99,235,.045);
  transform: translateY(-2px);
}
.cx-contact-rail {
  transform: translateX(18px);
  transition: transform .28s ease, box-shadow .28s ease;
}
.cx-contact-rail:hover {
  transform: translateX(0);
  box-shadow: 0 34px 92px rgba(15,23,42,.24);
}
.cx-contact-rail a {
  transition: background .22s ease, color .22s ease, transform .22s ease;
}
.cx-contact-rail a:hover {
  transform: translateX(-3px);
}
.cx-scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 45%, #06b6d4), #fff);
  box-shadow: 0 0 18px color-mix(in srgb, var(--brand) 55%, transparent);
  pointer-events: none;
  transition: width .08s linear;
}
.cx-click-ripple {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(255,255,255,.55);
  transform: translate(-50%, -50%) scale(1);
  animation: cxRipple .58s ease-out forwards;
}
@keyframes cxRipple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}
.cx-nav a,
.cx-contact-rail a,
.cx-link-cta {
  position: relative;
  overflow: hidden;
}

/* provider page color blocks */
#cloudaxis-service-page #products {
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.28), transparent 26%),
    radial-gradient(circle at 88% 22%, color-mix(in srgb, var(--brand-dark) 44%, transparent), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--brand) 94%, #fff), var(--brand-dark));
  border-block: 1px solid color-mix(in srgb, var(--brand) 42%, #fff);
}
#cloudaxis-service-page #products:before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.10) 0 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .52;
}
#cloudaxis-service-page #products .cx-container {
  position: relative;
  z-index: 1;
}
#cloudaxis-service-page #products .cx-section-head h2 {
  color: #fff;
  text-shadow: 0 14px 34px rgba(0,0,0,.18);
}
#cloudaxis-service-page #products .cx-section-head-simple:after {
  background: linear-gradient(90deg, #fff, rgba(255,255,255,.45));
}
#cloudaxis-service-page #products .cx-product {
  background:
    radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.91)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(255,255,255,.18)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 34px 86px color-mix(in srgb, var(--brand-dark) 28%, transparent),
    inset 0 1px 0 rgba(255,255,255,.92);
}
#cloudaxis-service-page #products .cx-product h3 {
  color: #0b1426;
}
#cloudaxis-service-page #products .cx-product p {
  color: #40516a;
}
#cloudaxis-service-page #products .cx-link-cta {
  color: var(--brand) !important;
}
#cloudaxis-service-page #products .cx-link-muted {
  color: #334155 !important;
}

#cloudaxis-service-page .cx-dark {
  color: #fff;
  padding: 92px 0;
  background:
    radial-gradient(circle at 14% 20%, color-mix(in srgb, var(--brand) 34%, transparent), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.14), transparent 24%),
    linear-gradient(135deg, color-mix(in srgb, var(--brand-dark) 76%, #061225), #07111f 58%, color-mix(in srgb, var(--brand-dark) 64%, #020617)) !important;
}
#cloudaxis-service-page .cx-dark:before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.07) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.055) 0 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .7;
}
#cloudaxis-service-page .cx-dark .cx-container {
  position: relative;
  z-index: 1;
}
#cloudaxis-service-page .cx-dark .cx-section-head h2 {
  color: #fff;
  text-shadow: 0 16px 36px rgba(0,0,0,.24);
}
#cloudaxis-service-page .cx-dark .cx-section-head-simple:after,
#cloudaxis-service-page .cx-dark .cx-section-head:after {
  background: linear-gradient(90deg, #fff, color-mix(in srgb, var(--brand) 55%, #fff));
}
#cloudaxis-service-page .cx-usecase-panel {
  color: #111827;
  background:
    radial-gradient(circle at 90% 16%, color-mix(in srgb, var(--brand) 11%, transparent), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,.88), color-mix(in srgb, var(--brand) 24%, transparent)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 34px 96px rgba(0,0,0,.24);
}
#cloudaxis-service-page .cx-usecase-panel h3 {
  color: #0b1426;
}
#cloudaxis-service-page .cx-usecase-panel p {
  color: #334155;
  font-weight: 600;
}
#cloudaxis-service-page .cx-region-list span {
  color: #fff;
  font-weight: 850;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.09));
  border: 1px solid rgba(255,255,255,.24);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 18px 42px rgba(0,0,0,.18);
}
#cloudaxis-service-page .cx-region-list span:hover {
  background: rgba(255,255,255,.24);
}
.cx-hero .cx-reveal {
  opacity: 1;
  transform: none;
  transition-delay: 0ms !important;
}
.cx-dark {
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--brand) 36%, transparent), transparent 26%),
    radial-gradient(circle at 86% 26%, color-mix(in srgb, var(--brand) 46%, transparent), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--brand-dark) 86%, #07111f), #081426 62%, color-mix(in srgb, var(--brand-dark) 72%, #030812));
}
.cx-dark .cx-section-head h2,
.cx-usecase-panel h3 {
  color: #fff;
}
.cx-dark .cx-section-head p,
.cx-usecase-panel p {
  color: rgba(255,255,255,.9);
}
.cx-usecase-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,.34), color-mix(in srgb, var(--brand) 36%, transparent)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.cx-region-list span {
  color: #fff;
  font-weight: 750;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.cx-scenario-grid article h3,
.cx-faq-item h3,
.cx-card h3,
.cx-assurance h3,
.cx-step h3,
.cx-service-matrix h3 {
  color: #0b1426;
}
.cx-scenario-grid article p,
.cx-faq-item p,
.cx-card p,
.cx-assurance p,
.cx-step p,
.cx-service-matrix p {
  color: #40516a;
}
@media (prefers-reduced-motion: reduce) {
  .cx-logo-mark,
  .cx-nav-cta,
  .cx-btn-primary {
    animation: none;
  }
  .cx-reveal {
    opacity: 1;
    transform: none;
  }
}

/* homepage richer color system */
#cloudaxis-redesign .cx-home-hero {
  background:
    linear-gradient(90deg, rgba(36,88,244,.07) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(36,88,244,.055) 0 1px, transparent 1px),
    radial-gradient(circle at 14% 18%, rgba(36,88,244,.18), transparent 26%),
    radial-gradient(circle at 78% 18%, rgba(6,182,212,.18), transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(255,106,0,.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}
#cloudaxis-redesign .cx-home-hero .cx-hero-strip {
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.86)) padding-box,
    linear-gradient(135deg, rgba(36,88,244,.32), rgba(6,182,212,.24), rgba(255,106,0,.18)) border-box;
}
#cloudaxis-redesign .cx-proof-strip {
  background:
    radial-gradient(circle at 18% 36%, rgba(36,88,244,.12), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(255,106,0,.12), transparent 26%),
    linear-gradient(180deg, #fff, #f7fbff);
}
#cloudaxis-redesign .cx-proof-grid {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9)) padding-box,
    linear-gradient(135deg, rgba(36,88,244,.22), rgba(6,182,212,.18), rgba(255,106,0,.18)) border-box;
  border: 1px solid transparent;
}
#cloudaxis-redesign #platforms {
  background:
    radial-gradient(circle at 8% 8%, rgba(36,88,244,.12), transparent 25%),
    radial-gradient(circle at 92% 14%, rgba(6,182,212,.12), transparent 25%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}
#cloudaxis-redesign #services {
  background:
    radial-gradient(circle at 10% 16%, rgba(255,106,0,.12), transparent 24%),
    radial-gradient(circle at 90% 12%, rgba(36,88,244,.10), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff8f1 100%);
}
#cloudaxis-redesign #products {
  color: #fff;
  background:
    radial-gradient(circle at 12% 24%, rgba(255,255,255,.25), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(6,182,212,.22), transparent 28%),
    linear-gradient(135deg, #1239b6 0%, #2458f4 52%, #063b87 100%);
}
#cloudaxis-redesign #products .cx-section-head h2,
#cloudaxis-redesign #products .cx-section-head p {
  color: #fff;
}
#cloudaxis-redesign #products .cx-product {
  background:
    radial-gradient(circle at 88% 18%, rgba(255,106,0,.12), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.9)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,.66), rgba(255,255,255,.14)) border-box;
}
#cloudaxis-redesign .cx-platform-card:nth-child(1) { border-top: 4px solid #ff6a00; }
#cloudaxis-redesign .cx-platform-card:nth-child(2) { border-top: 4px solid #ff9900; }
#cloudaxis-redesign .cx-platform-card:nth-child(3) { border-top: 4px solid #00a4ff; }
#cloudaxis-redesign .cx-platform-card:nth-child(4) { border-top: 4px solid #cf0a2c; }
#cloudaxis-redesign .cx-platform-card:nth-child(5) { border-top: 4px solid #4285f4; }
