/* CloudMe 2026 landing page — light topology direction. */
:root {
  --cm3-ink: #071126;
  --cm3-text: #273751;
  --cm3-muted: #66738a;
  --cm3-blue: #1257f5;
  --cm3-blue-strong: #064be8;
  --cm3-blue-soft: #edf4ff;
  --cm3-blue-wash: #f6f9ff;
  --cm3-green: #2dcc5b;
  --cm3-line: #dce5f3;
  --cm3-line-blue: #8eb3ff;
  --cm3-white: #ffffff;
  --cm3-radius: 12px;
  --cm3-shadow: 0 18px 42px rgba(29, 73, 151, 0.12);
  --cm3-ease: cubic-bezier(.2, .8, .2, 1);
}

body.cm2-is-front {
  background: var(--cm3-white);
  color: var(--cm3-ink);
}

.cm3-landing {
  overflow: hidden;
  background: var(--cm3-white);
}

.cm3-landing h1,
.cm3-landing h2,
.cm3-landing h3,
.cm3-landing p {
  margin-block-start: 0;
}

.cm3-landing svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cm3-header.cm2-header {
  height: 88px;
  color: var(--cm3-ink);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(7, 17, 38, 0.08);
}

.cm3-header.cm2-header::before,
.cm3-header.cm2-header.is-scrolled::before,
body:not(.cm2-is-front) .cm3-header.cm2-header::before {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.cm3-header.cm2-header.is-scrolled {
  box-shadow: 0 12px 36px rgba(27, 48, 89, 0.08);
}

.cm3-header .cm2-header-inner {
  grid-template-columns: 164px minmax(0, 1fr) auto;
  gap: 34px;
}

.cm3-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  color: var(--cm3-ink);
}

.cm3-brand svg {
  width: 43px;
  height: 34px;
  color: var(--cm3-blue);
  stroke-width: 3.4;
}

.cm3-brand svg path {
  fill: none !important;
  stroke: currentColor !important;
}

.cm3-brand strong {
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -1.7px;
  line-height: 1;
}

.cm3-brand .cm3-brand-logo {
  display: block;
  width: 168px;
  height: auto;
  max-height: 45px;
  object-fit: contain;
  filter: none !important;
}

.cm3-header .cm3-brand-logo {
  width: 132px;
  max-height: 35px;
}

.cm3-header .cm2-nav {
  gap: 34px;
}

.cm3-header .cm2-nav > a {
  padding-block: 30px 27px;
  color: var(--cm3-ink);
  font-size: 14px;
  font-weight: 600;
}

.cm3-header .cm2-nav > a::after {
  inset-block-end: 20px;
  background: var(--cm3-blue);
}

.cm3-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cm3-login {
  position: relative;
  color: var(--cm3-ink);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.cm3-login::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  border-bottom: 1px dashed #8b9bb3;
}

.cm3-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  border: 0;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: transform 260ms var(--cm3-ease), box-shadow 260ms var(--cm3-ease), background-color 180ms ease;
}

.cm3-button svg,
.cm3-link svg {
  width: 20px;
  height: 20px;
  transition: transform 220ms var(--cm3-ease);
}

.cm3-button-primary {
  color: #fff;
  background: var(--cm3-blue);
  box-shadow: 0 12px 28px rgba(18, 87, 245, 0.22);
}

.cm3-button:hover,
.cm3-button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(18, 87, 245, 0.28);
}

.cm3-button:hover svg,
.cm3-link:hover svg {
  transform: translateX(-4px);
}

.cm3-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  color: var(--cm3-blue);
  font-size: 15px;
  font-weight: 700;
}

.cm3-hero {
  position: relative;
  min-height: 660px;
  padding-block: 130px 26px;
  background:
    radial-gradient(circle at 16% 42%, rgba(18, 87, 245, 0.045), transparent 27%),
    linear-gradient(#fff, #fff);
}

.cm3-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cddbf1 15% 85%, transparent);
}

.cm3-hero-grid {
  display: grid;
  grid-template-areas: "visual copy";
  grid-template-columns: minmax(0, 1.16fr) minmax(410px, .84fr);
  align-items: center;
  gap: 54px;
  direction: ltr;
}

.cm3-hero-copy {
  grid-area: copy;
  direction: rtl;
  padding-block: 28px;
}

.cm3-hero-copy h1 {
  margin-block-end: 26px;
  color: var(--cm3-ink);
  font-size: clamp(48px, 4.5vw, 72px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -3px;
}

.cm3-hero-copy > p {
  max-width: 590px;
  margin-block-end: 34px;
  color: var(--cm3-text);
  font-size: 19px;
  line-height: 2;
}

.cm3-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.cm3-hero-visual {
  grid-area: visual;
  min-width: 0;
  direction: rtl;
  transform-style: preserve-3d;
  transition: transform 500ms var(--cm3-ease);
  will-change: transform;
}

.cm3-topology {
  position: relative;
  width: 100%;
  aspect-ratio: 1.4;
  min-height: 470px;
  transform-style: preserve-3d;
}

.cm3-topology::before,
.cm3-topology::after {
  content: "";
  position: absolute;
  inset: 16% 12%;
  z-index: 0;
  border: 1px solid rgba(18, 87, 245, 0.11);
  transform: rotate(45deg) scale(.73);
  border-radius: 26px;
}

.cm3-topology::after {
  inset: 22% 18%;
  border-style: dashed;
  animation: cm3-breathe 4.8s ease-in-out infinite;
}

.cm3-topology-routes {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  color: var(--cm3-blue);
}

.cm3-route {
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-dasharray: 9 8;
  animation: cm3-route-flow 3.5s linear infinite;
}

.cm3-route-b { animation-delay: -.8s; }
.cm3-route-c { animation-delay: -1.6s; }
.cm3-route-d { animation-delay: -2.4s; }
.cm3-route-ghost {
  stroke: rgba(18, 87, 245, 0.18);
  stroke-width: 1;
  stroke-dasharray: 3 10;
  animation-duration: 8s;
}

.cm3-signal {
  fill: var(--cm3-green);
  stroke: #fff;
  stroke-width: 3;
  filter: drop-shadow(0 0 7px rgba(45, 204, 91, 0.7));
}

.cm3-topology-core,
.cm3-topology-node {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--cm3-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce6f6;
  box-shadow: 0 22px 48px rgba(37, 77, 145, 0.13), 0 5px 0 rgba(18, 87, 245, 0.85);
}

.cm3-topology-node::before {
  content: "";
  position: absolute;
  inset: 12px -8px -10px 8px;
  z-index: -1;
  background: #f5f8ff;
  border: 1px solid rgba(18, 87, 245, .16);
  border-radius: inherit;
  transform: skewY(-2deg);
}

.cm3-topology-core {
  inset: 36% auto auto 37%;
  width: 27%;
  aspect-ratio: 1.2;
  border: 2px solid var(--cm3-blue);
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(18, 87, 245, 0.18), 0 0 0 13px rgba(18, 87, 245, 0.035);
  animation: cm3-core-pulse 4s ease-in-out infinite;
}

.cm3-cloud-mark svg {
  width: 63px;
  height: 45px;
  color: var(--cm3-blue);
  stroke-width: 3.4;
}

.cm3-topology-core strong {
  margin-block-start: 5px;
  font-size: 26px;
  font-weight: 900;
}

.cm3-topology-node {
  width: 26%;
  aspect-ratio: 1.38;
  border-radius: 16px;
  transition: transform 300ms var(--cm3-ease), box-shadow 300ms var(--cm3-ease);
  animation: cm3-node-float 5s ease-in-out infinite;
}

.cm3-topology-node:hover {
  transform: translateY(-7px) scale(1.025);
  box-shadow: 0 28px 54px rgba(37, 77, 145, 0.18), 0 6px 0 var(--cm3-blue);
}

.cm3-topology-node > span svg {
  width: 48px;
  height: 48px;
  color: var(--cm3-blue);
  stroke-width: 2;
}

.cm3-topology-node strong {
  margin-block-start: 8px;
  font-size: 16px;
  font-weight: 800;
}

.cm3-topology-node i {
  position: absolute;
  width: 9px;
  height: 9px;
  inset: auto 14px 14px auto;
  background: var(--cm3-green);
  border-radius: 2px;
  box-shadow: 0 0 0 5px rgba(45, 204, 91, 0.09);
  animation: cm3-signal-pulse 2.2s ease-in-out infinite;
}

.cm3-node-compute { inset: 7% auto auto 4%; animation-delay: -.4s; }
.cm3-node-storage { inset: 7% 4% auto auto; animation-delay: -1.6s; }
.cm3-node-security { inset: auto auto 7% 4%; animation-delay: -2.8s; }
.cm3-node-network { inset: auto 4% 7% auto; animation-delay: -3.8s; }

.cm3-junction {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  background: var(--cm3-blue);
  border-radius: 2px;
  box-shadow: 0 0 0 6px rgba(18, 87, 245, 0.07);
  animation: cm3-signal-pulse 2.4s ease-in-out infinite;
}

.cm3-junction-1 { inset: 29% auto auto 31%; }
.cm3-junction-2 { inset: 29% 31% auto auto; animation-delay: -.6s; }
.cm3-junction-3 { inset: auto auto 29% 31%; animation-delay: -1.2s; }
.cm3-junction-4 { inset: auto 31% 29% auto; animation-delay: -1.8s; }

.cm3-trust {
  padding-block: 54px 68px;
  background: #fff;
}

.cm3-trust h2 {
  margin-block-end: 40px;
  text-align: center;
  color: var(--cm3-ink);
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 900;
  letter-spacing: -1.2px;
}

.cm3-trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cm3-trust-list article {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16px;
  border-inline-start: 1px solid var(--cm3-line);
}

.cm3-trust-list article:last-child { border-inline-start: 0; }
.cm3-trust-list svg { width: 35px; height: 35px; color: var(--cm3-blue); }
.cm3-trust-list strong { font-size: 16px; font-weight: 800; }

.cm3-products {
  padding-block: 110px 100px;
  background: var(--cm3-blue-wash);
  border-block: 1px solid #e5edf9;
}

.cm3-section-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 80px;
  margin-block-end: 66px;
}

.cm3-section-intro h2,
.cm3-process > .cm2-shell > h2,
.cm3-knowledge > .cm2-shell > h2 {
  color: var(--cm3-ink);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -2px;
}

.cm3-section-intro h2 span { color: var(--cm3-blue); }
.cm3-section-intro p { max-width: 480px; margin-block-end: 22px; color: var(--cm3-text); font-size: 18px; line-height: 2; }

.cm3-product-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cm3-product-rail article {
  position: relative;
  min-height: 310px;
  padding: 44px 28px 30px;
  border-inline-start: 1px solid var(--cm3-line);
  transition: background-color 240ms ease, transform 260ms var(--cm3-ease);
}

.cm3-product-rail article:last-child { border-inline-start: 0; }
.cm3-product-rail article:hover { background: #fff; transform: translateY(-5px); }
.cm3-product-rail article > svg { width: 61px; height: 61px; margin-block: 25px 26px; color: var(--cm3-blue); stroke-width: 1.8; }
.cm3-product-rail h3 { margin-block-end: 14px; font-size: 21px; font-weight: 800; }
.cm3-product-rail p { margin: 0; color: var(--cm3-text); font-size: 14px; line-height: 2; }

.cm3-product-route {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  border-top: 1px dashed #9db9e8;
}

.cm3-product-route span {
  position: absolute;
  inset: -5px 10% auto auto;
  width: 10px;
  height: 10px;
  background: var(--cm3-blue);
  border-radius: 2px;
}

.cm3-product-route i {
  position: absolute;
  inset-block-start: -4px;
  width: 20px;
  height: 8px;
  background: var(--cm3-green);
  border-radius: 50%;
  filter: blur(1px) drop-shadow(0 0 6px rgba(45, 204, 91, .8));
  animation: cm3-product-signal 5s linear infinite;
}

.cm3-product-rail article:nth-child(2) .cm3-product-route i { animation-delay: -1.25s; }
.cm3-product-rail article:nth-child(3) .cm3-product-route i { animation-delay: -2.5s; }
.cm3-product-rail article:nth-child(4) .cm3-product-route i { animation-delay: -3.75s; }

.cm3-scenarios {
  padding-block: 88px 110px;
  background: #fff;
}

.cm3-scenario-head {
  overflow: hidden;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  min-height: 104px;
  color: #fff;
  background: linear-gradient(115deg, #064be8, #1767ff);
  border-radius: 14px 14px 0 0;
  box-shadow: 0 18px 42px rgba(18, 87, 245, 0.18);
}

.cm3-scenario-head h2 { margin: 0; padding: 24px 36px; font-size: 28px; font-weight: 900; }

.cm3-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-self: end;
  height: 60px;
  margin-inline-end: 18px;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px 8px 0 0;
}

.cm3-tabs button {
  position: relative;
  color: rgba(255, 255, 255, .82);
  background: transparent;
  border: 0;
  border-inline-start: 1px solid rgba(255, 255, 255, .22);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: color 200ms ease, background-color 200ms ease;
}

.cm3-tabs button:last-child { border-inline-start: 0; }
.cm3-tabs button[aria-selected="true"] { color: var(--cm3-blue); background: #fff; }
.cm3-tabs button[aria-selected="true"]::after { content: ""; position: absolute; inset: auto 10% 0; height: 3px; background: var(--cm3-green); box-shadow: 0 0 10px var(--cm3-green); animation: cm3-tab-in 360ms var(--cm3-ease); }

.cm3-scenario-stage {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  min-height: 430px;
  border: 1px solid #bcd1f6;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(145deg, #fff, #f8fbff);
  box-shadow: var(--cm3-shadow);
}

.cm3-scenario-copy {
  display: grid;
  align-items: center;
  padding: 54px 45px;
  border-inline-start: 1px solid var(--cm3-line);
}

.cm3-scenario-copy article { animation: cm3-panel-in 430ms var(--cm3-ease); }
.cm3-scenario-copy h3 { margin-block-end: 20px; color: var(--cm3-ink); font-size: 30px; font-weight: 900; line-height: 1.65; }
.cm3-scenario-copy p { margin: 0; color: var(--cm3-text); font-size: 16px; line-height: 2.1; }

.cm3-architecture {
  position: relative;
  min-width: 0;
  min-height: 390px;
  margin: 20px;
}

.cm3-architecture > svg { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--cm3-blue); }
.cm3-arch-route { stroke-width: 2.3; stroke-dasharray: 9 8; animation: cm3-route-flow 3s linear infinite; }
.cm3-arch-guard { stroke: var(--cm3-blue); stroke-width: 1.5; stroke-dasharray: 5 7; animation: cm3-route-flow 5s linear reverse infinite; }
.cm3-arch-signal { fill: var(--cm3-green); stroke: #fff; stroke-width: 3; filter: drop-shadow(0 0 7px var(--cm3-green)); }

.cm3-arch-node {
  position: absolute;
  z-index: 2;
  width: 18%;
  min-width: 102px;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--cm3-ink);
  background: #fff;
  border: 1px solid #dbe6f6;
  border-radius: 11px;
  box-shadow: 0 12px 26px rgba(34, 71, 137, .1);
  animation: cm3-node-float 5.6s ease-in-out infinite;
}

.cm3-arch-node svg { width: 34px; height: 34px; color: var(--cm3-blue); }
.cm3-arch-node strong { font-size: 14px; font-weight: 800; }
.cm3-arch-entry { inset: 19% 0 auto auto; }
.cm3-arch-load { inset: 19% 26% auto auto; animation-delay: -1s; }
.cm3-arch-compute { inset: 19% auto auto 26%; animation-delay: -2s; }
.cm3-arch-data { inset: 19% auto auto 0; animation-delay: -3s; }
.cm3-arch-protect { inset: auto 31% 6% auto; width: 38%; animation-delay: -4s; }

.cm3-process {
  padding-block: 110px;
  background: var(--cm3-blue-wash);
  border-block: 1px solid #e5edf9;
}

.cm3-process > .cm2-shell > h2 { max-width: 850px; margin-block-end: 74px; }

.cm3-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.cm3-process-track::before {
  content: "";
  position: absolute;
  inset: 39px 8% auto;
  border-top: 1px dashed #8eadde;
}

.cm3-process-track::after {
  content: "";
  position: absolute;
  inset-block-start: 35px;
  width: 18px;
  height: 8px;
  background: var(--cm3-green);
  border-radius: 50%;
  filter: drop-shadow(0 0 7px rgba(45, 204, 91, .75));
  animation: cm3-process-signal 7s linear infinite;
}

.cm3-process-track li {
  position: relative;
  z-index: 1;
  min-height: 250px;
  padding-inline: 28px;
  border-inline-start: 1px solid var(--cm3-line);
}

.cm3-process-track li:last-child { border-inline-start: 0; }
.cm3-process-track li > span { display: grid; place-items: center; width: 78px; height: 78px; margin-block-end: 28px; color: var(--cm3-blue); background: #fff; border: 1px solid #a8c4fa; border-radius: 12px; box-shadow: 0 8px 24px rgba(18, 87, 245, .08); font-size: 18px; font-weight: 800; }
.cm3-process-track li > svg { width: 42px; height: 42px; margin-block-end: 24px; color: var(--cm3-blue); }
.cm3-process-track h3 { margin-block-end: 10px; font-size: 21px; font-weight: 900; }
.cm3-process-track p { margin: 0; color: var(--cm3-text); font-size: 14px; line-height: 1.9; }

.cm3-knowledge { padding-block: 110px 120px; background: #fff; }
.cm3-knowledge > .cm2-shell > h2 { margin-block-end: 58px; }
.cm3-knowledge-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; }

.cm3-featured-article {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 390px;
  color: var(--cm3-ink);
  border: 1px solid var(--cm3-line);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 300ms var(--cm3-ease), box-shadow 300ms var(--cm3-ease);
}

.cm3-featured-article:hover { transform: translateY(-7px); box-shadow: var(--cm3-shadow); }
.cm3-featured-article > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
.cm3-featured-article small, .cm3-article-list small { color: var(--cm3-green); font-size: 12px; font-weight: 800; }
.cm3-featured-article h3 { margin-block: 14px 30px; font-size: 25px; font-weight: 900; line-height: 1.65; }
.cm3-featured-article span:not(.cm3-article-visual) { display: inline-flex; align-items: center; gap: 7px; color: var(--cm3-blue); font-size: 13px; font-weight: 800; }
.cm3-featured-article span svg { width: 18px; height: 18px; }

.cm3-article-visual {
  display: grid;
  place-items: center;
  color: var(--cm3-blue);
  background: linear-gradient(145deg, #eff5ff, #fbfdff);
  overflow: hidden;
}

.cm3-article-visual svg { width: 110%; height: 110%; stroke-width: 2; transition: transform 700ms var(--cm3-ease); }
.cm3-featured-article:hover .cm3-article-visual svg { transform: scale(1.035) translateY(-3px); }
.cm3-article-grid { stroke: #b9cff7; stroke-width: 1; stroke-dasharray: 4 7; }
.cm3-article-cloud { stroke-width: 3; }
.cm3-article-signal { fill: var(--cm3-green); stroke: #fff; stroke-width: 3; offset-path: path("M80 260 C170 160, 340 150, 450 80"); animation: cm3-offset-signal 6s linear infinite; }

.cm3-article-list { display: grid; grid-template-rows: 1fr 1fr; }
.cm3-article-list > a { display: grid; grid-template-columns: 84px minmax(0, 1fr) 28px; align-items: center; gap: 24px; color: var(--cm3-ink); border-block-start: 1px solid var(--cm3-line); transition: padding 250ms var(--cm3-ease), background-color 200ms ease; }
.cm3-article-list > a:first-child { border-block-start: 0; }
.cm3-article-list > a:hover { padding-inline: 14px; background: var(--cm3-blue-wash); }
.cm3-mini-visual { display: grid; place-items: center; width: 74px; height: 74px; color: var(--cm3-blue); background: var(--cm3-blue-soft); border-radius: 10px; }
.cm3-mini-visual svg { width: 42px; height: 42px; }
.cm3-article-list h3 { margin: 7px 0 0; font-size: 18px; font-weight: 800; line-height: 1.7; }
.cm3-arrow { width: 24px; height: 24px; color: var(--cm3-blue); }

.cm3-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 82px;
  color: #fff;
  background: linear-gradient(115deg, #064be8, #1767ff 72%, #0d58f0);
}

.cm3-cta::before { content: ""; position: absolute; inset: -50% auto auto -8%; z-index: -1; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 150px rgba(255,255,255,.025); }
.cm3-cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.cm3-cta h2 { margin-block-end: 12px; font-size: clamp(34px, 3.7vw, 54px); font-weight: 900; line-height: 1.55; letter-spacing: -1.5px; }
.cm3-cta p { margin: 0; color: rgba(255,255,255,.83); font-size: 16px; }
.cm3-cta-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; flex-wrap: wrap; }
.cm3-button-white { color: var(--cm3-blue); background: #fff; box-shadow: 0 14px 30px rgba(4, 32, 92, .2); }
.cm3-phone { min-height: 50px; display: inline-flex; align-items: center; gap: 12px; padding: 10px 20px; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 7px; font-size: 15px; font-weight: 700; direction: ltr; }
.cm3-phone svg { width: 21px; height: 21px; }

.cm3-cta-routes { position: absolute; inset: 0; z-index: -1; opacity: .7; }
.cm3-cta-routes span { position: absolute; height: 1px; border-top: 1px dashed rgba(255,255,255,.45); animation: cm3-route-flow 5s linear infinite; }
.cm3-cta-routes span:nth-child(1) { inset: 22% 0 auto 58%; }
.cm3-cta-routes span:nth-child(2) { inset: 50% 60% auto 0; animation-delay: -1.3s; }
.cm3-cta-routes span:nth-child(3) { inset: auto 30% 18% 12%; animation-delay: -2.6s; }
.cm3-cta-routes i { position: absolute; width: 10px; height: 10px; background: var(--cm3-green); border: 2px solid #fff; border-radius: 2px; animation: cm3-signal-pulse 2s infinite; }
.cm3-cta-routes i:nth-of-type(1) { inset: 20% 42% auto auto; }
.cm3-cta-routes i:nth-of-type(2) { inset: auto auto 16% 30%; animation-delay: -1s; }

.cm3-footer.cm2-footer { padding: 0; color: var(--cm3-text); background: #fff; border-top: 0; }
.cm3-footer::before { content: none; }
.cm3-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 70px; padding-block: 72px 58px; }
.cm3-footer-brand p { max-width: 285px; margin-block: 25px 0; color: var(--cm3-muted); font-size: 13px; line-height: 2; }
.cm3-footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.cm3-footer-links h2 { margin: 0 0 10px; color: var(--cm3-ink); font-size: 15px; font-weight: 900; }
.cm3-footer-links a, .cm3-footer-links p { margin: 0; color: var(--cm3-muted); font-size: 12px; line-height: 1.8; }
.cm3-footer-links a:hover { color: var(--cm3-blue); }
.cm3-footer-bottom { display: flex; justify-content: space-between; padding-block: 22px 30px; color: #7a879c; border-top: 1px solid var(--cm3-line); font-size: 11px; }

.cm2-motion-ready .cm3-landing [data-cm2-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms var(--cm3-ease), transform 720ms var(--cm3-ease);
}

.cm2-motion-ready .cm3-landing [data-cm2-reveal].is-visible { opacity: 1; transform: none; }
.cm3-product-rail article:nth-child(2), .cm3-process-track li:nth-child(2), .cm3-article-list > a:nth-child(2) { transition-delay: 90ms; }
.cm3-product-rail article:nth-child(3), .cm3-process-track li:nth-child(3) { transition-delay: 180ms; }
.cm3-product-rail article:nth-child(4), .cm3-process-track li:nth-child(4) { transition-delay: 270ms; }

@keyframes cm3-route-flow { to { stroke-dashoffset: -68; } }
@keyframes cm3-breathe { 0%,100% { opacity: .45; transform: rotate(45deg) scale(.7); } 50% { opacity: .9; transform: rotate(45deg) scale(.75); } }
@keyframes cm3-core-pulse { 0%,100% { box-shadow: 0 24px 55px rgba(18,87,245,.18), 0 0 0 10px rgba(18,87,245,.025); } 50% { box-shadow: 0 28px 64px rgba(18,87,245,.22), 0 0 0 19px rgba(18,87,245,.055); } }
@keyframes cm3-node-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes cm3-signal-pulse { 0%,100% { opacity: .65; scale: .8; } 50% { opacity: 1; scale: 1.15; } }
@keyframes cm3-product-signal { from { inset-inline-start: 2%; } to { inset-inline-start: 92%; } }
@keyframes cm3-process-signal { from { inset-inline-start: 7%; } to { inset-inline-start: 91%; } }
@keyframes cm3-panel-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes cm3-tab-in { from { transform: scaleX(.1); } to { transform: scaleX(1); } }
@keyframes cm3-offset-signal { from { offset-distance: 0%; } to { offset-distance: 100%; } }

@media (max-width: 1180px) {
  .cm3-header .cm2-nav { gap: 20px; }
  .cm3-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .85fr); gap: 30px; }
  .cm3-topology { min-height: 460px; }
  .cm3-scenario-head { grid-template-columns: 1fr; padding-block-start: 22px; }
  .cm3-scenario-head h2 { text-align: center; }
  .cm3-tabs { margin: 0 18px; }
  .cm3-scenario-stage { grid-template-columns: .9fr 1.1fr; }
  .cm3-footer-grid { gap: 38px; }
}

@media (max-width: 980px) {
  .cm3-header .cm2-header-inner { grid-template-columns: 1fr auto; }
  .cm3-header .cm2-menu-toggle { display: grid; }
  .cm3-header .cm2-nav { position: fixed; inset: 88px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px var(--cm2-pad) 30px; color: var(--cm3-ink); background: #fff; border-top: 1px solid var(--cm3-line); box-shadow: 0 20px 40px rgba(20, 45, 88, .11); }
  .cm3-header .cm2-nav.is-open { display: flex; }
  .cm3-header .cm2-nav > a { padding: 14px 0; border-bottom: 1px solid var(--cm3-line); }
  .cm3-header .cm2-nav > a::after { display: none; }
  .cm3-header .cm2-nav-mobile-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block-start: 22px; }
  .cm3-header-actions { display: none; }
  .cm3-hero { min-height: auto; padding-block: 124px 48px; }
  .cm3-hero-grid { grid-template-areas: "copy" "visual"; grid-template-columns: 1fr; gap: 30px; }
  .cm3-hero-copy { max-width: 700px; margin-inline: auto; text-align: center; }
  .cm3-hero-copy > p { margin-inline: auto; }
  .cm3-actions { justify-content: center; }
  .cm3-hero-visual { width: min(760px, 100%); margin-inline: auto; }
  .cm3-topology { min-height: 500px; }
  .cm3-trust-list { grid-template-columns: repeat(2, 1fr); }
  .cm3-trust-list article:nth-child(2) { border-inline-start: 0; }
  .cm3-trust-list article { border-bottom: 1px solid var(--cm3-line); }
  .cm3-trust-list article:nth-child(n+3) { border-bottom: 0; }
  .cm3-section-intro { grid-template-columns: 1fr; gap: 24px; }
  .cm3-product-rail { grid-template-columns: repeat(2, 1fr); }
  .cm3-product-rail article:nth-child(2) { border-inline-start: 0; }
  .cm3-product-rail article { border-bottom: 1px solid var(--cm3-line); }
  .cm3-product-rail article:nth-child(n+3) { border-bottom: 0; }
  .cm3-scenario-stage { grid-template-columns: 1fr; }
  .cm3-scenario-copy { min-height: 260px; border-inline-start: 0; border-bottom: 1px solid var(--cm3-line); }
  .cm3-architecture { min-height: 390px; }
  .cm3-process-track { grid-template-columns: repeat(2, 1fr); gap: 44px 0; }
  .cm3-process-track::before, .cm3-process-track::after { display: none; }
  .cm3-process-track li:nth-child(2) { border-inline-start: 0; }
  .cm3-knowledge-grid { grid-template-columns: 1fr; }
  .cm3-article-list { min-height: 330px; }
  .cm3-cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .cm3-cta-actions { justify-content: flex-start; }
  .cm3-footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .cm3-footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  :root { --cm2-pad: 20px; }
  .cm3-header.cm2-header { height: 76px; }
  .cm3-brand strong { font-size: 24px; }
  .cm3-brand svg { width: 37px; }
  .cm3-header .cm2-nav { inset-block-start: 76px; }
  .cm3-hero { padding-block: 116px 44px; }
  .cm3-hero-copy h1 { font-size: clamp(40px, 12vw, 54px); line-height: 1.45; letter-spacing: -2px; }
  .cm3-hero-copy > p { font-size: 16px; }
  .cm3-actions { gap: 18px; }
  .cm3-topology { min-height: 420px; }
  .cm3-topology-node { width: 31%; }
  .cm3-topology-node > span svg { width: 38px; height: 38px; }
  .cm3-topology-node strong { font-size: 13px; }
  .cm3-topology-core { inset: 36% auto auto 34%; width: 32%; }
  .cm3-cloud-mark svg { width: 52px; }
  .cm3-topology-core strong { font-size: 21px; }
  .cm3-node-compute { inset: 8% auto auto 0; }
  .cm3-node-storage { inset: 8% 0 auto auto; }
  .cm3-node-security { inset: auto auto 8% 0; }
  .cm3-node-network { inset: auto 0 8% auto; }
  .cm3-trust { padding-block: 46px; }
  .cm3-trust h2 { margin-block-end: 28px; }
  .cm3-trust-list { grid-template-columns: 1fr; }
  .cm3-trust-list article, .cm3-trust-list article:nth-child(n) { justify-content: flex-start; min-height: 74px; border-inline-start: 0; border-bottom: 1px solid var(--cm3-line); }
  .cm3-trust-list article:last-child { border-bottom: 0; }
  .cm3-products, .cm3-scenarios, .cm3-process, .cm3-knowledge { padding-block: 76px; }
  .cm3-section-intro h2, .cm3-process > .cm2-shell > h2, .cm3-knowledge > .cm2-shell > h2 { font-size: 34px; letter-spacing: -1px; }
  .cm3-product-rail { grid-template-columns: 1fr; }
  .cm3-product-rail article, .cm3-product-rail article:nth-child(n) { min-height: 240px; border-inline-start: 0; border-bottom: 1px solid var(--cm3-line); }
  .cm3-product-rail article:last-child { border-bottom: 0; }
  .cm3-scenario-head h2 { padding-inline: 18px; font-size: 24px; }
  .cm3-tabs { overflow-x: auto; display: flex; height: 58px; }
  .cm3-tabs button { flex: 0 0 130px; }
  .cm3-scenario-copy { padding: 34px 25px; }
  .cm3-scenario-copy h3 { font-size: 24px; }
  .cm3-architecture { min-height: 520px; margin: 10px; }
  .cm3-architecture > svg { display: none; }
  .cm3-arch-node { width: calc(50% - 18px); min-width: 0; }
  .cm3-arch-entry { inset: 4% 4% auto auto; }
  .cm3-arch-load { inset: 4% auto auto 4%; }
  .cm3-arch-compute { inset: 36% 4% auto auto; }
  .cm3-arch-data { inset: 36% auto auto 4%; }
  .cm3-arch-protect { inset: auto 4% 4%; width: 92%; }
  .cm3-process-track { grid-template-columns: 1fr; gap: 0; }
  .cm3-process-track li, .cm3-process-track li:nth-child(n) { min-height: 0; padding: 28px 0; border-inline-start: 0; border-bottom: 1px solid var(--cm3-line); }
  .cm3-process-track li:last-child { border-bottom: 0; }
  .cm3-process-track li > span { width: 62px; height: 62px; }
  .cm3-featured-article { grid-template-columns: 1fr; }
  .cm3-article-visual { min-height: 280px; }
  .cm3-article-list > a { grid-template-columns: 64px minmax(0, 1fr) 22px; gap: 15px; padding-block: 22px; }
  .cm3-mini-visual { width: 60px; height: 60px; }
  .cm3-article-list h3 { font-size: 15px; }
  .cm3-cta { padding-block: 64px; }
  .cm3-cta h2 { font-size: 34px; }
  .cm3-cta-actions { align-items: stretch; flex-direction: column; }
  .cm3-phone { justify-content: center; }
  .cm3-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 24px; padding-block: 54px 40px; }
  .cm3-footer-brand { grid-column: 1 / -1; }
  .cm3-footer-contact { grid-column: 1 / -1; }
  .cm3-footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  .cm3-button { width: 100%; }
  .cm3-actions { align-items: stretch; flex-direction: column; }
  .cm3-actions .cm3-link { align-self: center; }
  .cm3-topology { min-height: 360px; }
  .cm3-topology-node { box-shadow: 0 12px 24px rgba(37,77,145,.1), 0 4px 0 rgba(18,87,245,.85); }
  .cm3-topology-node strong { font-size: 11px; }
  .cm3-topology-node i { width: 7px; height: 7px; inset: auto 8px 9px auto; }
  .cm3-topology-core strong { font-size: 18px; }
  .cm3-cloud-mark svg { width: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .cm3-landing *,
  .cm3-landing *::before,
  .cm3-landing *::after,
  .cm3-footer *,
  .cm3-header * {
    animation: none !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }

  .cm3-hero-visual { transform: none !important; }
  .cm3-signal, .cm3-arch-signal, .cm3-product-route i, .cm3-process-track::after, .cm3-article-signal { display: none; }
}

/* Cloud Prism — approved art direction. The conceptual diagrams above remain
 * untouched; these rules redesign their surrounding surfaces and hierarchy. */
body.cm3-prism-theme.cm2-is-front {
  background:
    radial-gradient(circle at 10% 6%, rgba(16, 185, 214, .13), transparent 26rem),
    radial-gradient(circle at 90% 10%, rgba(119, 88, 255, .14), transparent 30rem),
    var(--cm3-paper);
}

.cm3-prism-theme .cm3-landing { background: transparent; }

.cm3-prism-theme .cm3-header.cm2-header {
  height: 84px;
  padding-block-start: 12px;
  color: var(--cm3-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.cm3-prism-theme .cm3-header.cm2-header::before,
.cm3-prism-theme .cm3-header.cm2-header.is-scrolled::before { display: none; }

.cm3-prism-theme .cm3-header .cm2-header-inner {
  min-height: 60px;
  grid-template-columns: 154px minmax(0, 1fr) auto;
  gap: 26px;
  padding-inline: 18px;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 19px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 10px 36px rgba(33, 56, 112, .1), inset 0 0 0 1px rgba(44, 85, 175, .06);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

.cm3-prism-theme .cm3-header.cm2-header.is-scrolled .cm2-header-inner {
  min-height: 56px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 40px rgba(33, 56, 112, .14), inset 0 0 0 1px rgba(44, 85, 175, .07);
}

.cm3-prism-theme .cm3-header .cm2-nav { gap: 28px; }
.cm3-prism-theme .cm3-header .cm2-nav > a { padding-block: 18px; font-size: 13px; }
.cm3-prism-theme .cm3-header .cm2-nav > a::after { inset-block-end: 11px; background: linear-gradient(90deg, var(--cm3-blue), var(--cm3-violet)); }

.cm3-prism-theme .cm3-button {
  min-height: 48px;
  padding: 11px 22px;
  border-radius: 13px;
}

.cm3-prism-theme .cm3-button-primary {
  background: linear-gradient(115deg, var(--cm3-blue-strong), var(--cm3-blue) 56%, var(--cm3-violet));
  box-shadow: 0 12px 28px rgba(21, 88, 255, .25);
}

.cm3-prism-theme .cm3-hero {
  min-height: 800px;
  padding-block: 132px 92px;
  background:
    radial-gradient(circle at 86% 27%, rgba(21, 88, 255, .15), transparent 26rem),
    radial-gradient(circle at 18% 74%, rgba(16, 185, 214, .12), transparent 25rem),
    linear-gradient(145deg, #fbfdff 0%, #f2f5ff 53%, #fbfcff 100%);
}

.cm3-prism-theme .cm3-hero::before {
  opacity: .55;
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.cm3-prism-theme .cm3-hero-grid { gap: clamp(46px, 6vw, 96px); }
.cm3-prism-theme .cm3-hero-copy { max-width: 570px; }

.cm3-prism-theme .cm3-hero h1 {
  margin: 0;
  color: var(--cm3-ink);
  font-size: clamp(42px, 4.9vw, 68px);
  line-height: 1.26;
  letter-spacing: -2.5px;
}

.cm3-prism-theme .cm3-hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, var(--cm3-blue-strong), var(--cm3-blue) 45%, var(--cm3-violet));
  -webkit-background-clip: text;
  background-clip: text;
}

.cm3-prism-theme .cm3-hero-copy > p {
  max-width: 520px;
  margin-block: 24px 31px;
  color: var(--cm3-text);
  font-size: 15px;
  line-height: 2.05;
}

.cm3-prism-theme .cm3-hero-visual {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .15));
  box-shadow: 0 32px 90px rgba(45, 69, 136, .12), inset 0 0 0 1px rgba(48, 92, 186, .05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: cm3-prism-float 7s ease-in-out infinite;
}

.cm3-prism-theme .cm3-trust {
  position: relative;
  z-index: 2;
  margin-block-start: -64px;
  padding-block: 0 74px;
  background: transparent;
}

.cm3-prism-theme .cm3-trust > .cm2-shell {
  padding: 30px 32px 10px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 28px;
  background: rgba(255, 255, 255, .74);
  box-shadow: var(--cm3-shadow), inset 0 0 0 1px rgba(40, 82, 169, .05);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
}

.cm3-prism-theme .cm3-trust h2 {
  margin-block-end: 24px;
  color: var(--cm3-ink);
  font-size: clamp(25px, 2.5vw, 36px);
}

.cm3-prism-theme .cm3-trust-list article { min-height: 92px; border-color: rgba(44, 77, 143, .12); }
.cm3-prism-theme .cm3-trust-list article svg { color: var(--cm3-blue); }
.cm3-prism-theme .cm3-trust-list article strong { color: #263755; font-size: 13px; }

.cm3-prism-theme .cm3-products,
.cm3-prism-theme .cm3-process,
.cm3-prism-theme .cm3-knowledge { padding-block: 100px; background: transparent; }

.cm3-prism-theme .cm3-section-intro {
  align-items: end;
  gap: 40px;
  margin-block-end: 38px;
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 26px;
  background: rgba(255, 255, 255, .64);
  box-shadow: var(--cm3-shadow-soft), inset 0 0 0 1px rgba(42, 84, 172, .05);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cm3-prism-theme .cm3-section-intro h2,
.cm3-prism-theme .cm3-process > .cm2-shell > h2,
.cm3-prism-theme .cm3-knowledge > .cm2-shell > h2 {
  color: var(--cm3-ink);
  font-size: clamp(30px, 3.3vw, 45px);
  line-height: 1.4;
  letter-spacing: -1.4px;
}

.cm3-prism-theme .cm3-section-intro h2 span { color: var(--cm3-blue); }
.cm3-prism-theme .cm3-section-intro p { color: var(--cm3-muted); font-size: 14px; }

.cm3-prism-theme .cm3-product-rail { gap: 14px; }

.cm3-prism-theme .cm3-product-rail article {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .92) !important;
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--cm3-glow-x, 85%) var(--cm3-glow-y, 0%), rgba(93, 117, 255, .15), transparent 12rem),
    rgba(255, 255, 255, .7);
  box-shadow: var(--cm3-shadow-soft), inset 0 0 0 1px rgba(38, 83, 170, .06);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  transition: transform .35s var(--cm3-ease), box-shadow .35s var(--cm3-ease);
}

.cm3-prism-theme .cm3-product-rail article:hover { transform: translateY(-7px); box-shadow: 0 27px 60px rgba(35, 61, 125, .15); }
.cm3-prism-theme .cm3-product-rail article > svg { color: var(--cm3-blue); }
.cm3-prism-theme .cm3-product-rail h3 { color: var(--cm3-ink); font-size: 20px; }
.cm3-prism-theme .cm3-product-rail p { color: var(--cm3-muted); font-size: 13px; }

.cm3-prism-theme .cm3-scenarios {
  padding-block: 100px;
  background:
    radial-gradient(circle at 12% 18%, rgba(16, 185, 214, .13), transparent 27rem),
    radial-gradient(circle at 88% 72%, rgba(119, 88, 255, .16), transparent 31rem),
    linear-gradient(145deg, #eff5ff, #f8f7ff 54%, #f1fbff);
}

.cm3-prism-theme .cm3-scenario-head {
  overflow: visible;
  margin-block-end: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.cm3-prism-theme .cm3-scenario-head h2 { color: var(--cm3-ink); font-size: clamp(27px, 3vw, 41px); }

.cm3-prism-theme .cm3-tabs {
  gap: 6px;
  height: auto;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 12px 32px rgba(36, 62, 127, .09);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cm3-prism-theme .cm3-tabs button {
  min-height: 43px;
  color: #53617b;
  border: 0;
  border-radius: 11px;
  background: transparent;
  font-size: 12px;
}

.cm3-prism-theme .cm3-tabs button[aria-selected="true"] {
  color: var(--cm3-ink);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 22px rgba(32, 58, 124, .12), inset 0 0 0 1px rgba(63, 88, 148, .09);
}

.cm3-prism-theme .cm3-tabs button[aria-selected="true"]::after {
  background: linear-gradient(90deg, var(--cm3-cyan), var(--cm3-blue), var(--cm3-violet));
}

.cm3-prism-theme .cm3-scenario-stage {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 28px;
  background: rgba(255, 255, 255, .66);
  box-shadow: var(--cm3-shadow), inset 0 0 0 1px rgba(42, 82, 166, .05);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
}

.cm3-prism-theme .cm3-scenario-copy { border-color: rgba(45, 76, 141, .12); background: rgba(255, 255, 255, .4); }
.cm3-prism-theme .cm3-scenario-copy h3 { color: var(--cm3-ink); font-size: 27px; }
.cm3-prism-theme .cm3-scenario-copy p { color: var(--cm3-muted); font-size: 14px; }
.cm3-prism-theme .cm3-architecture { background: rgba(248, 251, 255, .45); }

.cm3-prism-theme .cm3-process > .cm2-shell > h2,
.cm3-prism-theme .cm3-knowledge > .cm2-shell > h2 { margin-block-end: 40px; }

.cm3-prism-theme .cm3-process-track { gap: 13px; }

.cm3-prism-theme .cm3-process-track li {
  min-height: 300px;
  padding: 27px 23px;
  border: 1px solid rgba(255, 255, 255, .92) !important;
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--cm3-glow-x, 85%) var(--cm3-glow-y, 0%), rgba(93, 117, 255, .14), transparent 11rem),
    rgba(255, 255, 255, .7);
  box-shadow: var(--cm3-shadow-soft), inset 0 0 0 1px rgba(38, 83, 170, .06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cm3-prism-theme .cm3-process-track li > span {
  border-color: rgba(21, 88, 255, .2);
  background: linear-gradient(145deg, rgba(21, 88, 255, .11), rgba(119, 88, 255, .08));
  color: var(--cm3-blue);
}

.cm3-prism-theme .cm3-process-track li > svg { color: var(--cm3-blue); }
.cm3-prism-theme .cm3-process-track h3 { color: var(--cm3-ink); }
.cm3-prism-theme .cm3-process-track p { color: var(--cm3-muted); font-size: 13px; }

.cm3-prism-theme .cm3-knowledge-grid { gap: 15px; }

.cm3-prism-theme .cm3-featured-article,
.cm3-prism-theme .cm3-article-list > a {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--cm3-glow-x, 85%) var(--cm3-glow-y, 0%), rgba(93, 117, 255, .13), transparent 13rem),
    rgba(255, 255, 255, .7);
  box-shadow: var(--cm3-shadow-soft), inset 0 0 0 1px rgba(38, 83, 170, .06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cm3-prism-theme .cm3-featured-article { color: var(--cm3-ink); }
.cm3-prism-theme .cm3-featured-article > div:last-child { padding: 28px; }
.cm3-prism-theme .cm3-featured-article h3 { color: var(--cm3-ink); font-size: 24px; }
.cm3-prism-theme .cm3-featured-article small,
.cm3-prism-theme .cm3-featured-article span { color: var(--cm3-blue); }

.cm3-prism-theme .cm3-article-list { display: grid; gap: 13px; }
.cm3-prism-theme .cm3-article-list > a { padding: 19px; border-bottom: 1px solid rgba(255, 255, 255, .92); }
.cm3-prism-theme .cm3-article-list h3 { color: var(--cm3-ink); }
.cm3-prism-theme .cm3-article-list small,
.cm3-prism-theme .cm3-arrow { color: var(--cm3-blue); }
.cm3-prism-theme .cm3-mini-visual { border-color: rgba(21, 88, 255, .16); background: rgba(238, 244, 255, .8); }

.cm3-prism-theme .cm3-cta {
  padding-block: 84px;
  color: #fff;
  background: linear-gradient(115deg, #0648e8, #225df5 45%, #7357ff 100%);
}

.cm3-prism-theme .cm3-cta-inner {
  padding: 38px 42px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 28px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 28px 72px rgba(8, 39, 132, .28), inset 0 1px rgba(255, 255, 255, .2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cm3-prism-theme .cm3-cta h2 { font-size: clamp(30px, 3.4vw, 46px); }
.cm3-prism-theme .cm3-cta p { color: rgba(255, 255, 255, .78); font-size: 14px; }
.cm3-prism-theme .cm3-button-white { color: var(--cm3-blue-strong); border-radius: 13px; box-shadow: 0 12px 30px rgba(4, 36, 132, .24); }

.cm3-prism-theme .cm3-footer.cm2-footer {
  color: #253451;
  background:
    radial-gradient(circle at 15% 10%, rgba(16, 185, 214, .09), transparent 24rem),
    linear-gradient(180deg, #fbfcff, #eef3ff);
}

.cm3-prism-theme .cm3-footer-links h2 { color: var(--cm3-ink); }
.cm3-prism-theme .cm3-footer-links a,
.cm3-prism-theme .cm3-footer-links p,
.cm3-prism-theme .cm3-footer-brand p,
.cm3-prism-theme .cm3-footer-bottom { color: var(--cm3-muted); }

@keyframes cm3-prism-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(.001deg); }
  50% { transform: translate3d(0, -10px, 0) rotate(.001deg); }
}

@media (max-width: 980px) {
  .cm3-prism-theme .cm3-header .cm2-header-inner { grid-template-columns: 1fr auto; }
  .cm3-prism-theme .cm3-header .cm2-nav {
    inset: 74px var(--cm2-pad) auto;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--cm3-shadow);
  }
  .cm3-prism-theme .cm3-hero { min-height: auto; padding-block: 124px 108px; }
  .cm3-prism-theme .cm3-trust { margin-block-start: -48px; }
  .cm3-prism-theme .cm3-section-intro { padding: 26px; }
  .cm3-prism-theme .cm3-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cm3-prism-theme .cm3-scenario-head { grid-template-columns: 1fr; gap: 24px; }
  .cm3-prism-theme .cm3-scenario-stage { grid-template-columns: 1fr; }
  .cm3-prism-theme .cm3-scenario-copy { min-height: 240px; border-inline-start: 0; border-bottom: 1px solid rgba(45, 76, 141, .12); }
  .cm3-prism-theme .cm3-process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .cm3-prism-theme .cm3-header.cm2-header { padding-block-start: 8px; }
  .cm3-prism-theme .cm3-header .cm2-header-inner { min-height: 56px; padding-inline: 13px; border-radius: 16px; }
  .cm3-prism-theme .cm3-hero { padding-block: 108px 90px; }
  .cm3-prism-theme .cm3-hero h1 { font-size: 40px; letter-spacing: -1.5px; }
  .cm3-prism-theme .cm3-hero-copy > p { font-size: 14px; }
  .cm3-prism-theme .cm3-hero-visual { padding: 6px; border-radius: 26px; }
  .cm3-prism-theme .cm3-trust > .cm2-shell { padding: 24px 20px 8px; border-radius: 23px; }
  .cm3-prism-theme .cm3-products,
  .cm3-prism-theme .cm3-scenarios,
  .cm3-prism-theme .cm3-process,
  .cm3-prism-theme .cm3-knowledge { padding-block: 74px; }
  .cm3-prism-theme .cm3-section-intro { grid-template-columns: 1fr; padding: 22px; border-radius: 22px; }
  .cm3-prism-theme .cm3-product-rail,
  .cm3-prism-theme .cm3-process-track { grid-template-columns: 1fr; }
  .cm3-prism-theme .cm3-product-rail article,
  .cm3-prism-theme .cm3-process-track li { min-height: 250px; }
  .cm3-prism-theme .cm3-tabs { overflow-x: auto; display: flex; }
  .cm3-prism-theme .cm3-tabs button { flex: 0 0 126px; }
  .cm3-prism-theme .cm3-scenario-stage { border-radius: 23px; }
  .cm3-prism-theme .cm3-cta { padding-block: 58px; }
  .cm3-prism-theme .cm3-cta-inner { padding: 28px 22px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .cm3-prism-theme .cm3-hero-visual { animation: none !important; }
}

/* --------------------------------------------------------------------------
 * 4175 fidelity pass — the approved first viewport is the source of truth.
 * -------------------------------------------------------------------------- */
.cm3-prism-theme .cm3-header.cm2-header {
  height: 84px;
  padding-block-start: 12px;
}

.cm3-prism-theme .cm3-header .cm2-header-inner {
  height: 60px;
  min-height: 0;
  gap: 32px;
  border-color: rgba(159, 179, 222, .38);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--cm3-glow-x, 72%) var(--cm3-glow-y, 20%), rgba(255, 255, 255, .94), transparent 28%),
    rgba(255, 255, 255, .72);
  box-shadow: 0 13px 40px rgba(31, 61, 123, .09), inset 0 1px 0 #fff;
}

.cm3-prism-theme .cm3-header.cm2-header.is-scrolled .cm2-header-inner { height: 56px; min-height: 0; }
.cm3-prism-theme .cm3-header .cm3-brand svg { width: 38px; }
.cm3-prism-theme .cm3-header .cm3-brand strong { font-size: 21px; letter-spacing: -1.1px; }
.cm3-prism-theme .cm3-header .cm2-nav { gap: 30px; }
.cm3-prism-theme .cm3-header .cm2-nav > a,
.cm3-prism-theme .cm3-header .cm3-login { color: #34415e; font-size: 12.5px; }
.cm3-prism-theme .cm3-header-actions { gap: 20px; }
.cm3-prism-theme .cm3-header .cm3-button {
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 12px;
  font-size: 12px;
}

.cm3-prism-theme .cm3-button-primary { position: relative; overflow: hidden; }
.cm3-prism-theme .cm3-button-primary::before {
  content: "";
  position: absolute;
  inset: -60% -30%;
  background: linear-gradient(100deg, transparent 38%, rgba(255, 255, 255, .36), transparent 62%);
  transform: translateX(70%) rotate(8deg);
  transition: transform 700ms var(--cm3-ease);
}
.cm3-prism-theme .cm3-button-primary:hover::before { transform: translateX(-70%) rotate(8deg); }

.cm3-prism-theme .cm3-hero {
  position: relative;
  min-height: 790px;
  padding-block: 116px 0;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.cm3-prism-theme .cm3-hero::before {
  content: "";
  position: absolute;
  inset: -160px -12% auto;
  z-index: -2;
  height: 720px;
  opacity: 1;
  background:
    radial-gradient(circle at 23% 48%, rgba(115, 87, 255, .15), transparent 26%),
    radial-gradient(circle at 61% 24%, rgba(27, 92, 255, .14), transparent 28%),
    radial-gradient(circle at 88% 52%, rgba(21, 185, 215, .13), transparent 23%);
  background-size: auto;
  filter: blur(8px);
  mask-image: none;
  animation: cm3-prism-drift 14s ease-in-out infinite alternate;
}

.cm3-prism-theme .cm3-hero::after {
  content: "";
  position: absolute;
  inset: auto 6% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(115, 87, 255, .35), rgba(21, 185, 215, .35), transparent);
}

.cm3-prism-theme .cm3-hero-grid {
  min-height: 570px;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: clamp(30px, 4vw, 68px);
}

.cm3-prism-theme .cm3-hero-copy {
  max-width: none;
  padding: 36px 30px 38px 34px;
  isolation: isolate;
}

.cm3-prism-theme .cm3-hero-copy::before {
  content: "";
  position: absolute;
  inset: 24px auto 24px 0;
  width: 1px;
  background: linear-gradient(transparent, rgba(27, 92, 255, .55), rgba(115, 87, 255, .62), transparent);
  box-shadow: 0 0 20px rgba(115, 87, 255, .28);
}

.cm3-prism-theme .cm3-hero h1 {
  font-size: clamp(40px, 4.1vw, 53px);
  line-height: 1.34;
  letter-spacing: -.06em;
  font-weight: 800;
}

.cm3-prism-theme .cm3-hero-copy > p {
  max-width: 520px;
  margin-block: 22px 0;
  color: #596783;
  font-size: 14.5px;
  line-height: 2;
}

.cm3-prism-theme .cm3-actions { margin-block-start: 30px; gap: 22px; }
.cm3-prism-theme .cm3-actions .cm3-link { min-height: 46px; padding-inline: 5px; color: #31415f; }

.cm3-prism-theme .cm3-hero-visual {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 26px 42px rgba(30, 81, 167, .07));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  animation: none;
}

.cm3-prism-theme .cm3-topology {
  min-height: 0;
  aspect-ratio: 1.25;
  max-height: 545px;
  isolation: isolate;
}

.cm3-prism-theme .cm3-topology::before {
  inset: 4% 2%;
  border: 1px dashed rgba(20, 87, 245, .26);
  border-radius: 0;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background:
    repeating-linear-gradient(45deg, transparent 0 38px, rgba(20, 87, 245, .1) 39px 40px),
    repeating-linear-gradient(-45deg, transparent 0 38px, rgba(20, 87, 245, .1) 39px 40px),
    radial-gradient(circle at 50% 50%, rgba(20, 87, 245, .1), rgba(20, 87, 245, .015) 52%, transparent 72%);
  transform: none;
  z-index: -2;
  animation: cm3-breathe 7s ease-in-out infinite;
}

.cm3-prism-theme .cm3-topology::after {
  inset: 14% 12%;
  border: 1px dashed rgba(20, 87, 245, .22);
  border-radius: 0;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: none;
  z-index: -1;
  box-shadow: 0 0 0 16px rgba(255, 255, 255, .68), 0 0 0 17px rgba(20, 87, 245, .08);
}

.cm3-prism-theme .cm3-route { stroke: rgba(20, 87, 245, .7); stroke-width: 2.25; stroke-dasharray: 7 8; }
.cm3-prism-theme .cm3-route-ghost { stroke: rgba(20, 87, 245, .14); }
.cm3-prism-theme .cm3-junction { display: none; }

.cm3-prism-theme .cm3-topology-core,
.cm3-prism-theme .cm3-topology-node {
  isolation: isolate;
  overflow: visible;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), #f7faff);
  border: 1px solid #aac7fb;
  border-bottom: 5px solid var(--cm3-blue);
  box-shadow: 0 18px 38px rgba(30, 78, 157, .14), 0 5px 11px rgba(20, 87, 245, .09);
}

.cm3-prism-theme .cm3-topology-core::before,
.cm3-prism-theme .cm3-topology-core::after,
.cm3-prism-theme .cm3-topology-node::before,
.cm3-prism-theme .cm3-topology-node::after {
  content: "";
  position: absolute;
  inset: 9px -10px -13px 10px;
  z-index: -1;
  border: 1px solid rgba(143, 180, 241, .38);
  border-radius: inherit;
  background: rgba(245, 249, 255, .72);
  transform: translateY(8px);
}

.cm3-prism-theme .cm3-topology-core::after,
.cm3-prism-theme .cm3-topology-node::after { inset: 16px -17px -21px 17px; opacity: .58; }

.cm3-prism-theme .cm3-topology-core {
  inset: 50% auto auto 50%;
  width: 172px;
  height: 132px;
  aspect-ratio: auto;
  color: var(--cm3-ink);
  border-radius: 24px;
  transform: translate(-50%, -50%);
}
.cm3-prism-theme .cm3-cloud-mark svg { width: 58px; color: var(--cm3-blue); stroke-width: 2.8; }
.cm3-prism-theme .cm3-topology-core strong { font-size: 22px; font-weight: 800; }

.cm3-prism-theme .cm3-topology-node { width: 146px; min-height: 112px; aspect-ratio: auto; padding: 18px 12px 15px; border-radius: 18px; }
.cm3-prism-theme .cm3-topology-node > span svg { width: 43px; height: 43px; stroke-width: 2.2; }
.cm3-prism-theme .cm3-topology-node strong { margin-block-start: 8px; font-size: 13px; }
.cm3-prism-theme .cm3-topology-node i { inset: auto auto 10px 10px; width: 10px; height: 10px; }
.cm3-prism-theme .cm3-node-compute { inset: 7% auto auto 3%; }
.cm3-prism-theme .cm3-node-storage { inset: 7% 3% auto auto; }
.cm3-prism-theme .cm3-node-security { inset: auto auto 7% 3%; }
.cm3-prism-theme .cm3-node-network { inset: auto 3% 7% auto; }

.cm3-prism-theme .cm3-trust {
  min-height: 96px;
  display: grid;
  grid-template-columns: .58fr 1.75fr;
  align-items: center;
  gap: 40px;
  margin-block-start: 4px;
  padding: 0 26px;
  border: 1px solid rgba(147, 169, 216, .34);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--cm3-glow-x, 80%) var(--cm3-glow-y, 0%), rgba(255, 255, 255, .95), transparent 25%),
    rgba(255, 255, 255, .58);
  box-shadow: var(--cm3-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}

.cm3-prism-theme .cm3-trust h2 {
  margin: 0;
  color: #28354d;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
  text-align: start;
}
.cm3-prism-theme .cm3-trust-list { height: 58px; }
.cm3-prism-theme .cm3-trust-list article { min-height: 58px; justify-content: center; border-color: rgba(123, 151, 205, .25); }
.cm3-prism-theme .cm3-trust-list article svg { width: 24px; }
.cm3-prism-theme .cm3-trust-list article strong { font-size: 11.5px; }

.cm3-prism-theme .cm3-section-intro h2,
.cm3-prism-theme .cm3-process > .cm2-shell > h2,
.cm3-prism-theme .cm3-knowledge > .cm2-shell > h2 { font-size: clamp(28px, 3vw, 38px); }
.cm3-prism-theme .cm3-scenario-head h2 { font-size: clamp(26px, 2.8vw, 37px); }
.cm3-prism-theme .cm3-cta h2 { font-size: clamp(28px, 3vw, 39px); }

@keyframes cm3-prism-drift {
  0% { transform: translate3d(-1.5%, -1%, 0) scale(1); }
  100% { transform: translate3d(1.5%, 1%, 0) scale(1.035); }
}

@media (max-width: 980px) {
  .cm3-prism-theme .cm3-header .cm2-header-inner { grid-template-columns: 1fr auto; }
  .cm3-prism-theme .cm3-header .cm2-nav { gap: 0; }
  .cm3-prism-theme .cm3-hero { min-height: auto; padding-block: 100px 0; }
  .cm3-prism-theme .cm3-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 30px; }
  .cm3-prism-theme .cm3-hero-copy { max-width: 650px; padding-inline: 14px; text-align: center; }
  .cm3-prism-theme .cm3-hero-copy::before { inset: auto 14% 0; width: auto; height: 1px; }
  .cm3-prism-theme .cm3-actions { justify-content: center; }
  .cm3-prism-theme .cm3-hero-visual { max-width: 640px; width: 100%; margin-inline: auto; }
  .cm3-prism-theme .cm3-topology { aspect-ratio: 1.25; max-height: none; }
  .cm3-prism-theme .cm3-trust { grid-template-columns: 1fr; gap: 14px; min-height: 0; margin-block: 0; padding-block: 18px; }
  .cm3-prism-theme .cm3-trust h2 { text-align: center; }
  .cm3-prism-theme .cm3-trust-list { height: auto; grid-template-columns: repeat(2, 1fr); }
  .cm3-prism-theme .cm3-trust-list article { min-height: 42px; }
}

@media (min-width: 981px) {
  .cm3-prism-theme .cm3-header.cm2-header { height: 90px; }
  .cm3-prism-theme .cm3-header .cm2-header-inner { height: 66px; }
  .cm3-prism-theme .cm3-header.cm2-header.is-scrolled .cm2-header-inner { height: 60px; }
  .cm3-prism-theme .cm3-header .cm3-brand-logo { width: 146px; max-height: 40px; }
}

@media (max-width: 540px) {
  .cm3-prism-theme { --cm2-pad: 14px; }
  .cm3-prism-theme .cm3-header.cm2-header { height: 66px; padding-block-start: 8px; }
  .cm3-prism-theme .cm3-header .cm2-header-inner { width: calc(100% - 28px); height: 58px; padding-inline: 12px; border-radius: 15px; }
  .cm3-prism-theme .cm3-header .cm3-brand strong { font-size: 18px; }
  .cm3-prism-theme .cm3-header .cm3-brand svg { width: 34px; }
  .cm3-prism-theme .cm3-header .cm3-brand-logo {
    width: 132px;
    max-height: 35px;
    transform: translateX(5px);
  }
  .cm3-prism-theme .cm3-hero { padding-block-start: 92px; }
  .cm3-prism-theme .cm3-hero-copy { padding: 24px 0 30px; }
  .cm3-prism-theme .cm3-hero h1 { font-size: clamp(32px, 9.2vw, 39px); line-height: 1.34; letter-spacing: -.055em; }
  .cm3-prism-theme .cm3-hero-copy > p { margin-block-start: 17px; font-size: 14.5px; line-height: 1.9; }
  .cm3-prism-theme .cm3-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .cm3-prism-theme .cm3-actions .cm3-button { width: 100%; }
  .cm3-prism-theme .cm3-actions .cm3-link { justify-content: center; min-height: 44px; }
  .cm3-prism-theme .cm3-topology { min-height: 400px; aspect-ratio: 1 / 1.08; }
  .cm3-prism-theme .cm3-topology-core { width: 108px; height: 92px; border-width: 1px 1px 4px; border-radius: 19px; }
  .cm3-prism-theme .cm3-cloud-mark svg { width: 39px; }
  .cm3-prism-theme .cm3-topology-core strong { font-size: 14px; }
  .cm3-prism-theme .cm3-topology-node { width: 90px; min-height: 80px; padding: 10px 7px; border-width: 1px 1px 4px; border-radius: 13px; }
  .cm3-prism-theme .cm3-topology-node > span svg { width: 28px; height: 28px; }
  .cm3-prism-theme .cm3-topology-node strong { font-size: 10px; }
  .cm3-prism-theme .cm3-node-compute,
  .cm3-prism-theme .cm3-node-storage { inset-block-start: 5%; }
  .cm3-prism-theme .cm3-node-security,
  .cm3-prism-theme .cm3-node-network { inset-block-end: 5%; }
  .cm3-prism-theme .cm3-node-compute,
  .cm3-prism-theme .cm3-node-security {
    right: auto;
    left: 1%;
  }
  .cm3-prism-theme .cm3-node-storage,
  .cm3-prism-theme .cm3-node-network {
    right: 1%;
    left: auto;
  }
  .cm3-prism-theme .cm3-trust {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 24px;
    border-radius: 18px;
  }
  .cm3-prism-theme .cm3-trust h2 { margin-block-end: 0; text-align: center; }
  .cm3-prism-theme .cm3-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
    gap: 8px 13px;
    height: 58px;
  }
  .cm3-prism-theme .cm3-trust-list article,
  .cm3-prism-theme .cm3-trust-list article:nth-child(n) {
    min-height: 0;
    border: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cm3-prism-theme .cm3-hero::before { animation: none !important; }
  .cm3-prism-theme .cm3-button-primary::before { display: none; }
}

/* Compact mobile navigation and a precise two-line menu morph. */
@media (max-width: 980px) {
  .cm3-prism-theme .cm3-header .cm2-menu-toggle {
    position: relative;
    z-index: 106;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--cm3-ink);
    grid-column: 2;
    justify-self: start;
  }

  .cm3-prism-theme .cm3-header .cm2-menu-toggle span {
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 99px;
    background: currentColor;
    transform-origin: center;
    transition: transform 240ms var(--cm3-ease), width 220ms ease;
  }

  .cm3-prism-theme .cm3-header .cm2-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .cm3-prism-theme .cm3-header .cm2-menu-toggle[aria-expanded="true"] span:last-child { opacity: 1; transform: translateY(-4px) rotate(-45deg); }

  .cm3-prism-theme .cm3-header .cm2-nav {
    position: fixed;
    inset: 60px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100svh - 86px);
    padding: 8px 12px 12px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    color: var(--cm3-ink);
    border: 1px solid rgba(159, 179, 222, .4);
    border-radius: 0 0 18px 18px;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 20px 44px rgba(31, 61, 123, .13), inset 0 1px #fff;
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    backdrop-filter: blur(22px) saturate(150%);
    transform: translateY(-10px) scale(.985);
    transform-origin: top center;
    transition: opacity 200ms ease, transform 260ms var(--cm3-ease), visibility 200ms;
  }

  .cm3-prism-theme .cm3-header .cm2-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .cm3-prism-theme .cm3-header .cm2-nav > a {
    min-height: 43px;
    display: flex;
    align-items: center;
    padding: 9px 10px;
    color: #253451;
    border-bottom: 1px solid rgba(93, 120, 177, .13);
    font-size: 13px;
    line-height: 1.4;
  }

  .cm3-prism-theme .cm3-header .cm2-nav > a.is-active {
    color: var(--cm3-blue);
    background: linear-gradient(90deg, rgba(21, 88, 255, .06), transparent);
  }

  .cm3-prism-theme .cm3-header .cm2-nav-mobile-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-block-start: 11px;
  }

  .cm3-prism-theme .cm3-header .cm2-nav-mobile-actions .cm3-login {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding-inline: 10px;
    font-size: 12px;
  }

  .cm3-prism-theme .cm3-header .cm2-nav-mobile-actions .cm3-button {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 11.5px;
  }
}

@media (max-width: 540px) {
  .cm3-prism-theme .cm3-header .cm2-nav { inset-block-start: 58px; }
}

/* Inner hero diagrams — one visual story per page. */
.cm3-prism-theme .cm3-inner-visual {
  position: relative;
  min-height: 350px;
  isolation: isolate;
  color: var(--cm3-inner-accent, var(--cm3-blue));
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, currentColor 10%, transparent), transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .12));
}

.cm3-prism-theme .cm3-inner-visual::before,
.cm3-prism-theme .cm3-inner-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.cm3-prism-theme .cm3-inner-visual::before {
  inset: 5% 8%;
  border: 1px dashed color-mix(in srgb, currentColor 24%, transparent);
  background:
    repeating-linear-gradient(45deg, transparent 0 34px, color-mix(in srgb, currentColor 5%, transparent) 35px 36px),
    repeating-linear-gradient(-45deg, transparent 0 34px, color-mix(in srgb, currentColor 5%, transparent) 35px 36px);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.cm3-prism-theme .cm3-inner-visual::after {
  width: 70%;
  height: 35%;
  inset: auto 15% 4%;
  background: radial-gradient(ellipse, color-mix(in srgb, currentColor 14%, transparent), transparent 70%);
  filter: blur(20px);
}

.cm3-prism-theme .cm3-inner-visual svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Products — coordinated service layers. */
.cm3-prism-theme .cm3-product-stack {
  position: absolute;
  inset: 27px 6% 25px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.cm3-prism-theme .cm3-stack-rail {
  position: absolute;
  z-index: 0;
  width: 2px;
  height: 68%;
  background: linear-gradient(transparent, currentColor 15% 85%, transparent);
  box-shadow: 0 0 16px color-mix(in srgb, currentColor 28%, transparent);
}

.cm3-prism-theme .cm3-stack-rail::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 42px;
  inset: -12px -2px auto;
  border-radius: 99px;
  background: linear-gradient(transparent, #43f28b, transparent);
  filter: drop-shadow(0 0 7px #43f28b);
  animation: cm3-rail-signal 3.6s linear infinite;
}

.cm3-prism-theme .cm3-stack-layer {
  position: absolute;
  z-index: 1;
  width: min(75%, 350px);
  height: 64px;
  display: grid;
  grid-template-columns: 28px 40px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 10px 16px;
  color: #1859ed;
  border: 1px solid rgba(104, 139, 212, .25);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .94), rgba(231, 240, 255, .74));
  box-shadow: 0 17px 32px rgba(44, 77, 145, .12), inset 0 1px #fff;
  transform: translateY(var(--cm3-stack-y)) rotateX(58deg) rotateZ(-5deg);
  animation: cm3-stack-float 7s ease-in-out infinite;
}

.cm3-prism-theme .cm3-stack-layer--compute { --cm3-stack-y: -95px; animation-delay: -.8s; }
.cm3-prism-theme .cm3-stack-layer--storage { --cm3-stack-y: -31px; animation-delay: -1.6s; }
.cm3-prism-theme .cm3-stack-layer--network { --cm3-stack-y: 33px; animation-delay: -2.4s; }
.cm3-prism-theme .cm3-stack-layer--protect { --cm3-stack-y: 97px; animation-delay: -3.2s; }
.cm3-prism-theme .cm3-stack-layer i { color: #8191af; font: 700 9px/1 Inter, sans-serif; }
.cm3-prism-theme .cm3-stack-layer svg { width: 38px; height: 38px; }
.cm3-prism-theme .cm3-stack-layer strong { color: #14213a; font: 750 13px/1.2 Inter, sans-serif; direction: ltr; }
.cm3-prism-theme .cm3-stack-layer small { color: #667590; font-size: 10px; }

/* Solutions — one business input, three intentional outcomes. */
.cm3-prism-theme .cm3-solution-map { position: absolute; inset: 26px 4%; direction: ltr; }
.cm3-prism-theme .cm3-solution-origin {
  position: absolute;
  left: 8%;
  top: calc(50% - 46px);
  width: 92px;
  height: 92px;
  border: 1px solid rgba(104, 91, 235, .28);
  border-radius: 26px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 20px 40px rgba(69, 70, 160, .14), inset 0 1px #fff;
  transform: rotate(45deg);
}
.cm3-prism-theme .cm3-solution-origin span,
.cm3-prism-theme .cm3-solution-origin b,
.cm3-prism-theme .cm3-solution-origin i { position: absolute; border-radius: 50%; background: #7357ff; }
.cm3-prism-theme .cm3-solution-origin span { width: 16px; height: 16px; inset: 38px; box-shadow: 0 0 0 13px rgba(115, 87, 255, .1), 0 0 22px rgba(115, 87, 255, .3); }
.cm3-prism-theme .cm3-solution-origin b { width: 7px; height: 7px; left: 18px; top: 18px; }
.cm3-prism-theme .cm3-solution-origin i { width: 7px; height: 7px; right: 18px; bottom: 18px; }
.cm3-prism-theme .cm3-solution-route { position: absolute; left: 26%; width: 40%; border-top: 1px dashed #8c7cff; transform-origin: left center; }
.cm3-prism-theme .cm3-solution-route::after { content: ""; position: absolute; right: -2px; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: #42eb88; box-shadow: 0 0 11px #42eb88; animation: cm3-node-pulse 2.4s ease-in-out infinite; }
.cm3-prism-theme .cm3-solution-route--one { top: 31%; transform: rotate(-22deg); }
.cm3-prism-theme .cm3-solution-route--two { top: 50%; }
.cm3-prism-theme .cm3-solution-route--three { top: 69%; transform: rotate(22deg); }
.cm3-prism-theme .cm3-solution-outcome {
  position: absolute;
  right: 2%;
  width: 146px;
  height: 72px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  direction: rtl;
  color: #6b55dc;
  border: 1px solid rgba(110, 96, 213, .2);
  border-radius: 17px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 12px 27px rgba(57, 69, 128, .11), inset 0 1px #fff;
}
.cm3-prism-theme .cm3-solution-outcome--one { top: 8%; }
.cm3-prism-theme .cm3-solution-outcome--two { top: calc(50% - 36px); }
.cm3-prism-theme .cm3-solution-outcome--three { bottom: 8%; }
.cm3-prism-theme .cm3-solution-outcome svg { width: 36px; height: 36px; }
.cm3-prism-theme .cm3-solution-outcome strong { color: #22304d; font-size: 11px; line-height: 1.5; }
.cm3-prism-theme .cm3-solution-outcome i { position: absolute; width: 7px; height: 7px; right: 9px; bottom: 8px; border-radius: 50%; background: #31c761; }

/* Infrastructure — redundant datacenters and resilient routes. */
.cm3-prism-theme .cm3-infra-map { position: absolute; inset: 20px 4%; direction: ltr; }
.cm3-prism-theme .cm3-infra-loop { position: absolute; inset: 13% 9%; border: 1px dashed #16a9c4; border-radius: 50%; transform: rotate(-8deg); }
.cm3-prism-theme .cm3-infra-loop--inner { inset: 25% 20%; border-style: solid; opacity: .28; transform: rotate(11deg); }
.cm3-prism-theme .cm3-infra-loop::before { content: ""; position: absolute; width: 42px; height: 4px; left: 12%; top: 7%; border-radius: 99px; background: linear-gradient(90deg, transparent, #41ed91, transparent); filter: drop-shadow(0 0 6px #41ed91); animation: cm3-loop-signal 5s linear infinite; }
.cm3-prism-theme .cm3-datacenter {
  position: absolute;
  z-index: 2;
  top: calc(50% - 58px);
  width: 132px;
  height: 116px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: #0799bc;
  border: 1px solid rgba(20, 163, 193, .24);
  border-radius: 23px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 38px rgba(36, 100, 135, .13), inset 0 1px #fff;
}
.cm3-prism-theme .cm3-datacenter--a { left: 8%; }
.cm3-prism-theme .cm3-datacenter--b { right: 8%; }
.cm3-prism-theme .cm3-datacenter svg { width: 52px; height: 52px; }
.cm3-prism-theme .cm3-datacenter strong { color: #19324d; font: 750 11px/1 Inter, sans-serif; }
.cm3-prism-theme .cm3-router { position: absolute; z-index: 3; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: #1a66f5; box-shadow: 0 0 0 5px rgba(26, 102, 245, .1); }
.cm3-prism-theme .cm3-router--one { left: 38%; top: 22%; }.cm3-prism-theme .cm3-router--two { right: 38%; top: 28%; }.cm3-prism-theme .cm3-router--three { left: 38%; bottom: 23%; }.cm3-prism-theme .cm3-router--four { right: 38%; bottom: 27%; }
.cm3-prism-theme .cm3-infra-shield { position: absolute; z-index: 4; width: 38px; height: 38px; display: grid; place-items: center; color: #0aa8c6; border-radius: 13px; background: #fff; box-shadow: 0 9px 22px rgba(29, 103, 139, .13); }
.cm3-prism-theme .cm3-infra-shield svg { width: 25px; height: 25px; }
.cm3-prism-theme .cm3-infra-shield--top { left: calc(50% - 19px); top: 17%; }.cm3-prism-theme .cm3-infra-shield--bottom { left: calc(50% - 19px); bottom: 16%; }

/* Knowledge — an orbiting technical content atlas. */
.cm3-prism-theme .cm3-knowledge-atlas { position: absolute; inset: 19px 4%; }
.cm3-prism-theme .cm3-knowledge-orbit { position: absolute; inset: 15% 18%; border: 1px dashed #5a7ff1; border-radius: 50%; transform: rotate(-12deg); }
.cm3-prism-theme .cm3-knowledge-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; left: 12%; top: 8%; border-radius: 50%; background: #46e992; box-shadow: 0 0 14px #46e992; animation: cm3-node-pulse 2.2s ease-in-out infinite; }
.cm3-prism-theme .cm3-knowledge-core { position: absolute; left: calc(50% - 52px); top: calc(50% - 42px); width: 104px; height: 84px; border: 1px solid rgba(53, 104, 244, .24); border-radius: 50% 50% 22px 22px; background: rgba(255, 255, 255, .88); box-shadow: 0 18px 38px rgba(43, 78, 163, .14); }
.cm3-prism-theme .cm3-knowledge-core::before { content: ""; position: absolute; inset: 20px 50% 12px 11px; border: 2px solid #3568f4; border-radius: 4px 12px 12px 4px; border-right: 0; transform: skewY(-9deg); }
.cm3-prism-theme .cm3-knowledge-core::after { content: ""; position: absolute; inset: 20px 11px 12px 50%; border: 2px solid #3568f4; border-radius: 12px 4px 4px 12px; border-left: 0; transform: skewY(9deg); }
.cm3-prism-theme .cm3-knowledge-core i { position: absolute; z-index: 2; width: 4px; height: 4px; border-radius: 50%; background: #43e990; }.cm3-prism-theme .cm3-knowledge-core i:first-child { left: 21px; top: 14px; }.cm3-prism-theme .cm3-knowledge-core i:nth-child(2) { right: 21px; top: 14px; }
.cm3-prism-theme .cm3-knowledge-doc { position: absolute; width: 96px; height: 72px; display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 6px; padding: 9px; color: #3568f4; border: 1px solid rgba(80, 113, 205, .21); border-radius: 16px; background: rgba(255, 255, 255, .86); box-shadow: 0 12px 28px rgba(41, 71, 137, .11); }
.cm3-prism-theme .cm3-knowledge-doc svg { width: 30px; height: 30px; }.cm3-prism-theme .cm3-knowledge-doc strong { color: #33415d; font-size: 10px; }
.cm3-prism-theme .cm3-knowledge-doc--guide { left: 5%; top: 13%; }.cm3-prism-theme .cm3-knowledge-doc--code { right: 5%; top: 13%; }.cm3-prism-theme .cm3-knowledge-doc--play { left: 9%; bottom: 10%; }.cm3-prism-theme .cm3-knowledge-doc--check { right: 9%; bottom: 10%; }

/* About — teams connected to one dependable cloud core. */
.cm3-prism-theme .cm3-partner-orbit { position: absolute; inset: 18px 4%; }
.cm3-prism-theme .cm3-partner-ring { position: absolute; border: 1px dashed #5a79e0; border-radius: 50%; animation: cm3-ring-turn 30s linear infinite; }.cm3-prism-theme .cm3-partner-ring--one { inset: 12% 13%; transform: rotate(-11deg); }.cm3-prism-theme .cm3-partner-ring--two { inset: 26% 26%; opacity: .55; animation-direction: reverse; }
.cm3-prism-theme .cm3-partner-core { position: absolute; z-index: 2; left: calc(50% - 68px); top: calc(50% - 50px); width: 136px; height: 100px; display: grid; place-items: center; padding: 12px; color: #496de4; border: 1px solid rgba(73, 109, 228, .25); border-radius: 29px; background: rgba(255, 255, 255, .9); box-shadow: 0 20px 45px rgba(50, 78, 161, .16), inset 0 1px #fff; }.cm3-prism-theme .cm3-partner-core svg { width: 58px; height: 42px; }.cm3-prism-theme .cm3-partner-core strong { color: #17233b; font-size: 12px; }
.cm3-prism-theme .cm3-team-node { position: absolute; z-index: 3; width: 42px; height: 42px; border: 1px solid rgba(73, 109, 228, .2); border-radius: 50%; background: rgba(255, 255, 255, .9); box-shadow: 0 10px 24px rgba(42, 68, 134, .12); }.cm3-prism-theme .cm3-team-node i { position: absolute; border-radius: 50%; background: #4f72e5; }.cm3-prism-theme .cm3-team-node i:first-child { width: 9px; height: 9px; left: 16px; top: 9px; }.cm3-prism-theme .cm3-team-node i:nth-child(2) { width: 22px; height: 10px; left: 9px; bottom: 8px; border-radius: 12px 12px 7px 7px; }.cm3-prism-theme .cm3-team-node b { position: absolute; width: 7px; height: 7px; right: -3px; bottom: 2px; border: 2px solid #fff; border-radius: 50%; background: #3bd676; }
.cm3-prism-theme .cm3-team-node--one { left: 9%; top: 16%; }.cm3-prism-theme .cm3-team-node--two { right: 10%; top: 12%; }.cm3-prism-theme .cm3-team-node--three { right: 3%; bottom: 20%; }.cm3-prism-theme .cm3-team-node--four { left: 17%; bottom: 6%; }.cm3-prism-theme .cm3-team-node--five { left: calc(50% - 21px); top: 2%; }

/* Product blueprint — interactive architecture composer. */
.cm3-prism-theme .cm2-product-blueprint {
  position: relative;
  padding-block: 82px 92px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(51, 235, 209, .2), transparent 26rem),
    radial-gradient(circle at 88% 16%, rgba(147, 117, 255, .34), transparent 28rem),
    linear-gradient(126deg, #0b52e8 0%, #2859ef 48%, #694ee3 100%);
}
.cm3-prism-theme .cm2-product-blueprint::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.cm3-prism-theme .cm2-product-blueprint .cm2-shell { position: relative; }
.cm3-prism-theme .cm2-blueprint-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 7vw, 100px); align-items: end; margin-block-end: 34px; }
.cm3-prism-theme .cm2-blueprint-intro h2 { max-width: 700px; margin: 0; color: #fff; font-size: clamp(27px, 2.7vw, 37px); line-height: 1.52; }
.cm3-prism-theme .cm2-blueprint-intro > p { max-width: 470px; margin: 0; color: rgba(255,255,255,.76); font-size: 13.5px; line-height: 2; }
.cm3-prism-theme .cm2-product-blueprint .cm2-kicker-light { color: #bfffe4; }
.cm3-prism-theme .cm3-blueprint-board { --cm3-glow-x: 50%; --cm3-glow-y: 20%; position: relative; padding: 14px; direction: rtl; color: #17243e; border: 1px solid rgba(255,255,255,.68); border-radius: 29px; background: radial-gradient(circle at var(--cm3-glow-x) var(--cm3-glow-y), rgba(90, 139, 255, .13), transparent 24rem), rgba(247, 250, 255, .94); box-shadow: 0 32px 75px rgba(9, 31, 102, .3), inset 0 1px #fff; backdrop-filter: blur(22px) saturate(140%); }
.cm3-prism-theme .cm3-blueprint-tabs { width: fit-content; max-width: 100%; display: flex; gap: 5px; margin: 0 auto 13px; padding: 5px; border: 1px solid rgba(100, 126, 184, .18); border-radius: 15px; background: rgba(231, 237, 249, .84); box-shadow: inset 0 1px 2px rgba(38, 66, 128, .06); }
.cm3-prism-theme .cm3-blueprint-tabs button { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 17px; color: #53627d; border: 0; border-radius: 11px; background: transparent; font: inherit; font-size: 11.5px; font-weight: 700; white-space: nowrap; cursor: pointer; transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease; }
.cm3-prism-theme .cm3-blueprint-tabs button span { color: #8996ad; font: 700 8px/1 Inter, sans-serif; }
.cm3-prism-theme .cm3-blueprint-tabs button:hover { color: #1758e7; }.cm3-prism-theme .cm3-blueprint-tabs button:focus-visible { outline: 2px solid #2d6aff; outline-offset: 2px; }.cm3-prism-theme .cm3-blueprint-tabs button[aria-selected="true"] { color: #fff; background: linear-gradient(120deg, #135cf2, #6a52e3); box-shadow: 0 9px 22px rgba(49, 82, 204, .24); transform: translateY(-1px); }.cm3-prism-theme .cm3-blueprint-tabs button[aria-selected="true"] span { color: #bffff0; }
.cm3-prism-theme .cm3-blueprint-canvas { position: relative; min-height: 570px; display: grid; grid-template-columns: 236px 1fr; gap: 13px; padding: 13px; direction: ltr; overflow: hidden; border: 1px solid rgba(98, 126, 189, .18); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(232,240,255,.84)); }
.cm3-prism-theme .cm3-blueprint-canvas::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(49,101,214,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(49,101,214,.05) 1px, transparent 1px); background-size: 26px 26px; }
.cm3-prism-theme .cm3-blueprint-products { position: relative; z-index: 2; display: grid; grid-template-rows: 28px repeat(4, 1fr); gap: 8px; padding: 10px; direction: rtl; border: 1px solid rgba(92, 122, 184, .18); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 12px 31px rgba(35, 65, 126, .08); }
.cm3-prism-theme .cm3-blueprint-products > p { display: flex; align-items: center; gap: 7px; margin: 0; color: #64728d; font-size: 9px; font-weight: 700; letter-spacing: .04em; }.cm3-prism-theme .cm3-blueprint-products > p span { width: 7px; height: 7px; border-radius: 50%; background: #35d878; box-shadow: 0 0 10px #35d878; }
.cm3-prism-theme .cm3-blueprint-products article { position: relative; display: grid; grid-template-columns: 24px 40px 1fr; align-items: center; gap: 9px; padding: 9px 10px; color: #a3afc3; border: 1px solid rgba(110, 133, 180, .14); border-radius: 14px; background: rgba(246,248,253,.74); transition: opacity .3s ease, transform .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease; opacity: .5; }.cm3-prism-theme .cm3-blueprint-products article.is-active { color: #2160eb; opacity: 1; transform: translateX(3px); border-color: rgba(39,99,232,.26); background: #fff; box-shadow: 0 10px 25px rgba(43,78,153,.1); }
.cm3-prism-theme .cm3-blueprint-products article > i { color: #8c99b0; font: 700 8px/1 Inter,sans-serif; }.cm3-prism-theme .cm3-blueprint-products article svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.cm3-prism-theme .cm3-blueprint-products article div { min-width: 0; }.cm3-prism-theme .cm3-blueprint-products article strong { display: block; direction: ltr; text-align: right; color: #1b2943; font: 750 11px/1.35 Inter,sans-serif; }.cm3-prism-theme .cm3-blueprint-products article small { display: block; margin-block-start: 4px; color: #7b879c; font-size: 9px; }.cm3-prism-theme .cm3-blueprint-products article b { position: absolute; left: -6px; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.cm3-prism-theme .cm3-blueprint-recipes { position: relative; z-index: 1; display: grid; grid-template-rows: repeat(3, 1fr); gap: 11px; padding: 5px 5px 5px 20px; direction: rtl; }
.cm3-prism-theme .cm3-blueprint-recipes::before { content: ""; position: absolute; left: -13px; top: 12%; bottom: 12%; width: 1px; border-left: 1px dashed rgba(32,96,239,.43); }
.cm3-prism-theme .cm3-blueprint-recipes > article { position: relative; display: grid; grid-template-columns: 1fr minmax(260px, 1.25fr); grid-template-rows: auto 1fr; gap: 10px 23px; align-items: center; padding: 16px 18px; overflow: hidden; border: 1px solid rgba(93,121,180,.17); border-radius: 17px; background: rgba(255,255,255,.72); opacity: .42; filter: saturate(.55); transition: opacity .35s ease, filter .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease; }.cm3-prism-theme .cm3-blueprint-recipes > article::before { content: ""; position: absolute; left: -28px; top: 50%; width: 28px; border-top: 1px dashed rgba(32,96,239,.55); }.cm3-prism-theme .cm3-blueprint-recipes > article.is-active { opacity: 1; filter: none; transform: translateX(2px); border-color: rgba(38,96,228,.3); background: rgba(255,255,255,.94); box-shadow: 0 16px 33px rgba(34,70,148,.11), inset 3px 0 #2564ee; }
.cm3-prism-theme .cm3-blueprint-recipes header { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; }.cm3-prism-theme .cm3-blueprint-recipes header span { color: #6a7892; font: 750 8px/1 Inter,sans-serif; letter-spacing: .1em; }.cm3-prism-theme .cm3-blueprint-recipes header i { padding: 4px 8px; color: #26864f; border-radius: 99px; background: #e5f8ec; font-size: 8px; font-style: normal; }
.cm3-prism-theme .cm3-blueprint-recipes article > div:last-child h3 { margin: 0; color: #18263f; font-size: 15px; }.cm3-prism-theme .cm3-blueprint-recipes article > div:last-child p { margin: 7px 0; color: #6b7891; font-size: 10.5px; line-height: 1.75; }.cm3-prism-theme .cm3-blueprint-recipes article > div:last-child strong { color: #1b59df; font: 700 9px/1.4 Inter,sans-serif; direction: ltr; }
.cm3-prism-theme .cm3-recipe-flow { min-width: 270px; display: flex; align-items: center; justify-content: center; direction: ltr; }.cm3-prism-theme .cm3-recipe-flow > * { position: relative; min-width: 48px; height: 42px; display: grid; place-items: center; padding: 5px 8px; color: #235ee0; border: 1px solid rgba(44,96,219,.24); border-radius: 11px; background: #f6f9ff; font: 700 8px/1 Inter,sans-serif; font-style: normal; }.cm3-prism-theme .cm3-recipe-flow > * + * { margin-left: 15px; }.cm3-prism-theme .cm3-recipe-flow > * + *::before { content: ""; position: absolute; right: 100%; top: 50%; width: 16px; border-top: 1px solid #4b79e9; }.cm3-prism-theme .cm3-recipe-flow > * + *::after { content: ""; position: absolute; right: calc(100% + 9px); top: calc(50% - 3px); width: 5px; height: 5px; border-top: 1px solid #4b79e9; border-right: 1px solid #4b79e9; transform: rotate(-135deg); }.cm3-prism-theme .cm3-recipe-flow em { color: #1e8c53; border-color: rgba(36,174,97,.25); background: #effcf4; }

@keyframes cm3-rail-signal { from { transform: translateY(0); } to { transform: translateY(220px); } }
@keyframes cm3-stack-float { 0%,100% { transform: translateY(var(--cm3-stack-y)) rotateX(58deg) rotateZ(-5deg); } 50% { transform: translateY(calc(var(--cm3-stack-y) - 5px)) rotateX(56deg) rotateZ(-4deg); } }
@keyframes cm3-node-pulse { 50% { transform: scale(1.45); opacity: .65; } }
@keyframes cm3-loop-signal { from { transform: translateX(0); } to { transform: translateX(250px); } }
@keyframes cm3-ring-turn { to { transform: rotate(349deg); } }

@media (max-width: 980px) {
  .cm3-prism-theme .cm3-inner-visual { width: min(650px, 100%); min-height: 320px; margin-inline: auto; }
  .cm3-prism-theme .cm2-blueprint-intro { grid-template-columns: 1fr; gap: 16px; }
  .cm3-prism-theme .cm2-blueprint-intro > p { max-width: 700px; }
  .cm3-prism-theme .cm3-blueprint-canvas { grid-template-columns: 1fr; min-height: 0; }
  .cm3-prism-theme .cm3-blueprint-products { grid-template: 28px repeat(2, 84px) / repeat(2, 1fr); }
  .cm3-prism-theme .cm3-blueprint-products > p { grid-column: 1 / -1; }
  .cm3-prism-theme .cm3-blueprint-products article b { left: 8px; bottom: 8px; }
  .cm3-prism-theme .cm3-blueprint-recipes { padding: 5px; }
  .cm3-prism-theme .cm3-blueprint-recipes::before,
  .cm3-prism-theme .cm3-blueprint-recipes > article::before { display: none; }
}

@media (max-width: 700px) {
  .cm3-prism-theme .cm3-inner-visual { min-height: 276px; border-radius: 24px; }
  .cm3-prism-theme .cm3-inner-visual::before { inset: 6% 2%; }
  .cm3-prism-theme .cm3-stack-layer { width: 81%; height: 54px; grid-template-columns: 22px 33px 1fr auto; padding: 8px 12px; }.cm3-prism-theme .cm3-stack-layer svg { width: 30px; height: 30px; }.cm3-prism-theme .cm3-stack-layer--compute { --cm3-stack-y: -78px; }.cm3-prism-theme .cm3-stack-layer--storage { --cm3-stack-y: -26px; }.cm3-prism-theme .cm3-stack-layer--network { --cm3-stack-y: 26px; }.cm3-prism-theme .cm3-stack-layer--protect { --cm3-stack-y: 78px; }
  .cm3-prism-theme .cm3-solution-origin { left: 4%; width: 70px; height: 70px; top: calc(50% - 35px); }.cm3-prism-theme .cm3-solution-origin span { inset: 27px; }.cm3-prism-theme .cm3-solution-outcome { width: 118px; height: 60px; grid-template-columns: 28px 1fr; padding: 7px 9px; }.cm3-prism-theme .cm3-solution-outcome svg { width: 27px; height: 27px; }.cm3-prism-theme .cm3-solution-outcome strong { font-size: 9px; }.cm3-prism-theme .cm3-solution-route { left: 25%; width: 38%; }
  .cm3-prism-theme .cm3-datacenter { width: 101px; height: 94px; }.cm3-prism-theme .cm3-datacenter svg { width: 42px; height: 42px; }.cm3-prism-theme .cm3-datacenter--a { left: 2%; }.cm3-prism-theme .cm3-datacenter--b { right: 2%; }
  .cm3-prism-theme .cm3-knowledge-doc { width: 77px; height: 60px; grid-template-columns: 25px 1fr; padding: 7px; }.cm3-prism-theme .cm3-knowledge-doc svg { width: 24px; height: 24px; }.cm3-prism-theme .cm3-knowledge-doc strong { font-size: 8px; }.cm3-prism-theme .cm3-knowledge-core { transform: scale(.85); }
  .cm3-prism-theme .cm3-partner-ring--one { inset: 10% 3%; }.cm3-prism-theme .cm3-partner-core { transform: scale(.82); }.cm3-prism-theme .cm3-team-node--one { left: 1%; }.cm3-prism-theme .cm3-team-node--two { right: 1%; }.cm3-prism-theme .cm3-team-node--three { right: 0; }.cm3-prism-theme .cm3-team-node--four { left: 8%; }
  .cm3-prism-theme .cm2-product-blueprint { padding-block: 58px 64px; }
  .cm3-prism-theme .cm2-blueprint-intro h2 { font-size: 25px; }
  .cm3-prism-theme .cm3-blueprint-board { margin-inline: -4px; padding: 8px; border-radius: 22px; }
  .cm3-prism-theme .cm3-blueprint-tabs { width: 100%; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }.cm3-prism-theme .cm3-blueprint-tabs::-webkit-scrollbar { display: none; }.cm3-prism-theme .cm3-blueprint-tabs button { min-width: max-content; min-height: 39px; padding-inline: 12px; font-size: 10px; }
  .cm3-prism-theme .cm3-blueprint-canvas { padding: 8px; border-radius: 17px; }
  .cm3-prism-theme .cm3-blueprint-products { grid-template: 26px repeat(2, 76px) / repeat(2, minmax(0, 1fr)); gap: 6px; padding: 7px; }.cm3-prism-theme .cm3-blueprint-products article { grid-template-columns: 28px 1fr; gap: 6px; padding: 7px; }.cm3-prism-theme .cm3-blueprint-products article > i { display: none; }.cm3-prism-theme .cm3-blueprint-products article svg { width: 28px; height: 28px; }.cm3-prism-theme .cm3-blueprint-products article strong { font-size: 9px; }.cm3-prism-theme .cm3-blueprint-products article small { font-size: 8px; }
  .cm3-prism-theme .cm3-blueprint-recipes > article { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 10px; padding: 13px; }.cm3-prism-theme .cm3-blueprint-recipes header { grid-column: auto; }.cm3-prism-theme .cm3-recipe-flow { min-width: 0; overflow: hidden; }.cm3-prism-theme .cm3-recipe-flow > * { min-width: 42px; height: 37px; font-size: 7px; }.cm3-prism-theme .cm3-recipe-flow > * + * { margin-left: 8px; }.cm3-prism-theme .cm3-recipe-flow > * + *::before { width: 9px; }.cm3-prism-theme .cm3-recipe-flow > * + *::after { right: calc(100% + 3px); }.cm3-prism-theme .cm3-blueprint-recipes article > div:last-child h3 { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .cm3-prism-theme .cm3-stack-rail::before,
  .cm3-prism-theme .cm3-stack-layer,
  .cm3-prism-theme .cm3-solution-route::after,
  .cm3-prism-theme .cm3-infra-loop::before,
  .cm3-prism-theme .cm3-knowledge-orbit::after,
  .cm3-prism-theme .cm3-partner-ring { animation: none !important; }
}
