:root {
  --blue: #0e58ea;
  --blue-2: #0069ff;
  --ink: #181818;
  --muted: #5f6673;
  --line: #ebecf0;
  --pale: #f3f7ff;
  --panel: #eaf2ff;
  --black: #000;
  --max: 1200px;
  --nav-h: 60px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(235, 236, 240, 0.75);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(100%, 1280px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 31px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 186px;
  height: 100%;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-logo {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.brand-mark {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 60% 55%, #fff 0 18%, transparent 19%),
    conic-gradient(from 210deg, #0b63f6, #1aa1ff, #0754d4, #0b63f6);
  position: relative;
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 4px;
  top: 4px;
  border: 3px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(12deg);
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 4px;
  margin-left: 1px;
  color: #fff;
  background: #101010;
  font-size: 15px;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  margin-left: 24px;
}

.admin-header-label {
  height: 28px;
  display: inline-flex;
  align-items: center;
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid #dfe4ee;
  color: #4d5665;
  font-size: 14px;
  font-weight: 700;
}

.nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-trigger {
  height: 40px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 14px;
}

.nav-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-item:hover .nav-trigger,
.nav-item:focus-within .nav-trigger,
.nav-trigger.active {
  color: var(--blue);
}

.nav-item:hover .nav-trigger::after,
.nav-item:focus-within .nav-trigger::after {
  transform: translateY(2px) rotate(225deg);
}

.mega {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  width: 100%;
  min-height: 343px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15, 33, 64, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
  pointer-events: none;
}

.nav-item:hover .mega,
.nav-item:focus-within .mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-shell {
  width: min(100%, 1280px);
  min-height: 343px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
}

.mega-side {
  position: relative;
  overflow: hidden;
  padding: 54px 64px;
  background: linear-gradient(180deg, #edf4ff 0%, #e8f0ff 100%);
}

.mega-side::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -25px;
  width: 160px;
  height: 150px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.75), rgba(255,255,255,0) 55%),
    linear-gradient(145deg, rgba(0, 112, 255, 0.22), rgba(120, 229, 255, 0.08));
  clip-path: polygon(28% 8%, 88% 24%, 76% 78%, 14% 64%);
  filter: blur(0.2px);
}

.mega-side-title {
  margin: 0 0 30px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
}

.mega-side-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  font-size: 18px;
  font-weight: 650;
}

.mega-side p {
  margin: 13px 0 0;
  color: #1c2530;
  font-size: 15px;
  line-height: 1.8;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
  padding: 46px 60px 38px;
}

.mega-grid.two {
  grid-template-columns: repeat(2, minmax(0, 360px));
}

.mega-grid.product-three {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr) minmax(250px, 0.86fr);
  gap: 48px;
}

.mega-grid.product-three .mega-link {
  margin-bottom: 20px;
}

.mega-grid.product-three .mega-link span {
  max-width: 310px;
}

.mega-col h3 {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
}

.mega-link {
  display: block;
  margin-bottom: 24px;
}

.mega-link strong {
  display: block;
  color: #141414;
  font-size: 16px;
  font-weight: 650;
}

.mega-link span {
  display: block;
  margin-top: 6px;
  max-width: 330px;
  color: #676d78;
  font-size: 14px;
  line-height: 1.65;
}

.mega-link:hover strong {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 24px;
  margin-left: auto;
  font-size: 14px;
}

.header-actions a:not(.primary-action):hover {
  color: var(--blue);
}

.admin-entry {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbe5f2;
  padding: 0 14px;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
}

.admin-entry:hover {
  border-color: rgba(11, 111, 246, 0.36);
  background: #f6f9ff;
}

.user-menu {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.user-trigger {
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 14px;
}

.user-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.user-dropdown {
  position: absolute;
  top: 54px;
  right: 0;
  width: 176px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(25, 39, 65, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.user-menu:hover .user-dropdown,
.user-menu:focus-within .user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-dropdown a,
.user-dropdown button {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #272d38;
  font-size: 14px;
  text-align: left;
}

.user-dropdown a:hover,
.user-dropdown button:hover {
  color: var(--blue);
  background: #f4f7ff;
}

.primary-action {
  height: 60px;
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  color: #fff;
  background: var(--blue);
  transition: background 180ms ease;
}

.primary-action:hover {
  background: #004ce0;
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #111;
}

.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.menu-open .mobile-toggle span {
  opacity: 0;
}

body.menu-open .mobile-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .mobile-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-drawer {
  display: none;
  position: fixed;
  inset: var(--nav-h) 0 auto;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 52px rgba(25, 39, 65, 0.12);
  padding: 18px 24px 26px;
}

.mobile-drawer a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #f1f3f7;
  font-size: 17px;
}

.page-hero,
.product-hero-banner {
  position: relative;
  z-index: 2;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  color: #141821;
  box-shadow:
    0 34px 70px rgba(18, 72, 138, 0.16),
    0 8px 18px rgba(18, 72, 138, 0.08);
  background:
    radial-gradient(circle at 18% 36%, rgba(255, 255, 255, 0.98) 0 22%, rgba(255, 255, 255, 0) 46%),
    radial-gradient(circle at 75% 18%, rgba(170, 227, 255, 0.52), rgba(170, 227, 255, 0) 35%),
    linear-gradient(105deg, #fbfdff 0%, #f1f8ff 46%, #dff2ff 100%);
}

.page-hero::before,
.product-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 12% 84%, rgba(213, 235, 255, 0.6) 0 18%, rgba(213, 235, 255, 0) 46%),
    radial-gradient(ellipse at 42% 8%, rgba(255, 255, 255, 0.78) 0 24%, rgba(255, 255, 255, 0) 56%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 36%, rgba(255, 255, 255, 0.22) 66%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.page-hero::after,
.product-hero-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 120px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(250, 253, 255, 0.92) 100%);
  pointer-events: none;
}

.page-hero-bg,
.product-hero-bg {
  display: none;
}

.banner-shadow-strip {
  position: relative;
  z-index: 1;
  height: 38px;
  margin-top: -1px;
  background: #fff;
  pointer-events: none;
}

.banner-shadow-strip::before {
  content: "";
  position: absolute;
  left: clamp(24px, 3.5vw, 72px);
  right: clamp(24px, 5.2vw, 110px);
  top: 0;
  height: 36px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(16, 74, 150, 0.2) 0%, rgba(16, 74, 150, 0.12) 38%, rgba(16, 74, 150, 0) 72%);
  filter: blur(7px);
  transform: translateY(-11px);
}

.banner-shadow-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 88, 234, 0.12), transparent);
}

.banner-tech-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.banner-tech-visual::before {
  content: "";
  position: absolute;
  right: 5vw;
  top: 52%;
  width: 56vw;
  height: 260px;
  background:
    linear-gradient(90deg, rgba(0, 101, 255, 0), rgba(73, 199, 255, 0.24), rgba(0, 222, 185, 0.12), rgba(0, 101, 255, 0)),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.58), rgba(255,255,255,0));
  transform: translateY(-50%) skewY(-11deg);
  filter: blur(1px);
}

.banner-tech-visual::after {
  content: "";
  position: absolute;
  right: 18vw;
  bottom: 62px;
  width: 300px;
  height: 150px;
  background: radial-gradient(ellipse, rgba(19, 111, 255, 0.12), rgba(19, 111, 255, 0) 72%);
  filter: blur(10px);
}

.banner-speed {
  position: absolute;
  right: -4vw;
  height: 2px;
  background: linear-gradient(90deg, rgba(14, 88, 234, 0), rgba(88, 205, 255, 0.3), rgba(24, 232, 194, 0.42), rgba(14, 88, 234, 0));
  transform: skewY(-10deg);
  opacity: 0.72;
  animation: banner-glide 9s ease-in-out infinite alternate;
}

.speed-one {
  top: 186px;
  width: 52vw;
}

.speed-two {
  top: 310px;
  width: 64vw;
  animation-delay: -2s;
}

.speed-three {
  top: 430px;
  width: 46vw;
  opacity: 0.45;
  animation-delay: -4s;
}

.glass-panel,
.glass-chip {
  position: absolute;
  display: block;
  border: 1px solid rgba(0, 134, 206, 0.34);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.52), rgba(83, 210, 255, 0.12) 46%, rgba(0, 229, 188, 0.24)),
    linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.04));
  box-shadow:
    inset 0 0 18px rgba(255,255,255,0.65),
    inset 0 -12px 28px rgba(0, 110, 255, 0.12),
    0 18px 42px rgba(0, 89, 184, 0.12);
  backdrop-filter: blur(8px);
  transform: perspective(1000px) rotateY(-24deg) skewX(-12deg);
}

.panel-primary {
  right: 8vw;
  top: 172px;
  width: min(420px, 28vw);
  height: 108px;
  border-color: rgba(0, 162, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(3, 105, 255, 0.18), rgba(57, 215, 255, 0.42) 48%, rgba(0, 224, 180, 0.48)),
    linear-gradient(180deg, rgba(255,255,255,0.38), rgba(255,255,255,0.08));
}

.panel-secondary {
  right: 2vw;
  top: 314px;
  width: min(520px, 34vw);
  height: 126px;
  border-color: rgba(0, 182, 214, 0.44);
  background:
    linear-gradient(135deg, rgba(5, 118, 255, 0.12), rgba(77, 218, 255, 0.28) 48%, rgba(0, 210, 170, 0.42)),
    linear-gradient(180deg, rgba(255,255,255,0.46), rgba(255,255,255,0.08));
}

.panel-tertiary {
  right: 18vw;
  top: 446px;
  width: min(300px, 20vw);
  height: 72px;
  opacity: 0.72;
}

.glass-chip {
  width: 116px;
  height: 46px;
  opacity: 0.72;
}

.chip-one {
  right: 34vw;
  top: 218px;
}

.chip-two {
  right: 42vw;
  top: 338px;
  width: 86px;
  height: 34px;
  opacity: 0.58;
}

.chip-three {
  right: 28vw;
  top: 420px;
  width: 140px;
  height: 42px;
}

.chip-four {
  right: -20px;
  top: 504px;
  width: 210px;
  height: 54px;
  opacity: 0.52;
}

.banner-ai-mark {
  position: absolute;
  right: 27vw;
  top: 330px;
  color: rgba(0, 98, 180, 0.08);
  font-size: 132px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transform: skewX(-8deg);
}

.banner-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.banner-visual span {
  position: absolute;
  display: block;
}

.banner-visual::before {
  content: "";
  position: absolute;
  inset: auto -8vw 46px auto;
  width: 58vw;
  height: 260px;
  background:
    linear-gradient(90deg, rgba(14, 88, 234, 0), rgba(94, 206, 255, 0.18), rgba(16, 218, 180, 0.12), rgba(14, 88, 234, 0)),
    radial-gradient(ellipse at 58% 50%, rgba(64, 179, 255, 0.12), transparent 68%);
  transform: skewY(-10deg);
  filter: blur(1px);
}

.banner-watermark {
  right: 23vw;
  top: 286px;
  color: rgba(0, 94, 180, 0.08);
  font-size: 118px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transform: skewX(-8deg);
}

.banner-visual .sky-haze,
.banner-visual .product-core,
.banner-visual .news-radar,
.banner-visual .map-plane,
.banner-visual .scenario-terrain,
.banner-visual .eco-orbit,
.banner-visual .lab-shell,
.banner-visual .doc-screen,
.banner-visual .api-cloud,
.banner-visual .inspect-field,
.banner-visual .edu-board,
.banner-visual .model-layer,
.banner-visual .chip-core {
  border: 1px solid rgba(0, 137, 215, 0.28);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.55), rgba(75, 206, 255, 0.2), rgba(0, 224, 180, 0.18)),
    linear-gradient(180deg, rgba(255,255,255,0.44), rgba(255,255,255,0.06));
  box-shadow:
    inset 0 0 18px rgba(255,255,255,0.72),
    0 24px 58px rgba(0, 96, 180, 0.12);
  backdrop-filter: blur(8px);
}

.home-grid {
  right: 5vw;
  bottom: 78px;
  width: 50vw;
  height: 190px;
  background-image:
    linear-gradient(rgba(14, 88, 234, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 88, 234, 0.16) 1px, transparent 1px);
  background-size: 48px 36px;
  transform: perspective(900px) rotateX(62deg) skewX(-18deg);
  opacity: 0.55;
}

.home-drone {
  right: 23vw;
  top: 160px;
  width: 112px;
  height: 24px;
  border-top: 3px solid rgba(14, 88, 234, 0.45);
}

.home-drone::before,
.home-drone::after,
.home-drone i,
.home-drone b {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(14, 88, 234, 0.32);
  top: -17px;
}

.home-drone::before { left: -18px; }
.home-drone::after { right: -18px; }
.home-drone i { left: 34px; }
.home-drone b { right: 34px; }

.home-route,
.scenario-route,
.inspect-path,
.api-line,
.product-axis,
.talent-link,
.eco-bridge,
.lab-beam,
.chip-trace {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(42, 174, 255, 0.5), rgba(14, 88, 234, 0.1));
  transform: skewY(-11deg);
}

.home-route.route-a { right: 2vw; top: 240px; width: 54vw; }
.home-route.route-b { right: 8vw; top: 390px; width: 42vw; opacity: 0.55; }
.home-tower { bottom: 90px; width: 34px; background: linear-gradient(180deg, rgba(14, 88, 234, 0.22), rgba(98, 210, 255, 0.06)); }
.tower-a { right: 11vw; height: 118px; }
.tower-b { right: 17vw; height: 164px; }
.tower-c { right: 27vw; height: 94px; }
.home-marker { width: 10px; height: 10px; background: var(--blue); box-shadow: 0 0 0 10px rgba(14, 88, 234, 0.08); }
.marker-a { right: 22vw; top: 330px; }
.marker-b { right: 40vw; top: 266px; }

.product-core {
  right: 15vw;
  top: 190px;
  width: 180px;
  height: 180px;
  transform: rotate(45deg);
}

.product-core i,
.product-core b {
  position: absolute;
  inset: 44px;
  border: 1px solid rgba(14, 88, 234, 0.32);
}

.product-core b { inset: 70px; background: rgba(14, 88, 234, 0.2); }
.product-layer { right: 4vw; height: 52px; border: 1px solid rgba(0, 137, 215, 0.25); background: rgba(255,255,255,0.38); transform: skewX(-18deg); }
.product-layer.layer-a { top: 130px; width: 330px; }
.product-layer.layer-b { top: 340px; width: 520px; }
.product-layer.layer-c { top: 446px; width: 390px; }
.product-axis.axis-a { right: 6vw; top: 250px; width: 52vw; }
.product-axis.axis-b { right: 16vw; top: 404px; width: 38vw; opacity: 0.55; }
.product-node { width: 12px; height: 12px; background: #11bceb; box-shadow: 0 0 0 12px rgba(17,188,235,0.08); }
.node-a { right: 41vw; top: 210px; }
.node-b { right: 30vw; top: 382px; }
.node-c { right: 9vw; top: 470px; }

.news-radar {
  right: 10vw;
  top: 130px;
  width: 300px;
  height: 300px;
  background:
    radial-gradient(circle, transparent 0 28%, rgba(14, 88, 234, 0.1) 29% 30%, transparent 31% 48%, rgba(14, 88, 234, 0.1) 49% 50%, transparent 51%),
    conic-gradient(from 225deg, rgba(14,88,234,0.34), transparent 72deg);
}

.news-feed {
  right: 28vw;
  height: 54px;
  border: 1px solid rgba(0, 137, 215, 0.28);
  background: rgba(255,255,255,0.5);
  transform: skewX(-14deg);
}

.feed-a { top: 174px; width: 230px; }
.feed-b { top: 280px; width: 320px; right: 22vw; }
.feed-c { top: 390px; width: 260px; right: 31vw; }
.news-signal { height: 2px; right: 2vw; background: linear-gradient(90deg, transparent, rgba(14,88,234,0.42)); transform: skewY(-10deg); }
.signal-a { top: 220px; width: 56vw; }
.signal-b { top: 430px; width: 44vw; opacity: 0.6; }
.news-date { right: 9vw; bottom: 102px; width: 150px; height: 40px; border-top: 3px solid #17c6ff; border-bottom: 1px solid rgba(14,88,234,0.25); }

.talent-column { bottom: 98px; width: 82px; border: 1px solid rgba(0,137,215,0.24); background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(84,208,255,0.12)); }
.column-a { right: 8vw; height: 270px; }
.column-b { right: 19vw; height: 210px; }
.column-c { right: 31vw; height: 245px; }
.talent-card { width: 176px; height: 58px; border: 1px solid rgba(0,137,215,0.28); background: rgba(255,255,255,0.55); transform: skewX(-12deg); }
.card-a { right: 27vw; top: 150px; }
.card-b { right: 5vw; top: 250px; }
.card-c { right: 22vw; top: 420px; }
.talent-link.link-a { right: 9vw; top: 224px; width: 46vw; }
.talent-link.link-b { right: 14vw; top: 364px; width: 38vw; opacity: 0.55; }

.map-plane { right: 7vw; top: 110px; width: 48vw; height: 360px; background-image: linear-gradient(135deg, rgba(14,88,234,0.1) 1px, transparent 1px); background-size: 58px 58px; transform: skewX(-14deg); }
.map-road { height: 3px; background: linear-gradient(90deg, transparent, rgba(14,88,234,0.34), transparent); transform: skewY(-16deg); }
.road-a { right: 4vw; top: 214px; width: 54vw; }
.road-b { right: 10vw; top: 340px; width: 44vw; }
.road-c { right: 2vw; top: 452px; width: 36vw; opacity: 0.55; }
.map-pin { right: 22vw; top: 260px; width: 34px; height: 34px; background: var(--blue); box-shadow: 0 0 0 18px rgba(14,88,234,0.08), 0 0 0 38px rgba(14,88,234,0.04); transform: rotate(45deg); }
.contact-wave { right: 18vw; top: 248px; border: 1px solid rgba(14,88,234,0.25); width: 150px; height: 150px; }
.wave-b { inset: auto 15vw 164px auto; width: 230px; height: 230px; opacity: 0.45; }
.message-line { right: 6vw; height: 16px; background: rgba(17,188,235,0.24); transform: skewX(-14deg); }
.line-a { top: 174px; width: 230px; }
.line-b { top: 404px; width: 180px; opacity: 0.55; }

.banner-visual-product-open-platform .api-cloud { right: 12vw; top: 132px; width: 360px; height: 190px; }
.api-port { width: 98px; height: 46px; border: 1px solid rgba(0,137,215,0.28); background: rgba(255,255,255,0.55); transform: skewX(-14deg); }
.port-a { right: 36vw; top: 180px; }
.port-b { right: 30vw; top: 330px; }
.port-c { right: 8vw; top: 414px; }
.api-line.line-a { right: 7vw; top: 254px; width: 55vw; }
.api-line.line-b { right: 14vw; top: 388px; width: 38vw; opacity: 0.55; }
.api-hub { right: 22vw; top: 260px; width: 92px; height: 92px; background: rgba(14,88,234,0.18); border: 1px solid rgba(14,88,234,0.28); transform: rotate(45deg); }

.inspect-field { right: 5vw; bottom: 82px; width: 52vw; height: 210px; transform: perspective(900px) rotateX(62deg) skewX(-20deg); }
.inspect-drone { right: 24vw; top: 120px; width: 126px; height: 26px; border-top: 3px solid rgba(14,88,234,0.42); }
.inspect-drone::before,.inspect-drone::after,.inspect-drone i { content:""; position:absolute; top:-18px; width:36px; height:36px; border:3px solid rgba(14,88,234,0.3); }
.inspect-drone::before { left:-20px; }
.inspect-drone::after { right:-20px; }
.inspect-drone i { left:44px; }
.inspect-path.path-a { right: 8vw; top: 245px; width: 52vw; }
.inspect-path.path-b { right: 18vw; top: 420px; width: 34vw; opacity: 0.55; }
.inspect-target { width: 44px; height: 44px; border: 2px solid #18bff1; }
.target-a { right: 35vw; top: 330px; }
.target-b { right: 13vw; top: 440px; }

.chip-core { right: 12vw; top: 150px; width: 250px; height: 250px; }
.chip-pin { width: 70px; height: 18px; background: rgba(14,88,234,0.2); }
.pin-a { right: 32vw; top: 210px; }
.pin-b { right: 5vw; top: 278px; }
.pin-c { right: 31vw; top: 376px; }
.chip-trace.trace-a { right: 6vw; top: 248px; width: 48vw; }
.chip-trace.trace-b { right: 10vw; top: 392px; width: 38vw; opacity: 0.55; }
.chip-module { width: 116px; height: 84px; border: 1px solid rgba(0,137,215,0.28); background: rgba(255,255,255,0.52); }
.module-a { right: 31vw; top: 132px; }
.module-b { right: 5vw; top: 430px; }

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 64px, var(--max));
  min-height: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 70px 0 88px;
}

.hero-copy {
  max-width: 650px;
}

.hero-kicker {
  display: block;
  min-height: 30px;
  color: #151922;
  background: transparent;
  font-size: 17px;
  font-weight: 520;
}

.hero-copy h1 {
  margin: 12px 0 0;
  color: #12161d;
  font-size: 50px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: none;
}

.hero-copy h1 mark {
  color: inherit;
  background: transparent;
}

.hero-copy p {
  margin: 28px 0 0;
  max-width: 560px;
  color: #222a35;
  font-size: 17px;
  line-height: 1.9;
  text-shadow: none;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  height: 48px;
  margin-top: 34px;
  border: 1px solid var(--blue);
  color: #fff;
  background: var(--blue);
  font-weight: 650;
  box-shadow: 0 10px 24px rgba(14, 88, 234, 0.2);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.hero-cta:hover {
  transform: translateY(-2px);
  color: #fff;
  background: #004ee4;
}

.page-hero .hero-cta,
.product-hero-banner .hero-cta {
  border-color: rgba(18, 24, 34, 0.92);
  color: #121821;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 16px 34px rgba(37, 105, 200, 0.08);
}

.page-hero .hero-cta:hover,
.product-hero-banner .hero-cta:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.product-hero-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 64px, var(--max));
  min-height: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 70px 0 92px;
}

.product-hero-copy {
  max-width: 650px;
}

.product-hero-copy span {
  display: block;
  min-height: 30px;
  color: #151922;
  background: transparent;
  font-size: 17px;
  font-weight: 520;
}

.product-hero-copy h1 {
  margin: 12px 0 0;
  color: #12161d;
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: none;
}

.product-hero-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #222a35;
  font-size: 17px;
  line-height: 1.9;
  text-shadow: none;
}

.product-hero-banner .hero-cta {
  background: rgba(255, 255, 255, 0.38);
  color: #121821;
  box-shadow: 0 16px 34px rgba(37, 105, 200, 0.08);
}

.product-hero-banner .hero-cta:hover {
  color: #fff;
  background: var(--blue);
}

.hero-variant-product {
  background:
    radial-gradient(circle at 18% 34%, rgba(255,255,255,0.98) 0 22%, rgba(255,255,255,0) 46%),
    linear-gradient(104deg, #fbfdff 0%, #edf8ff 42%, #d7f0ff 100%);
}

.banner-variant-product .panel-primary {
  right: 13vw;
  top: 144px;
  width: min(360px, 24vw);
  height: 86px;
}

.banner-variant-product .panel-secondary {
  right: 3vw;
  top: 286px;
  width: min(610px, 40vw);
  height: 106px;
}

.banner-variant-product .chip-one {
  right: 38vw;
  top: 178px;
}

.banner-variant-product .chip-three {
  right: 22vw;
  top: 440px;
}

.hero-variant-news {
  background:
    radial-gradient(circle at 20% 35%, rgba(255,255,255,0.98) 0 24%, rgba(255,255,255,0) 48%),
    radial-gradient(circle at 82% 24%, rgba(92, 208, 255, 0.4), rgba(92, 208, 255, 0) 36%),
    linear-gradient(104deg, #ffffff 0%, #f0f9ff 45%, #def3ff 100%);
}

.banner-variant-news .panel-primary {
  right: 20vw;
  top: 130px;
  width: min(300px, 22vw);
  height: 74px;
}

.banner-variant-news .panel-secondary {
  right: 6vw;
  top: 246px;
  width: min(540px, 35vw);
  height: 92px;
}

.banner-variant-news .panel-tertiary {
  right: 30vw;
  top: 390px;
  width: min(360px, 24vw);
  height: 58px;
}

.banner-variant-news .speed-one {
  top: 156px;
  width: 44vw;
}

.banner-variant-news .speed-two {
  top: 356px;
  width: 68vw;
}

.hero-variant-jobs {
  background:
    radial-gradient(circle at 20% 36%, rgba(255,255,255,0.98) 0 22%, rgba(255,255,255,0) 46%),
    linear-gradient(104deg, #fbfdff 0%, #f1f9ff 45%, #dff5ff 100%);
}

.banner-variant-jobs .panel-primary {
  right: 10vw;
  top: 118px;
  width: min(260px, 18vw);
  height: 188px;
}

.banner-variant-jobs .panel-secondary {
  right: 24vw;
  top: 242px;
  width: min(300px, 22vw);
  height: 66px;
}

.banner-variant-jobs .chip-one {
  right: 38vw;
  top: 154px;
}

.banner-variant-jobs .chip-two {
  right: 33vw;
  top: 378px;
}

.banner-variant-jobs .chip-three {
  right: 8vw;
  top: 428px;
  width: 210px;
}

.hero-variant-contact {
  background:
    radial-gradient(circle at 18% 38%, rgba(255,255,255,0.98) 0 23%, rgba(255,255,255,0) 48%),
    linear-gradient(104deg, #ffffff 0%, #edf9ff 45%, #dcf7ff 100%);
}

.banner-variant-contact .panel-primary {
  right: 12vw;
  top: 152px;
  width: min(500px, 34vw);
  height: 62px;
}

.banner-variant-contact .panel-secondary {
  right: 4vw;
  top: 300px;
  width: min(420px, 28vw);
  height: 62px;
}

.banner-variant-contact .panel-tertiary {
  right: 24vw;
  top: 434px;
  width: min(360px, 24vw);
  height: 54px;
}

.banner-variant-contact .chip-one {
  right: 41vw;
  top: 266px;
}

.banner-variant-contact .chip-four {
  top: 194px;
  width: 170px;
}

.hero-variant-solution {
  background:
    radial-gradient(circle at 18% 34%, rgba(255,255,255,0.98) 0 22%, rgba(255,255,255,0) 46%),
    linear-gradient(104deg, #fbfdff 0%, #eef7ff 44%, #d6efff 100%);
}

.banner-variant-solution .panel-primary {
  right: 9vw;
  top: 130px;
  width: min(460px, 32vw);
  height: 90px;
}

.banner-variant-solution .panel-secondary {
  right: 20vw;
  top: 312px;
  width: min(390px, 27vw);
  height: 112px;
}

.banner-variant-solution .chip-one {
  right: 42vw;
  top: 222px;
}

.banner-variant-solution .chip-three {
  right: 5vw;
  top: 428px;
}

.hero-variant-customers {
  background:
    radial-gradient(circle at 18% 36%, rgba(255,255,255,0.98) 0 23%, rgba(255,255,255,0) 48%),
    linear-gradient(104deg, #ffffff 0%, #f0f9ff 45%, #dff3ff 100%);
}

.banner-variant-customers .panel-primary {
  right: 17vw;
  top: 170px;
  width: min(380px, 26vw);
  height: 76px;
}

.banner-variant-customers .panel-secondary {
  right: 6vw;
  top: 324px;
  width: min(520px, 34vw);
  height: 92px;
}

.banner-variant-customers .chip-one {
  right: 43vw;
  top: 180px;
}

.banner-variant-customers .chip-two {
  right: 36vw;
  top: 298px;
}

.banner-variant-customers .chip-three {
  right: 27vw;
  top: 456px;
}

.hero-variant-about {
  background:
    radial-gradient(circle at 18% 36%, rgba(255,255,255,0.98) 0 22%, rgba(255,255,255,0) 46%),
    linear-gradient(104deg, #ffffff 0%, #eef8ff 46%, #dbefff 100%);
}

.banner-variant-about .panel-primary {
  right: 8vw;
  top: 156px;
  width: min(410px, 28vw);
  height: 154px;
}

.banner-variant-about .panel-secondary {
  right: 27vw;
  top: 350px;
  width: min(330px, 23vw);
  height: 64px;
}

.banner-variant-about .chip-two {
  right: 40vw;
  top: 206px;
}

.banner-variant-about .chip-three {
  right: 11vw;
  top: 438px;
}

.hero-variant-docs {
  background:
    radial-gradient(circle at 18% 36%, rgba(255,255,255,0.98) 0 22%, rgba(255,255,255,0) 46%),
    linear-gradient(104deg, #fbfdff 0%, #f2faff 45%, #def6ff 100%);
}

.banner-variant-docs .panel-primary {
  right: 5vw;
  top: 136px;
  width: min(520px, 35vw);
  height: 62px;
}

.banner-variant-docs .panel-secondary {
  right: 12vw;
  top: 246px;
  width: min(520px, 35vw);
  height: 62px;
}

.banner-variant-docs .panel-tertiary {
  right: 19vw;
  top: 356px;
  width: min(520px, 35vw);
  height: 62px;
}

.banner-variant-docs .chip-one {
  right: 38vw;
  top: 478px;
}

.hero-variant-product-open-platform,
.hero-variant-product-inspection,
.hero-variant-product-education,
.hero-variant-product-model-factory,
.hero-variant-product-hardware {
  background:
    radial-gradient(circle at 18% 35%, rgba(255,255,255,0.98) 0 22%, rgba(255,255,255,0) 46%),
    radial-gradient(circle at 78% 18%, rgba(96, 205, 255, 0.34), rgba(96, 205, 255, 0) 36%),
    linear-gradient(104deg, #ffffff 0%, #eef8ff 45%, #dff4ff 100%);
}

.banner-variant-product-open-platform .panel-primary {
  right: 8vw;
  top: 150px;
  width: min(520px, 36vw);
  height: 86px;
}

.banner-variant-product-open-platform .panel-secondary {
  right: 17vw;
  top: 306px;
  width: min(420px, 28vw);
  height: 92px;
}

.banner-variant-product-inspection .panel-primary {
  right: 16vw;
  top: 138px;
  width: min(420px, 28vw);
  height: 64px;
}

.banner-variant-product-inspection .panel-secondary {
  right: 4vw;
  top: 332px;
  width: min(610px, 40vw);
  height: 72px;
}

.banner-variant-product-inspection .speed-two {
  top: 292px;
  width: 70vw;
}

.banner-variant-product-education .panel-primary {
  right: 10vw;
  top: 120px;
  width: min(360px, 24vw);
  height: 172px;
}

.banner-variant-product-education .panel-secondary {
  right: 30vw;
  top: 330px;
  width: min(260px, 20vw);
  height: 92px;
}

.banner-variant-product-model-factory .panel-primary {
  right: 6vw;
  top: 166px;
  width: min(620px, 42vw);
  height: 68px;
}

.banner-variant-product-model-factory .panel-secondary {
  right: 6vw;
  top: 292px;
  width: min(520px, 35vw);
  height: 68px;
}

.banner-variant-product-model-factory .panel-tertiary {
  right: 6vw;
  top: 418px;
  width: min(420px, 29vw);
  height: 68px;
}

.banner-variant-product-hardware .panel-primary {
  right: 12vw;
  top: 138px;
  width: min(300px, 22vw);
  height: 210px;
}

.banner-variant-product-hardware .panel-secondary {
  right: 29vw;
  top: 232px;
  width: min(260px, 20vw);
  height: 120px;
}

.banner-variant-product-hardware .chip-three {
  right: 7vw;
  top: 430px;
  width: 240px;
}

@keyframes banner-glide {
  from {
    transform: translateX(-28px) skewY(-10deg);
  }
  to {
    transform: translateX(28px) skewY(-10deg);
  }
}

.hero-visual {
  position: relative;
  min-height: 320px;
}

.iso-stage {
  position: absolute;
  width: 430px;
  height: 260px;
  right: 0;
  top: 42px;
  transform: perspective(900px) rotateX(56deg) rotateZ(-38deg);
  transform-style: preserve-3d;
}

.iso-base,
.iso-tile,
.iso-cube,
.iso-ring,
.iso-panel {
  position: absolute;
  transform-style: preserve-3d;
}

.iso-base {
  inset: 74px 30px 0 34px;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(209, 230, 255, 0.72));
  box-shadow: 0 28px 52px rgba(51, 109, 205, 0.2);
}

.iso-tile {
  left: 118px;
  top: 112px;
  width: 105px;
  height: 66px;
  background: linear-gradient(135deg, #0a64ff, #6ad8ff);
  box-shadow: 0 18px 32px rgba(9, 93, 235, 0.3);
}

.iso-cube {
  width: 55px;
  height: 58px;
  background: linear-gradient(135deg, #0c62f6, #7cdeff);
  box-shadow: 0 20px 34px rgba(14, 88, 234, 0.24);
}

.iso-cube.one {
  left: 247px;
  top: 30px;
  height: 112px;
}

.iso-cube.two {
  left: 325px;
  top: 77px;
  height: 84px;
}

.iso-cube.three {
  left: 352px;
  top: 164px;
  height: 62px;
  opacity: 0.32;
}

.iso-ring {
  left: 260px;
  top: 166px;
  width: 70px;
  height: 70px;
  border: 13px solid rgba(15, 111, 255, 0.38);
  border-top-color: #0e58ea;
}

.iso-panel {
  left: 260px;
  top: 5px;
  width: 132px;
  height: 85px;
  border: 1px solid rgba(15, 111, 255, 0.18);
  background: linear-gradient(145deg, rgba(255,255,255,0.55), rgba(160,204,255,0.15));
  transform: translateZ(36px) rotateX(-90deg);
}

.iso-panel::before,
.iso-panel::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  height: 8px;
  background: rgba(14, 88, 234, 0.18);
}

.iso-panel::before {
  top: 24px;
}

.iso-panel::after {
  top: 48px;
  width: 62px;
}

.section {
  padding: 96px 0;
}

.section-inner {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.section-head h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-head p {
  margin: 0;
  max-width: 500px;
  color: var(--muted);
  font-size: 16px;
}

.section-head-with-action {
  align-items: flex-start;
}

.section-head-with-action > div {
  min-width: 0;
}

.section-more-link {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 58px;
  padding: 0 20px;
  border: 1px solid rgba(14, 88, 234, 0.3);
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(14, 88, 234, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.section-more-link i {
  font-style: normal;
  transform: translateX(0);
  transition: transform 180ms ease;
}

.section-more-link:hover,
.section-more-link:focus-visible {
  border-color: rgba(14, 88, 234, 0.58);
  background: #ffffff;
  box-shadow: 0 22px 46px rgba(14, 88, 234, 0.14);
  transform: translateY(-2px);
}

.section-more-link:hover i,
.section-more-link:focus-visible i {
  transform: translateX(5px);
}

.open-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 56px;
}

.open-card {
  min-height: 180px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.open-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 22px;
}

.open-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.blue-band {
  background: linear-gradient(130deg, #071734 0%, #0e58ea 58%, #75caff 100%);
  color: #fff;
}

.blue-band .section-head p,
.blue-band .open-card p {
  color: rgba(255,255,255,0.72);
}

.blue-band .open-card {
  border-top-color: rgba(255,255,255,0.22);
}

.blue-band .open-card h3 {
  color: #fff;
}

.news-tabs-wrap {
  background: #fff;
}

.news-tabs {
  width: min(100% - 64px, var(--max));
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.news-tab {
  position: relative;
  width: 200px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #181818;
  font-size: 18px;
}

.news-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: var(--blue);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.news-tab.active {
  color: var(--blue);
}

.news-tab.active::after,
.news-tab:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.news-slab {
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 72%),
    radial-gradient(circle at 82% 8%, rgba(72, 199, 255, 0.18), rgba(72, 199, 255, 0) 36%);
  color: #111827;
  padding: 64px 0 88px;
}

.news-grid {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px 56px;
}

.news-card {
  display: block;
  min-width: 0;
}

.thumb {
  position: relative;
  aspect-ratio: 355 / 184;
  overflow: hidden;
  border: 1px solid #dce9f7;
  background: #eef8ff;
  box-shadow: 0 18px 42px rgba(25, 88, 160, 0.08);
}

.thumb::before,
.thumb::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.thumb::before {
  inset: 0;
  background:
    linear-gradient(118deg, rgba(14, 88, 234, 0) 0 44%, rgba(64, 199, 255, 0.28) 45% 47%, rgba(14, 88, 234, 0) 48%),
    linear-gradient(0deg, rgba(255,255,255,0.14), rgba(255,255,255,0.68));
  mix-blend-mode: normal;
}

.thumb::after {
  width: 132px;
  height: 76px;
  right: 26px;
  bottom: 28px;
  border: 1px solid rgba(0, 132, 205, 0.36);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.5), rgba(76, 205, 255, 0.22), rgba(0, 224, 180, 0.24));
  opacity: 0.72;
  transform: skewX(-14deg);
}

.thumb-title {
  position: absolute;
  left: 23px;
  right: 22px;
  top: 68px;
  color: #12161d;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 760;
  line-height: 1.28;
  text-shadow: none;
}

.thumb-sub {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #5f6d7f;
  font-size: 14px;
}

.thumb.t1 { background: linear-gradient(135deg, #f8fcff 0%, #d8f0ff 52%, #bdefff 100%); }
.thumb.t2 { background: linear-gradient(135deg, #ffffff 0%, #e7f4ff 44%, #c4e6ff 100%); }
.thumb.t3 { background: linear-gradient(135deg, #f4fbff 0%, #dff7ff 46%, #eefaff 100%); }
.thumb.t4 { background: linear-gradient(135deg, #f8fcff 0%, #ccecff 48%, #c6f7ff 100%); }
.thumb.t5 { background: linear-gradient(120deg, #ffffff 0%, #e0f0ff 50%, #d2fbff 100%); }
.thumb.t6 { background: linear-gradient(135deg, #f7fbff 0%, #d7efff 52%, #c9f7f4 100%); }
.thumb.t7 { background: linear-gradient(135deg, #f9fdff 0%, #dcefff 54%, #c8f2ff 100%); }
.thumb.t8 { background: linear-gradient(135deg, #ffffff 0%, #e6f8ff 48%, #d0ecff 100%); }
.thumb.t9 { background: linear-gradient(135deg, #f3f9ff 0%, #d4efff 56%, #bbebff 100%); }
.thumb.t10 { background: linear-gradient(135deg, #f7fbff 0%, #dcecff 48%, #c8f6ff 100%); }
.thumb.t11 { background: linear-gradient(135deg, #ffffff 0%, #e8f5ff 48%, #cdeaff 100%); }
.thumb.t12 { background: linear-gradient(135deg, #f8fcff 0%, #d5ecff 52%, #c6f2ff 100%); }

.news-card-title {
  margin: 18px 0 13px;
  color: #191919;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
  transition: color 180ms ease;
}

.news-card-date {
  color: #777;
  font-size: 14px;
}

.news-card:hover .thumb {
  transform: translateY(-3px);
}

.news-card:hover .news-card-title {
  color: var(--blue);
}

.thumb,
.news-card-title {
  transition: transform 220ms ease, color 180ms ease;
}

.thumb.thumb-image {
  position: relative;
  overflow: hidden;
  background: #eef6ff;
}

.thumb.thumb-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.thumb.thumb-image::before {
  background: linear-gradient(180deg, rgba(5, 22, 48, 0.04), rgba(5, 22, 48, 0.48));
}

.thumb.thumb-image .thumb-title,
.thumb.thumb-image .thumb-sub {
  position: relative;
  z-index: 2;
}

.page-slab {
  padding: 72px 0 96px;
  background: #fff;
}

.two-col {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 76px;
  align-items: start;
}

.detail-panel {
  padding: 36px 0 0;
  border-top: 1px solid var(--line);
}

.detail-panel h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.25;
}

.detail-panel p,
.article-body p {
  color: #4e5664;
  font-size: 16px;
  line-height: 2;
}

.plain-list {
  display: grid;
  gap: 24px;
}

.plain-item {
  padding: 0 0 24px;
  border-bottom: 1px solid var(--line);
}

.plain-item h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.plain-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.solution-page {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.solution-directory-page {
  padding-top: 74px;
}

.solution-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dce5f2;
}

.solution-directory-head span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.solution-directory-head h2 {
  margin: 0;
  color: #101724;
  font-size: 42px;
  line-height: 1.16;
}

.solution-directory-head p {
  margin: 0;
  color: #566173;
  font-size: 16px;
  line-height: 1.9;
}

.solution-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.solution-card {
  display: grid;
  grid-template-rows: 206px minmax(0, 1fr);
  min-height: 440px;
  border: 1px solid #dfe8f6;
  background: #fff;
  color: #101724;
  box-shadow: 0 18px 42px rgba(15, 43, 88, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-card:hover {
  border-color: rgba(14, 88, 234, 0.36);
  box-shadow: 0 26px 58px rgba(14, 88, 234, 0.14);
  transform: translateY(-4px);
}

.solution-card figure {
  margin: 0;
  overflow: hidden;
  background: #edf6ff;
}

.solution-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease;
}

.solution-card:hover img {
  transform: scale(1.035);
}

.solution-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  padding: 24px 24px 22px;
}

.solution-card-body > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.solution-card h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.3;
}

.solution-card p {
  margin: 0;
  color: #5a6475;
  font-size: 15px;
  line-height: 1.8;
}

.solution-card-meta {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #edf2f8;
}

.solution-card-meta small {
  color: #7b8494;
  font-size: 13px;
  line-height: 1.55;
}

.solution-card-meta strong {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.solution-showcase {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.solution-switcher {
  position: sticky;
  top: calc(var(--nav-h) + 28px);
  display: grid;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.solution-switcher > span {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.solution-switcher a {
  display: grid;
  gap: 5px;
  padding: 15px 16px;
  border: 1px solid transparent;
  color: #172033;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.solution-switcher a:hover,
.solution-switcher a.active {
  border-color: rgba(14, 88, 234, 0.26);
  background: #fff;
  transform: translateX(4px);
}

.solution-switcher strong {
  font-size: 16px;
}

.solution-switcher small {
  color: #778294;
  font-size: 13px;
}

.solution-detail {
  min-width: 0;
  padding-top: 6px;
}

.solution-detail-full {
  max-width: 1040px;
  margin: 0 auto;
}

.solution-back {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.solution-back::before {
  content: "←";
  margin-right: 8px;
}

.solution-kicker {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.solution-detail h2 {
  margin: 12px 0 16px;
  max-width: 820px;
  color: #101724;
  font-size: 42px;
  line-height: 1.18;
}

.solution-lead {
  max-width: 820px;
  margin: 0;
  color: #566173;
  font-size: 18px;
  line-height: 1.9;
}

.solution-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.solution-visual {
  position: relative;
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid #dfe8f6;
  background: #eef6ff;
  aspect-ratio: 16 / 7;
}

.solution-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96) brightness(1.04);
}

.solution-visual figcaption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(10, 35, 72, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.solution-meta div {
  min-height: 110px;
  padding: 20px;
  border: 1px solid #e2e9f5;
  background: #fff;
}

.solution-meta span {
  display: block;
  color: #7a8495;
  font-size: 13px;
  margin-bottom: 12px;
}

.solution-meta strong {
  color: #172033;
  font-size: 17px;
  line-height: 1.55;
}

.solution-section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin-top: 52px;
}

.solution-section-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 52px;
  margin-top: 58px;
}

.solution-section-grid--deep {
  margin-top: 46px;
}

.solution-section-full {
  margin-top: 46px;
}

.solution-info-block {
  padding-top: 25px;
  border-top: 1px solid #dce5f2;
}

.solution-info-block h3,
.solution-process h3,
.solution-rich-block h3 {
  margin: 0 0 18px;
  color: #131a27;
  font-size: 24px;
}

.solution-info-block ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-info-block li {
  position: relative;
  padding-left: 22px;
  color: #4e5969;
  line-height: 1.85;
}

.solution-info-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  background: var(--blue);
}

.solution-rich-block {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe8f5;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,251,255,0.96));
  box-shadow: 0 28px 70px rgba(25, 75, 134, 0.08);
}

.solution-rich-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 34px 38px 28px;
  border-top: 4px solid var(--blue);
  border-bottom: 1px solid #dfe8f5;
  background:
    linear-gradient(100deg, rgba(14, 88, 234, 0.08), rgba(255,255,255,0) 54%),
    #fff;
}

.solution-chapter-mark {
  display: grid;
  gap: 8px;
  align-content: end;
}

.solution-chapter-mark span {
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.solution-chapter-mark small {
  color: #54657a;
  font-size: 13px;
  font-weight: 800;
}

.solution-rich-head h3 {
  margin: 0;
  color: #0e1727;
  font-size: 34px;
  line-height: 1.18;
}

.solution-rich-head p {
  max-width: 680px;
  margin: 12px 0 0;
  color: #4d5f75;
  font-size: 15px;
  line-height: 1.78;
}

.solution-rich-head > strong {
  min-width: 72px;
  color: #0b67c2;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

.solution-rich-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #dfe8f5;
}

.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.solution-rich-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 190px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: 348px;
  padding: 0;
  border-top: 0;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solution-section-stack .solution-rich-item {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
}

.solution-rich-item:first-child {
  border-top: 0;
}

.solution-rich-item:hover {
  z-index: 1;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(18, 72, 138, 0.12);
}

.solution-rich-item figure {
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #f5faff;
}

.solution-section-stack .solution-rich-item figure {
  height: auto;
}

.solution-rich-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.solution-rich-item:hover img {
  transform: scale(1.04);
}

.solution-rich-item div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 24px 26px;
}

.solution-rich-item span {
  display: inline-block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.solution-rich-item p {
  margin: 0;
  color: #34465d;
  font-size: 15px;
  line-height: 1.82;
}

.solution-rich-block--outcome .solution-rich-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.solution-rich-block--outcome .solution-rich-item {
  border-top: 0;
}

.solution-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 46px;
  padding: 34px;
  border: 1px solid #dfe8f6;
  background: #fff;
}

.solution-process p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #edf2f8;
  color: #4e5969;
  line-height: 1.75;
}

.solution-process p span {
  color: var(--blue);
  font-weight: 800;
}

.solution-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.solution-kpi-grid div {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 19px;
  background: #0d1f40;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.solution-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 32px;
}

.solution-related span {
  color: #687284;
  font-size: 14px;
  font-weight: 800;
}

.solution-related a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #dce5f2;
  padding: 0 13px;
  color: #233147;
  background: #fff;
  font-size: 13px;
}

.solution-cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 38px;
}

.solution-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: #172033;
  font-weight: 700;
}

.about-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 56px;
}

.about-tab {
  width: 180px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #181818;
  position: relative;
}

.about-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 88px;
  height: 4px;
  background: var(--blue);
  transform: translateX(-50%) scaleX(0);
}

.about-tab.active {
  color: var(--blue);
}

.about-tab.active::after {
  transform: translateX(-50%) scaleX(1);
}

.article-wrap {
  width: min(100% - 64px, 860px);
  margin: 0 auto;
  padding: 74px 0 96px;
}

.article-meta {
  color: var(--blue);
  font-size: 15px;
  font-weight: 650;
}

.article-title {
  margin: 18px 0 22px;
  font-size: 40px;
  line-height: 1.35;
}

.article-cover {
  margin: 36px 0;
  aspect-ratio: 16 / 8;
}

.login-layout {
  min-height: calc(100vh - var(--nav-h));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  background: linear-gradient(135deg, #f4f8ff, #ffffff 55%, #e9f3ff);
}

.login-art {
  padding: 86px 8vw;
}

.login-card {
  align-self: center;
  margin-right: 7vw;
  background: #fff;
  padding: 42px;
  box-shadow: 0 24px 58px rgba(16, 53, 101, 0.12);
}

.login-card h1 {
  margin: 0 0 28px;
  font-size: 30px;
}

.field {
  display: block;
  margin-bottom: 18px;
}

.field span {
  display: block;
  margin-bottom: 8px;
  color: #586172;
  font-size: 14px;
}

.field input {
  width: 100%;
  height: 46px;
  border: 1px solid #dfe4ee;
  padding: 0 14px;
  outline: none;
}

.field input:focus {
  border-color: var(--blue);
}

.wide-button {
  width: 100%;
  height: 48px;
  border: 0;
  color: #fff;
  background: var(--blue);
  font-weight: 650;
}

.admin-shell {
  min-height: calc(100vh - var(--nav-h));
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  background: #f6f8fb;
}

.admin-sidebar {
  position: sticky;
  top: var(--nav-h);
  height: calc(100vh - var(--nav-h));
  padding: 28px 28px 32px;
  background: #fff;
  border-right: 1px solid var(--line);
}

.admin-brand {
  height: auto;
  min-width: 0;
  margin-bottom: 28px;
}

.admin-sidebar nav {
  display: grid;
  gap: 4px;
}

.admin-sidebar nav a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  color: #4d5665;
  font-size: 14px;
}

.admin-sidebar nav a:hover {
  color: var(--blue);
  background: #f1f6ff;
}

.admin-main {
  width: min(100%, 1180px);
  padding: 36px 38px 80px;
}

.admin-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.admin-kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.admin-topline h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
}

.admin-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ghost-action,
.danger-action {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 14px;
}

.ghost-action {
  border: 1px solid #dce3f0;
  background: #fff;
  color: #273142;
}

.danger-action {
  border: 1px solid #f0d7d7;
  background: #fff;
  color: #b73434;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.admin-metrics div {
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px;
}

.admin-metrics strong {
  display: block;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.admin-metrics span {
  display: block;
  margin-top: 9px;
  color: #687182;
  font-size: 14px;
}

.admin-panel {
  margin-top: 18px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.admin-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.admin-panel-head h2,
.admin-form h3 {
  margin: 0;
  color: #111;
  font-size: 22px;
}

.admin-panel-head p {
  margin: 0;
  max-width: 560px;
  color: #687182;
  font-size: 14px;
  line-height: 1.7;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 850px;
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #eef1f5;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #232b39;
  background: #f7f9fc;
  font-weight: 700;
}

.admin-table td {
  color: #596273;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-form.compact {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
}

.admin-form h3 {
  font-size: 18px;
}

.admin-form label {
  display: grid;
  gap: 8px;
}

.admin-form label span {
  color: #5f6878;
  font-size: 13px;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #dfe5ef;
  background: #fff;
  padding: 9px 11px;
  color: #172033;
  outline: none;
}

.admin-form textarea {
  resize: vertical;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(14, 88, 234, 0.1);
}

.wide-field {
  grid-column: 1 / -1;
}

.admin-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 360px;
  gap: 22px;
}

.admin-list {
  display: grid;
  gap: 8px;
  align-content: start;
  max-height: 520px;
  overflow: auto;
  padding-right: 4px;
}

.admin-list-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 96px;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid #edf0f5;
  background: #fff;
  padding: 8px 12px;
  text-align: left;
}

.admin-list-row.active,
.admin-list-row:hover {
  border-color: rgba(14, 88, 234, 0.35);
  background: #f6f9ff;
}

.admin-list-row span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.admin-list-row strong {
  overflow: hidden;
  color: #212838;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-list-row em {
  color: #7a8291;
  font-size: 13px;
  font-style: normal;
}

.admin-two-forms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.admin-toast {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1200;
  padding: 12px 16px;
  color: #fff;
  background: #111827;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.22);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.admin-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.cms-shell {
  min-height: calc(100vh - var(--nav-h));
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  background: #f5f7fb;
  color: #141922;
}

.cms-sidebar {
  position: sticky;
  top: var(--nav-h);
  height: calc(100vh - var(--nav-h));
  display: flex;
  flex-direction: column;
  overflow: hidden auto;
  padding: 0;
  background: #fff;
  border-right: 1px solid #eef2f7;
}

.cms-sidebar-head {
  display: none;
}

.cms-brand {
  height: auto;
  min-width: 0;
  padding: 0;
}

.cms-sidebar-state {
  margin-top: 22px;
  padding: 16px 14px;
  border: 1px solid #dce7f7;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.cms-sidebar-state span,
.cms-sidebar-state small {
  display: block;
  color: #66758a;
  font-size: 12px;
  line-height: 1.5;
}

.cms-sidebar-state span {
  color: var(--blue);
  font-weight: 900;
}

.cms-sidebar-state strong {
  display: block;
  margin: 7px 0 6px;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.2;
}

.cms-nav {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px 0 22px;
}

.cms-nav-group {
  display: grid;
  gap: 0;
}

.cms-nav-parent {
  width: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
  gap: 0;
  align-items: center;
  border: 0;
  background: transparent;
  min-height: 52px;
  padding: 0 16px 0 14px;
  color: #30415f;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.cms-nav-parent:hover {
  background: #f4f8ff;
  color: #0e58ea;
}

.cms-nav-parent-direct.is-active {
  background: #2f8df1;
  color: #fff;
}

.cms-nav-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.cms-nav-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cms-nav-label {
  min-width: 0;
  color: currentColor;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cms-nav-parent-count {
  display: none;
}

.cms-nav-chevron {
  justify-self: end;
  width: 8px;
  height: 8px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease, border-color 160ms ease;
}

.cms-nav-group.expanded .cms-nav-chevron {
  transform: rotate(225deg);
}

.cms-nav-group-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
}

.cms-nav-group-list[hidden] {
  display: none;
}

.cms-nav-item {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  border: 0;
  background: transparent;
  min-height: 46px;
  padding: 0 16px 0 40px;
  color: #5f6b7c;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.cms-nav-item .cms-nav-label {
  font-size: 15px;
  font-weight: 700;
}

.cms-nav-item .cms-nav-icon {
  width: 20px;
  height: 20px;
}

.cms-nav-item .cms-nav-icon svg {
  width: 18px;
  height: 18px;
}

.cms-nav-marker {
  display: none;
}

.cms-nav-text {
  min-width: 0;
}

.cms-nav-text strong {
  display: block;
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.cms-nav-text small {
  display: block;
  margin-top: 3px;
  color: #858d9d;
  font-size: 12px;
  line-height: 1.42;
}

.cms-nav-count {
  display: none;
}

.cms-nav-item:hover {
  background: #f4f8ff;
  color: #0e58ea;
}

.cms-nav-item.active {
  background: #2f8df1;
  color: #fff;
}

.cms-nav-parent:focus-visible,
.cms-nav-item:focus-visible {
  outline: 2px solid rgba(14, 88, 234, 0.45);
  outline-offset: -2px;
}

.cms-sidebar-actions {
  display: none;
}

.cms-front-link {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce3ef;
  color: #283241;
  font-size: 14px;
  font-weight: 800;
}

.cms-front-link:hover {
  color: var(--blue);
  border-color: rgba(14, 88, 234, 0.35);
}

.cms-front-link.secondary {
  border-color: transparent;
  background: #f4f7fb;
  color: #64748b;
}

.cms-front-link.secondary:hover {
  color: var(--blue);
  background: #eef5ff;
}

.cms-main {
  min-width: 0;
  padding: 34px 38px 72px;
}

.cms-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.cms-topbar p {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.cms-topbar h1 {
  margin: 0;
  font-size: 31px;
  line-height: 1.18;
}

.cms-top-actions {
  display: flex;
  gap: 10px;
}

.cms-top-actions a,
.cms-top-actions button,
.cms-primary,
.cms-save,
.cms-delete {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 14px;
}

.cms-top-actions a {
  border: 1px solid #dce3ef;
  background: #fff;
  color: #263142;
}

.cms-top-actions button,
.cms-delete {
  border: 1px solid #efdddd;
  background: #fff;
  color: #b23b3b;
}

.cms-primary,
.cms-save {
  border: 0;
  color: #fff;
  background: var(--blue);
}

.cms-delete {
  width: auto;
}

.cms-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.cms-metrics div,
.cms-panel {
  background: #fff;
  border: 1px solid #e5e9f0;
}

.cms-metrics div {
  padding: 20px;
}

.cms-metrics strong {
  display: block;
  color: var(--blue);
  font-size: 32px;
  line-height: 1;
}

.cms-metrics span {
  display: block;
  margin-top: 11px;
  color: #111827;
  font-weight: 700;
}

.cms-metrics p {
  margin: 5px 0 0;
  color: #7b8494;
  font-size: 13px;
}

.cms-grid {
  display: grid;
  gap: 18px;
}

.cms-grid.two {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
}

.cms-panel {
  min-width: 0;
  padding: 22px;
}

.cms-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.cms-panel-head h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
}

.cms-panel-head p {
  margin: 6px 0 0;
  color: #6d7585;
  font-size: 14px;
  line-height: 1.7;
}

.cms-panel-head a {
  color: var(--blue);
  font-size: 14px;
  white-space: nowrap;
}

.cms-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cms-panel-actions button {
  min-height: 38px;
  border: 1px solid #dce3ef;
  background: #fff;
  padding: 0 14px;
  color: #263142;
  font-size: 14px;
}

.cms-table-wrap {
  overflow: auto;
}

.cms-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 14px;
}

.cms-table-wrap.compact .cms-table {
  min-width: 640px;
}

.cms-table th,
.cms-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #edf0f4;
  text-align: left;
  vertical-align: middle;
}

.cms-table th {
  color: #3b4350;
  background: #f7f9fc;
  font-size: 13px;
  font-weight: 800;
}

.cms-table td {
  color: #4d5665;
}

.cms-table td strong {
  display: block;
  color: #172033;
  font-weight: 700;
}

.cms-table small {
  display: block;
  margin-top: 4px;
  color: #838c9d;
  font-size: 12px;
  line-height: 1.5;
}

.cms-click-table tr[data-select-news] {
  cursor: pointer;
}

.cms-click-table tr.selected td,
.cms-click-table tr[data-select-news]:hover td {
  background: #f4f8ff;
}

.cms-status {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  color: #096231;
  background: #e8f7ef;
  font-size: 12px;
  font-weight: 700;
}

.cms-status.draft {
  color: #8a5c00;
  background: #fff3d8;
}

.cms-status.partial {
  color: #40536f;
  background: #eef3fb;
}

.cms-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.cms-action-buttons a,
.cms-action-buttons button {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dce3ef;
  background: #fff;
  padding: 0 10px;
  color: #243149;
  font-size: 12px;
  font-weight: 700;
}

.cms-action-buttons a,
.cms-action-buttons button:hover {
  color: var(--blue);
  border-color: rgba(14, 88, 234, 0.32);
  background: #f6f9ff;
}

.cms-action-buttons button.danger {
  color: #b23b3b;
  border-color: #efdddd;
}

.cms-action-buttons button.danger:hover {
  background: #fff7f7;
}

.job-admin-table {
  min-width: 1120px;
}

.cms-switch {
  min-width: 74px;
  gap: 7px;
}

.cms-action-buttons .cms-switch {
  border-color: #d9e4f4;
  background: #f7faff;
  color: #667386;
}

.cms-switch span {
  position: relative;
  width: 30px;
  height: 16px;
  background: #c8d3e3;
  flex: 0 0 auto;
}

.cms-switch span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #fff;
  transition: transform 0.18s ease;
}

.cms-switch em {
  font-style: normal;
}

.cms-action-buttons .cms-switch.is-on {
  border-color: rgba(14, 88, 234, 0.24);
  background: #edf5ff;
  color: var(--blue);
}

.cms-switch.is-on span {
  background: var(--blue);
}

.cms-switch.is-on span::after {
  transform: translateX(14px);
}

.cms-date-range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cms-feed {
  display: grid;
  gap: 10px;
}

.cms-feed button,
.cms-record-list button {
  border: 1px solid #edf0f5;
  background: #fff;
  text-align: left;
}

.cms-feed button {
  padding: 13px;
}

.cms-feed button:hover,
.cms-record-list button:hover,
.cms-record-list button.active {
  border-color: rgba(14, 88, 234, 0.35);
  background: #f6f9ff;
}

.cms-feed span {
  display: block;
  color: #7a8392;
  font-size: 12px;
  margin-bottom: 5px;
}

.cms-feed strong {
  display: block;
  color: #192233;
  line-height: 1.5;
}

.cms-editor-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
}

.cms-solution-layout {
  grid-template-columns: 310px minmax(0, 1fr);
}

.solution-admin-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

.cms-list-panel {
  align-self: start;
}

.cms-record-list {
  display: grid;
  gap: 9px;
  max-height: calc(100vh - 270px);
  overflow: auto;
  padding-right: 2px;
}

.cms-record-list button {
  display: grid;
  gap: 5px;
  padding: 14px;
}

.cms-record-list strong {
  color: #182131;
  font-size: 15px;
}

.cms-record-list span {
  overflow: hidden;
  color: #7b8494;
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cms-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.cms-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

.cms-form.compact {
  grid-template-columns: 1fr;
}

.solution-form {
  align-items: start;
}

.cms-form-section {
  padding: 14px 16px;
  border-left: 3px solid var(--blue);
  background: #f5f8ff;
}

.cms-form-section h3 {
  margin: 0;
  color: #172033;
  font-size: 16px;
}

.cms-form-section p {
  margin: 6px 0 0;
  color: #707b8d;
  font-size: 13px;
  line-height: 1.6;
}

.cms-map-table th,
.cms-map-table td {
  vertical-align: top;
}

.cms-audit-list {
  display: grid;
  border: 1px solid #e4ebf5;
}

.cms-audit-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #e4ebf5;
  background: #fff;
}

.cms-audit-list div:last-child {
  border-bottom: 0;
}

.cms-audit-list strong {
  color: #172033;
  font-size: 14px;
}

.cms-audit-list span {
  color: #69758a;
  font-size: 13px;
  line-height: 1.55;
}

.cms-region-editor {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e5eaf3;
  background: #fff;
}

.cms-region-head h4 {
  margin: 0;
  color: #172033;
  font-size: 17px;
}

.cms-region-head p {
  margin: 6px 0 0;
  color: #748092;
  font-size: 13px;
  line-height: 1.6;
}

.cms-region-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cms-paired-list {
  display: grid;
  gap: 14px;
}

.cms-paired-rows {
  display: grid;
  gap: 14px;
}

.cms-paired-row {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.82fr);
  gap: 14px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid #e1e8f2;
  background: #f8fbff;
}

.cms-paired-row.is-collapsed {
  display: none;
}

.cms-paired-row-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.cms-paired-row-head strong {
  color: #172033;
  font-size: 14px;
}

.cms-paired-delete {
  min-height: 34px;
  border: 1px solid #e4ebf5;
  background: #fff;
  color: #e04444;
  padding: 0 13px;
  cursor: pointer;
}

.cms-paired-delete:hover {
  border-color: rgba(224, 68, 68, 0.42);
  background: #fff6f6;
}

.cms-paired-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cms-paired-actions button {
  min-height: 38px;
  border: 1px solid rgba(14, 88, 234, 0.38);
  background: #fff;
  color: var(--blue);
  padding: 0 16px;
  font-weight: 800;
  cursor: pointer;
}

.cms-paired-actions button:hover {
  background: #f2f7ff;
}

.cms-paired-actions small {
  color: #748092;
  font-size: 12px;
}

.cms-paired-text,
.cms-paired-image,
.cms-paired-image label {
  display: grid;
  gap: 8px;
}

.cms-paired-text textarea {
  min-height: 144px;
}

.cms-paired-image {
  min-width: 0;
}

.cms-paired-image .cms-upload-row {
  gap: 10px;
}

.cms-paired-image .cms-image-field-preview {
  min-height: 142px;
  background: #fff;
}

.cms-paired-image .cms-image-field-preview img {
  max-height: 170px;
}

.cms-form label {
  display: grid;
  gap: 7px;
}

.cms-form label span {
  color: #596273;
  font-size: 13px;
  font-weight: 700;
}

.cms-field {
  min-width: 0;
  align-content: start;
  padding: 13px;
  border: 1px solid #e4ebf5;
  background: #fff;
}

.cms-field small {
  color: #7b8494;
  font-size: 12px;
  line-height: 1.5;
}

.cms-form input,
.cms-form select,
.cms-form textarea,
.cms-toolbar input,
.cms-toolbar select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #dce3ef;
  background-color: #fff;
  padding: 9px 11px;
  color: #172033;
  outline: none;
}

.cms-form select,
.cms-toolbar select {
  appearance: none;
  padding-right: 34px;
  background-image: linear-gradient(45deg, transparent 50%, #52627a 50%), linear-gradient(135deg, #52627a 50%, transparent 50%);
  background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.cms-form textarea {
  resize: vertical;
}

.cms-form input:focus,
.cms-form select:focus,
.cms-form textarea:focus,
.cms-toolbar input:focus,
.cms-toolbar select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(14, 88, 234, 0.1);
}

.cms-image-field {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #e1e8f2;
  background: #f8fbff;
}

.cms-image-field > label {
  display: grid;
  gap: 8px;
}

.cms-image-field-title span {
  display: block;
  color: #5e6878;
  font-size: 13px;
  font-weight: 800;
}

.cms-upload-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cms-upload-row input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.cms-upload-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(14, 88, 234, 0.36);
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cms-image-remove {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #efdddd;
  background: #fff;
  color: #b23b3b;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cms-image-remove:hover:not(:disabled) {
  background: #fff7f7;
}

.cms-image-remove:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.cms-upload-row small {
  color: #7b8494;
  font-size: 12px;
}

.cms-image-field-preview {
  width: 100%;
  min-height: 132px;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #c9d7ea;
  background: #fff;
}

.cms-image-field-preview img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.cms-image-field-preview.empty span {
  color: #9aa4b4;
  font-size: 13px;
}

.cms-wide {
  grid-column: 1 / -1;
}

.cms-hero-preview {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  margin-top: 20px;
  padding: 26px;
  color: #141821;
  background:
    radial-gradient(circle at 78% 22%, rgba(104, 213, 255, 0.35), rgba(104, 213, 255, 0) 34%),
    linear-gradient(105deg, #fbfdff 0%, #f2f9ff 52%, #e0f3ff 100%);
}

.cms-hero-preview::before {
  content: "";
  position: absolute;
  right: -28px;
  top: 52px;
  z-index: 1;
  width: 230px;
  height: 96px;
  border: 1px solid rgba(0, 134, 206, 0.34);
  background:
    linear-gradient(135deg, rgba(3, 105, 255, 0.16), rgba(57, 215, 255, 0.32), rgba(0, 224, 180, 0.34)),
    linear-gradient(180deg, rgba(255,255,255,0.46), rgba(255,255,255,0.08));
  box-shadow:
    inset 0 0 18px rgba(255,255,255,0.65),
    0 18px 42px rgba(0, 89, 184, 0.12);
  transform: perspective(900px) rotateY(-24deg) skewX(-12deg);
}

.cms-hero-preview::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 142px;
  z-index: 1;
  width: 300px;
  height: 2px;
  background: linear-gradient(90deg, rgba(14, 88, 234, 0), rgba(88, 205, 255, 0.3), rgba(24, 232, 194, 0.42), rgba(14, 88, 234, 0));
  transform: skewY(-10deg);
}

.cms-hero-preview img {
  display: none;
}

.cms-hero-preview span,
.cms-hero-preview strong,
.cms-hero-preview p {
  position: relative;
  z-index: 2;
}

.cms-hero-preview span {
  display: block;
  color: #151922;
  font-size: 18px;
  font-weight: 520;
}

.cms-hero-preview strong {
  display: block;
  margin-top: 6px;
  color: #12161d;
  font-size: 28px;
}

.cms-hero-preview p {
  margin: 12px 0 0;
  max-width: 560px;
  color: #354150;
}

.cms-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 12px;
  margin-bottom: 16px;
}

.cms-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 18px;
}

.cms-editor {
  align-self: start;
  border: 1px solid #e5e9f0;
  padding: 18px;
  background: #fbfcfe;
}

.cms-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cms-editor-head h3 {
  margin: 0;
  font-size: 18px;
}

.cms-editor-head a {
  color: var(--blue);
  font-size: 13px;
}

.cms-form-actions {
  display: flex;
  gap: 10px;
}

.cms-thumb-preview {
  margin-top: 18px;
}

.cms-thumb-preview .thumb {
}

.cms-preview-pane {
  position: sticky;
  top: calc(var(--nav-h) + 24px);
  min-width: 0;
  border: 1px solid #e5e9f0;
  background: #fbfcfe;
  padding: 18px;
}

.cms-mini-preview {
  padding: 22px;
  background: linear-gradient(145deg, #0d1f40, #0e58ea);
  color: #fff;
}

.cms-mini-preview span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  font-weight: 800;
}

.cms-mini-preview strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.35;
}

.cms-mini-preview p {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  line-height: 1.75;
}

.cms-preview-list {
  margin-top: 18px;
}

.cms-preview-list h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.cms-preview-list p {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #edf1f6;
  color: #566173;
  font-size: 13px;
  line-height: 1.6;
}

.cms-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.cms-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  color: #1e3a66;
  background: #eef5ff;
  font-size: 12px;
  font-weight: 700;
}

.cms-front-link.inline {
  width: 100%;
  margin-top: 20px;
}

.cms-empty {
  display: grid;
  place-content: center;
  min-height: 260px;
  text-align: center;
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-main {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(120px, 1fr));
  gap: 42px;
  padding: 56px 0 48px;
}

.footer-brand p {
  margin: 18px 0 0;
  color: #8b929f;
  font-size: 14px;
}

.footer-col h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 16px;
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 0 0 12px;
  color: #8b929f;
  font-size: 14px;
}

.footer-col a:hover {
  color: var(--blue);
}

.footer-bottom {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  padding: 18px 0 28px;
  color: #a4a9b3;
  font-size: 13px;
  border-top: 1px solid #f0f2f5;
}

.footer-bottom a {
  color: inherit;
}

.footer-bottom a:hover {
  color: var(--blue);
}

.floating {
  position: fixed;
  right: 20px;
  bottom: 72px;
  z-index: 900;
  display: grid;
  gap: 10px;
}

.float-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 28px rgba(25, 39, 65, 0.12);
}

.float-btn:hover {
  color: var(--blue);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal 640ms ease forwards;
}

.reveal:nth-child(2) { animation-delay: 80ms; }
.reveal:nth-child(3) { animation-delay: 160ms; }
.reveal:nth-child(4) { animation-delay: 240ms; }

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.image-hero .hero-inner {
  grid-template-columns: minmax(0, 560px) minmax(420px, 1fr);
}

.hero-photo {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(16, 69, 140, 0.18);
  transform: translateY(12px);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.material-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 58px;
  align-items: center;
}

.material-split.intro-split {
  align-items: start;
}

.material-copy h2 {
  margin: 0 0 20px;
  color: #101724;
  font-size: 38px;
  line-height: 1.22;
}

.material-copy p {
  margin: 0 0 16px;
  color: #526071;
  font-size: 16px;
  line-height: 1.95;
}

.material-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e2e9f5;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 66, 130, 0.1);
}

.material-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  border: 1px solid #e1e8f2;
  background: #e1e8f2;
  overflow: hidden;
}

.home-kpi-row div {
  min-height: 128px;
  padding: 24px;
  background: #fff;
}

.home-kpi-row strong {
  display: block;
  color: #102040;
  font-size: 21px;
  line-height: 1.35;
}

.home-kpi-row span {
  display: block;
  margin-top: 12px;
  color: #697588;
  font-size: 14px;
  line-height: 1.7;
}

.strategy-grid,
.product-home-grid,
.team-proof {
  display: grid;
  gap: 24px;
}

.strategy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strategy-item {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.26);
}

.strategy-item h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
}

.strategy-item p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.85;
}

.product-home-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-home-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-home-item:hover {
  background: #f6f9ff;
  transform: translateY(-4px);
  border-color: rgba(14, 88, 234, 0.26);
  box-shadow: 0 24px 54px rgba(14, 88, 234, 0.12);
}

.product-home-item > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.product-home-item h3 {
  margin: 18px 0 12px;
  color: #111827;
  font-size: 22px;
  line-height: 1.3;
}

.product-home-item p {
  margin: 0;
  color: #647083;
  font-size: 14px;
  line-height: 1.8;
}

.product-card-link-hint {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.product-card-link-hint::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.36;
  transition: width 180ms ease, opacity 180ms ease;
}

.product-card-link-hint i {
  font-style: normal;
  transform: translateX(0);
  transition: transform 180ms ease;
}

.product-home-item:hover .product-card-link-hint::before,
.product-home-item:focus-visible .product-card-link-hint::before {
  width: 48px;
  opacity: 0.72;
}

.product-home-item:hover .product-card-link-hint i,
.product-home-item:focus-visible .product-card-link-hint i {
  transform: translateX(5px);
}

.pale-section {
  background: #f7faff;
}

.team-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.team-proof div {
  padding-top: 18px;
  border-top: 1px solid #dce5f2;
}

.team-proof strong {
  display: block;
  color: var(--blue);
  font-size: 22px;
}

.team-proof span {
  display: block;
  margin-top: 8px;
  color: #667386;
  font-size: 13px;
  line-height: 1.65;
}

.timeline-list {
  display: grid;
  border-top: 1px solid #dfe6f1;
}

.timeline-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  padding: 24px 0;
  border-bottom: 1px solid #dfe6f1;
}

.timeline-item time {
  color: var(--blue);
  font-weight: 800;
}

.timeline-item p {
  margin: 0;
  color: #4f5b6c;
  line-height: 1.85;
}

.news-home-section {
  background: #030813;
  color: #fff;
}

.news-home-section .section-head p {
  color: rgba(255,255,255,0.68);
}

.news-home-section .news-card-title {
  color: #fff;
}

.product-material {
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid #dde7f5;
  background: #fff;
}

.product-material img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.product-center-page {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.product-topic-list {
  display: grid;
  gap: 28px;
}

.product-topic-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 42px;
  align-items: center;
  min-height: 340px;
  padding: 34px;
  border: 1px solid #dfe7f3;
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.product-topic-card:hover {
  border-color: rgba(14, 88, 234, 0.32);
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(22, 66, 130, 0.1);
}

.product-topic-card figure {
  margin: 0;
  overflow: hidden;
  background: #eef5ff;
}

.product-topic-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.product-topic-card span,
.other-products > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.product-topic-card h3 {
  margin: 16px 0 12px;
  color: #101724;
  font-size: 32px;
  line-height: 1.2;
}

.product-topic-card p {
  max-width: 560px;
  margin: 0;
  color: #566173;
  font-size: 16px;
  line-height: 1.9;
}

.product-topic-card strong {
  display: inline-flex;
  margin-top: 30px;
  color: #111827;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
}

.product-detail-page {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 44%, #ffffff 100%);
}

.product-detail-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 14%, rgba(34, 211, 238, 0.12), transparent 26%),
    radial-gradient(circle at 84% 42%, rgba(14, 88, 234, 0.08), transparent 24%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 58%, transparent 100%);
}

.product-detail-page .section-inner {
  position: relative;
}

.product-story-block {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.product-story-image {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 88, 234, 0.16);
  background: #071734;
  box-shadow: 0 34px 80px rgba(20, 58, 120, 0.16);
}

.product-story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(3, 8, 19, 0.72) 100%);
  pointer-events: none;
}

.product-story-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.product-story-image:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.product-story-image figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  color: #fff;
}

.product-story-image figcaption span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.product-story-image figcaption strong {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}

.product-story-copy h2,
.product-topic-bottom h2,
.delivery-copy h2 {
  margin: 0 0 18px;
  color: #101724;
  font-size: 42px;
  line-height: 1.16;
}

.product-story-copy p,
.product-topic-bottom p,
.delivery-copy p {
  margin: 0;
  color: #566173;
  font-size: 17px;
  line-height: 1.9;
}

.product-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 36px;
  border: 1px solid #dfe7f3;
  background: #dfe7f3;
}

.product-metric-strip div {
  min-height: 112px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
  transition: background 180ms ease, transform 180ms ease;
}

.product-metric-strip div:hover {
  background: #fff;
  transform: translateY(-3px);
}

.product-metric-strip strong {
  display: block;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
}

.product-metric-strip span {
  display: block;
  margin-top: 12px;
  color: #687386;
  font-size: 13px;
  font-weight: 700;
}

.product-capability-section {
  margin-top: 96px;
}

.capability-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.capability-tile {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid #dfe7f3;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.capability-tile:nth-child(1),
.capability-tile:nth-child(4):last-child {
  grid-column: span 2;
}

.capability-tile:hover {
  border-color: rgba(14, 88, 234, 0.34);
  background: #fff;
  box-shadow: 0 24px 58px rgba(21, 63, 124, 0.12);
  transform: translateY(-7px);
}

.capability-visual {
  position: relative;
  height: 154px;
  margin: 0;
  overflow: hidden;
  background: #eaf6ff;
}

.capability-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.76) 100%),
    linear-gradient(90deg, rgba(14, 88, 234, 0.16), transparent 54%);
  pointer-events: none;
}

.capability-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--visual-position, 50% 50%);
  filter: saturate(1.18) brightness(1.05);
  transform: scale(1.02);
  transition: transform 260ms ease, filter 260ms ease;
}

.capability-tile:hover .capability-visual img {
  filter: saturate(1.28) brightness(1.08);
  transform: scale(1.08);
}

.capability-index {
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 1;
  display: inline-flex;
  min-width: 42px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 88, 234, 0.18);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(14, 88, 234, 0.78);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.capability-copy {
  padding: 24px 26px 28px;
}

.capability-copy h3 {
  margin: 0 0 14px;
  color: #0f1726;
  font-size: 24px;
  line-height: 1.2;
}

.capability-copy p {
  margin: 0;
  color: #596578;
  font-size: 15px;
  line-height: 1.86;
}

.product-scene-section {
  margin-top: 104px;
}

.scene-command {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  border: 1px solid rgba(14, 88, 234, 0.18);
  background:
    linear-gradient(135deg, #ecfeff 0%, #f7fcff 48%, #e8f4ff 100%);
  color: #073b8e;
  box-shadow: 0 38px 86px rgba(14, 88, 234, 0.16);
}

.scene-command::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 20% 22%, rgba(34, 211, 238, 0.32), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(14, 88, 234, 0.18), transparent 22%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.56) 0%, transparent 44%);
  opacity: 0.9;
  pointer-events: none;
}

.scene-command::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(236, 251, 255, 0.86) 58%, rgba(255, 255, 255, 0.96) 100%),
    linear-gradient(90deg, rgba(14, 88, 234, 0.1) 0%, rgba(34, 211, 238, 0.08) 48%, rgba(14, 88, 234, 0.1) 100%);
  pointer-events: none;
}

.scene-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: saturate(1.22) brightness(1.08) contrast(0.98);
  transform: scale(1.02);
  transition: transform 600ms ease, filter 600ms ease, opacity 600ms ease;
}

.scene-command:hover .scene-backdrop {
  opacity: 0.46;
  filter: saturate(1.32) brightness(1.12) contrast(1);
  transform: scale(1.055);
}

.scene-command-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 56px;
  align-items: end;
  padding: 56px 56px 34px;
}

.scene-feature-copy {
  color: #073b8e;
}

.scene-feature-copy span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.scene-feature-copy h2 {
  max-width: 760px;
  margin: 14px 0 18px;
  color: #071f4d;
  font-size: 44px;
  line-height: 1.12;
}

.scene-feature-copy p {
  max-width: 720px;
  margin: 0;
  color: #31526f;
  font-size: 16px;
  line-height: 1.88;
}

.scene-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(14, 88, 234, 0.18);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(14, 88, 234, 0.1);
}

.scene-proof-row div {
  min-height: 108px;
  padding: 22px 18px;
  border-right: 1px solid rgba(14, 88, 234, 0.12);
}

.scene-proof-row div:last-child {
  border-right: 0;
}

.scene-proof-row strong {
  display: block;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
}

.scene-proof-row span {
  display: block;
  margin-top: 12px;
  color: #4c6a88;
  font-size: 12px;
  font-weight: 800;
}

.scene-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 56px 56px;
}

.scene-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 88, 234, 0.2);
  background: rgba(255, 255, 255, 0.86);
  color: #071f4d;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.scene-card:nth-child(1),
.scene-card:nth-child(6) {
  grid-column: span 2;
}

.scene-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(34, 211, 238, 0.2), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(232, 247, 255, 0.56) 100%);
  opacity: 0.76;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.scene-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), #22d3ee);
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 220ms ease;
}

.scene-card:hover {
  border-color: rgba(14, 88, 234, 0.48);
  box-shadow: 0 24px 54px rgba(14, 88, 234, 0.18);
  transform: translateY(-6px);
}

.scene-card:hover::before {
  opacity: 0.78;
}

.scene-card:hover::after {
  transform: scaleX(1);
}

.scene-card-visual {
  position: relative;
  height: 148px;
  margin: 0;
  overflow: hidden;
  background: #eaf6ff;
}

.scene-card:nth-child(1) .scene-card-visual,
.scene-card:nth-child(6) .scene-card-visual {
  height: 170px;
}

.scene-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.72) 100%),
    linear-gradient(90deg, rgba(14, 88, 234, 0.18), transparent 58%);
  pointer-events: none;
}

.scene-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--visual-position, 50% 50%);
  filter: saturate(1.2) brightness(1.06);
  transform: scale(1.02);
  transition: transform 260ms ease, filter 260ms ease;
}

.scene-card:hover .scene-card-visual img {
  filter: saturate(1.3) brightness(1.1);
  transform: scale(1.08);
}

.scene-card-visual span {
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 1;
  display: inline-flex;
  min-width: 40px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 88, 234, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.scene-card-visual i {
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(14, 88, 234, 0.34);
  background:
    radial-gradient(circle at 50% 50%, var(--blue) 0 2px, transparent 3px),
    conic-gradient(from 90deg, rgba(14, 88, 234, 0), rgba(34, 211, 238, 0.88), rgba(14, 88, 234, 0));
  opacity: 0.9;
}

.scene-card-top,
.scene-card-body,
.scene-card strong,
.scene-card p,
.scene-card small {
  position: relative;
  z-index: 1;
}

.scene-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scene-card-top span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.scene-card-top i {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(14, 88, 234, 0.34);
  background:
    radial-gradient(circle at 50% 50%, var(--blue) 0 2px, transparent 3px),
    conic-gradient(from 90deg, rgba(14, 88, 234, 0), rgba(34, 211, 238, 0.88), rgba(14, 88, 234, 0));
  opacity: 0.9;
}

.scene-card-body {
  padding: 24px;
}

.scene-card strong {
  display: block;
  margin-top: 0;
  color: #081f49;
  font-size: 24px;
  line-height: 1.22;
}

.scene-card p {
  max-width: 360px;
  margin: 16px 0 0;
  color: #36506b;
  font-size: 14px;
  line-height: 1.76;
}

.scene-card small {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.scene-card small::after {
  content: "";
  width: 22px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
  transition: width 180ms ease;
}

.scene-card:hover small::after {
  width: 42px;
}

.product-delivery-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 52px;
  align-items: start;
  margin-top: 96px;
  padding: 46px;
  border: 1px solid rgba(14, 88, 234, 0.18);
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 211, 238, 0.24), transparent 30%),
    linear-gradient(135deg, #eaf8ff 0%, #ffffff 46%, #dfefff 100%);
  color: #0f2544;
  box-shadow: 0 28px 68px rgba(14, 88, 234, 0.12);
}

.product-delivery-section .section-kicker,
.product-delivery-section h2 {
  color: #071f4d;
}

.product-delivery-section p {
  color: #48627d;
}

.spec-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.spec-ribbon span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(14, 88, 234, 0.18);
  padding: 0 13px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.delivery-orbit {
  position: relative;
  min-height: 548px;
  isolation: isolate;
}

.delivery-orbit-ring {
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(14, 88, 234, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 36%, rgba(220, 244, 255, 0.42) 37% 55%, transparent 56%),
    conic-gradient(from -90deg, rgba(14, 88, 234, 0.52), rgba(31, 196, 255, 0.26), rgba(14, 88, 234, 0.42), rgba(31, 196, 255, 0.24), rgba(14, 88, 234, 0.52));
  box-shadow:
    inset 0 0 0 34px rgba(255, 255, 255, 0.68),
    inset 0 0 0 92px rgba(255, 255, 255, 0.34),
    0 30px 76px rgba(14, 88, 234, 0.13);
}

.delivery-orbit-ring::before,
.delivery-orbit-ring::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(14, 88, 234, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.delivery-orbit-ring::before {
  inset: 20%;
}

.delivery-orbit-ring::after {
  inset: 36%;
  background: rgba(255, 255, 255, 0.48);
}

.delivery-orbit-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(286px, 44%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(14, 88, 234, 0.2);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.92));
  box-shadow: 0 28px 72px rgba(14, 88, 234, 0.17);
}

.delivery-orbit-core span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--topic-accent, var(--blue));
  font-size: 13px;
  font-weight: 900;
}

.delivery-orbit-core b,
.delivery-orbit-core em {
  font-style: normal;
}

.delivery-orbit-core strong {
  display: block;
  margin-top: 14px;
  color: #071f4d;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.22;
}

.delivery-orbit-core p {
  margin: 14px 0 0;
  color: #4c627b;
  font-size: 14px;
  line-height: 1.75;
}

.delivery-orbit-core small {
  margin-top: 16px;
  color: #7a8ca3;
  font-size: 12px;
}

.delivery-node {
  position: absolute;
  z-index: 3;
  top: var(--node-y);
  left: var(--node-x);
  width: 178px;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #142a48;
  cursor: pointer;
  font: inherit;
  text-align: center;
}

.delivery-node-dot {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 88, 234, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--topic-accent, var(--blue));
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(14, 88, 234, 0.14);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.delivery-node strong {
  width: min(178px, 36vw);
  padding: 8px 10px;
  border: 1px solid rgba(14, 88, 234, 0.16);
  background: rgba(255, 255, 255, 0.88);
  color: #142a48;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 12px 30px rgba(14, 88, 234, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.delivery-node:hover .delivery-node-dot,
.delivery-node:focus-visible .delivery-node-dot,
.delivery-node.is-active .delivery-node-dot {
  transform: scale(1.08);
  border-color: var(--topic-accent, var(--blue));
  background: linear-gradient(135deg, var(--topic-accent, var(--blue)), #21c7ff);
  color: #ffffff;
}

.delivery-node:hover strong,
.delivery-node:focus-visible strong,
.delivery-node.is-active strong {
  transform: translateY(-4px);
  border-color: rgba(14, 88, 234, 0.32);
  color: var(--topic-accent, var(--blue));
  box-shadow: 0 18px 42px rgba(14, 88, 234, 0.16);
}

.product-topic-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 86px;
  padding: 42px;
  background:
    radial-gradient(circle at 12% 20%, rgba(126, 232, 255, 0.56), transparent 28%),
    linear-gradient(130deg, #0e58ea 0%, #159bff 58%, #76d7ff 100%);
  color: #fff;
  box-shadow: 0 24px 64px rgba(14, 88, 234, 0.2);
}

.product-topic-bottom h2,
.product-topic-bottom p,
.product-topic-bottom .section-kicker {
  color: #fff;
}

.product-topic-bottom p {
  color: rgba(255,255,255,0.76);
}

.product-topic-bottom .hero-cta {
  margin-top: 0;
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}

.other-products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
}

.other-products a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dce5f2;
  padding: 0 14px;
  background: #fff;
  color: #243149;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.other-products a:hover {
  border-color: rgba(14, 88, 234, 0.32);
  color: var(--blue);
  transform: translateY(-2px);
}

.product-detail-page {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 32%, #ffffff 68%, #f6fbff 100%);
}

.product-theme-open-platform { --topic-accent: #0e58ea; --topic-soft: #eaf5ff; }
.product-theme-inspection { --topic-accent: #0497d8; --topic-soft: #e8f8ff; }
.product-theme-education { --topic-accent: #2563eb; --topic-soft: #eef5ff; }
.product-theme-model-factory { --topic-accent: #0f8fbd; --topic-soft: #e8fbff; }
.product-theme-hardware { --topic-accent: #1558d6; --topic-soft: #edf4ff; }

.product-detail-page .section-inner {
  max-width: 1240px;
}

.product-story-block {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 72px;
  align-items: center;
}

.product-story-image {
  min-height: 560px;
  border: 0;
  background: var(--topic-soft, #eaf6ff);
  box-shadow: 0 46px 92px rgba(30, 88, 152, 0.14);
}

.product-story-image::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 1;
  border: 1px solid rgba(255,255,255,0.62);
  pointer-events: none;
}

.product-story-image::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0 46%, rgba(4, 23, 58, 0.66) 100%),
    linear-gradient(90deg, rgba(14, 88, 234, 0.18), transparent 58%);
}

.product-story-image img {
  min-height: 560px;
  filter: saturate(1.18) brightness(1.05);
}

.product-story-copy {
  padding-top: 18px;
}

.product-story-copy .section-kicker,
.product-section-lead .section-kicker,
.delivery-copy .section-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--topic-accent, var(--blue));
}

.product-story-copy h2,
.product-section-lead h2,
.scene-feature-copy h2,
.delivery-copy h2,
.product-topic-bottom h2 {
  letter-spacing: 0;
}

.product-story-copy h2 {
  max-width: 680px;
  font-size: 48px;
  line-height: 1.12;
}

.product-story-copy p {
  max-width: 640px;
  color: #405168;
}

.product-metric-strip {
  display: flex;
  gap: 34px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.product-metric-strip div {
  min-height: auto;
  padding: 0 34px 0 0;
  border-right: 1px solid #dce6f2;
  background: transparent;
}

.product-metric-strip div:last-child {
  border-right: 0;
}

.product-metric-strip div:hover {
  background: transparent;
  transform: none;
}

.product-metric-strip strong {
  color: var(--topic-accent, var(--blue));
  font-size: 34px;
}

.product-editorial-section {
  position: relative;
  margin-top: 118px;
}

.product-editorial-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 88, 234, 0.16), transparent);
}

.product-section-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 54px;
}

.product-section-lead h2 {
  margin: 0;
  color: #0e1727;
  font-size: 44px;
  line-height: 1.16;
}

.product-section-lead p {
  margin: 0;
  color: #52657a;
  font-size: 16px;
  line-height: 1.9;
}

.capability-river {
  display: grid;
  gap: 0;
  border-top: 1px solid #dce6f2;
}

.capability-flow {
  display: grid;
  grid-template-columns: minmax(300px, 0.54fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  min-height: 260px;
  padding: 36px 0;
  border-bottom: 1px solid #dce6f2;
}

.capability-flow:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.54fr);
}

.capability-flow:nth-child(even) .capability-flow-media {
  order: 2;
}

.capability-flow-media {
  position: relative;
  height: 240px;
  margin: 0;
  overflow: hidden;
  background: var(--topic-soft, #eaf6ff);
}

.capability-flow-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 88, 234, 0.12), transparent 54%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.62));
  pointer-events: none;
}

.capability-flow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--visual-position, 50% 50%);
  filter: saturate(1.16) brightness(1.06);
  transition: transform 360ms ease, filter 360ms ease;
}

.capability-flow:hover .capability-flow-media img {
  filter: saturate(1.28) brightness(1.08);
  transform: scale(1.055);
}

.capability-flow-copy span {
  color: var(--topic-accent, var(--blue));
  font-size: 13px;
  font-weight: 900;
}

.capability-flow-copy h3 {
  margin: 16px 0 16px;
  color: #0e1727;
  font-size: 36px;
  line-height: 1.16;
}

.capability-flow-copy p {
  max-width: 680px;
  margin: 0;
  color: #4c5f74;
  font-size: 16px;
  line-height: 1.9;
}

.scene-stage {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: #f4fbff;
  box-shadow: 0 42px 92px rgba(19, 76, 142, 0.13);
}

.scene-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.76) 42%, rgba(255,255,255,0.28) 100%),
    radial-gradient(circle at 82% 18%, rgba(34, 211, 238, 0.28), transparent 34%);
  pointer-events: none;
}

.scene-stage .scene-backdrop {
  opacity: 0.26;
}

.scene-stage-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 56px;
  align-items: end;
  padding: 58px 58px 34px;
}

.scene-feature-copy h2 {
  max-width: 780px;
  color: #0e1727;
}

.scene-feature-copy p {
  color: #425a70;
}

.scene-proof-row {
  border: 0;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 20px 48px rgba(22, 66, 130, 0.1);
}

.scene-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  padding: 0 58px 58px;
  border-top: 1px solid rgba(14, 88, 234, 0.12);
}

.scene-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr) 112px;
  gap: 34px;
  align-items: center;
  min-height: 172px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(14, 88, 234, 0.12);
}

.scene-row:last-child {
  border-bottom: 0;
}

.scene-row-media {
  position: relative;
  height: 136px;
  margin: 0;
  overflow: hidden;
  background: var(--topic-soft, #eaf6ff);
}

.scene-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--visual-position, 50% 50%);
  filter: saturate(1.18) brightness(1.08);
  transition: transform 280ms ease;
}

.scene-row:hover .scene-row-media img {
  transform: scale(1.065);
}

.scene-row-media span {
  position: absolute;
  left: 14px;
  top: 12px;
  color: #fff;
  background: var(--topic-accent, var(--blue));
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 900;
}

.scene-row-copy strong {
  display: block;
  color: #0e1727;
  font-size: 28px;
  line-height: 1.2;
}

.scene-row-copy p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #4d6176;
  font-size: 15px;
  line-height: 1.84;
}

.scene-row > small {
  color: var(--topic-accent, var(--blue));
  font-size: 13px;
  font-weight: 900;
  justify-self: end;
}

.product-delivery-section {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.delivery-track {
  border-top: 1px solid #dce6f2;
}

.delivery-step {
  min-height: 88px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #dce6f2;
  background: transparent;
}

.delivery-step:hover {
  background: transparent;
  transform: translateX(10px);
}

.delivery-step span {
  color: var(--topic-accent, var(--blue));
}

.product-topic-bottom {
  position: relative;
  overflow: hidden;
  margin-top: 108px;
  padding: 52px;
  background:
    linear-gradient(120deg, rgba(14,88,234,0.96), rgba(28,167,255,0.9)),
    radial-gradient(circle at 80% 20%, rgba(126, 232, 255, 0.7), transparent 28%);
}

.product-topic-bottom::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -80px;
  width: 420px;
  height: 260px;
  background: linear-gradient(135deg, rgba(255,255,255,0.28), rgba(255,255,255,0));
  transform: skewX(-18deg);
}

.jobs-page,
.contact-page {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.job-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.job-list {
  position: sticky;
  top: calc(var(--nav-h) + 28px);
  display: grid;
  gap: 10px;
}

.job-list a {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid #dfe7f3;
  background: #fff;
}

.job-list a.active,
.job-list a:hover {
  border-color: rgba(14, 88, 234, 0.36);
  background: #f5f9ff;
}

.job-list strong {
  color: #111827;
  font-size: 17px;
}

.job-list span {
  color: #708095;
  font-size: 13px;
}

.job-detail {
  padding: 40px;
  border: 1px solid #dfe7f3;
  background: #fff;
}

.job-cover-image {
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid #dfe8f6;
  background: #eef6ff;
  aspect-ratio: 16 / 6;
}

.job-cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96) brightness(1.04);
}

.job-title-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}

.job-title-row h2 {
  margin: 0;
  color: #101724;
  font-size: 40px;
}

.job-title-row > strong {
  color: var(--blue);
  font-size: 24px;
  white-space: nowrap;
}

.job-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.job-meta-grid div {
  padding: 18px;
  border: 1px solid #e3ebf6;
  background: #f9fbff;
}

.job-meta-grid span {
  display: block;
  color: #7a8596;
  font-size: 13px;
  margin-bottom: 8px;
}

.job-meta-grid strong {
  color: #192233;
  font-size: 16px;
}

.job-apply {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid #dfe7f3;
}

.job-apply p {
  margin: 0;
  color: #506075;
  line-height: 1.85;
}

.job-apply a:not(.hero-cta) {
  color: var(--blue);
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: start;
}

.contact-info {
  position: sticky;
  top: calc(var(--nav-h) + 30px);
}

.contact-info h2 {
  margin: 0 0 16px;
  color: #101724;
  font-size: 40px;
}

.contact-info > p {
  margin: 0 0 30px;
  color: #5c6879;
  font-size: 17px;
  line-height: 1.8;
}

.contact-methods {
  display: grid;
  border-top: 1px solid #dfe7f3;
}

.contact-methods div {
  padding: 20px 0;
  border-bottom: 1px solid #dfe7f3;
}

.contact-methods span {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-methods strong {
  color: #172033;
  line-height: 1.65;
}

.message-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 36px;
  border: 1px solid #dfe7f3;
  background: #fff;
  box-shadow: 0 20px 52px rgba(22, 66, 130, 0.09);
}

.message-form h2,
.message-form > p,
.message-form .cms-wide,
.message-form .form-submit,
.message-result {
  grid-column: 1 / -1;
}

.message-form h2 {
  margin: 0;
  color: #101724;
  font-size: 28px;
}

.message-form > p {
  margin: -6px 0 4px;
  color: #697588;
}

.message-form label {
  display: grid;
  gap: 8px;
}

.message-form label span {
  color: #596273;
  font-size: 13px;
  font-weight: 800;
}

.message-form input,
.message-form select,
.message-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #dce3ef;
  background: #fff;
  padding: 10px 12px;
  color: #172033;
  outline: none;
}

.message-form textarea {
  resize: vertical;
}

.message-form input:focus,
.message-form select:focus,
.message-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(14, 88, 234, 0.1);
}

.form-anchor {
  position: absolute;
  top: -96px;
}

.form-submit {
  border: 0;
}

.message-result {
  min-height: 20px;
  color: #096231;
  font-weight: 700;
}

.cms-image-preview {
  margin: 16px 0 0;
  overflow: hidden;
  border: 1px solid #e4ebf5;
}

.cms-image-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-card .thumb::before,
.news-card .thumb::after,
.solution-card::before,
.solution-card::after,
.solution-info-block li::before,
.scene-card::before,
.scene-card::after,
.scene-card-visual::after,
.scene-card small::after,
.cms-hero-preview::before,
.cms-hero-preview::after {
  content: none;
  display: none;
}

.solution-info-block li {
  padding-left: 0;
}

/* Final override layer: keep the last word on proportions, banners and CMS usability. */
:root {
  --blue: #0b6ff6;
  --blue-2: #0ea5e9;
  --ink: #0f172a;
  --muted: #526175;
  --line: #e2e8f0;
  --pale: #f8fafc;
  --panel: #eef6ff;
}

html { scroll-padding-top: calc(var(--nav-h) + 24px); }
body { color: var(--ink); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(11, 111, 246, 0.42);
  outline-offset: 2px;
}

.site-header { box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04); }
.header-inner,
.mega-shell { max-width: 1360px; }
.brand,
.nav-trigger,
.user-trigger,
.header-actions { color: #111827; }

.mega {
  min-height: 320px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}

.mega-shell {
  min-height: 320px;
  grid-template-columns: 280px 1fr;
}

.mega-side {
  padding: 46px 56px;
  background: linear-gradient(180deg, #f2f7ff 0%, #edf5ff 100%);
}

.mega-side::after { display: none; }

.mega-grid { gap: 42px; padding: 42px 56px 36px; }
.mega-grid.product-three { grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.9fr) minmax(280px, 0.92fr); }
.mega-col h3 { margin-bottom: 18px; font-size: 20px; }
.mega-link { margin-bottom: 20px; padding: 2px 0; }
.mega-link strong { font-size: 15px; }
.mega-link span { max-width: 360px; color: #64748b; line-height: 1.55; }

.page-hero,
.banner-hero,
.product-hero-banner {
  min-height: clamp(500px, 48vw, 560px);
  background: #f8fbff;
  box-shadow: 0 28px 56px rgba(15, 76, 129, 0.12);
}

.hero-inner,
.banner-hero .hero-inner,
.product-hero-inner {
  width: min(100% - 72px, 1240px);
  min-height: clamp(500px, 48vw, 560px);
  padding: 58px 0 76px;
}

.hero-background-image,
.product-hero-banner .hero-background-image {
  opacity: 0.96;
  filter: saturate(1.02) contrast(0.98) brightness(1.03);
  object-position: right center;
}

.page-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 31%, rgba(255,255,255,0.48) 56%, rgba(255,255,255,0.06) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(235,247,255,0.12));
}

.page-hero::after,
.product-hero-banner::after {
  height: 58px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,250,252,0.86) 100%),
    linear-gradient(90deg, transparent, rgba(11,111,246,0.08), transparent);
}

.hero-kicker,
.product-hero-copy span {
  color: var(--blue);
  font-size: 16px;
  font-weight: 780;
}

.hero-copy h1,
.product-hero-copy h1 {
  max-width: 680px;
  color: #0f172a;
  font-size: clamp(42px, 4.3vw, 56px);
  font-weight: 820;
  line-height: 1.13;
}

.hero-copy p,
.product-hero-copy p {
  max-width: 640px;
  color: #334155;
}

.page-hero .hero-cta,
.product-hero-banner .hero-cta {
  min-width: 148px;
  height: 46px;
  border-color: #0f172a;
  background: rgba(255,255,255,0.76);
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.page-hero .hero-cta:hover,
.product-hero-banner .hero-cta:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}

.banner-shadow-strip {
  height: 34px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.banner-shadow-strip::before {
  left: clamp(32px, 5vw, 96px);
  right: clamp(32px, 5vw, 96px);
  height: 38px;
  background: radial-gradient(ellipse at 50% 0%, rgba(15, 76, 129, 0.18) 0%, rgba(15, 76, 129, 0.1) 42%, rgba(15, 76, 129, 0) 74%);
}

.news-home-section {
  background: #f8fbff;
  color: var(--ink);
}

.news-home-section .section-head p,
.news-home-section .news-card-title { color: inherit; }
.news-home-section .news-card { background: #fff; }

.product-topic-card,
.solution-card,
.news-card,
.job-list a,
.message-form,
.job-detail { box-shadow: 0 16px 36px rgba(15, 76, 129, 0.06); }

.product-topic-card:hover,
.solution-card:hover,
.news-card:hover,
.job-list a:hover {
  box-shadow: 0 22px 48px rgba(15, 76, 129, 0.11);
  transform: translateY(-2px);
}

.product-topic-card img,
.solution-card img,
.product-story-image img,
.capability-flow-media img,
.scene-row-media img,
.solution-visual img,
.material-image img {
  filter: saturate(0.94) contrast(0.98) brightness(1.04);
}

.floating { right: 18px; bottom: 72px; gap: 8px; }
.float-btn {
  width: 48px;
  height: 42px;
  border: 1px solid #e2e8f0;
  background: rgba(255,255,255,0.94);
  color: #0f172a;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  font-size: 13px;
  font-weight: 800;
}
.float-btn:hover { border-color: rgba(11, 111, 246, 0.36); color: var(--blue); }

.cms-shell {
  grid-template-columns: 236px minmax(0, 1fr);
  background: #f5f7fb;
}

.cms-sidebar { border-right-color: #e6ebf3; }
.cms-nav { padding-top: 16px; }
.cms-nav-parent {
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  min-height: 50px;
  padding: 0 15px 0 16px;
}
.cms-nav-item {
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 44px;
  padding: 0 14px 0 42px;
}
.cms-nav-label { font-size: 15px; font-weight: 760; }
.cms-nav-item .cms-nav-label { font-size: 14px; }
.cms-nav-parent:hover,
.cms-nav-item:hover { background: #f0f6ff; }
.cms-nav-parent-direct.is-active,
.cms-nav-item.active { background: #3995f6; color: #fff; }

.cms-main { padding: 34px 40px 72px; }
.cms-topbar h1 { font-size: 30px; }
.cms-panel {
  border-color: #e2e8f0;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 76, 129, 0.05);
}
.cms-panel-head {
  align-items: center;
  border-bottom: 1px solid #edf2f7;
  margin: -4px -2px 18px;
  padding-bottom: 18px;
}
.cms-panel-head h2 { color: #0f172a; font-size: 21px; }
.cms-panel-head p { max-width: 760px; color: #64748b; }
.cms-panel-actions { flex-shrink: 0; }
.cms-table { min-width: 980px; }
.cms-table th,
.cms-table td { padding: 15px 12px; }
.cms-table th:first-child,
.cms-table td:first-child { min-width: 360px; }
.cms-table th:last-child,
.cms-table td:last-child { width: 184px; }

.cms-record-summary {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.cms-record-summary figure {
  width: 82px;
  height: 58px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dbe5f2;
  background: #eef6ff;
}
.cms-record-summary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-record-summary strong { color: #0f172a; }
.cms-record-summary small { max-width: 420px; }

.cms-action-buttons {
  flex-wrap: nowrap;
  gap: 6px;
  white-space: nowrap;
}
.cms-action-buttons a,
.cms-action-buttons button {
  min-height: 30px;
  padding: 0 9px;
}

.cms-detail-layout,
.solution-admin-main {
  grid-template-columns: minmax(0, 1fr) 326px;
  gap: 20px;
}

.cms-form-section {
  border-left: 0;
  border-top: 3px solid var(--blue);
  background: #f6f9ff;
  padding: 16px 18px;
}

.cms-field,
.cms-image-field,
.cms-region-editor,
.cms-editor,
.cms-preview-pane {
  border-color: #e2e8f0;
  background: #fff;
}

.cms-form input,
.cms-form select,
.cms-form textarea,
.cms-toolbar input,
.cms-toolbar select { border-color: #d9e2ef; }

.cms-form input:focus,
.cms-form select:focus,
.cms-form textarea:focus,
.cms-toolbar input:focus,
.cms-toolbar select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 111, 246, 0.1);
}

.cms-paired-row {
  grid-template-columns: minmax(320px, 0.92fr) minmax(300px, 1fr);
  border-color: #dfe8f3;
  background: #f8fbff;
}
.cms-paired-row-head {
  justify-content: space-between;
  border-bottom: 1px solid #e7eef8;
  padding-bottom: 10px;
}
.cms-paired-delete { color: #b42318; }
.cms-image-field-preview,
.cms-paired-image .cms-image-field-preview {
  min-height: 150px;
  border-color: #cad8ec;
}
.cms-upload-button,
.cms-paired-actions button {
  border-color: rgba(11, 111, 246, 0.36);
  color: var(--blue);
}
.cms-mini-preview {
  background:
    linear-gradient(120deg, rgba(3, 105, 161, 0.94), rgba(11, 111, 246, 0.92)),
    #0369a1;
}

@media (max-width: 1020px) {
  .cms-shell,
  .cms-detail-layout,
  .solution-admin-main { grid-template-columns: 1fr; }
  .cms-main { padding: 26px 24px 64px; }
  .cms-preview-pane { position: relative; top: auto; }
}

@media (max-width: 700px) {
  .hero-inner,
  .banner-hero .hero-inner,
  .product-hero-inner { width: min(100% - 36px, 1240px); }
  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.34;
    object-position: 70% center;
  }
  .cms-main { padding: 22px 16px 52px; }
  .cms-panel-head { display: block; }
  .cms-panel-actions { justify-content: flex-start; margin-top: 14px; }
  .cms-record-summary { grid-template-columns: 74px minmax(0, 1fr); }
  .cms-record-summary figure { width: 74px; height: 54px; }
  .cms-action-buttons { flex-wrap: wrap; }
  .cms-paired-row { grid-template-columns: 1fr; }
}

/* Final card spacing pass at file end */
.home-kpi-row,
.strategy-grid,
.product-home-grid,
.team-proof,
.open-grid,
.news-grid,
.solution-card-grid,
.solution-rich-list,
.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list,
.solution-rich-block--outcome .solution-rich-list,
.solution-kpi-grid,
.job-meta-grid,
.admin-metrics,
.cms-metrics,
.cms-grid,
.admin-two-forms {
  gap: var(--card-gap) !important;
}

.news-grid,
.open-grid,
.solution-section-grid,
.solution-section-stack,
.product-story-grid,
.capability-flow,
.scene-row,
.solution-showcase {
  gap: var(--card-gap-lg) !important;
}

.home-kpi-row,
.product-home-grid,
.solution-rich-list,
.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list,
.solution-rich-block--outcome .solution-rich-list {
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.home-kpi-row div,
.product-home-item,
.open-card,
.team-proof div,
.news-card,
.solution-card,
.solution-rich-item,
.solution-process,
.solution-kpi-grid div,
.job-meta-grid p,
.admin-metrics div,
.admin-panel,
.cms-metrics div,
.cms-panel,
.cms-list-item,
.cms-paired-row,
.cms-form-section,
.message-form,
.login-card,
.job-detail {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}

.home-kpi-row div,
.product-home-item,
.open-card,
.team-proof div,
.solution-card-body,
.solution-rich-item div,
.solution-process,
.solution-kpi-grid div,
.job-meta-grid p,
.admin-metrics div,
.admin-panel,
.cms-metrics div,
.cms-panel,
.cms-list-item,
.cms-form-section,
.message-form,
.login-card,
.job-detail {
  padding: var(--card-pad) !important;
}

.solution-rich-item,
.solution-section-stack .solution-rich-item {
  gap: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--card-border);
}

.news-card-title {
  margin: 0 !important;
  padding: 20px var(--card-pad-sm) 8px !important;
}

.news-card-date {
  display: block;
  padding: 0 var(--card-pad-sm) 22px !important;
}

.cms-detail-layout,
.solution-admin-main,
.cms-paired-row {
  gap: var(--card-gap) !important;
}

@media (max-width: 700px) {
  .news-card-title { padding-top: 18px !important; }
  .news-card-date { padding-bottom: 20px !important; }
  .section-head-with-action { display: block; }
  .section-more-link {
    width: 100%;
    margin-top: 22px;
  }
}

/* Final card spacing pass */
.home-kpi-row,
.strategy-grid,
.product-home-grid,
.team-proof,
.open-grid,
.news-grid,
.solution-card-grid,
.solution-rich-list,
.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list,
.solution-rich-block--outcome .solution-rich-list,
.solution-kpi-grid,
.job-meta-grid,
.admin-metrics,
.cms-metrics,
.cms-grid,
.admin-two-forms {
  gap: var(--card-gap) !important;
}

.news-grid,
.open-grid,
.solution-section-grid,
.solution-section-stack,
.product-story-grid,
.capability-flow,
.scene-row,
.solution-showcase {
  gap: var(--card-gap-lg) !important;
}

.home-kpi-row,
.product-home-grid,
.solution-rich-list,
.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list,
.solution-rich-block--outcome .solution-rich-list {
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.home-kpi-row div,
.product-home-item,
.open-card,
.team-proof div,
.news-card,
.solution-card,
.solution-rich-item,
.solution-process,
.solution-kpi-grid div,
.job-meta-grid p,
.admin-metrics div,
.admin-panel,
.cms-metrics div,
.cms-panel,
.cms-list-item,
.cms-paired-row,
.cms-form-section,
.message-form,
.login-card,
.job-detail {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}

.home-kpi-row div,
.product-home-item,
.open-card,
.team-proof div,
.solution-card-body,
.solution-rich-item div,
.solution-process,
.solution-kpi-grid div,
.job-meta-grid p,
.admin-metrics div,
.admin-panel,
.cms-metrics div,
.cms-panel,
.cms-list-item,
.cms-form-section,
.message-form,
.login-card,
.job-detail {
  padding: var(--card-pad) !important;
}

.solution-rich-item,
.solution-section-stack .solution-rich-item {
  gap: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--card-border);
}

.news-card-title {
  margin: 0 !important;
  padding: 20px var(--card-pad-sm) 8px !important;
}

.news-card-date {
  display: block;
  padding: 0 var(--card-pad-sm) 22px !important;
}

.cms-detail-layout,
.solution-admin-main,
.cms-paired-row {
  gap: var(--card-gap) !important;
}

@media (max-width: 700px) {
  .news-card-title { padding-top: 18px !important; }
  .news-card-date { padding-bottom: 20px !important; }
}

/* Absolute final visual authority: keep the uploaded bright-blue launch style after spacing overrides. */
body {
  background:
    radial-gradient(circle at 82% 4%, rgba(49, 183, 255, 0.12), transparent 28vw),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 42%, #f7fbff 100%) !important;
}

.page-hero,
.banner-hero,
.product-hero-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 80% 44%, rgba(49, 183, 255, 0.32), transparent 24vw),
    linear-gradient(108deg, #ffffff 0%, #f4fbff 48%, #dff5ff 100%) !important;
  box-shadow: 0 34px 76px rgba(18, 104, 255, 0.14) !important;
}

.page-hero::before,
.banner-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 33%, rgba(255,255,255,0.46) 60%, rgba(255,255,255,0.08) 100%),
    radial-gradient(ellipse at 76% 52%, rgba(18,104,255,0.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(225,245,255,0.2)) !important;
}

.page-hero::after,
.banner-hero::after,
.product-hero-banner::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: auto 0 0;
  height: 64px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(18,104,255,0.2), rgba(18,104,255,0.08) 42%, transparent 72%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.96)) !important;
}

.hero-background-image,
.product-hero-banner .hero-background-image {
  opacity: 0.92 !important;
  object-fit: cover !important;
  object-position: 76% center !important;
  filter: saturate(1.08) contrast(0.98) brightness(1.06) !important;
  mix-blend-mode: multiply;
}

.hero-cta,
.page-hero .hero-cta,
.product-hero-banner .hero-cta,
.section-more-link,
.cms-primary,
.cms-save,
.message-form button,
.job-apply,
.solution-primary {
  border: 1px solid rgba(18, 104, 255, 0.9) !important;
  background: linear-gradient(180deg, #2b8bff 0%, #075deb 100%) !important;
  color: #fff !important;
  box-shadow: 0 20px 44px rgba(18,104,255,0.26) !important;
}

.product-home-grid,
.news-grid,
.solution-card-grid,
.open-grid,
.strategy-grid,
.home-kpi-row,
.team-proof,
.solution-rich-list,
.solution-kpi-grid,
.job-meta-grid {
  gap: clamp(24px, 2.4vw, 34px) !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.product-home-item,
.product-topic-card,
.news-card,
.solution-card,
.open-card,
.detail-panel,
.plain-item,
.strategy-item,
.home-kpi-row div,
.team-proof div,
.solution-rich-item,
.solution-process,
.solution-kpi-grid div,
.job-list a,
.job-detail,
.job-meta-grid p,
.message-form,
.contact-card,
.doc-card,
.customer-card,
.admin-panel,
.cms-panel,
.cms-list-item,
.cms-form-section,
.cms-paired-row {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(55,227,223,0.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,250,255,0.9)) !important;
  box-shadow: 0 28px 76px rgba(18, 104, 255, 0.12) !important;
  backdrop-filter: blur(18px);
}

.product-home-item::after,
.product-topic-card::after,
.news-card::after,
.solution-card::after,
.open-card::after,
.detail-panel::after,
.plain-item::after,
.strategy-item::after,
.solution-rich-item::after,
.job-list a::after,
.message-form::after,
.contact-card::after,
.customer-card::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(122deg, transparent 0 58%, rgba(49,183,255,0.12) 59% 60%, transparent 61%),
    radial-gradient(circle at 86% 18%, rgba(18,104,255,0.08), transparent 22%);
  pointer-events: none;
}

.product-home-item > *,
.product-topic-card > *,
.news-card > *,
.solution-card > *,
.open-card > *,
.detail-panel > *,
.plain-item > *,
.strategy-item > *,
.solution-rich-item > *,
.job-list a > *,
.message-form > *,
.contact-card > *,
.customer-card > * {
  position: relative;
  z-index: 1;
}

.home-kpi-row div::before,
.team-proof div::before,
.detail-panel::before,
.plain-item::before,
.open-card::before,
.product-home-item::before,
.product-topic-card::before,
.strategy-item::before,
.solution-card-body::before,
.news-card::before,
.job-list a::before,
.contact-card::before,
.customer-card::before {
  content: "" !important;
  display: block !important;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(18,104,255,0.3) !important;
  background: linear-gradient(180deg, #35bdff 0%, #1268ff 100%) !important;
  box-shadow:
    inset 0 0 0 8px rgba(255,255,255,0.2),
    inset 0 -12px 22px rgba(4,52,170,0.16),
    0 16px 34px rgba(18,104,255,0.24) !important;
  clip-path: polygon(50% 3%, 92% 26%, 92% 74%, 50% 97%, 8% 74%, 8% 26%);
}

.product-home-item:hover,
.product-topic-card:hover,
.news-card:hover,
.solution-card:hover,
.open-card:hover,
.detail-panel:hover,
.plain-item:hover,
.strategy-item:hover,
.solution-rich-item:hover,
.job-list a:hover,
.customer-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18,104,255,0.34) !important;
  box-shadow: 0 34px 88px rgba(18,104,255,0.18) !important;
}

.news-card {
  display: grid !important;
  grid-template-rows: auto minmax(96px, 1fr) auto;
}

.news-card .thumb {
  position: relative;
  order: -1;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  border: 0 !important;
  background:
    radial-gradient(circle at 74% 38%, rgba(49,183,255,0.38), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eaf8ff 52%, #d6f3ff 100%) !important;
  box-shadow: none !important;
}

.news-card .thumb::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(55,227,223,0.22) 39% 41%, transparent 42%),
    radial-gradient(ellipse at 75% 54%, rgba(18,104,255,0.1), transparent 42%),
    linear-gradient(0deg, rgba(255,255,255,0.14), rgba(255,255,255,0.78));
  pointer-events: none;
}

.news-card .thumb::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 16px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(18,104,255,0.2);
  border-radius: 50% !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.98) 0 27%, rgba(225,248,255,0.78) 28% 52%, transparent 53%),
    conic-gradient(from -90deg, rgba(18,104,255,0.54), rgba(49,183,255,0.18), rgba(55,227,223,0.34), rgba(18,104,255,0.52));
  transform: perspective(700px) rotateX(58deg);
  box-shadow: 0 22px 54px rgba(18,104,255,0.13);
  pointer-events: none;
}

.thumb-title {
  z-index: 3;
  top: 50px;
  color: #071326 !important;
}

.thumb-sub { z-index: 3; }

.news-card-title {
  margin: 0 !important;
  padding: 26px 28px 10px !important;
  color: #071326 !important;
  font-size: 22px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

.news-card-date {
  display: block;
  padding: 0 28px 28px !important;
  color: #69798e !important;
}

.product-story-image,
.capability-flow-media,
.scene-row-media,
.solution-visual,
.material-image,
.solution-rich-item figure {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 74% 28%, rgba(55,227,223,0.16), transparent 28%),
    linear-gradient(135deg, #ffffff, #ebf8ff) !important;
  box-shadow: 0 26px 70px rgba(18,104,255,0.13) !important;
}

.product-story-image::after,
.capability-flow-media::after,
.scene-row-media::after,
.solution-visual::after,
.material-image::after,
.solution-rich-item figure::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(18,104,255,0.16);
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.9) 0 22%, rgba(49,183,255,0.18) 23% 38%, transparent 39%),
    conic-gradient(from -90deg, rgba(18,104,255,0.24), transparent, rgba(55,227,223,0.22), transparent, rgba(18,104,255,0.24));
  transform: perspective(800px) rotateX(64deg);
  pointer-events: none;
}

.product-story-image img,
.capability-flow-media img,
.scene-row-media img,
.solution-visual img,
.material-image img,
.solution-rich-item figure img {
  position: relative;
  z-index: 1;
  filter: saturate(1.04) contrast(0.98) brightness(1.05) !important;
}

.open-loop-section {
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  overflow: visible !important;
}

.open-loop-copy {
  max-width: 860px;
}

.open-loop-diagram {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2.4vw, 36px) !important;
  width: 100%;
}

.open-loop-diagram::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(18,104,255,0), rgba(18,104,255,0.22), rgba(55,227,223,0.28), rgba(18,104,255,0));
}

.open-loop-diagram article {
  aspect-ratio: 1 / 1 !important;
  min-height: auto !important;
  padding: 34px 26px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(18,104,255,0.24) !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,0.96) 0 36%, rgba(230,248,255,0.92) 37% 61%, transparent 62%),
    conic-gradient(from -90deg, rgba(18,104,255,0.54), rgba(55,227,223,0.2), rgba(18,104,255,0.08), rgba(18,104,255,0.52)) !important;
  box-shadow: 0 26px 72px rgba(18,104,255,0.15) !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.open-loop-diagram article::before,
.open-loop-diagram article::after {
  display: none !important;
}

.open-loop-diagram article strong {
  color: #1268ff !important;
  font-size: 24px;
}

.open-loop-diagram article h3 {
  margin: 10px 0 8px;
  color: #071326 !important;
}

.open-loop-diagram article p {
  margin: 0;
  color: #53657d !important;
}

.open-ecosystem-map,
.delivery-orbit-ring {
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 25%, rgba(236,248,255,0.8) 26% 48%, transparent 49%),
    conic-gradient(from -90deg, rgba(18,104,255,0.5), rgba(55,227,223,0.18), rgba(18,104,255,0.12), rgba(18,104,255,0.48)) !important;
  box-shadow: 0 32px 92px rgba(18,104,255,0.16) !important;
}

.open-ecosystem-core,
.delivery-orbit-core,
.open-ecosystem-node,
.delivery-orbit-node {
  border-radius: 50% !important;
}

.solution-rich-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.solution-rich-item {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
}

.solution-rich-item figure {
  height: 210px !important;
  aspect-ratio: auto !important;
}

.solution-rich-item div {
  padding: 24px 26px 28px !important;
}

@media (max-width: 1120px) {
  .open-loop-diagram,
  .solution-rich-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .hero-inner,
  .banner-hero .hero-inner,
  .product-hero-inner {
    width: min(100% - 36px, 1240px) !important;
    min-height: 420px !important;
    padding: 46px 0 58px !important;
  }

  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.28 !important;
    object-position: 76% center !important;
  }

  .hero-copy h1,
  .product-hero-copy h1 {
    font-size: clamp(34px, 11vw, 44px) !important;
  }

  .product-home-grid,
  .news-grid,
  .solution-card-grid,
  .open-grid,
  .strategy-grid,
  .home-kpi-row,
  .team-proof,
  .solution-rich-list,
  .solution-kpi-grid,
  .job-meta-grid,
  .open-loop-diagram {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .open-loop-diagram article {
    aspect-ratio: auto !important;
    border-radius: 22px !important;
    min-height: 220px !important;
  }

  .news-card .thumb::after {
    right: 16px;
    top: 16px;
    width: 112px;
    height: 112px;
  }

  .news-card {
    padding: 0 !important;
  }
}

/* Absolute final padding guard: keep text away from bordered/card edges across public and admin pages. */
.timeline-item {
  padding: 24px 28px !important;
}

.solution-card-meta {
  padding: 18px 22px 0 !important;
}

.scene-proof-row div {
  padding: 24px 28px !important;
}

.scene-row {
  padding: 24px 28px !important;
}

.education-layer-item {
  padding: 28px 30px !important;
}

.product-delivery-section {
  padding: clamp(30px, 4vw, 56px) !important;
}

.cms-panel-head {
  margin-left: calc(-1 * var(--card-pad-sm)) !important;
  margin-right: calc(-1 * var(--card-pad-sm)) !important;
  padding: 0 var(--card-pad-sm) 18px !important;
}

@media (max-width: 760px) {
  .timeline-item,
  .scene-row,
  .education-layer-item {
    padding: 24px !important;
  }

  .scene-proof-row div {
    padding: 24px !important;
  }

  .product-delivery-section,
  .solution-module-section {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .cms-panel-head {
    margin-left: -18px !important;
    margin-right: -18px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* Mobile overflow repair: product topic pages must never collapse text into vertical columns. */
@media (max-width: 760px) {
  .product-detail-page .section-inner,
  .product-story-block,
  .product-story-block > *,
  .product-story-copy,
  .product-story-image,
  .product-metric-strip,
  .product-capability-section,
  .capability-river,
  .capability-flow,
  .capability-flow > *,
  .capability-flow-copy,
  .capability-flow-media,
  .product-scene-section,
  .scene-stage,
  .scene-stage-head,
  .scene-gallery,
  .scene-row,
  .scene-row > *,
  .scene-row-copy,
  .product-topic-bottom,
  .inspection-capability-system,
  .inspection-capability-rail,
  .inspection-capability-showcase,
  .inspection-capability-copy,
  .education-capability-suite,
  .education-suite-core,
  .education-layer-list,
  .education-layer-item,
  .education-pathway {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .product-story-block,
  .capability-flow,
  .scene-stage-head,
  .scene-row,
  .product-topic-bottom,
  .inspection-capability-system,
  .education-capability-suite,
  .education-pathway {
    grid-template-columns: 1fr !important;
  }

  .product-story-block {
    gap: 28px !important;
  }

  .product-story-copy {
    width: 100% !important;
    padding: 0 !important;
  }

  .product-story-copy h2,
  .product-topic-bottom h2,
  .scene-feature-copy h2,
  .inspection-capability-copy h3,
  .education-suite-core h3,
  .education-layer-item h3 {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .product-story-copy p,
  .product-topic-bottom p,
  .scene-feature-copy p,
  .capability-flow-copy p,
  .scene-row-copy p,
  .inspection-capability-copy p,
  .education-suite-core p,
  .education-layer-item p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .product-story-image,
  .capability-flow-media,
  .scene-row-media {
    width: 100% !important;
    min-height: 220px !important;
  }

  .product-story-image {
    min-height: 300px !important;
  }

  .product-story-image figcaption {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
  }

  .product-metric-strip,
  .product-theme-open-platform .product-metric-strip,
  .scene-proof-row,
  .education-core-metrics {
    grid-template-columns: 1fr !important;
  }

  .product-metric-strip div,
  .scene-proof-row div,
  .education-core-metrics strong {
    min-width: 0 !important;
    width: 100% !important;
  }

  .capability-flow,
  .scene-row {
    padding: 20px !important;
    gap: 18px !important;
  }

  .capability-flow-copy,
  .scene-row-copy {
    width: 100% !important;
    padding: 0 !important;
  }

  .scene-row > small {
    justify-self: start !important;
    width: auto !important;
  }

  .product-theme-inspection .scene-row-contact {
    grid-template-columns: 1fr !important;
    padding: 20px !important;
  }

  .scene-more-mark {
    height: 92px !important;
  }

  .scene-more-link {
    justify-self: start !important;
  }

  .inspection-capability-copy {
    width: 100% !important;
    min-height: auto !important;
    padding: 28px !important;
  }

  .inspection-capability-showcase {
    min-height: 460px !important;
  }

  .education-suite-core {
    min-height: 500px !important;
  }

  .education-layer-item {
    grid-template-columns: 1fr !important;
    padding: 20px !important;
  }

  .education-pathway > div {
    grid-template-columns: 1fr !important;
  }

  .news-tabs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(100% - 36px, var(--max)) !important;
    height: auto !important;
    min-height: 88px !important;
    overflow: visible !important;
    align-items: end !important;
  }

  .news-tab {
    width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    height: 68px !important;
    font-size: 15px !important;
  }

  .news-tab::after {
    width: min(76px, 72%) !important;
  }
}

/* Final padding guard: keep text away from bordered/card edges across public and admin pages. */
.timeline-item {
  padding: 24px 28px !important;
}

.solution-card-meta {
  padding: 18px 22px 0 !important;
}

.scene-proof-row div {
  padding: 24px 28px !important;
}

.scene-row {
  padding: 24px 28px !important;
}

.education-layer-item {
  padding: 28px 30px !important;
}

.product-delivery-section {
  padding: clamp(30px, 4vw, 56px) !important;
}

.cms-panel-head {
  margin-left: calc(-1 * var(--card-pad-sm)) !important;
  margin-right: calc(-1 * var(--card-pad-sm)) !important;
  padding: 0 var(--card-pad-sm) 18px !important;
}

@media (max-width: 760px) {
  .timeline-item,
  .scene-row,
  .education-layer-item {
    padding: 24px !important;
  }

  .scene-proof-row div {
    padding: 24px !important;
  }

  .product-delivery-section,
  .solution-module-section {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .cms-panel-head {
    margin-left: -18px !important;
    margin-right: -18px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* Absolute final publish pass v16: website-grade surfaces, no wireframe leftovers. */
:root {
  --lt-blue: #1268ff;
  --lt-blue-2: #2b8cff;
  --lt-cyan: #31d8ff;
  --lt-ink: #071326;
  --lt-text: #26384d;
  --lt-muted: #66788f;
  --lt-page: #f6fbff;
  --lt-card: rgba(255, 255, 255, 0.88);
  --lt-shadow: 0 24px 70px rgba(22, 88, 165, 0.12);
  --lt-shadow-strong: 0 34px 96px rgba(18, 104, 255, 0.17);
}

html,
body {
  background:
    radial-gradient(circle at 84% 8%, rgba(49, 216, 255, 0.14), transparent 28%),
    radial-gradient(circle at 7% 28%, rgba(18, 104, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 52%, #ffffff 100%) !important;
  color: var(--lt-text) !important;
}

.section,
.page-slab,
.news-slab,
.product-editorial-section,
.open-release-section,
.open-background-section,
.open-audience-section,
.open-architecture-section,
.open-module-section,
.open-loop-section,
.open-future-section,
.open-ecosystem-section,
.solution-rich-block,
.solution-info-block {
  background: transparent !important;
}

.section-inner,
.product-section-lead,
.section-head,
.solution-directory-head,
.solution-rich-head,
.open-release-copy,
.open-loop-copy,
.material-copy {
  position: relative;
  z-index: 1;
}

.section-head h2,
.product-section-lead h2,
.solution-directory-head h2,
.solution-rich-head h2,
.material-copy h2,
.open-release-copy h2,
.open-loop-copy h2,
.cms-panel-head h2 {
  color: var(--lt-ink) !important;
  letter-spacing: 0 !important;
}

.section-head p,
.product-section-lead p,
.solution-directory-head p,
.solution-rich-head p,
.material-copy p,
.open-release-copy p,
.open-loop-copy p,
.cms-panel-head p {
  color: var(--lt-muted) !important;
}

.product-home-grid,
.product-topic-grid,
.news-grid,
.solution-card-grid,
.open-grid,
.strategy-grid,
.home-kpi-row,
.team-proof,
.solution-rich-list,
.solution-kpi-grid,
.open-audience-grid,
.open-architecture-board,
.open-release-facts,
.open-goal-strip,
.open-pain-grid {
  gap: clamp(24px, 2.2vw, 38px) !important;
}

.product-home-item,
.product-topic-card,
.news-card,
.solution-card,
.open-card,
.detail-panel,
.plain-item,
.strategy-item,
.solution-rich-item,
.job-list a,
.job-detail,
.message-form,
.contact-info,
.contact-card,
.customer-card,
.home-kpi-row div,
.team-proof div,
.open-release-facts article,
.open-audience-grid article,
.open-architecture-board article,
.open-goal-strip article,
.open-pain-grid article,
.open-milestone-track article,
.cms-panel,
.cms-form-section,
.cms-paired-row,
.cms-image-field,
.cms-region-editor,
.cms-metrics div {
  border: 0 !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,251,255,0.82)) !important;
  box-shadow: var(--lt-shadow) !important;
}

.product-home-item,
.product-topic-card,
.solution-card-body,
.open-card,
.detail-panel,
.plain-item,
.strategy-item,
.solution-rich-item div,
.job-list a,
.job-detail,
.message-form,
.contact-info,
.contact-card,
.customer-card,
.home-kpi-row div,
.team-proof div,
.open-release-facts article,
.open-audience-grid article,
.open-architecture-board article,
.open-goal-strip article,
.open-pain-grid article {
  padding: clamp(26px, 2.2vw, 38px) !important;
}

.product-home-item::before,
.product-topic-card::before,
.news-card::before,
.solution-card-body::before,
.open-card::before,
.detail-panel::before,
.plain-item::before,
.strategy-item::before,
.solution-rich-item::before,
.job-list a::before,
.contact-card::before,
.customer-card::before,
.home-kpi-row div::before,
.team-proof div::before,
.open-release-facts article::before,
.open-audience-grid article::before,
.open-architecture-board article::before,
.open-goal-strip article::before,
.open-pain-grid article::before,
.open-milestone-track article::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.product-home-item::after,
.product-topic-card::after,
.news-card::after,
.solution-card::after,
.open-card::after,
.detail-panel::after,
.plain-item::after,
.strategy-item::after,
.solution-rich-item::after,
.job-list a::after,
.message-form::after,
.contact-card::after,
.customer-card::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 88% 14%, rgba(49,216,255,0.13), transparent 30%),
    linear-gradient(128deg, transparent 0 66%, rgba(18,104,255,0.06) 67% 100%) !important;
  pointer-events: none;
}

.product-home-item > *,
.product-topic-card > *,
.news-card > *,
.solution-card > *,
.open-card > *,
.detail-panel > *,
.plain-item > *,
.strategy-item > *,
.solution-rich-item > *,
.job-list a > *,
.message-form > *,
.contact-card > *,
.customer-card > * {
  position: relative;
  z-index: 1;
}

.product-home-item:hover,
.product-topic-card:hover,
.news-card:hover,
.solution-card:hover,
.open-card:hover,
.detail-panel:hover,
.plain-item:hover,
.strategy-item:hover,
.solution-rich-item:hover,
.job-list a:hover,
.customer-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--lt-shadow-strong) !important;
}

.product-home-item h3,
.product-topic-card h3,
.solution-card h3,
.open-card h3,
.detail-panel h3,
.plain-item h3,
.strategy-item h3,
.solution-rich-item h3,
.job-list a strong {
  color: var(--lt-ink) !important;
}

.product-home-item p,
.product-topic-card p,
.solution-card p,
.open-card p,
.detail-panel p,
.plain-item p,
.strategy-item p,
.solution-rich-item p,
.job-list a span {
  color: var(--lt-muted) !important;
}

.material-image,
.product-story-image,
.solution-visual,
.capability-flow-media,
.scene-row-media,
.open-module-panel figure,
.solution-rich-item figure {
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 72% 34%, rgba(49,216,255,0.22), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(226,246,255,0.9)) !important;
  box-shadow: var(--lt-shadow-strong) !important;
}

.material-image::after,
.product-story-image::after,
.solution-visual::after,
.capability-flow-media::after,
.scene-row-media::after,
.open-module-panel figure::after,
.solution-rich-item figure::after {
  opacity: 0.34 !important;
  filter: blur(0.2px);
}

.news-card {
  overflow: hidden !important;
  padding: 0 !important;
  background: rgba(255,255,255,0.92) !important;
}

.news-card .thumb {
  border: 0 !important;
  background:
    radial-gradient(circle at 76% 40%, rgba(49,216,255,0.22), transparent 31%),
    linear-gradient(135deg, #f8fdff 0%, #eaf7ff 58%, #f9fdff 100%) !important;
  box-shadow: none !important;
}

.news-card .thumb::before {
  background:
    linear-gradient(112deg, transparent 0 45%, rgba(49,216,255,0.10) 46% 47%, transparent 48%),
    radial-gradient(ellipse at 72% 56%, rgba(18,104,255,0.07), transparent 45%) !important;
}

.news-card .thumb::after {
  content: "" !important;
  display: block !important;
  right: 26px !important;
  top: 24px !important;
  width: 128px !important;
  height: 92px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.9), rgba(49,216,255,0.16) 52%, transparent 72%) !important;
  transform: none !important;
  box-shadow: none !important;
  opacity: 0.55 !important;
}

.news-card-title {
  padding: 28px 30px 12px !important;
}

.news-card-date {
  padding: 0 30px 30px !important;
}

.blue-band {
  color: var(--lt-ink) !important;
  background:
    radial-gradient(circle at 78% 12%, rgba(49,216,255,0.12), transparent 26%),
    linear-gradient(180deg, #f9fdff 0%, #eef8ff 54%, #ffffff 100%) !important;
}

.blue-band h2,
.blue-band h3,
.blue-band strong {
  color: var(--lt-ink) !important;
}

.blue-band p,
.blue-band span {
  color: var(--lt-muted) !important;
}

/* Open platform ecosystem: replace boxed callouts with a cleaner orbit diagram. */
.open-ecosystem-section {
  position: relative;
  overflow: hidden !important;
}

.open-ecosystem-section::before {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(1180px, 92vw);
  height: min(620px, 54vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(18,104,255,0.18) 0 24%, rgba(49,216,255,0.10) 25% 48%, transparent 49%),
    linear-gradient(90deg, rgba(18,104,255,0.18), rgba(49,216,255,0.18));
  opacity: 0.72;
  filter: blur(0.2px);
  pointer-events: none;
}

.open-ecosystem-map {
  position: relative !important;
  width: min(1040px, 100%) !important;
  min-height: 700px !important;
  margin: clamp(28px, 5vw, 62px) auto 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
}

.open-ecosystem-map::before,
.open-ecosystem-map::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  border-radius: 50% !important;
  pointer-events: none;
}

.open-ecosystem-map::before {
  width: min(720px, 68vw) !important;
  aspect-ratio: 1 !important;
  border: 1px solid rgba(18,104,255,0.13) !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.98) 0 24%, rgba(235,248,255,0.76) 25% 48%, transparent 49%),
    conic-gradient(from -90deg, rgba(18,104,255,0.36), rgba(49,216,255,0.12), rgba(18,104,255,0.04), rgba(49,216,255,0.2), rgba(18,104,255,0.36)) !important;
  box-shadow:
    inset 0 0 82px rgba(18,104,255,0.10),
    0 34px 110px rgba(18,104,255,0.15) !important;
}

.open-ecosystem-map::after {
  width: min(500px, 48vw) !important;
  aspect-ratio: 1 !important;
  border: 34px solid rgba(255,255,255,0.54) !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.92) 0 34%, rgba(218,244,255,0.42) 35% 62%, transparent 63%) !important;
  box-shadow: inset 0 0 62px rgba(49,216,255,0.20) !important;
}

.open-ecosystem-core {
  width: min(286px, 30vw) !important;
  aspect-ratio: 1 !important;
  padding: 36px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 42%, #ffffff 0 42%, rgba(236,249,255,0.96) 43% 68%, rgba(255,255,255,0.96) 69% 100%) !important;
  box-shadow:
    0 28px 86px rgba(18,104,255,0.19),
    inset 0 0 0 1px rgba(18,104,255,0.10),
    inset 0 -22px 46px rgba(18,104,255,0.08) !important;
}

.open-ecosystem-core span {
  color: var(--lt-blue) !important;
  font-size: 14px !important;
  letter-spacing: 0.04em !important;
}

.open-ecosystem-core strong {
  max-width: 220px;
  margin-top: 12px !important;
  color: var(--lt-ink) !important;
  font-size: clamp(26px, 2.2vw, 34px) !important;
  line-height: 1.14 !important;
}

.open-ecosystem-core p {
  color: var(--lt-muted) !important;
}

.open-ecosystem-map article {
  width: 174px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
  backdrop-filter: none !important;
  transform: rotate(var(--role-angle)) translate(318px) rotate(var(--role-counter-angle)) translate(-50%, -50%) !important;
}

.open-ecosystem-map article:hover {
  transform: rotate(var(--role-angle)) translate(336px) rotate(var(--role-counter-angle)) translate(-50%, -50%) !important;
  box-shadow: none !important;
}

.open-ecosystem-map article span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto 14px !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 30% 26%, rgba(255,255,255,0.58), transparent 28%),
    linear-gradient(135deg, var(--lt-blue), var(--lt-cyan)) !important;
  box-shadow: 0 18px 42px rgba(18,104,255,0.26) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.open-ecosystem-map article h3 {
  margin: 0 0 8px !important;
  color: var(--lt-ink) !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.open-ecosystem-map article p {
  margin: 0 !important;
  color: var(--lt-muted) !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
}

.open-loop-section {
  grid-template-columns: 1fr !important;
  gap: 36px !important;
}

.open-loop-diagram {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.open-loop-diagram::before {
  content: "" !important;
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(18,104,255,0.24), rgba(49,216,255,0.28), transparent) !important;
}

.open-loop-diagram article {
  position: relative;
  aspect-ratio: 1 / 1 !important;
  min-height: auto !important;
  padding: 28px 22px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 47%, rgba(255,255,255,0.98) 0 38%, rgba(232,248,255,0.88) 39% 62%, transparent 63%),
    conic-gradient(from -90deg, rgba(18,104,255,0.54), rgba(49,216,255,0.20), rgba(18,104,255,0.08), rgba(18,104,255,0.52)) !important;
  box-shadow: 0 26px 72px rgba(18,104,255,0.16) !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.open-loop-diagram article::before,
.open-loop-diagram article::after {
  content: none !important;
  display: none !important;
}

.open-loop-diagram article strong {
  color: var(--lt-blue) !important;
  font-size: 22px !important;
}

.open-loop-diagram article h3 {
  margin: 10px 0 8px !important;
  color: var(--lt-ink) !important;
}

.open-loop-diagram article p {
  margin: 0 !important;
  color: var(--lt-muted) !important;
}

/* Admin polish: practical, compact, no rough wireframe panels. */
.cms-shell {
  background:
    radial-gradient(circle at 76% 2%, rgba(49,216,255,0.13), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%) !important;
}

.cms-sidebar {
  border-right: 0 !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: 18px 0 50px rgba(26, 74, 130, 0.07) !important;
}

.cms-sidebar-state {
  border: 0 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #f4f9ff, #ffffff) !important;
  box-shadow: inset 0 0 0 1px rgba(18,104,255,0.08) !important;
}

.cms-nav-parent,
.cms-nav-item {
  border-radius: 14px !important;
  color: #243851 !important;
}

.cms-nav-parent:hover,
.cms-nav-item:hover {
  background: #eef6ff !important;
}

.cms-nav-parent-direct.is-active,
.cms-nav-item.active {
  background: linear-gradient(135deg, var(--lt-blue), var(--lt-blue-2)) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(18,104,255,0.24) !important;
}

.cms-nav-parent-direct.is-active .cms-nav-icon,
.cms-nav-item.active .cms-nav-icon {
  color: #ffffff !important;
}

.cms-main {
  background: transparent !important;
}

.cms-topbar {
  border: 0 !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,0.84) !important;
  box-shadow: var(--lt-shadow) !important;
}

.cms-panel,
.cms-form-section,
.cms-paired-row,
.cms-image-field,
.cms-region-editor {
  padding: clamp(22px, 2vw, 30px) !important;
}

.cms-table-wrap {
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: inset 0 0 0 1px rgba(18,104,255,0.08) !important;
}

.cms-table th {
  background: #f2f7ff !important;
  color: #51657e !important;
}

.cms-table td {
  background: rgba(255,255,255,0.82) !important;
}

.cms-form input,
.cms-form select,
.cms-form textarea,
.cms-toolbar input,
.cms-toolbar select {
  border: 1px solid rgba(18,104,255,0.14) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.cms-form input:focus,
.cms-form select:focus,
.cms-form textarea:focus,
.cms-toolbar input:focus,
.cms-toolbar select:focus {
  border-color: rgba(18,104,255,0.48) !important;
  box-shadow: 0 0 0 4px rgba(18,104,255,0.10) !important;
}

.cms-save,
.cms-primary,
.cms-upload-button,
.cms-paired-actions button {
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--lt-blue), var(--lt-blue-2)) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(18,104,255,0.22) !important;
}

.cms-delete,
.cms-image-remove,
.cms-paired-delete {
  border-radius: 12px !important;
}

.cms-image-field-preview,
.cms-paired-image .cms-image-field-preview,
.cms-image-preview {
  border: 0 !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 74% 28%, rgba(49,216,255,0.14), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef8ff) !important;
  box-shadow: inset 0 0 0 1px rgba(18,104,255,0.08) !important;
}

@media (max-width: 1180px) {
  .open-ecosystem-map {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    padding-top: 330px !important;
  }

  .open-ecosystem-map article,
  .open-ecosystem-map article:hover {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    min-height: 190px !important;
    padding: 24px !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,0.76) !important;
    box-shadow: var(--lt-shadow) !important;
    transform: none !important;
  }

  .open-loop-diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .open-loop-diagram::before {
    display: none !important;
  }

  .open-loop-diagram article {
    aspect-ratio: auto !important;
    border-radius: 24px !important;
    min-height: 210px !important;
  }
}

@media (max-width: 760px) {
  .product-home-grid,
  .product-topic-grid,
  .news-grid,
  .solution-card-grid,
  .open-grid,
  .strategy-grid,
  .home-kpi-row,
  .team-proof,
  .solution-rich-list,
  .solution-kpi-grid,
  .open-audience-grid,
  .open-architecture-board,
  .open-release-facts,
  .open-goal-strip,
  .open-pain-grid,
  .open-loop-diagram {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .open-ecosystem-map {
    grid-template-columns: 1fr !important;
    padding-top: 300px !important;
  }

  .open-ecosystem-core {
    width: 238px !important;
  }

  .news-card-title,
  .news-card-date {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* Absolute final cleanup: remove the useless blue cube blocks from news cards. */
.news-card::before,
.news-home-section .news-card::before,
.news-slab .news-card::before,
.cms-thumb-preview .news-card::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  clip-path: none !important;
}

/* Publish-ready visual system pass: reduce wireframes and make surfaces feel launch-grade. */
:root {
  --publish-blue: #1268ff;
  --publish-cyan: #2fd5ff;
  --publish-ink: #071326;
  --publish-muted: #52677e;
  --publish-line: rgba(18, 104, 255, 0.12);
  --publish-shadow: 0 28px 86px rgba(18, 104, 255, 0.12);
  --publish-soft-shadow: 0 18px 54px rgba(24, 90, 170, 0.09);
}

body {
  background:
    radial-gradient(circle at 78% 4%, rgba(47, 213, 255, 0.13), transparent 25%),
    radial-gradient(circle at 14% 18%, rgba(18, 104, 255, 0.08), transparent 24%),
    #ffffff !important;
}

.section,
.page-slab,
.news-slab,
.product-editorial-section {
  background-color: transparent !important;
}

.section-inner,
.product-story-block,
.product-section-lead,
.solution-directory-head,
.section-head {
  position: relative;
  z-index: 1;
}

.product-home-item,
.product-topic-card,
.news-card,
.solution-card,
.open-card,
.detail-panel,
.plain-item,
.strategy-item,
.solution-rich-item,
.job-list a,
.job-detail,
.message-form,
.contact-info,
.cms-panel {
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,251,255,0.84)) !important;
  box-shadow: var(--publish-soft-shadow) !important;
}

.product-home-item::before,
.product-topic-card::before,
.open-card::before,
.detail-panel::before,
.plain-item::before,
.strategy-item::before,
.solution-card-body::before,
.job-list a::before,
.contact-card::before,
.customer-card::before,
.home-kpi-row div::before,
.team-proof div::before,
.news-card::before,
.solution-rich-item::before {
  content: none !important;
  display: none !important;
}

.product-home-item::after,
.product-topic-card::after,
.news-card::after,
.solution-card::after,
.open-card::after,
.detail-panel::after,
.plain-item::after,
.strategy-item::after,
.solution-rich-item::after,
.job-list a::after,
.message-form::after,
.contact-card::after,
.customer-card::after {
  background:
    linear-gradient(118deg, transparent 0 68%, rgba(47, 213, 255, 0.08) 69% 70%, transparent 71%),
    radial-gradient(circle at 88% 12%, rgba(18,104,255,0.06), transparent 28%) !important;
}

.product-home-item:hover,
.product-topic-card:hover,
.news-card:hover,
.solution-card:hover,
.open-card:hover,
.detail-panel:hover,
.plain-item:hover,
.strategy-item:hover,
.solution-rich-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--publish-shadow) !important;
}

.section-head h2,
.product-section-lead h2,
.solution-directory-head h2,
.material-copy h2,
.open-release-copy h2 {
  color: var(--publish-ink) !important;
  letter-spacing: 0 !important;
}

.section-head p,
.product-section-lead p,
.solution-directory-head p,
.material-copy p,
.plain-item p,
.detail-panel p,
.strategy-item p {
  color: var(--publish-muted) !important;
}

.material-image,
.product-story-image,
.solution-visual,
.capability-flow-media,
.scene-row-media,
.open-module-panel figure,
.solution-rich-item figure {
  border: 0 !important;
  background:
    radial-gradient(circle at 72% 30%, rgba(47,213,255,0.20), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(232,247,255,0.9)) !important;
  box-shadow: var(--publish-shadow) !important;
}

.material-image::before,
.material-image::after,
.product-story-image::before,
.product-story-image::after,
.solution-visual::before,
.solution-visual::after,
.capability-flow-media::before,
.capability-flow-media::after,
.open-module-panel figure::before,
.open-module-panel figure::after,
.solution-rich-item figure::after {
  opacity: 0.48 !important;
}

.news-card .thumb {
  background:
    radial-gradient(circle at 76% 42%, rgba(47,213,255,0.24), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #eff9ff 58%, #ddf4ff 100%) !important;
}

.news-card .thumb::before {
  background:
    linear-gradient(112deg, transparent 0 40%, rgba(47,213,255,0.16) 41% 42%, transparent 43%),
    radial-gradient(ellipse at 73% 58%, rgba(18,104,255,0.07), transparent 46%),
    linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.8)) !important;
}

.news-card .thumb::after {
  opacity: 0.54 !important;
  filter: saturate(0.82);
}

.open-release-section,
.open-background-section,
.open-audience-section,
.open-architecture-section,
.open-module-section,
.open-loop-section,
.open-future-section,
.open-ecosystem-section {
  padding-block: clamp(72px, 8vw, 128px) !important;
}

.open-release-brief,
.open-background-section,
.open-architecture-board,
.open-loop-diagram,
.open-module-panel,
.open-milestone-track article {
  border: 0 !important;
  box-shadow: var(--publish-soft-shadow) !important;
}

.open-release-facts article,
.open-audience-grid article,
.open-architecture-board article,
.open-goal-strip article,
.open-pain-grid article,
.open-milestone-track article {
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,250,255,0.86)) !important;
  box-shadow: 0 18px 52px rgba(18,104,255,0.10) !important;
}

.open-release-facts article::before,
.open-audience-grid article::before,
.open-architecture-board article::before,
.open-goal-strip article::before,
.open-pain-grid article::before,
.open-milestone-track article::before {
  content: none !important;
  display: none !important;
}

.open-ecosystem-section {
  overflow: hidden;
}

.open-ecosystem-map {
  width: min(1120px, 100%) !important;
  min-height: 760px !important;
  margin: clamp(26px, 5vw, 64px) auto 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(ellipse at 50% 49%, rgba(18,104,255,0.24) 0 24%, rgba(47,213,255,0.13) 25% 43%, transparent 44%),
    radial-gradient(ellipse at 50% 50%, rgba(18,104,255,0.14) 0 42%, rgba(47,213,255,0.10) 43% 62%, transparent 63%),
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.94) 0 18%, rgba(246,252,255,0.84) 19% 40%, transparent 41%) !important;
  box-shadow: none !important;
}

.open-ecosystem-map::before,
.open-ecosystem-map::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  border-radius: 50% !important;
  pointer-events: none;
}

.open-ecosystem-map::before {
  width: min(780px, 74vw) !important;
  aspect-ratio: 1 !important;
  border: 1px solid rgba(18,104,255,0.16) !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.96) 0 28%, rgba(239,250,255,0.86) 29% 48%, transparent 49%),
    conic-gradient(from -90deg, rgba(18,104,255,0.38), rgba(47,213,255,0.08), rgba(18,104,255,0.04), rgba(47,213,255,0.2), rgba(18,104,255,0.38)) !important;
  box-shadow:
    inset 0 0 90px rgba(18,104,255,0.10),
    0 30px 100px rgba(18,104,255,0.14) !important;
}

.open-ecosystem-map::after {
  width: min(520px, 48vw) !important;
  aspect-ratio: 1 !important;
  border: 24px solid rgba(255,255,255,0.48) !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.92) 0 34%, rgba(218,244,255,0.48) 35% 62%, transparent 63%) !important;
  box-shadow:
    inset 0 0 62px rgba(47,213,255,0.20),
    0 0 0 1px rgba(18,104,255,0.08) !important;
}

.open-ecosystem-core {
  width: min(300px, 32vw) !important;
  padding: 38px !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,1) 0 42%, rgba(236,249,255,0.96) 43% 66%, rgba(255,255,255,0.96) 67% 100%) !important;
  box-shadow:
    0 26px 82px rgba(18,104,255,0.18),
    inset 0 0 0 1px rgba(18,104,255,0.10),
    inset 0 -18px 42px rgba(18,104,255,0.08) !important;
}

.open-ecosystem-core span {
  color: var(--publish-blue) !important;
  font-size: 14px !important;
}

.open-ecosystem-core strong {
  max-width: 220px;
  margin-top: 14px !important;
  color: var(--publish-ink) !important;
  font-size: clamp(26px, 2.2vw, 34px) !important;
  line-height: 1.16 !important;
}

.open-ecosystem-core p {
  color: var(--publish-muted) !important;
}

.open-ecosystem-map article {
  width: 222px !important;
  min-height: 0 !important;
  padding: 18px 20px 20px !important;
  border: 0 !important;
  border-radius: 26px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.62)) !important;
  box-shadow:
    0 24px 64px rgba(18,104,255,0.12),
    inset 0 0 0 1px rgba(18,104,255,0.10) !important;
  backdrop-filter: blur(18px);
  transform: rotate(var(--role-angle)) translate(330px) rotate(var(--role-counter-angle)) translate(-50%, -50%) !important;
}

.open-ecosystem-map article:hover {
  transform: rotate(var(--role-angle)) translate(346px) rotate(var(--role-counter-angle)) translate(-50%, -50%) !important;
  box-shadow:
    0 30px 78px rgba(18,104,255,0.18),
    inset 0 0 0 1px rgba(18,104,255,0.18) !important;
}

.open-ecosystem-map article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  border-radius: 50%;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--publish-blue), var(--publish-cyan));
  box-shadow: 0 12px 28px rgba(18,104,255,0.24);
  font-size: 12px !important;
}

.open-ecosystem-map article h3 {
  margin: 4px 0 8px !important;
  color: var(--publish-ink) !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.open-ecosystem-map article p {
  color: var(--publish-muted) !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.solution-rich-block,
.solution-info-block,
.solution-rich-item,
.solution-card,
.product-topic-card,
.product-home-item {
  border-radius: 22px !important;
}

@media (max-width: 1180px) {
  .open-ecosystem-map {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding-top: 320px !important;
  }

  .open-ecosystem-map article,
  .open-ecosystem-map article:hover {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    transform: none !important;
  }
}

@media (max-width: 760px) {
  .open-ecosystem-map {
    grid-template-columns: 1fr !important;
    padding-top: 300px !important;
  }

  .open-ecosystem-core {
    width: 240px !important;
  }
}

/* Final cleanup: remove the decorative blue cube from news cards. */
.news-card::before {
  content: none !important;
  display: none !important;
}

/* Final color correction: no heavy game-like blue bands on corporate pages. */
.blue-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(53, 189, 255, 0.18), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(18, 104, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #f8fcff 0%, #eef8ff 48%, #ffffff 100%) !important;
  color: #071326 !important;
}

.blue-band::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(18,104,255,0.055) 49% 50%, transparent 51%),
    radial-gradient(ellipse at 50% 105%, rgba(18,104,255,0.11), transparent 58%);
  pointer-events: none;
}

.blue-band .section-inner,
.blue-band .section-head,
.blue-band .strategy-grid,
.blue-band .strategy-item {
  position: relative;
  z-index: 1;
}

.blue-band .section-head h2,
.blue-band .strategy-item h3 {
  color: #071326 !important;
}

.blue-band .section-head p,
.blue-band .strategy-item p {
  color: #53657d !important;
}

.blue-band .strategy-item {
  border: 1px solid rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 18% 13%, rgba(55,227,223,0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,251,255,0.94)) !important;
  box-shadow: 0 26px 72px rgba(18,104,255,0.11) !important;
}

.blue-band .strategy-item::after {
  background:
    linear-gradient(122deg, transparent 0 58%, rgba(49,183,255,0.1) 59% 60%, transparent 61%),
    radial-gradient(circle at 88% 18%, rgba(18,104,255,0.07), transparent 22%) !important;
}

@media (max-width: 760px) {
  .open-loop-diagram article,
  .capability-flow,
  .scene-row,
  .product-story-block {
    border-radius: 22px !important;
  }
}

/* Final cleanup: avoid decorative icons breaking content cards and make product jump hint readable. */
.product-card-link-hint {
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  min-height: 44px;
  margin-top: auto !important;
  padding: 0 16px !important;
  border: 1px solid rgba(18,104,255,0.16) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(238,248,255,0.82)) !important;
  color: #1268ff !important;
  font-size: 14px !important;
  font-weight: 820 !important;
  line-height: 1.25 !important;
  box-shadow: 0 14px 34px rgba(18,104,255,0.08) !important;
  white-space: nowrap;
}

.product-card-link-hint::before {
  width: 28px !important;
  height: 1px !important;
  margin: 0 10px 0 0 !important;
  flex: 1 1 auto;
  min-width: 18px;
  border: 0 !important;
  background: linear-gradient(90deg, rgba(18,104,255,0.12), rgba(18,104,255,0.42)) !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.product-card-link-hint::after {
  margin-left: 8px;
  font-size: 17px;
}

.solution-card::before,
.solution-card::after {
  content: none !important;
  display: none !important;
}

.solution-rich-item figure {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 210px;
}

.solution-rich-item figure img {
  width: min(78%, 310px) !important;
  height: auto !important;
  max-height: 172px;
  object-fit: contain !important;
}

.solution-rich-item figure::after {
  inset: 18% !important;
  opacity: 0.9;
}

.solution-card-body::before {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 18px !important;
}

/* Visual reference authority pass: blue-white product launch style, placed last on purpose. */
:root {
  --launch-blue: #1268ff;
  --launch-blue-2: #31b7ff;
  --launch-cyan: #37e3df;
  --launch-ink: #071326;
  --launch-muted: #53657d;
  --launch-line: rgba(18, 104, 255, 0.14);
  --launch-surface: rgba(255, 255, 255, 0.94);
  --launch-shadow: 0 28px 76px rgba(18, 104, 255, 0.12);
}

body {
  background:
    radial-gradient(circle at 82% 4%, rgba(49, 183, 255, 0.12), transparent 28vw),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 42%, #f7fbff 100%) !important;
}

.site-header {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(8, 22, 45, 0.06), 0 18px 46px rgba(18, 104, 255, 0.06) !important;
}

.site-main,
.page-slab,
.product-detail-page,
.news-slab,
.solution-page,
.jobs-page,
.contact-page,
.about-page,
.customers-page,
.docs-page {
  background:
    radial-gradient(circle at 88% 14%, rgba(49, 183, 255, 0.1), transparent 24vw),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
}

.page-hero,
.banner-hero,
.product-hero-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 80% 44%, rgba(49, 183, 255, 0.32), transparent 24vw),
    linear-gradient(108deg, #ffffff 0%, #f4fbff 48%, #dff5ff 100%) !important;
  box-shadow: 0 34px 76px rgba(18, 104, 255, 0.14) !important;
}

.page-hero::before,
.banner-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 33%, rgba(255,255,255,0.46) 60%, rgba(255,255,255,0.08) 100%),
    radial-gradient(ellipse at 76% 52%, rgba(18,104,255,0.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(225,245,255,0.2)) !important;
}

.page-hero::after,
.banner-hero::after,
.product-hero-banner::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: auto 0 0;
  height: 64px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(18,104,255,0.2), rgba(18,104,255,0.08) 42%, transparent 72%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.96)) !important;
}

.hero-background-image,
.product-hero-banner .hero-background-image {
  opacity: 0.92 !important;
  object-fit: cover !important;
  object-position: 76% center !important;
  filter: saturate(1.08) contrast(0.98) brightness(1.06) !important;
  mix-blend-mode: multiply;
}

.banner-tech-visual,
.banner-visual {
  filter: saturate(1.08) brightness(1.08);
}

.banner-shadow-strip {
  height: 44px !important;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.92) 0%, #fff 100%) !important;
}

.banner-shadow-strip::before {
  content: "" !important;
  display: block !important;
  left: clamp(28px, 5vw, 96px) !important;
  right: clamp(28px, 5vw, 96px) !important;
  height: 44px !important;
  background: radial-gradient(ellipse at 50% 0%, rgba(18,104,255,0.18) 0%, rgba(18,104,255,0.08) 40%, transparent 72%) !important;
}

.hero-copy h1,
.product-hero-copy h1,
.section-head h2,
.product-editorial-head h2,
.solution-rich-head h2,
.solution-directory-head h1 {
  color: var(--launch-ink) !important;
  letter-spacing: 0 !important;
}

.hero-kicker,
.product-hero-copy span,
.section-label,
.product-editorial-head span,
.solution-rich-head span,
.solution-kicker,
.blue-label {
  color: var(--launch-blue) !important;
  font-weight: 820 !important;
}

.hero-copy p,
.product-hero-copy p,
.section-head p,
.product-editorial-head p,
.solution-lead,
.solution-rich-head p {
  color: var(--launch-muted) !important;
}

.hero-cta,
.page-hero .hero-cta,
.product-hero-banner .hero-cta,
.section-more-link,
.cms-primary,
.cms-save,
.message-form button,
.job-apply,
.solution-primary {
  border: 1px solid rgba(18, 104, 255, 0.9) !important;
  background: linear-gradient(180deg, #2b8bff 0%, #075deb 100%) !important;
  color: #fff !important;
  box-shadow: 0 20px 44px rgba(18,104,255,0.26) !important;
}

.hero-cta.secondary,
.solution-secondary,
.product-card-link-hint,
.cms-delete {
  border-color: rgba(18,104,255,0.22) !important;
  background: rgba(255,255,255,0.82) !important;
  color: var(--launch-blue) !important;
  box-shadow: 0 14px 34px rgba(18,104,255,0.09) !important;
}

.hero-cta:hover,
.section-more-link:hover,
.solution-primary:hover,
.solution-secondary:hover,
.product-card-link-hint:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(18,104,255,0.28) !important;
}

.product-home-grid,
.news-grid,
.solution-card-grid,
.open-grid,
.strategy-grid,
.home-kpi-row,
.team-proof,
.solution-rich-list,
.solution-kpi-grid,
.job-meta-grid {
  gap: clamp(24px, 2.4vw, 34px) !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.product-home-item,
.product-topic-card,
.news-card,
.solution-card,
.open-card,
.detail-panel,
.plain-item,
.strategy-item,
.home-kpi-row div,
.team-proof div,
.solution-rich-item,
.solution-process,
.solution-kpi-grid div,
.job-list a,
.job-detail,
.job-meta-grid p,
.message-form,
.contact-card,
.doc-card,
.customer-card,
.admin-panel,
.cms-panel,
.cms-list-item,
.cms-form-section,
.cms-paired-row {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--launch-line) !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(55,227,223,0.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,250,255,0.9)) !important;
  box-shadow: var(--launch-shadow) !important;
  backdrop-filter: blur(18px);
}

.product-home-item::after,
.product-topic-card::after,
.news-card::after,
.solution-card::after,
.open-card::after,
.detail-panel::after,
.plain-item::after,
.strategy-item::after,
.solution-rich-item::after,
.job-list a::after,
.message-form::after,
.contact-card::after,
.customer-card::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(122deg, transparent 0 58%, rgba(49,183,255,0.12) 59% 60%, transparent 61%),
    radial-gradient(circle at 86% 18%, rgba(18,104,255,0.08), transparent 22%);
  pointer-events: none;
}

.product-home-item > *,
.product-topic-card > *,
.news-card > *,
.solution-card > *,
.open-card > *,
.detail-panel > *,
.plain-item > *,
.strategy-item > *,
.solution-rich-item > *,
.job-list a > *,
.message-form > *,
.contact-card > *,
.customer-card > * {
  position: relative;
  z-index: 1;
}

.home-kpi-row div::before,
.team-proof div::before,
.detail-panel::before,
.plain-item::before,
.open-card::before,
.product-home-item::before,
.product-topic-card::before,
.strategy-item::before,
.solution-card-body::before,
.news-card::before,
.job-list a::before,
.contact-card::before,
.customer-card::before {
  content: "" !important;
  display: block !important;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(18,104,255,0.3) !important;
  background: linear-gradient(180deg, #35bdff 0%, #1268ff 100%) !important;
  box-shadow:
    inset 0 0 0 8px rgba(255,255,255,0.2),
    inset 0 -12px 22px rgba(4,52,170,0.16),
    0 16px 34px rgba(18,104,255,0.24) !important;
  clip-path: polygon(50% 3%, 92% 26%, 92% 74%, 50% 97%, 8% 74%, 8% 26%);
}

.product-home-item:hover,
.product-topic-card:hover,
.news-card:hover,
.solution-card:hover,
.open-card:hover,
.detail-panel:hover,
.plain-item:hover,
.strategy-item:hover,
.solution-rich-item:hover,
.job-list a:hover,
.customer-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18,104,255,0.34) !important;
  box-shadow: 0 34px 88px rgba(18,104,255,0.18) !important;
}

.product-home-item h3,
.product-topic-card h3,
.news-card-title,
.solution-card h3,
.open-card h3,
.detail-panel h3,
.plain-item h3,
.solution-rich-item h3,
.job-list h3 {
  color: var(--launch-ink) !important;
  font-weight: 900 !important;
}

.product-home-item p,
.product-topic-card p,
.solution-card p,
.open-card p,
.detail-panel p,
.plain-item p,
.solution-rich-item p,
.job-list p,
.home-kpi-row small {
  color: var(--launch-muted) !important;
}

.news-card {
  display: grid !important;
  grid-template-rows: auto minmax(96px, 1fr) auto;
}

.news-card .thumb {
  position: relative;
  order: -1;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  border: 0 !important;
  background:
    radial-gradient(circle at 74% 38%, rgba(49,183,255,0.38), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eaf8ff 52%, #d6f3ff 100%) !important;
  box-shadow: none !important;
}

.news-card .thumb::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(55,227,223,0.22) 39% 41%, transparent 42%),
    radial-gradient(ellipse at 75% 54%, rgba(18,104,255,0.1), transparent 42%),
    linear-gradient(0deg, rgba(255,255,255,0.14), rgba(255,255,255,0.78));
  pointer-events: none;
}

.news-card .thumb::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 16px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(18,104,255,0.2);
  border-radius: 50% !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.98) 0 27%, rgba(225,248,255,0.78) 28% 52%, transparent 53%),
    conic-gradient(from -90deg, rgba(18,104,255,0.54), rgba(49,183,255,0.18), rgba(55,227,223,0.34), rgba(18,104,255,0.52));
  transform: perspective(700px) rotateX(58deg);
  box-shadow: 0 22px 54px rgba(18,104,255,0.13);
  pointer-events: none;
}

.thumb-title {
  z-index: 3;
  top: 50px;
  color: var(--launch-ink) !important;
}

.thumb-sub { z-index: 3; }

.news-card-title {
  margin: 0 !important;
  padding: 26px 28px 10px !important;
  font-size: 22px !important;
  line-height: 1.45 !important;
}

.news-card-date {
  display: block;
  padding: 0 28px 28px !important;
  color: #69798e !important;
}

.product-story-image,
.capability-flow-media,
.scene-row-media,
.solution-visual,
.material-image,
.solution-rich-item figure {
  border: 1px solid rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 74% 28%, rgba(55,227,223,0.16), transparent 28%),
    linear-gradient(135deg, #ffffff, #ebf8ff) !important;
  box-shadow: 0 26px 70px rgba(18,104,255,0.13) !important;
}

.product-story-image::after,
.capability-flow-media::after,
.scene-row-media::after,
.solution-visual::after,
.material-image::after,
.solution-rich-item figure::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(18,104,255,0.16);
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.9) 0 22%, rgba(49,183,255,0.18) 23% 38%, transparent 39%),
    conic-gradient(from -90deg, rgba(18,104,255,0.24), transparent, rgba(55,227,223,0.22), transparent, rgba(18,104,255,0.24));
  transform: perspective(800px) rotateX(64deg);
  pointer-events: none;
}

.product-story-image img,
.capability-flow-media img,
.scene-row-media img,
.solution-visual img,
.material-image img,
.solution-rich-item figure img {
  position: relative;
  z-index: 1;
  filter: saturate(1.04) contrast(0.98) brightness(1.05) !important;
}

.open-loop-section {
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  overflow: visible !important;
}

.open-loop-copy {
  max-width: 860px;
}

.open-loop-diagram {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2.4vw, 36px) !important;
  width: 100%;
}

.open-loop-diagram::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(18,104,255,0), rgba(18,104,255,0.22), rgba(55,227,223,0.28), rgba(18,104,255,0));
}

.open-loop-diagram article {
  aspect-ratio: 1 / 1 !important;
  min-height: auto !important;
  padding: 34px 26px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(18,104,255,0.24) !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,0.96) 0 36%, rgba(230,248,255,0.92) 37% 61%, transparent 62%),
    conic-gradient(from -90deg, rgba(18,104,255,0.54), rgba(55,227,223,0.2), rgba(18,104,255,0.08), rgba(18,104,255,0.52)) !important;
  box-shadow: 0 26px 72px rgba(18,104,255,0.15) !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.open-loop-diagram article::before,
.open-loop-diagram article::after {
  display: none !important;
}

.open-loop-diagram article strong {
  color: var(--launch-blue) !important;
  font-size: 24px;
}

.open-loop-diagram article h3 {
  margin: 10px 0 8px;
  color: var(--launch-ink) !important;
}

.open-loop-diagram article p {
  margin: 0;
  color: var(--launch-muted) !important;
}

.open-ecosystem-map,
.delivery-orbit-ring {
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 25%, rgba(236,248,255,0.8) 26% 48%, transparent 49%),
    conic-gradient(from -90deg, rgba(18,104,255,0.5), rgba(55,227,223,0.18), rgba(18,104,255,0.12), rgba(18,104,255,0.48)) !important;
  box-shadow: 0 32px 92px rgba(18,104,255,0.16) !important;
}

.open-ecosystem-core,
.delivery-orbit-core {
  border-radius: 50% !important;
  background: rgba(255,255,255,0.94) !important;
  box-shadow: inset 0 0 0 1px rgba(18,104,255,0.12), 0 16px 42px rgba(18,104,255,0.14) !important;
}

.open-ecosystem-node,
.delivery-orbit-node {
  border-radius: 50% !important;
  border-color: rgba(18,104,255,0.22) !important;
  background: linear-gradient(180deg, #ffffff, #eaf8ff) !important;
  box-shadow: 0 18px 42px rgba(18,104,255,0.16) !important;
}

.solution-rich-block {
  padding: clamp(26px, 4vw, 48px) 0 !important;
  border-top: 1px solid rgba(18,104,255,0.1) !important;
}

.solution-rich-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.solution-rich-item {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
}

.solution-rich-item figure {
  height: 210px !important;
  aspect-ratio: auto !important;
}

.solution-rich-item div {
  padding: 24px 26px 28px !important;
}

.solution-chapter-mark {
  color: var(--launch-blue) !important;
}

.cms-shell {
  background: #f5f8fc !important;
}

.cms-panel,
.cms-list-item,
.cms-form-section,
.cms-paired-row,
.cms-image-field,
.cms-region-editor,
.cms-editor,
.cms-preview-pane {
  border-color: rgba(18,104,255,0.12) !important;
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 16px 44px rgba(18,104,255,0.07) !important;
}

@media (max-width: 1120px) {
  .open-loop-diagram,
  .solution-rich-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .hero-inner,
  .banner-hero .hero-inner,
  .product-hero-inner {
    width: min(100% - 36px, 1240px) !important;
    min-height: 420px !important;
    padding: 46px 0 58px !important;
  }

  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.28 !important;
    object-position: 76% center !important;
  }

  .hero-copy h1,
  .product-hero-copy h1 {
    font-size: clamp(34px, 11vw, 44px) !important;
  }

  .product-home-grid,
  .news-grid,
  .solution-card-grid,
  .open-grid,
  .strategy-grid,
  .home-kpi-row,
  .team-proof,
  .solution-rich-list,
  .solution-kpi-grid,
  .job-meta-grid,
  .open-loop-diagram {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .open-loop-diagram article {
    aspect-ratio: auto !important;
    border-radius: 22px !important;
    min-height: 220px !important;
  }

  .news-card .thumb::after {
    right: 16px;
    top: 16px;
    width: 112px;
    height: 112px;
  }

  .product-home-item,
  .product-topic-card,
  .news-card,
  .solution-card,
  .open-card,
  .detail-panel,
  .plain-item,
  .strategy-item,
  .solution-rich-item,
  .job-list a,
  .message-form,
  .contact-card,
  .customer-card {
    padding: 24px !important;
  }

  .news-card {
    padding: 0 !important;
  }

  .solution-rich-item {
    padding: 0 !important;
  }
}

/* EOF visual authority layer: match the uploaded bright-blue platform style */
.hero-cta,
.page-hero .hero-cta,
.product-hero-banner .hero-cta,
.section-more-link {
  border: 1px solid rgba(18, 104, 255, 0.88) !important;
  background: linear-gradient(180deg, #2383ff 0%, #075deb 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(18,104,255,0.25) !important;
}

.product-home-grid {
  gap: 24px !important;
  border: 0 !important;
  background: transparent !important;
}

.product-home-item,
.news-card,
.solution-card,
.open-card,
.detail-panel,
.plain-item,
.home-kpi-row div,
.team-proof div {
  border: 1px solid rgba(18,104,255,0.16) !important;
  background:
    radial-gradient(circle at 18% 13%, rgba(51,216,255,0.17), transparent 27%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(242,250,255,0.9)) !important;
  box-shadow: 0 26px 66px rgba(18,104,255,0.11) !important;
  backdrop-filter: blur(14px);
}

.home-kpi-row div::before,
.team-proof div::before,
.detail-panel::before,
.plain-item::before,
.open-card::before,
.product-home-item::before,
.strategy-item::before,
.solution-card-body::before,
.news-card::before {
  background: linear-gradient(180deg, #35bdff 0%, #1268ff 100%) !important;
  border-color: rgba(18,104,255,0.3) !important;
  box-shadow:
    inset 0 0 0 8px rgba(255,255,255,0.2),
    inset 0 -12px 22px rgba(4,52,170,0.16),
    0 16px 34px rgba(18,104,255,0.24) !important;
  clip-path: polygon(50% 3%, 92% 26%, 92% 74%, 50% 97%, 8% 74%, 8% 26%);
}

.news-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.news-card .thumb {
  position: relative;
  order: -1;
  aspect-ratio: 16 / 8.6;
  overflow: hidden;
  border: 0 !important;
  background:
    radial-gradient(circle at 72% 38%, rgba(51,216,255,0.36), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #e8f7ff 52%, #d4f2ff 100%) !important;
  box-shadow: none !important;
}

.news-card .thumb::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, rgba(18,104,255,0) 0 40%, rgba(51,216,255,0.22) 41% 43%, rgba(18,104,255,0) 44%),
    linear-gradient(0deg, rgba(255,255,255,0.16), rgba(255,255,255,0.72));
  pointer-events: none;
}

.news-card .thumb::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 2;
  right: 32px;
  top: 18px;
  width: 146px;
  height: 146px;
  border: 1px solid rgba(18,104,255,0.2);
  border-radius: 50% !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.96) 0 30%, rgba(229,248,255,0.78) 31% 54%, transparent 55%),
    conic-gradient(from -90deg, rgba(18,104,255,0.52), rgba(51,216,255,0.2), rgba(38,228,212,0.34), rgba(18,104,255,0.48));
  transform: perspective(700px) rotateX(58deg);
  box-shadow: 0 20px 48px rgba(18,104,255,0.12);
  pointer-events: none;
}

.thumb-title {
  z-index: 3;
  top: 52px;
  color: #0a1326 !important;
}

.thumb-sub {
  z-index: 3;
}

.news-card-title {
  padding: 26px 28px 10px !important;
  color: #0a1326 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

.news-card-date {
  padding: 0 28px 28px !important;
  color: #64758b !important;
}

.open-loop-section {
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  overflow: hidden;
}

.open-loop-copy {
  max-width: 820px;
}

.open-loop-diagram {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
  width: 100%;
}

.open-loop-diagram article {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  aspect-ratio: 1;
  min-height: 0 !important;
  padding: 26px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(18,104,255,0.22) !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,0.98) 0 34%, rgba(236,249,255,0.92) 35% 100%) !important;
  box-shadow:
    inset 0 0 0 14px rgba(255,255,255,0.72),
    0 24px 58px rgba(18,104,255,0.13) !important;
}

.open-ecosystem-map::before,
.open-ecosystem-map::after,
.open-ecosystem-core,
.delivery-orbit-ring,
.delivery-orbit-core {
  border-radius: 50% !important;
}

@media (max-width: 1120px) {
  .product-home-grid,
  .open-loop-diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .open-loop-diagram article {
    border-radius: 0 !important;
    aspect-ratio: auto;
    max-width: none;
    min-height: 190px !important;
  }
}

@media (max-width: 700px) {
  .product-home-grid,
  .open-loop-diagram {
    grid-template-columns: 1fr !important;
  }
}

/* Reference-style visual refresh: bright blue glass, richer diagrams, fewer wireframes */
:root {
  --blue: #1268ff;
  --blue-2: #28a7ff;
  --cyan: #33d8ff;
  --aqua: #26e4d4;
  --ink: #091326;
  --muted: #53657c;
  --line: #e6f0fb;
  --pale: #f4faff;
  --panel: #eef7ff;
  --card-gap: clamp(24px, 2.2vw, 36px);
  --card-gap-lg: clamp(34px, 3.4vw, 58px);
  --card-border: rgba(28, 127, 255, 0.14);
  --card-bg: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,250,255,0.88));
  --card-shadow: 0 24px 60px rgba(16, 96, 188, 0.11);
  --glass-bg: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(235,248,255,0.72));
  --glass-line: rgba(28, 127, 255, 0.18);
  --tech-shadow: 0 32px 78px rgba(18, 98, 196, 0.14);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 8%, rgba(199, 237, 255, 0.42), transparent 28%),
    radial-gradient(circle at 10% 22%, rgba(228, 245, 255, 0.62), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 44%, #ffffff 100%);
}

.site-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(208, 228, 247, 0.72);
  box-shadow: 0 10px 38px rgba(13, 74, 156, 0.06);
}

.brand {
  color: #0b1428;
  font-weight: 900;
}

.nav-trigger,
.user-trigger {
  color: #142033;
  font-weight: 760;
}

.nav-trigger.active,
.nav-item:hover .nav-trigger,
.nav-item:focus-within .nav-trigger {
  color: var(--blue);
}

.page-hero,
.product-hero-banner {
  min-height: 570px;
  background:
    radial-gradient(circle at 76% 42%, rgba(32, 157, 255, 0.18), transparent 28%),
    radial-gradient(circle at 18% 44%, rgba(255, 255, 255, 0.98) 0 24%, rgba(255, 255, 255, 0) 50%),
    linear-gradient(105deg, #ffffff 0%, #f4fbff 47%, #dff4ff 100%);
  box-shadow: 0 28px 88px rgba(16, 92, 180, 0.16);
}

.page-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 34%, rgba(255,255,255,0.28) 62%, rgba(255,255,255,0.02) 100%),
    radial-gradient(circle at 76% 55%, rgba(39, 164, 255, 0.16), transparent 38%);
}

.page-hero::after,
.product-hero-banner::after {
  height: 150px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(249, 253, 255, 0.98) 100%);
}

.hero-background-image,
.product-hero-banner .hero-background-image {
  opacity: 0.86;
  filter: saturate(1.04) brightness(1.06);
}

.banner-tech-visual::before {
  right: 2vw;
  width: 58vw;
  height: 320px;
  background:
    radial-gradient(ellipse at 58% 56%, rgba(18, 104, 255, 0.18), transparent 60%),
    linear-gradient(90deg, rgba(18,104,255,0), rgba(40,167,255,0.22), rgba(38,228,212,0.14), rgba(18,104,255,0));
}

.glass-panel,
.glass-chip {
  border-color: rgba(44, 166, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.76), rgba(96,207,255,0.20), rgba(34,226,211,0.24)),
    linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0.05));
  box-shadow:
    inset 0 0 24px rgba(255,255,255,0.72),
    inset 0 -20px 44px rgba(21, 117, 255, 0.12),
    0 28px 72px rgba(20, 105, 204, 0.14);
}

.hero-kicker,
.product-hero-copy span,
.section-kicker,
.solution-directory-head span {
  color: var(--blue) !important;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy h1,
.product-hero-copy h1 {
  color: #0a1326;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-copy p,
.product-hero-copy p {
  color: #33455c;
  font-weight: 520;
}

.hero-cta,
.page-hero .hero-cta,
.product-hero-banner .hero-cta,
.section-more-link,
.cms-primary,
.wide-button {
  border: 1px solid rgba(18, 104, 255, 0.86) !important;
  color: #fff !important;
  background: linear-gradient(180deg, #1d7cff 0%, #075ceb 100%) !important;
  box-shadow: 0 16px 34px rgba(18, 104, 255, 0.24) !important;
  font-weight: 900;
}

.hero-cta:hover,
.section-more-link:hover,
.cms-primary:hover,
.wide-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(18, 104, 255, 0.3) !important;
}

.section,
.page-slab,
.news-slab,
.solution-page,
.jobs-page,
.contact-page {
  background:
    radial-gradient(circle at 86% 8%, rgba(213, 242, 255, 0.52), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.section-head h2,
.solution-directory-head h2,
.product-section-lead h2,
.product-story-copy h2,
.product-topic-bottom h2,
.delivery-copy h2,
.open-release-copy h2,
.open-loop-copy h2,
.open-ecosystem-section h2,
.open-background-copy h2,
.open-future-head h2,
.open-architecture-section h2 {
  color: #0a1326;
  font-weight: 950;
}

.section-head p,
.product-section-lead p,
.solution-directory-head p,
.product-story-copy p,
.product-topic-bottom p,
.delivery-copy p {
  color: #51657c;
}

.material-image,
.product-story-image,
.solution-visual,
.job-cover-image,
.thumb,
.solution-card figure,
.product-topic-card figure,
.open-module-panel figure,
.capability-flow-media,
.scene-row-media {
  border: 0 !important;
  background:
    radial-gradient(circle at 68% 28%, rgba(71, 185, 255, 0.26), transparent 34%),
    linear-gradient(145deg, #f8fdff, #e8f6ff) !important;
  box-shadow: 0 28px 72px rgba(22, 97, 184, 0.13) !important;
}

.material-image::before,
.product-story-image::before,
.solution-visual::before,
.open-module-panel figure::before,
.capability-flow-media::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(33, 150, 255, 0.18);
  border-radius: 50% !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.74) 0 16%, transparent 17%),
    conic-gradient(from -90deg, rgba(18,104,255,0.22), rgba(51,216,255,0.12), rgba(18,104,255,0.2), rgba(38,228,212,0.1), rgba(18,104,255,0.22));
  transform: perspective(900px) rotateX(64deg);
  opacity: 0.64;
  pointer-events: none;
}

.material-image,
.product-story-image,
.solution-visual,
.open-module-panel figure,
.capability-flow-media {
  position: relative;
}

.material-image img,
.product-story-image img,
.solution-visual img,
.open-module-panel img,
.capability-flow-media img,
.scene-row-media img,
.thumb.thumb-image > img,
.solution-card img,
.product-topic-card img {
  filter: saturate(1.08) brightness(1.06);
}

.home-kpi-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 0 !important;
  background: transparent !important;
  gap: 22px !important;
}

.home-kpi-row div,
.team-proof div,
.detail-panel,
.plain-item,
.open-card,
.product-home-item,
.strategy-item,
.news-card,
.solution-card,
.solution-rich-block,
.solution-rich-item,
.solution-meta div,
.job-list,
.job-detail,
.contact-info,
.message-form,
.product-topic-bottom,
.other-products,
.product-metric-strip div,
.open-release-facts article,
.open-pain-grid article,
.open-goal-strip article,
.open-audience-grid article,
.open-architecture-board article,
.open-module-panel,
.open-milestone-track article {
  border: 1px solid var(--glass-line) !important;
  background: var(--glass-bg) !important;
  box-shadow: var(--card-shadow) !important;
  backdrop-filter: blur(16px);
}

.home-kpi-row div,
.team-proof div,
.detail-panel,
.plain-item,
.open-card,
.product-home-item,
.strategy-item {
  position: relative;
  overflow: hidden;
}

.home-kpi-row div::before,
.team-proof div::before,
.detail-panel::before,
.plain-item::before,
.open-card::before,
.product-home-item::before,
.strategy-item::before,
.solution-card-body::before,
.news-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(18, 104, 255, 0.26);
  background:
    linear-gradient(180deg, #36b7ff 0%, #1268ff 100%);
  box-shadow:
    inset 0 0 0 9px rgba(255,255,255,0.2),
    inset 0 -12px 22px rgba(4, 52, 170, 0.16),
    0 16px 34px rgba(18,104,255,0.22);
  clip-path: polygon(50% 3%, 92% 26%, 92% 74%, 50% 97%, 8% 74%, 8% 26%);
}

.product-home-item::after,
.strategy-item::after,
.open-card::after,
.news-card::after,
.solution-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), transparent);
  transform: scaleX(0.18);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.product-home-item:hover::after,
.strategy-item:hover::after,
.open-card:hover::after,
.news-card:hover::after,
.solution-card:hover::after {
  transform: scaleX(1);
}

.product-home-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px !important;
  border: 0 !important;
  background: transparent !important;
}

.product-home-item {
  min-height: 320px;
  padding: 34px 30px !important;
  transform: translateY(0);
  background:
    radial-gradient(circle at 20% 14%, rgba(51,216,255,0.16), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,250,255,0.9)) !important;
}

.product-home-item:hover,
.solution-card:hover,
.news-card:hover,
.open-card:hover,
.detail-panel:hover,
.plain-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 36px 86px rgba(18, 104, 255, 0.18) !important;
}

.product-home-item h3,
.solution-card h3,
.news-card-title,
.open-card h3,
.plain-item h3,
.detail-panel h2,
.strategy-item h3 {
  color: #0a1326 !important;
  font-weight: 900;
}

.product-card-link-hint {
  color: var(--blue);
}

.blue-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(79, 194, 255, 0.16), transparent 34%),
    radial-gradient(circle at 12% 82%, rgba(18, 104, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #eef8ff 48%, #ffffff 100%) !important;
  color: #071326 !important;
}

.blue-band .section-head h2,
.blue-band .strategy-item h3 {
  color: #071326 !important;
}

.blue-band .section-head p,
.blue-band .strategy-item p {
  color: #53657d !important;
}

.blue-band .strategy-item {
  border-color: rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 18% 13%, rgba(55,227,223,0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,251,255,0.94)) !important;
  box-shadow: 0 26px 72px rgba(18,104,255,0.11) !important;
}

.news-tabs-wrap {
  background: rgba(255,255,255,0.86);
  box-shadow: inset 0 -1px 0 rgba(203, 225, 248, 0.72);
}

.news-tabs {
  height: 120px;
  border-bottom: 0;
}

.news-tab {
  height: 68px;
  width: 180px;
  color: #1a2a40;
  font-weight: 760;
}

.news-tab::after {
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.news-grid {
  gap: 34px !important;
}

.news-card {
  position: relative;
  overflow: hidden;
  min-height: 378px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.news-card::before {
  margin: 24px 24px 0;
}

.news-card .thumb {
  order: -1;
  margin: 0;
  box-shadow: none !important;
}

.thumb {
  border: 0 !important;
  aspect-ratio: 16 / 8.6;
}

.thumb::before {
  z-index: 1;
  background:
    linear-gradient(110deg, rgba(18,104,255,0) 0 42%, rgba(51,216,255,0.24) 43% 45%, rgba(18,104,255,0) 46%),
    radial-gradient(circle at 78% 40%, rgba(51,216,255,0.32), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.68));
}

.thumb::after {
  z-index: 2;
  width: 138px;
  height: 138px;
  right: 34px;
  top: 22px;
  bottom: auto;
  border-radius: 50% !important;
  border-color: rgba(18, 104, 255, 0.22);
  background:
    radial-gradient(circle, rgba(255,255,255,0.92) 0 30%, rgba(232,248,255,0.78) 31% 54%, transparent 55%),
    conic-gradient(from -90deg, rgba(18,104,255,0.52), rgba(51,216,255,0.2), rgba(38,228,212,0.36), rgba(18,104,255,0.48));
  transform: perspective(700px) rotateX(58deg);
  box-shadow: 0 20px 48px rgba(18,104,255,0.12);
}

.thumb-title {
  z-index: 3;
  top: 54px;
  color: #0a1326;
}

.thumb-sub {
  z-index: 3;
}

.news-card-title {
  padding: 24px 28px 10px !important;
  font-size: 22px;
  line-height: 1.45;
}

.news-card-date {
  padding: 0 28px 28px !important;
  color: #6b7c91;
}

.solution-directory-head {
  border-bottom: 0;
  padding-bottom: 0;
}

.solution-card-grid {
  gap: 30px !important;
}

.solution-card {
  position: relative;
  overflow: hidden;
  grid-template-rows: 220px minmax(0, 1fr);
  border: 0;
}

.solution-card figure {
  box-shadow: none !important;
}

.solution-card-body {
  position: relative;
  padding: 28px 28px 30px !important;
}

.solution-card-body::before {
  margin-bottom: 16px;
}

.solution-card-meta {
  border-top: 1px solid rgba(18, 104, 255, 0.12);
}

.product-story-block {
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
}

.product-story-image {
  min-height: 470px;
  background: #f3fbff !important;
}

.product-story-image::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.14) 44%, rgba(255,255,255,0.84) 100%),
    linear-gradient(90deg, rgba(18,104,255,0.12), transparent 56%);
}

.product-story-image figcaption,
.product-theme-open-platform .product-story-image figcaption {
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid rgba(18, 104, 255, 0.14);
  border-left: 4px solid var(--blue);
  background: rgba(255,255,255,0.92);
  color: #0a1326;
  box-shadow: 0 20px 52px rgba(18,104,255,0.12);
}

.product-story-image figcaption strong {
  color: #0a1326;
}

.product-metric-strip,
.product-theme-open-platform .product-metric-strip,
.open-stat-board,
.open-audience-grid,
.open-milestone-track {
  border: 0 !important;
  background: transparent !important;
  gap: 18px !important;
}

.product-metric-strip div,
.open-stat-board div {
  border: 1px solid rgba(18, 104, 255, 0.12) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,249,255,0.86)) !important;
  box-shadow: 0 18px 42px rgba(18,104,255,0.1);
}

.product-metric-strip strong,
.open-stat-board strong {
  color: var(--blue) !important;
  font-weight: 950;
}

.product-capability-section,
.product-scene-section,
.product-delivery-section,
.open-release-section,
.open-background-section,
.open-audience-section,
.open-architecture-section,
.open-module-section,
.open-loop-section,
.open-future-section,
.open-ecosystem-section {
  position: relative;
}

.product-capability-section::before,
.product-scene-section::before,
.product-delivery-section::before,
.open-background-section::before,
.open-architecture-section::before,
.open-loop-section::before,
.open-ecosystem-section::before {
  content: "";
  position: absolute;
  inset: -28px -24px auto auto;
  width: min(340px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(18, 104, 255, 0.12);
  border-radius: 50% !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.72) 0 19%, transparent 20%),
    conic-gradient(from 90deg, rgba(18,104,255,0.18), rgba(51,216,255,0.06), rgba(38,228,212,0.14), rgba(18,104,255,0.18));
  transform: rotateX(64deg);
  opacity: 0.58;
  pointer-events: none;
}

.capability-river {
  border-top: 0;
  gap: 26px;
}

.capability-flow {
  border: 1px solid rgba(18,104,255,0.13) !important;
  background: var(--glass-bg);
  box-shadow: var(--card-shadow);
  padding: 26px !important;
}

.capability-flow-copy span,
.open-loop-diagram span,
.open-architecture-board small,
.open-pain-grid span,
.open-audience-grid span {
  color: var(--blue) !important;
}

.scene-stage {
  border: 1px solid rgba(18,104,255,0.12);
  background:
    radial-gradient(circle at 78% 18%, rgba(51,216,255,0.28), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef8ff) !important;
  box-shadow: var(--tech-shadow) !important;
}

.scene-row {
  border: 1px solid rgba(18,104,255,0.13) !important;
  background: rgba(255,255,255,0.88) !important;
  box-shadow: 0 18px 42px rgba(18,104,255,0.09);
}

.scene-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 64px rgba(18,104,255,0.14);
}

.open-release-brief,
.open-background-section,
.open-loop-section,
.open-future-section {
  border: 0 !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(51,216,255,0.18), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(239,249,255,0.9)) !important;
  box-shadow: var(--tech-shadow);
}

.open-release-brief {
  padding: 56px;
}

.open-background-section,
.open-loop-section,
.open-future-section {
  overflow: hidden;
}

.open-goal-strip {
  gap: 16px;
}

.open-goal-strip article,
.open-pain-grid article {
  border-left: 0 !important;
}

.open-goal-strip article::before,
.open-pain-grid article::before,
.open-audience-grid article::before,
.open-architecture-board article::before,
.open-milestone-track article::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border: 1px solid rgba(18, 104, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(221,246,255,0.82)),
    radial-gradient(circle, rgba(18,104,255,0.16), transparent 60%);
  clip-path: polygon(50% 3%, 92% 26%, 92% 74%, 50% 97%, 8% 74%, 8% 26%);
}

.open-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.open-audience-grid article {
  border-right: 1px solid rgba(18,104,255,0.14) !important;
  border-bottom: 1px solid rgba(18,104,255,0.14) !important;
}

.open-architecture-board {
  border: 0 !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(239,249,255,0.9)) !important;
  box-shadow: var(--tech-shadow) !important;
  gap: 20px;
  padding: 28px;
}

.open-architecture-axis {
  border: 0 !important;
  background:
    linear-gradient(90deg, rgba(18,104,255,0.12), rgba(255,255,255,0.88)),
    radial-gradient(circle at 92% 50%, rgba(51,216,255,0.2), transparent 28%);
  box-shadow: inset 0 0 0 1px rgba(18,104,255,0.1);
}

.open-architecture-board article {
  min-height: 238px;
  border-right: 1px solid rgba(18,104,255,0.12) !important;
}

.open-module-panel {
  border: 0 !important;
  background: var(--glass-bg) !important;
}

.open-loop-section {
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  align-items: stretch;
}

.open-loop-copy {
  max-width: 820px;
}

.open-loop-diagram {
  align-items: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
  width: 100%;
}

.open-loop-diagram::before {
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(90deg, rgba(18,104,255,0.12), rgba(51,216,255,0.64), rgba(38,228,212,0.4));
}

.open-loop-diagram article {
  aspect-ratio: 1;
  min-height: 0;
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(18,104,255,0.22) !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,0.98) 0 34%, rgba(236,249,255,0.92) 35% 100%) !important;
  box-shadow:
    inset 0 0 0 14px rgba(255,255,255,0.72),
    0 24px 58px rgba(18,104,255,0.13) !important;
  text-align: center;
}

.open-loop-diagram article:not(:last-child)::after {
  right: -28px;
  width: 36px;
  border-color: var(--blue);
}

.open-loop-diagram h3 {
  margin: 14px 0 10px;
}

.open-loop-diagram p {
  font-size: 12px;
  line-height: 1.64;
}

.open-ecosystem-map {
  border: 0 !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.98) 0 20%, rgba(236,249,255,0.88) 21% 100%),
    linear-gradient(145deg, #ffffff, #eef8ff) !important;
  box-shadow: var(--tech-shadow) !important;
}

.open-ecosystem-map::before,
.open-ecosystem-map::after,
.open-ecosystem-core,
.delivery-orbit-ring,
.delivery-orbit-core {
  border-radius: 50% !important;
}

.open-ecosystem-map::after,
.delivery-orbit-ring {
  animation: orbit-soft-spin 18s linear infinite;
}

.open-ecosystem-core {
  border: 1px solid rgba(18,104,255,0.22) !important;
  background: rgba(255,255,255,0.94) !important;
  box-shadow:
    inset 0 0 0 16px rgba(239,249,255,0.82),
    0 28px 74px rgba(18,104,255,0.16) !important;
}

.open-ecosystem-map article {
  border: 1px solid rgba(18,104,255,0.16) !important;
  background: rgba(255,255,255,0.94) !important;
  box-shadow: 0 18px 44px rgba(18,104,255,0.1) !important;
}

.product-delivery-section {
  align-items: center;
}

.delivery-orbit-ring {
  border: 1px solid rgba(18,104,255,0.18) !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.94) 0 32%, rgba(228,247,255,0.56) 33% 56%, transparent 57%),
    conic-gradient(from -90deg, rgba(18,104,255,0.6), rgba(51,216,255,0.18), rgba(38,228,212,0.36), rgba(18,104,255,0.52)) !important;
}

.delivery-orbit-core {
  border: 1px solid rgba(18,104,255,0.24) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(239,249,255,0.92)) !important;
}

.delivery-node {
  border: 1px solid rgba(18,104,255,0.15) !important;
  background: rgba(255,255,255,0.94) !important;
  box-shadow: 0 16px 36px rgba(18,104,255,0.12);
}

.delivery-node.is-active,
.delivery-node:hover {
  border-color: rgba(18,104,255,0.42) !important;
  box-shadow: 0 22px 52px rgba(18,104,255,0.18);
}

.job-shell,
.contact-layout,
.two-col {
  gap: clamp(32px, 4vw, 64px) !important;
}

.job-list,
.contact-info {
  border: 1px solid rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(51,216,255,0.2), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(241,249,255,0.9)) !important;
  box-shadow: var(--card-shadow) !important;
}

.contact-methods div,
.job-meta-grid div,
.solution-meta div {
  border: 1px solid rgba(18,104,255,0.12) !important;
  background: rgba(255,255,255,0.82) !important;
}

@keyframes orbit-soft-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .open-ecosystem-map::after,
  .delivery-orbit-ring {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .product-home-grid,
  .open-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .open-loop-diagram article {
    border-radius: 0 !important;
    aspect-ratio: auto;
    min-height: 210px;
  }
}

@media (max-width: 700px) {
  .page-hero,
  .product-hero-banner {
    min-height: 500px;
  }

  .hero-copy h1,
  .product-hero-copy h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .home-kpi-row,
  .product-home-grid,
  .open-audience-grid {
    grid-template-columns: 1fr;
  }

  .news-grid,
  .solution-card-grid {
    gap: 22px !important;
  }

  .open-release-brief,
  .open-background-section,
  .open-loop-section,
  .open-future-section {
    padding: 28px !important;
  }

  .open-loop-diagram article {
    text-align: left;
    padding: 24px !important;
  }
}

/* Inspection product: stronger capability logic and scenario expansion CTA */
.product-theme-inspection {
  --inspection-accent: #0497d8;
  --inspection-deep: #073b8e;
  --inspection-soft: #e9f8ff;
  --inspection-line: #d5e8f5;
}

.inspection-capability-section .product-section-lead {
  align-items: start;
}

.inspection-capability-system {
  display: grid;
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.inspection-capability-rail {
  position: relative;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--inspection-line);
  border-left: 1px solid var(--inspection-line);
  background: #fff;
}

.inspection-capability-rail::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 54px;
  bottom: 54px;
  width: 2px;
  background: linear-gradient(180deg, rgba(4,151,216,0.12), rgba(4,151,216,0.72), rgba(4,151,216,0.12));
  pointer-events: none;
}

.inspection-capability-step {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 108px;
  border: 0;
  border-right: 1px solid var(--inspection-line);
  border-bottom: 1px solid var(--inspection-line);
  padding: 0 24px 0 26px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.inspection-capability-step:hover,
.inspection-capability-step:focus-visible,
.inspection-capability-step.is-active {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(233,248,255,0.96), #fff 64%);
  box-shadow: 0 22px 52px rgba(4, 151, 216, 0.12);
  transform: translateX(8px);
}

.inspection-capability-step span {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4,151,216,0.28);
  background: #fff;
  color: var(--inspection-accent);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(4,151,216,0.1);
}

.inspection-capability-step.is-active span {
  background: linear-gradient(135deg, var(--inspection-accent), #20c8ff);
  color: #fff;
}

.inspection-capability-step strong,
.inspection-capability-step small {
  grid-column: 2;
}

.inspection-capability-step strong {
  align-self: end;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.2;
}

.inspection-capability-step small {
  align-self: start;
  margin-top: 8px;
  color: #6a7d91;
  font-size: 13px;
  font-weight: 800;
}

.inspection-capability-showcase {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--inspection-line);
  background:
    linear-gradient(120deg, rgba(255,255,255,0.92), rgba(232,248,255,0.84)),
    radial-gradient(circle at 84% 22%, rgba(4,151,216,0.16), transparent 32%);
  box-shadow: 0 34px 82px rgba(15, 76, 129, 0.12);
}

.inspection-capability-showcase figure {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.inspection-capability-showcase figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.78) 38%, rgba(255,255,255,0.14) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(236,248,255,0.86));
  pointer-events: none;
}

.inspection-capability-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) brightness(1.04);
  transition: opacity 180ms ease, transform 320ms ease;
}

.inspection-capability-showcase:hover img {
  transform: scale(1.035);
}

.inspection-capability-copy {
  position: relative;
  z-index: 1;
  width: min(520px, 68%);
  min-height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}

.inspection-capability-copy > span {
  color: var(--inspection-accent);
  font-size: 16px;
  font-weight: 950;
}

.inspection-capability-copy > small {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  border-left: 3px solid var(--inspection-accent);
  padding-left: 12px;
  color: #5a6d82;
  font-size: 13px;
  font-weight: 900;
}

.inspection-capability-copy h3 {
  margin: 24px 0 18px;
  color: #0f172a;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}

.inspection-capability-copy p {
  margin: 0;
  color: #40576f;
  font-size: 17px;
  line-height: 1.88;
}

.inspection-capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.inspection-capability-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(4,151,216,0.24);
  padding: 0 13px;
  color: var(--inspection-deep);
  background: rgba(255,255,255,0.72);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.product-theme-inspection .scene-row-contact {
  grid-template-columns: 184px minmax(0, 1fr) auto;
  min-height: 156px;
  padding: 30px 0;
}

.scene-more-mark {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(4,151,216,0.34);
  background:
    linear-gradient(135deg, rgba(232,248,255,0.92), rgba(255,255,255,0.96));
}

.scene-more-mark span {
  color: var(--inspection-accent);
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.scene-more-link {
  justify-self: end;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(4,151,216,0.34);
  padding: 0 18px;
  color: var(--inspection-deep);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.scene-more-link:hover {
  border-color: var(--inspection-accent);
  background: var(--inspection-accent);
  color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 1020px) {
  .inspection-capability-system,
  .product-theme-inspection .scene-row-contact {
    grid-template-columns: 1fr;
  }

  .inspection-capability-showcase,
  .inspection-capability-copy {
    min-height: 470px;
  }

  .inspection-capability-copy {
    width: min(100%, 640px);
  }

  .scene-more-link {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .inspection-capability-rail::before {
    left: 28px;
  }

  .inspection-capability-step {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 96px;
    padding: 0 18px 0 18px;
    transform: none !important;
  }

  .inspection-capability-step strong {
    font-size: 19px;
  }

  .inspection-capability-showcase,
  .inspection-capability-copy {
    min-height: 420px;
  }

  .inspection-capability-copy {
    width: 100%;
    padding: 32px;
  }

  .inspection-capability-copy h3 {
    font-size: 36px;
  }
}

/* Education product: integrated capability system */
.product-theme-education {
  --education-accent: #2563eb;
  --education-cyan: #0ea5e9;
  --education-soft: #eef7ff;
  --education-line: #d9e7f7;
}

.education-capability-section .product-section-lead {
  align-items: start;
}

.education-capability-suite {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.education-suite-core {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--education-line);
  background: #eef7ff;
  box-shadow: 0 34px 82px rgba(37, 99, 235, 0.12);
}

.education-suite-core figure {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.education-suite-core figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.18) 42%, rgba(255,255,255,0.88) 100%),
    linear-gradient(90deg, rgba(37,99,235,0.12), rgba(255,255,255,0.5));
  pointer-events: none;
}

.education-suite-core img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) brightness(1.04);
  transition: transform 360ms ease;
}

.education-suite-core:hover img {
  transform: scale(1.04);
}

.education-suite-core > div {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 1;
  padding: 28px 30px;
  border-left: 4px solid var(--education-accent);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 20px 52px rgba(37, 99, 235, 0.12);
}

.education-suite-core span {
  color: var(--education-accent);
  font-size: 13px;
  font-weight: 950;
}

.education-suite-core h3 {
  margin: 16px 0 14px;
  color: #0f172a;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
}

.education-suite-core p {
  margin: 0;
  color: #475b72;
  font-size: 15px;
  line-height: 1.82;
}

.education-core-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--education-line);
  border-left: 1px solid var(--education-line);
}

.education-core-metrics strong {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--education-line);
  border-bottom: 1px solid var(--education-line);
  padding: 14px;
  color: var(--education-accent);
  font-size: 22px;
  line-height: 1.1;
}

.education-core-metrics small {
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.education-layer-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--education-line);
  border-left: 1px solid var(--education-line);
  background: #fff;
}

.education-layer-item {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  min-height: 162px;
  border-right: 1px solid var(--education-line);
  border-bottom: 1px solid var(--education-line);
  padding: 24px 28px;
  background: #fff;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.education-layer-item:hover {
  z-index: 1;
  border-color: rgba(37,99,235,0.28);
  background:
    linear-gradient(90deg, rgba(238,247,255,0.98), #fff 70%);
  box-shadow: 0 24px 58px rgba(37, 99, 235, 0.12);
  transform: translateX(-8px);
}

.education-layer-item figure {
  position: relative;
  height: 114px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8e7f7;
  background: var(--education-soft);
}

.education-layer-item figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(37,99,235,0.12), transparent 62%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.64));
  pointer-events: none;
}

.education-layer-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) brightness(1.05);
  transition: transform 260ms ease;
}

.education-layer-item:hover img {
  transform: scale(1.06);
}

.education-layer-item span {
  color: var(--education-accent);
  font-size: 13px;
  font-weight: 950;
}

.education-layer-item h3 {
  margin: 12px 0 10px;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.2;
}

.education-layer-item p {
  margin: 0;
  color: #4d6076;
  font-size: 14px;
  line-height: 1.78;
}

.education-pathway {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 32px;
  border: 1px solid var(--education-line);
  background: #fff;
  box-shadow: 0 24px 58px rgba(37, 99, 235, 0.08);
}

.education-pathway > span {
  display: flex;
  align-items: center;
  padding: 28px;
  border-right: 1px solid var(--education-line);
  color: var(--education-accent);
  background: var(--education-soft);
  font-size: 15px;
  font-weight: 950;
}

.education-pathway > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.education-pathway article {
  position: relative;
  min-height: 112px;
  padding: 24px 20px;
  border-right: 1px solid var(--education-line);
}

.education-pathway article:last-child {
  border-right: 0;
}

.education-pathway article::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--education-accent), rgba(14,165,233,0.32));
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 180ms ease;
}

.education-pathway article:hover::after {
  transform: scaleX(1);
}

.education-pathway small {
  color: var(--education-accent);
  font-size: 13px;
  font-weight: 950;
}

.education-pathway strong {
  display: block;
  margin-top: 14px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .education-capability-suite,
  .education-pathway {
    grid-template-columns: 1fr;
  }

  .education-pathway > span {
    border-right: 0;
    border-bottom: 1px solid var(--education-line);
  }
}

@media (max-width: 820px) {
  .education-layer-item {
    grid-template-columns: 1fr;
    transform: none !important;
  }

  .education-layer-item figure {
    height: 180px;
  }

  .education-pathway > div {
    grid-template-columns: 1fr;
  }

  .education-pathway article {
    border-right: 0;
    border-bottom: 1px solid var(--education-line);
  }

  .education-pathway article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .education-suite-core {
    min-height: 560px;
  }

  .education-suite-core > div {
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 24px;
  }

  .education-core-metrics {
    grid-template-columns: 1fr;
  }

  .education-layer-item {
    padding: 22px;
  }
}

/* Open platform PDF release page redesign */
.product-theme-open-platform {
  --topic-accent: #0b6ff6;
  --topic-soft: #edf8ff;
  --topic-line: #d8e7f7;
}

.product-theme-open-platform .product-story-block {
  align-items: stretch;
  min-width: 0;
}

.product-theme-open-platform .product-story-image {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: #eff8ff;
  box-shadow: 0 28px 68px rgba(16, 89, 173, 0.12);
}

.product-theme-open-platform .product-story-copy {
  min-width: 0;
}

.product-theme-open-platform .product-story-image img {
  display: block;
  max-width: 100%;
}

.product-theme-open-platform .product-story-image::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.14) 48%, rgba(255,255,255,0.78) 100%),
    linear-gradient(90deg, rgba(11,111,246,0.12), transparent 54%);
}

.product-theme-open-platform .product-story-image figcaption {
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 18px 20px;
  border-left: 4px solid var(--topic-accent);
  background: rgba(255,255,255,0.9);
  color: #0f172a;
  box-shadow: 0 16px 38px rgba(15, 76, 129, 0.12);
}

.product-theme-open-platform .product-story-image figcaption span {
  color: var(--topic-accent);
}

.product-theme-open-platform .product-story-copy h2 {
  font-size: clamp(40px, 4.1vw, 54px);
}

.product-theme-open-platform .product-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--topic-line);
  border-left: 1px solid var(--topic-line);
}

.product-theme-open-platform .product-metric-strip div {
  min-height: 104px;
  padding: 22px 20px;
  border-right: 1px solid var(--topic-line);
  border-bottom: 1px solid var(--topic-line);
}

.open-release-section {
  margin-top: 108px;
}

.open-release-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  gap: 58px;
  align-items: stretch;
  padding: 54px 0;
  border-top: 1px solid var(--topic-line);
  border-bottom: 1px solid var(--topic-line);
}

.open-release-copy h2,
.open-loop-copy h2,
.open-ecosystem-section h2 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: clamp(36px, 3.8vw, 52px);
  line-height: 1.14;
  letter-spacing: 0;
}

.open-release-copy p,
.open-loop-copy p {
  max-width: 720px;
  margin: 0;
  color: #44566c;
  font-size: 17px;
  line-height: 1.9;
}

.open-release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.open-release-actions .hero-cta {
  margin-top: 0;
}

.open-release-actions span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-left: 3px solid rgba(11, 111, 246, 0.28);
  padding-left: 16px;
  color: #5a6c80;
  font-size: 14px;
  font-weight: 800;
}

.open-release-facts {
  display: grid;
  gap: 18px;
}

.open-release-facts article {
  padding: 28px 30px;
  border: 1px solid var(--topic-line);
  border-left: 4px solid var(--topic-accent);
  background:
    linear-gradient(135deg, rgba(239,248,255,0.96), rgba(255,255,255,0.98));
  box-shadow: 0 22px 56px rgba(15, 76, 129, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.open-release-facts article:hover {
  border-color: rgba(11, 111, 246, 0.32);
  box-shadow: 0 28px 66px rgba(15, 76, 129, 0.12);
  transform: translateY(-4px);
}

.open-release-facts strong {
  display: block;
  color: #0f172a;
  font-size: 20px;
}

.open-release-facts p {
  margin: 14px 0 0;
  color: #52657a;
  font-size: 15px;
  line-height: 1.82;
}

.open-stat-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--topic-line);
  border-left: 1px solid var(--topic-line);
  background: #fff;
  box-shadow: 0 24px 58px rgba(15, 76, 129, 0.08);
}

.open-stat-board div {
  min-height: 126px;
  padding: 25px 22px;
  border-right: 1px solid var(--topic-line);
  border-bottom: 1px solid var(--topic-line);
  transition: background 180ms ease, transform 180ms ease;
}

.open-stat-board div:hover {
  background: #f2f9ff;
  transform: translateY(-3px);
}

.open-stat-board strong {
  display: block;
  color: var(--topic-accent);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.open-stat-board span {
  display: block;
  margin-top: 14px;
  color: #56697e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.open-background-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: 54px;
  align-items: stretch;
  padding: 52px;
  border: 1px solid var(--topic-line);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(240,249,255,0.94)),
    linear-gradient(90deg, rgba(11,111,246,0.06), transparent 54%);
  box-shadow: 0 28px 72px rgba(15, 76, 129, 0.08);
}

.open-background-copy h2,
.open-future-head h2,
.open-architecture-section h2 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.16;
  letter-spacing: 0;
}

.open-background-copy p,
.open-future-head p {
  margin: 0;
  color: #44586e;
  font-size: 16px;
  line-height: 1.9;
}

.open-goal-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.open-goal-strip article {
  padding: 18px 16px;
  border-left: 3px solid rgba(11,111,246,0.36);
  background: rgba(255,255,255,0.86);
}

.open-goal-strip strong {
  display: block;
  color: var(--topic-accent);
  font-size: 15px;
}

.open-goal-strip span {
  display: block;
  margin-top: 8px;
  color: #5b6e82;
  font-size: 13px;
  line-height: 1.55;
}

.open-pain-grid {
  display: grid;
  gap: 16px;
}

.open-pain-grid article {
  min-height: 150px;
  padding: 24px 26px;
  border: 1px solid #d3e4f7;
  background: rgba(255,255,255,0.94);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.open-pain-grid article:hover {
  border-color: rgba(11,111,246,0.36);
  box-shadow: 0 22px 54px rgba(15, 76, 129, 0.1);
  transform: translateY(-4px);
}

.open-pain-grid span {
  color: var(--topic-accent);
  font-size: 13px;
  font-weight: 950;
}

.open-pain-grid h3 {
  margin: 12px 0 10px;
  color: #0f172a;
  font-size: 24px;
}

.open-pain-grid p {
  margin: 0;
  color: #4e6278;
  font-size: 14px;
  line-height: 1.78;
}

.open-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--topic-line);
  border-left: 1px solid var(--topic-line);
}

.open-audience-grid article {
  min-height: 290px;
  padding: 32px 28px;
  border-right: 1px solid var(--topic-line);
  border-bottom: 1px solid var(--topic-line);
  background: rgba(255,255,255,0.96);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.open-audience-grid article:hover {
  background: #f3f9ff;
  box-shadow: 0 24px 54px rgba(15, 76, 129, 0.1);
  transform: translateY(-5px);
}

.open-audience-grid span {
  color: var(--topic-accent);
  font-size: 15px;
  font-weight: 900;
}

.open-audience-grid small {
  display: block;
  margin-top: 12px;
  color: #7c8ca0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.open-audience-grid h3 {
  margin: 30px 0 16px;
  color: #0f172a;
  font-size: 26px;
  line-height: 1.2;
}

.open-audience-grid p {
  margin: 0;
  color: #4b5f75;
  font-size: 15px;
  line-height: 1.82;
}

.open-architecture-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--topic-line);
  background:
    linear-gradient(180deg, #ffffff, #f4fbff);
  box-shadow: 0 30px 76px rgba(15, 76, 129, 0.08);
}

.open-architecture-axis {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 34px;
  border-bottom: 1px solid var(--topic-line);
  background:
    linear-gradient(90deg, rgba(11,111,246,0.12), rgba(255,255,255,0.9) 58%);
}

.open-architecture-axis strong {
  color: #0f172a;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.18;
}

.open-architecture-axis span {
  color: var(--topic-accent);
  font-size: 14px;
  font-weight: 900;
}

.open-architecture-board article {
  position: relative;
  min-height: 240px;
  padding: 34px 28px;
  border-right: 1px solid var(--topic-line);
  background: rgba(255,255,255,0.74);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.open-architecture-board article:last-child {
  border-right: 0;
}

.open-architecture-board article::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 30px;
  height: 4px;
  background: linear-gradient(90deg, rgba(11,111,246,0.8), rgba(13,180,230,0.2));
  transform: scaleX(0.34);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.open-architecture-board article:hover {
  z-index: 1;
  background: #fff;
  box-shadow: 0 26px 62px rgba(15, 76, 129, 0.1);
  transform: translateY(-4px);
}

.open-architecture-board article:hover::after {
  transform: scaleX(1);
}

.open-architecture-board small {
  color: var(--topic-accent);
  font-size: 13px;
  font-weight: 950;
}

.open-architecture-board h3 {
  margin: 22px 0 14px;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.2;
}

.open-architecture-board p {
  margin: 0;
  color: #51667b;
  font-size: 14px;
  line-height: 1.75;
}

.open-module-stack {
  display: grid;
  gap: 34px;
}

.open-module-panel {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--topic-line);
  background: #fff;
  box-shadow: 0 26px 64px rgba(15, 76, 129, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.open-module-panel:hover {
  border-color: rgba(11,111,246,0.32);
  box-shadow: 0 34px 78px rgba(15, 76, 129, 0.13);
  transform: translateY(-6px);
}

.open-module-panel.is-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
}

.open-module-panel.is-reverse figure {
  order: 2;
}

.open-module-panel figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid #dce9f8;
  background: var(--topic-soft);
}

.open-module-panel figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.24), transparent 62%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.52));
  pointer-events: none;
}

.open-module-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(0.98) brightness(1.04);
  transition: transform 320ms ease;
}

.open-module-panel:hover img {
  transform: scale(1.055);
}

.open-module-panel div > span {
  color: var(--topic-accent);
  font-size: 15px;
  font-weight: 900;
}

.open-module-panel h3 {
  margin: 18px 0 18px;
  color: #0f172a;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
}

.open-module-panel p {
  margin: 0;
  color: #4b5f75;
  font-size: 16px;
  line-height: 1.9;
}

.open-module-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.open-module-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(11,111,246,0.22);
  padding: 0 13px;
  color: var(--topic-accent);
  background: #f4faff;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.open-loop-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  padding: 52px;
  border: 1px solid var(--topic-line);
  background:
    linear-gradient(135deg, rgba(244,250,255,0.98), rgba(255,255,255,0.98)),
    radial-gradient(circle at 84% 22%, rgba(21,180,255,0.18), transparent 30%);
  box-shadow: 0 30px 76px rgba(15, 76, 129, 0.1);
}

.open-loop-diagram {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.open-loop-diagram::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(11,111,246,0.16), rgba(13,180,230,0.46), rgba(11,111,246,0.16));
  transform: translateY(-50%);
}

.open-loop-diagram article {
  position: relative;
  z-index: 1;
  min-height: 232px;
  padding: 28px 23px;
  border: 1px solid #cfe1f6;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 18px 46px rgba(15, 76, 129, 0.08);
  transition: transform 180ms ease, border-color 180ms ease;
}

.open-loop-diagram article:hover {
  border-color: rgba(11,111,246,0.36);
  transform: translateY(-6px);
}

.open-loop-diagram article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 32px;
  height: 10px;
  border-top: 2px solid var(--topic-accent);
  border-right: 2px solid var(--topic-accent);
  transform: translateY(-50%) skewX(28deg);
  opacity: 0.72;
}

.open-loop-diagram span {
  color: var(--topic-accent);
  font-size: 14px;
  font-weight: 900;
}

.open-loop-diagram h3 {
  margin: 28px 0 16px;
  color: #0f172a;
  font-size: 23px;
  line-height: 1.2;
}

.open-loop-diagram p {
  margin: 0;
  color: #4f6378;
  font-size: 13px;
  line-height: 1.8;
}

.open-future-section {
  padding: 52px;
  border: 1px solid var(--topic-line);
  background:
    linear-gradient(135deg, #ffffff 0%, #f3fbff 100%);
  box-shadow: 0 28px 72px rgba(15, 76, 129, 0.08);
}

.open-future-head {
  max-width: 860px;
}

.open-milestone-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--topic-line);
  border-left: 1px solid var(--topic-line);
}

.open-milestone-track article {
  min-height: 218px;
  padding: 28px 24px;
  border-right: 1px solid var(--topic-line);
  border-bottom: 1px solid var(--topic-line);
  background: rgba(255,255,255,0.78);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.open-milestone-track article:hover {
  background: #fff;
  box-shadow: 0 22px 54px rgba(15, 76, 129, 0.1);
  transform: translateY(-4px);
}

.open-milestone-track small {
  color: var(--topic-accent);
  font-size: 13px;
  font-weight: 950;
}

.open-milestone-track h3 {
  margin: 24px 0 12px;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.2;
}

.open-milestone-track p {
  margin: 0;
  color: #52677e;
  font-size: 14px;
  line-height: 1.75;
}

.open-partner-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.open-partner-strip span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(11,111,246,0.2);
  background: #fff;
  padding: 0 14px;
  color: #50647a;
  font-size: 13px;
  font-weight: 800;
}

.open-ecosystem-map {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid var(--topic-line);
  background:
    radial-gradient(circle at 50% 50%, rgba(237,248,255,0.92) 0 22%, rgba(255,255,255,0.95) 23% 100%);
  box-shadow: 0 30px 76px rgba(15, 76, 129, 0.1);
}

.open-ecosystem-map::before,
.open-ecosystem-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(11,111,246,0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.open-ecosystem-map::before {
  width: min(74%, 720px);
  aspect-ratio: 1;
}

.open-ecosystem-map::after {
  width: min(48%, 460px);
  aspect-ratio: 1;
  background:
    conic-gradient(from -90deg, rgba(11,111,246,0.32), rgba(13,180,230,0.12), rgba(11,111,246,0.28), rgba(13,180,230,0.12), rgba(11,111,246,0.32));
  opacity: 0.72;
}

.open-ecosystem-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: min(280px, 34vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(11,111,246,0.28);
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 24px 64px rgba(15, 76, 129, 0.14);
  text-align: center;
}

.open-ecosystem-core span {
  color: var(--topic-accent);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.open-ecosystem-core strong {
  margin-top: 12px;
  color: #0f172a;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.22;
}

.open-ecosystem-core p {
  margin: 12px 0 0;
  color: #60748b;
  font-size: 13px;
  font-weight: 800;
}

.open-ecosystem-map article {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 238px;
  min-height: 142px;
  padding: 20px 22px;
  border: 1px solid #d1e2f6;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 46px rgba(15, 76, 129, 0.1);
  transform: rotate(var(--role-angle)) translate(280px) rotate(var(--role-counter-angle)) translate(-50%, -50%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.open-ecosystem-map article:hover {
  border-color: rgba(11,111,246,0.36);
  box-shadow: 0 24px 56px rgba(15, 76, 129, 0.14);
  transform: rotate(var(--role-angle)) translate(292px) rotate(var(--role-counter-angle)) translate(-50%, -50%);
}

.open-ecosystem-map article span {
  color: var(--topic-accent);
  font-size: 13px;
  font-weight: 950;
}

.open-ecosystem-map article h3 {
  margin: 12px 0 10px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.18;
}

.open-ecosystem-map article p {
  margin: 0;
  color: #52677e;
  font-size: 13px;
  line-height: 1.68;
}

@media (max-width: 1120px) {
  .open-stat-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .open-audience-grid,
  .open-architecture-board,
  .open-milestone-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .open-architecture-axis {
    grid-column: 1 / -1;
  }

  .open-architecture-board article:nth-of-type(2n) {
    border-right: 0;
  }

  .open-loop-diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .open-loop-diagram::before,
  .open-loop-diagram article:not(:last-child)::after {
    display: none;
  }

  .open-ecosystem-map article {
    transform: rotate(var(--role-angle)) translate(236px) rotate(var(--role-counter-angle)) translate(-50%, -50%);
  }

  .open-ecosystem-map article:hover {
    transform: rotate(var(--role-angle)) translate(246px) rotate(var(--role-counter-angle)) translate(-50%, -50%);
  }
}

@media (max-width: 1020px) {
  .product-theme-open-platform .product-story-block {
    grid-template-columns: 1fr !important;
  }

  .product-theme-open-platform .product-story-image,
  .product-theme-open-platform .product-story-copy {
    width: 100%;
  }

  .open-release-brief,
  .open-background-section,
  .open-module-panel,
  .open-module-panel.is-reverse,
  .open-loop-section {
    grid-template-columns: 1fr;
  }

  .open-module-panel.is-reverse figure {
    order: 0;
  }

  .open-ecosystem-map {
    min-height: auto;
    display: grid;
    gap: 16px;
    padding: 28px;
  }

  .open-ecosystem-map::before,
  .open-ecosystem-map::after {
    display: none;
  }

  .open-ecosystem-core,
  .open-ecosystem-map article,
  .open-ecosystem-map article:hover {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 0;
    transform: none;
  }
}

@media (max-width: 700px) {
  .product-theme-open-platform .product-metric-strip,
  .open-stat-board,
  .open-audience-grid,
  .open-architecture-board,
  .open-milestone-track,
  .open-loop-diagram,
  .open-goal-strip {
    grid-template-columns: 1fr;
  }

  .open-release-section,
  .open-background-section,
  .open-audience-section,
  .open-architecture-section,
  .open-module-section,
  .open-loop-section,
  .open-future-section,
  .open-ecosystem-section {
    margin-top: 72px;
  }

  .open-release-brief,
  .open-background-section,
  .open-loop-section,
  .open-module-panel,
  .open-future-section {
    padding: 28px;
  }

  .open-architecture-axis {
    display: block;
    padding: 24px;
  }

  .open-architecture-axis span {
    display: block;
    margin-top: 10px;
  }

  .open-architecture-board article {
    min-height: 0;
    border-right: 0;
  }

  .open-release-brief {
    gap: 30px;
  }

  .open-release-copy h2,
  .open-loop-copy h2,
  .open-ecosystem-section h2 {
    font-size: 34px;
  }

  .open-release-copy p,
  .open-loop-copy p,
  .open-module-panel p {
    font-size: 15px;
  }

  .open-module-panel {
    gap: 26px;
  }

  .open-module-panel h3 {
    font-size: 30px;
  }

  .open-ecosystem-map {
    padding: 18px;
  }
}

/* Unified card rhythm */
:root {
  --card-gap: clamp(22px, 2vw, 32px);
  --card-gap-lg: clamp(28px, 3vw, 44px);
  --card-pad: clamp(22px, 2.1vw, 30px);
  --card-pad-sm: clamp(18px, 1.7vw, 24px);
  --card-border: #e1e8f2;
  --card-bg: #fff;
  --card-shadow: 0 16px 36px rgba(15, 76, 129, 0.065);
}

.home-kpi-row,
.strategy-grid,
.product-home-grid,
.team-proof,
.open-grid,
.news-grid,
.solution-card-grid,
.solution-rich-list,
.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list,
.solution-rich-block--outcome .solution-rich-list,
.solution-kpi-grid,
.job-meta-grid,
.admin-metrics,
.cms-metrics,
.cms-grid,
.admin-two-forms {
  gap: var(--card-gap);
}

.news-grid,
.open-grid,
.solution-section-grid,
.solution-section-stack,
.product-story-grid,
.capability-flow,
.scene-row,
.solution-showcase {
  gap: var(--card-gap-lg);
}

.home-kpi-row,
.product-home-grid,
.solution-rich-list,
.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list,
.solution-rich-block--outcome .solution-rich-list {
  border: 0;
  background: transparent;
  overflow: visible;
}

.home-kpi-row div,
.product-home-item,
.open-card,
.team-proof div,
.news-card,
.solution-card,
.solution-rich-item,
.solution-process,
.solution-kpi-grid div,
.job-meta-grid p,
.admin-metrics div,
.admin-panel,
.cms-metrics div,
.cms-panel,
.cms-list-item,
.cms-record-summary,
.cms-paired-row,
.cms-form-section,
.message-form,
.login-card,
.job-detail {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}

.home-kpi-row div,
.product-home-item,
.open-card,
.team-proof div,
.solution-card-body,
.solution-rich-item div,
.solution-process,
.solution-kpi-grid div,
.job-meta-grid p,
.admin-metrics div,
.admin-panel,
.cms-metrics div,
.cms-panel,
.cms-list-item,
.cms-form-section,
.message-form,
.login-card,
.job-detail {
  padding: var(--card-pad);
}

.product-home-item {
  border-right: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
}

.open-card,
.team-proof div {
  border-top: 1px solid var(--card-border);
}

.blue-band .open-card {
  border-color: rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 18% 13%, rgba(55,227,223,0.1), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,251,255,0.94)) !important;
  box-shadow: 0 24px 62px rgba(18,104,255,0.1) !important;
}

.news-card {
  display: block;
  overflow: hidden;
}

.news-card .thumb {
  border: 0;
  border-bottom: 1px solid var(--card-border);
  box-shadow: none;
}

.news-card-title {
  margin: 0;
  padding: 20px var(--card-pad-sm) 8px;
}

.news-card-date {
  display: block;
  padding: 0 var(--card-pad-sm) 22px;
}

.solution-rich-item {
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--card-border);
}

.solution-rich-item figure {
  border-bottom: 1px solid var(--card-border);
}

.solution-kpi-grid div {
  background: #0d1f40;
}

.cms-grid.two,
.cms-detail-layout,
.solution-admin-main,
.cms-paired-row {
  gap: var(--card-gap);
}

.cms-panel-head {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 700px) {
  :root {
    --card-gap: 18px;
    --card-gap-lg: 24px;
    --card-pad: 20px;
    --card-pad-sm: 18px;
  }

  .news-card-title {
    padding-top: 18px;
  }

  .news-card-date {
    padding-bottom: 20px;
  }
}

/* UI Pro Max 2026-06-24 repair: calmer enterprise site, clearer CMS operations. */
:root {
  --blue: #0b6ff6;
  --blue-2: #0ea5e9;
  --ink: #0f172a;
  --muted: #526175;
  --line: #e2e8f0;
  --pale: #f8fafc;
  --panel: #eef6ff;
  --nav-h: 60px;
}

html {
  scroll-padding-top: calc(var(--nav-h) + 24px);
}

body {
  color: var(--ink);
  background: #fff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(11, 111, 246, 0.42);
  outline-offset: 2px;
}

.site-header {
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.header-inner {
  max-width: 1360px;
}

.brand {
  color: #111827;
}

.nav-trigger,
.user-trigger,
.header-actions {
  color: #111827;
}

.mega {
  min-height: 320px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}

.mega-shell {
  min-height: 320px;
  max-width: 1360px;
  grid-template-columns: 280px 1fr;
}

.mega-side {
  padding: 46px 56px;
  background: linear-gradient(180deg, #f2f7ff 0%, #edf5ff 100%);
}

.mega-side::after {
  display: none;
}

.mega-grid {
  gap: 42px;
  padding: 42px 56px 36px;
}

.mega-grid.product-three {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.9fr) minmax(280px, 0.92fr);
}

.mega-col h3 {
  margin-bottom: 18px;
  font-size: 20px;
}

.mega-link {
  margin-bottom: 20px;
  padding: 2px 0;
}

.mega-link strong {
  font-size: 15px;
}

.mega-link span {
  max-width: 360px;
  color: #64748b;
  line-height: 1.55;
}

.page-hero,
.banner-hero,
.product-hero-banner {
  min-height: clamp(500px, 48vw, 560px);
  background: #f8fbff;
  box-shadow: 0 28px 56px rgba(15, 76, 129, 0.12);
}

.hero-inner,
.banner-hero .hero-inner,
.product-hero-inner {
  width: min(100% - 72px, 1240px);
  min-height: clamp(500px, 48vw, 560px);
  padding: 58px 0 76px;
}

.hero-background-image,
.product-hero-banner .hero-background-image {
  opacity: 0.96;
  filter: saturate(1.02) contrast(0.98) brightness(1.03);
  object-position: right center;
}

.page-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 31%, rgba(255,255,255,0.48) 56%, rgba(255,255,255,0.06) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(235,247,255,0.12));
}

.page-hero::after,
.product-hero-banner::after {
  height: 58px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,250,252,0.86) 100%),
    linear-gradient(90deg, transparent, rgba(11,111,246,0.08), transparent);
}

.hero-kicker,
.product-hero-copy span {
  color: var(--blue);
  font-size: 16px;
  font-weight: 780;
}

.hero-copy h1,
.product-hero-copy h1 {
  max-width: 680px;
  color: #0f172a;
  font-size: clamp(42px, 4.3vw, 56px);
  font-weight: 820;
  line-height: 1.13;
}

.hero-copy p,
.product-hero-copy p {
  max-width: 640px;
  color: #334155;
}

.page-hero .hero-cta,
.product-hero-banner .hero-cta {
  min-width: 148px;
  height: 46px;
  border-color: #0f172a;
  background: rgba(255,255,255,0.76);
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.page-hero .hero-cta:hover,
.product-hero-banner .hero-cta:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}

.banner-shadow-strip {
  height: 34px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.banner-shadow-strip::before {
  left: clamp(32px, 5vw, 96px);
  right: clamp(32px, 5vw, 96px);
  height: 38px;
  background: radial-gradient(ellipse at 50% 0%, rgba(15, 76, 129, 0.18) 0%, rgba(15, 76, 129, 0.1) 42%, rgba(15, 76, 129, 0) 74%);
}

.news-home-section {
  background: #f8fbff;
  color: var(--ink);
}

.news-home-section .section-head p,
.news-home-section .news-card-title {
  color: inherit;
}

.news-home-section .news-card {
  background: #fff;
}

.product-topic-card,
.solution-card,
.news-card,
.job-list a,
.message-form,
.job-detail {
  box-shadow: 0 16px 36px rgba(15, 76, 129, 0.06);
}

.product-topic-card:hover,
.solution-card:hover,
.news-card:hover,
.job-list a:hover {
  box-shadow: 0 22px 48px rgba(15, 76, 129, 0.11);
  transform: translateY(-2px);
}

.product-topic-card figure,
.solution-card figure,
.news-card .thumb,
.material-image,
.product-story-image,
.capability-flow-media,
.scene-row-media,
.solution-visual {
  background: #eef6ff;
}

.product-topic-card img,
.solution-card img,
.product-story-image img,
.capability-flow-media img,
.scene-row-media img,
.solution-visual img,
.material-image img {
  filter: saturate(0.94) contrast(0.98) brightness(1.04);
}

.product-story-block,
.product-section-lead,
.product-delivery-section {
  gap: clamp(38px, 5vw, 64px);
}

.product-editorial-section {
  margin-top: 88px;
}

.scene-stage {
  background: #f8fbff;
}

.floating {
  right: 18px;
  bottom: 72px;
  gap: 8px;
}

.float-btn {
  width: 48px;
  height: 42px;
  border: 1px solid #e2e8f0;
  background: rgba(255,255,255,0.94);
  color: #0f172a;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.float-btn:hover {
  border-color: rgba(11, 111, 246, 0.36);
  color: var(--blue);
}

.cms-shell {
  grid-template-columns: 236px minmax(0, 1fr);
  background: #f5f7fb;
}

.cms-sidebar {
  border-right-color: #e6ebf3;
}

.cms-nav {
  padding-top: 16px;
}

.cms-nav-parent {
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  min-height: 50px;
  padding: 0 15px 0 16px;
}

.cms-nav-item {
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 44px;
  padding: 0 14px 0 42px;
}

.cms-nav-label {
  font-size: 15px;
  font-weight: 760;
}

.cms-nav-item .cms-nav-label {
  font-size: 14px;
}

.cms-nav-parent:hover,
.cms-nav-item:hover {
  background: #f0f6ff;
}

.cms-nav-parent-direct.is-active,
.cms-nav-item.active {
  background: #3995f6;
  color: #fff;
}

.cms-main {
  padding: 34px 40px 72px;
}

.cms-topbar {
  margin-bottom: 24px;
}

.cms-topbar h1 {
  font-size: 30px;
}

.cms-panel {
  border-color: #e2e8f0;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 76, 129, 0.05);
}

.cms-panel-head {
  align-items: center;
  border-bottom: 1px solid #edf2f7;
  margin: -4px -2px 18px;
  padding-bottom: 18px;
}

.cms-panel-head h2 {
  color: #0f172a;
  font-size: 21px;
}

.cms-panel-head p {
  max-width: 760px;
  color: #64748b;
}

.cms-panel-actions {
  flex-shrink: 0;
}

.cms-panel-actions button,
.cms-top-actions a,
.cms-top-actions button,
.cms-primary,
.cms-save,
.cms-delete {
  min-height: 36px;
  padding: 0 14px;
  font-weight: 760;
}

.cms-table {
  min-width: 980px;
}

.cms-table th,
.cms-table td {
  padding: 15px 12px;
}

.cms-table th:first-child,
.cms-table td:first-child {
  min-width: 360px;
}

.cms-table th:last-child,
.cms-table td:last-child {
  width: 184px;
}

.cms-record-summary {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.cms-record-summary figure {
  width: 82px;
  height: 58px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dbe5f2;
  background: #eef6ff;
}

.cms-record-summary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-record-summary strong {
  color: #0f172a;
}

.cms-record-summary small {
  max-width: 420px;
}

.cms-action-buttons {
  flex-wrap: nowrap;
  gap: 6px;
  white-space: nowrap;
}

.cms-action-buttons a,
.cms-action-buttons button {
  min-height: 30px;
  padding: 0 9px;
}

.cms-detail-layout,
.solution-admin-main {
  grid-template-columns: minmax(0, 1fr) 326px;
  gap: 20px;
}

.cms-form {
  gap: 14px;
}

.cms-form-section {
  border-left: 0;
  border-top: 3px solid var(--blue);
  background: #f6f9ff;
  padding: 16px 18px;
}

.cms-field,
.cms-image-field,
.cms-region-editor,
.cms-editor,
.cms-preview-pane {
  border-color: #e2e8f0;
  background: #fff;
}

.cms-form input,
.cms-form select,
.cms-form textarea,
.cms-toolbar input,
.cms-toolbar select {
  border-color: #d9e2ef;
}

.cms-form input:focus,
.cms-form select:focus,
.cms-form textarea:focus,
.cms-toolbar input:focus,
.cms-toolbar select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 111, 246, 0.1);
}

.cms-paired-row {
  grid-template-columns: minmax(320px, 0.92fr) minmax(300px, 1fr);
  border-color: #dfe8f3;
  background: #f8fbff;
}

.cms-paired-row-head {
  justify-content: space-between;
  border-bottom: 1px solid #e7eef8;
  padding-bottom: 10px;
}

.cms-paired-delete {
  color: #b42318;
}

.cms-image-field-preview,
.cms-paired-image .cms-image-field-preview {
  min-height: 150px;
  border-color: #cad8ec;
}

.cms-upload-button,
.cms-paired-actions button {
  border-color: rgba(11, 111, 246, 0.36);
  color: var(--blue);
}

.cms-mini-preview {
  background:
    linear-gradient(120deg, rgba(3, 105, 161, 0.94), rgba(11, 111, 246, 0.92)),
    #0369a1;
}

@media (max-width: 1020px) {
  .cms-shell {
    grid-template-columns: 1fr;
  }

  .cms-main {
    padding: 26px 24px 64px;
  }

  .cms-detail-layout,
  .solution-admin-main {
    grid-template-columns: 1fr;
  }

  .cms-preview-pane {
    position: relative;
    top: auto;
  }
}

@media (max-width: 700px) {
  .hero-inner,
  .banner-hero .hero-inner,
  .product-hero-inner {
    width: min(100% - 36px, 1240px);
  }

  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.34;
    object-position: 70% center;
  }

  .cms-main {
    padding: 22px 16px 52px;
  }

  .cms-panel-head {
    display: block;
  }

  .cms-panel-actions {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .cms-record-summary {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .cms-record-summary figure {
    width: 74px;
    height: 54px;
  }

  .cms-action-buttons {
    flex-wrap: wrap;
  }

  .cms-paired-row {
    grid-template-columns: 1fr;
  }
}

/* UI Pro Max pass: enterprise solution chapters with full-width narrative sections. */
.solution-detail-full {
  max-width: 1180px;
}

.solution-section-stack {
  gap: 68px;
  margin-top: 68px;
}

.solution-section-stack .solution-rich-block {
  overflow: hidden;
  border: 1px solid #dbe6f4;
  background: #fff;
  box-shadow: 0 26px 68px rgba(15, 63, 120, 0.08);
}

.solution-section-stack .solution-rich-head {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  padding: 36px 42px 30px;
  border-top: 4px solid var(--blue);
  border-bottom: 1px solid #dde8f6;
  background:
    linear-gradient(105deg, rgba(14, 88, 234, 0.08), rgba(14, 188, 255, 0.05) 42%, transparent 72%),
    #fff;
}

.solution-section-stack .solution-chapter-mark {
  display: grid;
  gap: 8px;
}

.solution-section-stack .solution-chapter-mark span {
  color: var(--blue);
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.solution-section-stack .solution-chapter-mark small {
  color: #4f6078;
  font-size: 13px;
  font-weight: 800;
}

.solution-section-stack .solution-rich-head h3 {
  margin: 0;
  color: #0e1727;
  font-size: 36px;
  line-height: 1.16;
}

.solution-section-stack .solution-rich-head p {
  max-width: 680px;
  margin: 12px 0 0;
  color: #4e6178;
  font-size: 15px;
  line-height: 1.78;
}

.solution-section-stack .solution-rich-head > strong {
  color: #0b67c2;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: #dbe6f4;
}

.solution-section-stack .solution-rich-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 184px minmax(0, 1fr);
  min-height: 346px;
  gap: 0;
  padding: 0;
  border: 0;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.solution-section-stack .solution-rich-item:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(18, 72, 138, 0.12);
}

.solution-section-stack .solution-rich-item figure {
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #eef6ff;
}

.solution-section-stack .solution-rich-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.06) contrast(0.96) brightness(1.04);
  transition: transform 320ms ease, filter 320ms ease;
}

.solution-section-stack .solution-rich-item:hover img {
  transform: scale(1.045);
  filter: saturate(1.14) contrast(0.98) brightness(1.05);
}

.solution-section-stack .solution-rich-item div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 24px 26px;
}

.solution-section-stack .solution-rich-item span {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.solution-section-stack .solution-rich-item p {
  margin: 0;
  color: #33465d;
  font-size: 15px;
  line-height: 1.82;
}

@media (max-width: 1020px) {
  .solution-section-stack .solution-rich-head {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .solution-section-stack .solution-rich-head > strong {
    grid-column: 2;
    text-align: left;
  }

  .solution-section-stack .solution-rich-list,
  .solution-section-stack .solution-rich-block--outcome .solution-rich-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .solution-section-stack {
    gap: 42px;
    margin-top: 46px;
  }

  .solution-section-stack .solution-rich-head {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px 24px;
  }

  .solution-section-stack .solution-rich-head > strong {
    grid-column: auto;
  }

  .solution-section-stack .solution-rich-head h3 {
    font-size: 29px;
  }

  .solution-section-stack .solution-rich-list,
  .solution-section-stack .solution-rich-block--outcome .solution-rich-list {
    grid-template-columns: 1fr;
  }

  .solution-section-stack .solution-rich-item {
    grid-template-rows: 180px minmax(0, 1fr);
    min-height: 0;
  }
}

@media (max-width: 1020px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-toggle,
  body.menu-open .mobile-drawer {
    display: block;
  }

  .brand {
    min-width: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 54px 0 34px;
  }

  .banner-hero,
  .banner-hero .hero-inner {
    min-height: 520px;
  }

  .banner-hero .hero-inner {
    padding: 64px 0 84px;
  }

  .product-hero-banner,
  .product-hero-inner {
    min-height: 520px;
  }

  .product-hero-inner {
    padding: 64px 0 84px;
  }

  .image-hero .hero-inner,
  .material-split,
  .product-topic-card,
  .product-topic-intro,
  .product-story-block,
  .product-section-lead,
  .capability-flow,
  .capability-flow:nth-child(even),
  .scene-stage-head,
  .scene-row,
  .product-scene-section,
  .product-delivery-section,
  .product-topic-bottom,
  .job-shell,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .capability-flow:nth-child(even) .capability-flow-media {
    order: 0;
  }

  .product-story-block,
  .product-section-lead {
    gap: 36px;
  }

  .scene-stage-head,
  .scene-gallery {
    padding-left: 34px;
    padding-right: 34px;
  }

  .scene-row > small {
    justify-self: start;
  }

  .hero-visual {
    min-height: 250px;
  }

  .iso-stage {
    right: 50%;
    top: 0;
    transform: translateX(50%) scale(0.78) perspective(900px) rotateX(56deg) rotateZ(-38deg);
  }

  .open-grid,
  .news-grid,
  .solution-card-grid,
  .footer-main,
  .product-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col,
  .login-layout,
  .admin-shell,
  .admin-split,
  .admin-two-forms,
  .solution-directory-head,
  .solution-showcase,
  .solution-section-grid,
  .solution-process,
  .cms-shell,
  .cms-grid.two,
  .cms-editor-layout,
  .cms-detail-layout,
  .solution-admin-main,
  .cms-news-layout {
    grid-template-columns: 1fr;
  }

  .solution-switcher,
  .job-list,
  .contact-info,
  .cms-preview-pane {
    position: relative;
    top: auto;
  }

  .solution-meta,
  .solution-kpi-grid,
  .solution-rich-block--outcome .solution-rich-list,
  .home-kpi-row,
  .strategy-grid,
  .team-proof,
  .product-topic-sections,
  .job-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scene-command-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-directory-head {
    gap: 18px;
    align-items: start;
  }

  .cms-sidebar {
    position: relative;
    top: auto;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #e5e9f0;
  }

  .cms-sidebar-head {
    display: none;
  }

  .cms-sidebar-state {
    display: none;
  }

  .cms-nav {
    flex: none;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    padding: 10px 0 14px;
  }

  .cms-nav-group {
    width: 100%;
    min-width: 0;
    gap: 0;
  }

  .cms-nav-parent {
    width: 100%;
  }

  .cms-nav-group-list {
    display: grid;
    gap: 4px;
  }

  .cms-nav-item {
    width: 100%;
  }

  .cms-paired-row {
    grid-template-columns: 1fr;
  }

  .cms-sidebar-actions {
    display: none;
  }

  .cms-main {
    padding: 26px 24px 64px;
  }

  .cms-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-sidebar {
    position: relative;
    top: auto;
    height: auto;
    padding: 18px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    overflow-x: auto;
  }

  .admin-main {
    padding: 28px 24px 64px;
  }

  .admin-form,
  .admin-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .login-card {
    margin: 0 24px 64px;
  }
}

@media (max-width: 700px) {
  :root {
    --nav-h: 58px;
  }

  .header-inner {
    gap: 12px;
    padding: 0 18px;
  }

  .brand {
    flex-shrink: 0;
    font-size: 19px;
  }

  .brand-badge {
    font-size: 13px;
  }

  .admin-header-label {
    display: none;
  }

  .cms-sidebar-head {
    display: none;
  }

  .cms-sidebar-state {
    display: none;
  }

  .cms-nav {
    padding: 8px 0 12px;
  }

  .cms-nav-group,
  .cms-nav-parent {
    width: 100%;
    min-width: 0;
  }

  .cms-nav-parent {
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    min-height: 48px;
    padding: 0 16px 0 14px;
  }

  .cms-nav-item {
    width: 100%;
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 44px;
    padding: 0 16px 0 32px;
  }

  .cms-nav-label {
    font-size: 15px;
  }

  .cms-audit-list div {
    grid-template-columns: 1fr;
  }

  .cms-paired-row {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .cms-nav-icon {
    width: 21px;
    height: 21px;
  }

  .cms-nav-icon svg {
    width: 19px;
    height: 19px;
  }

  .page-hero {
    min-height: auto;
  }

  .hero-inner {
    width: min(100% - 36px, var(--max));
    min-height: 0;
  }

  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.35;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .solution-directory-page {
    padding-top: 52px;
  }

  .solution-directory-head h2 {
    font-size: 32px;
  }

  .solution-card-grid,
  .solution-meta,
  .solution-rich-block--outcome .solution-rich-list {
    grid-template-columns: 1fr;
  }

  .solution-card {
    grid-template-rows: 184px minmax(0, 1fr);
    min-height: 0;
  }

  .solution-card-body {
    padding: 20px 20px 22px;
  }

  .solution-detail h2 {
    font-size: 31px;
  }

  .banner-hero,
  .banner-hero .hero-inner {
    min-height: 540px;
  }

  .banner-hero .hero-inner {
    width: min(100% - 36px, var(--max));
    padding: 56px 0 76px;
  }

  .banner-tech-visual {
    opacity: 0.58;
  }

  .banner-tech-visual::before {
    right: -38vw;
    width: 120vw;
  }

  .banner-tech-visual .panel-primary {
    right: -28vw;
    top: 130px;
    width: 360px;
    height: 108px;
  }

  .banner-tech-visual .panel-secondary {
    right: -34vw;
    top: 272px;
    width: 420px;
    height: 126px;
  }

  .banner-tech-visual .panel-tertiary,
  .banner-tech-visual .chip-two,
  .banner-tech-visual .chip-four {
    display: none;
  }

  .banner-tech-visual .chip-one {
    right: 26vw;
    top: 220px;
    width: 116px;
    height: 46px;
  }

  .banner-tech-visual .chip-three {
    right: 4vw;
    top: 432px;
    width: 140px;
    height: 42px;
  }

  .banner-ai-mark {
    right: 20vw;
    top: 332px;
    font-size: 96px;
  }

  .banner-hero .hero-copy h1 {
    font-size: 38px;
    line-height: 1.22;
  }

  .banner-hero .hero-copy p {
    font-size: 16px;
    line-height: 1.78;
  }

  .product-hero-banner,
  .product-hero-inner {
    min-height: 560px;
  }

  .product-hero-inner {
    width: min(100% - 36px, var(--max));
    padding: 56px 0 76px;
  }

  .product-hero-copy h1 {
    font-size: 38px;
    line-height: 1.22;
  }

  .product-hero-copy p {
    font-size: 16px;
    line-height: 1.78;
  }

  .hero-cta {
    margin-top: 28px;
  }

  .section {
    padding: 68px 0;
  }

  .section-inner,
  .news-grid,
  .news-tabs,
  .footer-main,
  .footer-bottom,
  .article-wrap {
    width: min(100% - 36px, var(--max));
  }

  .section-head {
    display: block;
  }

  .section-head h2,
  .detail-panel h2,
  .material-copy h2,
  .product-story-copy h2,
  .product-section-lead h2,
  .capability-flow-copy h3,
  .scene-feature-copy h2,
  .delivery-copy h2,
  .contact-info h2,
  .job-title-row h2 {
    font-size: 29px;
  }

  .section-head p {
    margin-top: 14px;
  }

  .open-grid,
  .news-grid,
  .footer-main,
  .home-kpi-row,
  .strategy-grid,
  .product-home-grid,
  .product-topic-sections,
  .product-topic-bottom,
  .product-metric-strip,
  .capability-mosaic,
  .capability-flow,
  .capability-flow:nth-child(even),
  .product-section-lead,
  .scene-grid,
  .scene-stage-head,
  .scene-row,
  .team-proof,
  .job-meta-grid,
  .message-form,
  .admin-form,
  .admin-metrics,
  .solution-meta,
  .solution-kpi-grid,
  .solution-rich-block--outcome .solution-rich-list,
  .cms-region-images,
  .cms-metrics,
  .cms-form,
  .cms-date-range,
  .cms-toolbar {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    transform: none;
  }

  .product-home-item {
    min-height: 190px;
  }

  .product-topic-card {
    padding: 22px;
    min-height: 0;
  }

  .product-topic-card h3,
  .product-topic-bottom h2 {
    font-size: 28px;
  }

  .product-topic-bottom {
    padding: 28px;
  }

  .product-story-image,
  .product-story-image img {
    min-height: 340px;
  }

  .product-editorial-section {
    margin-top: 78px;
  }

  .product-section-lead {
    gap: 18px;
    margin-bottom: 34px;
  }

  .capability-flow:nth-child(even) .capability-flow-media {
    order: 0;
  }

  .capability-flow {
    gap: 22px;
    min-height: 0;
    padding: 26px 0;
  }

  .capability-flow-media {
    height: 210px;
  }

  .capability-flow-copy h3 {
    margin-top: 12px;
    font-size: 27px;
  }

  .capability-tile:nth-child(1),
  .capability-tile:nth-child(5),
  .capability-tile:nth-child(4):last-child {
    grid-column: auto;
  }

  .capability-tile {
    min-height: 0;
  }

  .capability-visual {
    height: 168px;
  }

  .scene-command {
    min-height: 0;
  }

  .scene-stage {
    min-height: 0;
  }

  .scene-command-head {
    padding: 30px 18px 20px;
  }

  .scene-stage-head {
    padding: 30px 22px 20px;
    gap: 24px;
  }

  .scene-feature-copy h2 {
    font-size: 30px;
  }

  .scene-proof-row {
    grid-template-columns: 1fr;
  }

  .scene-proof-row div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(14, 88, 234, 0.12);
  }

  .scene-proof-row div:last-child {
    border-bottom: 0;
  }

  .scene-grid {
    padding: 0 18px 30px;
  }

  .scene-gallery {
    padding: 0 22px 30px;
  }

  .scene-row {
    gap: 18px;
    min-height: 0;
    padding: 22px 0;
  }

  .scene-row-media {
    height: 180px;
  }

  .scene-row-copy strong {
    font-size: 25px;
  }

  .scene-row > small {
    justify-self: start;
  }

  .scene-card:nth-child(1),
  .scene-card:nth-child(6) {
    grid-column: auto;
  }

  .scene-card {
    min-height: 0;
    padding: 0;
  }

  .scene-card-visual,
  .scene-card:nth-child(1) .scene-card-visual,
  .scene-card:nth-child(6) .scene-card-visual {
    height: 172px;
  }

  .product-delivery-section {
    padding: 28px;
  }

  .delivery-orbit {
    min-height: 500px;
  }

  .delivery-orbit-ring {
    inset: 58px;
  }

  .delivery-node {
    width: 58px;
  }

  .delivery-node strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .delivery-node-dot {
    width: 46px;
    height: 46px;
    font-size: 13px;
  }

  .delivery-orbit-core {
    width: 184px;
    padding: 22px;
  }

  .delivery-orbit-core strong {
    font-size: 20px;
  }

  .delivery-orbit-core p {
    font-size: 12px;
    line-height: 1.6;
  }

  .delivery-orbit-core small {
    display: none;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .job-detail,
  .message-form {
    padding: 24px;
  }

  .job-title-row {
    display: block;
  }

  .job-title-row > strong {
    display: block;
    margin-top: 10px;
  }

  .solution-detail h2 {
    font-size: 31px;
  }

  .solution-rich-item {
    grid-template-columns: 1fr;
  }

  .solution-section-stack .solution-rich-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .solution-rich-item figure {
    height: 170px;
  }

  .solution-process {
    padding: 22px;
  }

  .solution-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .cms-topbar,
  .cms-panel-head {
    display: block;
  }

  .cms-top-actions {
    margin-top: 16px;
  }

  .cms-main {
    padding: 22px 16px 52px;
  }

  .cms-panel {
    padding: 16px;
  }

  .cms-table {
    min-width: 680px;
  }

  .admin-topline,
  .admin-panel-head {
    display: block;
  }

  .admin-actions {
    margin-top: 18px;
    align-items: stretch;
    flex-direction: column;
  }

  .admin-list-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .admin-panel {
    padding: 18px;
  }

  .news-tabs {
    height: 112px;
    overflow-x: auto;
    align-items: end;
  }

  .news-tab {
    flex: 0 0 132px;
    width: 132px;
    height: 70px;
    font-size: 16px;
  }

  .news-slab {
    padding-top: 36px;
  }

  .news-grid {
    gap: 46px;
  }

  .article-title {
    font-size: 30px;
  }

  .floating {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene-backdrop,
  .scene-card,
  .scene-card::before,
  .scene-card::after,
  .scene-card small::after,
  .scene-card-visual img,
  .capability-visual img {
    transition: none;
  }

  .scene-command:hover .scene-backdrop,
  .scene-card:hover,
  .scene-card:hover .scene-card-visual img,
  .capability-tile:hover .capability-visual img {
    transform: none;
  }
}

/* Visual tone pass: move away from HUD-like AI decoration toward a calmer company-site language. */
.brand-badge {
  display: none;
}

.page-hero,
.product-hero-banner {
  min-height: 540px;
  background: #f4f8fc;
  box-shadow:
    0 26px 54px rgba(18, 72, 138, 0.12),
    0 1px 0 rgba(14, 88, 234, 0.06);
}

.hero-background-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0.82;
  filter: saturate(0.82) contrast(0.92) brightness(1.1);
  transform: scale(1.01);
}

.page-hero::before,
.product-hero-banner::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.94) 38%, rgba(255,255,255,0.7) 62%, rgba(255,255,255,0.28) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(239,247,255,0.42));
}

.page-hero::after,
.product-hero-banner::after {
  z-index: 1;
  height: 96px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(250, 253, 255, 0.82) 100%);
}

.banner-visual,
.banner-tech-visual,
.banner-ai-mark,
.banner-watermark {
  display: none;
}

.hero-inner,
.product-hero-inner {
  min-height: 540px;
  padding: 68px 0 82px;
}

.hero-copy,
.product-hero-copy {
  max-width: 620px;
}

.hero-kicker,
.product-hero-copy span {
  color: #0e58ea;
  font-size: 16px;
  font-weight: 680;
}

.hero-copy h1,
.product-hero-copy h1 {
  color: #111827;
  text-wrap: balance;
}

.hero-copy p,
.product-hero-copy p {
  color: #263445;
}

.page-hero .hero-cta,
.product-hero-banner .hero-cta {
  background: rgba(255, 255, 255, 0.72);
  border-color: #111827;
  color: #111827;
  box-shadow: 0 12px 28px rgba(18, 72, 138, 0.1);
  backdrop-filter: blur(4px);
}

.banner-shadow-strip::before {
  background: radial-gradient(ellipse at 50% 0%, rgba(16, 74, 150, 0.14) 0%, rgba(16, 74, 150, 0.08) 42%, rgba(16, 74, 150, 0) 74%);
  filter: blur(5px);
}

.thumb {
  border-color: #e2e8f0;
  background: linear-gradient(135deg, #f8fbff 0%, #edf6ff 58%, #f7fbff 100%);
  box-shadow: 0 10px 26px rgba(25, 88, 160, 0.06);
}

.thumb::before {
  background:
    linear-gradient(90deg, rgba(14, 88, 234, 0.1) 0 2px, transparent 2px 100%),
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.36));
}

.thumb::after {
  display: none;
}

.thumb.t1,
.thumb.t2,
.thumb.t3,
.thumb.t4,
.thumb.t5,
.thumb.t6,
.thumb.t7,
.thumb.t8,
.thumb.t9,
.thumb.t10,
.thumb.t11,
.thumb.t12 {
  background: linear-gradient(135deg, #f9fcff 0%, #edf6ff 55%, #f7fbff 100%);
}

.product-detail-page {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 48%, #fff 100%);
}

.product-story-image {
  background: #f6f9fc;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 48px rgba(30, 88, 152, 0.08);
}

.product-story-image::before {
  display: none;
}

.product-story-image::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0 52%, rgba(15, 23, 42, 0.34) 100%),
    linear-gradient(90deg, rgba(14, 88, 234, 0.1), transparent 58%);
}

.product-story-image img,
.capability-flow-media img,
.scene-row-media img {
  opacity: 0.92;
  filter: saturate(0.78) contrast(0.94) brightness(1.08);
}

.capability-flow-media {
  border: 1px solid #e2e8f0;
  background: #f7fafc;
}

.capability-flow-media::after {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.42));
}

.capability-flow:hover .capability-flow-media img,
.scene-row:hover .scene-row-media img {
  filter: saturate(0.88) contrast(0.96) brightness(1.08);
  transform: scale(1.025);
}

.material-image img,
.scene-backdrop,
.cms-thumb-preview .thumb {
  filter: saturate(0.86) contrast(0.96) brightness(1.04);
}

.scene-stage {
  background: #f8fbff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 22px 52px rgba(19, 76, 142, 0.08);
}

.scene-stage::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.82) 46%, rgba(255,255,255,0.42) 100%);
}

.scene-stage .scene-backdrop {
  opacity: 0.08;
  filter: saturate(0.72) brightness(1.12);
}

.scene-proof-row {
  border: 1px solid #e2e8f0;
  background: rgba(255,255,255,0.84);
  box-shadow: none;
}

.scene-row-media {
  border: 1px solid #e2e8f0;
}

.scene-row-media span {
  background: rgba(14, 88, 234, 0.92);
}

.product-topic-bottom {
  background: linear-gradient(120deg, #0e58ea, #1677ff);
}

.product-topic-bottom::after {
  display: none;
}

.product-hero-banner .hero-background-image {
  opacity: 0.62;
  filter: saturate(0.68) contrast(0.9) brightness(1.16);
  object-position: right 58%;
}

.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.96) 40%, rgba(255,255,255,0.78) 66%, rgba(255,255,255,0.42) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.36), rgba(239,247,255,0.56));
}

@media (max-width: 1020px) {
  .page-hero,
  .product-hero-banner,
  .hero-inner,
  .product-hero-inner {
    min-height: 500px;
  }

  .hero-background-image {
    opacity: 0.62;
    object-position: 68% center;
  }
}

@media (max-width: 700px) {
  .page-hero,
  .product-hero-banner,
  .hero-inner,
  .product-hero-inner {
    min-height: 470px;
  }

  .hero-background-image {
    opacity: 0.34;
    object-position: 72% center;
  }

  .page-hero::before,
  .product-hero-banner::before {
    background:
      linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 68%, rgba(255,255,255,0.5) 100%),
      linear-gradient(180deg, rgba(255,255,255,0.2), rgba(239,247,255,0.44));
  }
}

/* Balanced banner pass: keep image-led official-site heroes without returning to HUD decoration. */
.page-hero,
.product-hero-banner {
  background:
    linear-gradient(112deg, #ffffff 0%, #f5fbff 42%, #dcefff 100%);
}

.hero-background-image {
  opacity: 0.72;
  filter: saturate(0.84) contrast(0.95) brightness(1.07);
  object-position: right center;
  transform: scale(1.01);
}

.product-hero-banner .hero-background-image {
  opacity: 0.74;
  filter: saturate(0.9) contrast(0.98) brightness(1.03);
  object-position: right center;
}

.page-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.84) 32%, rgba(255,255,255,0.36) 58%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(232,244,255,0.16));
}

.page-hero::after,
.product-hero-banner::after {
  height: 92px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(250,253,255,0.9) 100%),
    linear-gradient(90deg, transparent, rgba(14,88,234,0.08), transparent);
}

.hero-copy,
.product-hero-copy {
  padding: 2px 0;
}

.hero-copy.reveal,
.product-hero-copy.reveal {
  opacity: 1;
  transform: none;
  animation: none;
}

.hero-copy h1,
.product-hero-copy h1 {
  font-weight: 780;
}

.page-hero .hero-cta,
.product-hero-banner .hero-cta {
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
}

.banner-shadow-strip {
  height: 30px;
}

.banner-shadow-strip::before {
  opacity: 0.72;
  filter: blur(4px);
}

.product-story-image img,
.capability-flow-media img,
.scene-row-media img,
.material-image img {
  opacity: 0.92;
  filter: saturate(0.78) contrast(0.94) brightness(1.08);
}

.product-story-image:hover img,
.capability-flow:hover .capability-flow-media img,
.scene-row:hover .scene-row-media img {
  opacity: 1;
  filter: saturate(0.9) contrast(0.98) brightness(1.05);
}

.scene-stage .scene-backdrop {
  opacity: 0.08;
}

.thumb {
  background: #f8fbff;
}

.thumb::before {
  background:
    linear-gradient(90deg, rgba(14, 88, 234, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(246,250,255,0.72));
}

@media (max-width: 1020px) {
  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.46;
  }
}

@media (max-width: 700px) {
  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.24;
  }
}

/* Proportion optimization pass: calmer official-site rhythm with clearer image hierarchy. */
.page-hero,
.banner-hero,
.product-hero-banner {
  min-height: clamp(470px, 52vw, 520px);
}

.hero-inner,
.banner-hero .hero-inner,
.product-hero-inner {
  min-height: clamp(470px, 52vw, 520px);
  padding: 56px 0 72px;
}

.hero-background-image,
.product-hero-banner .hero-background-image {
  opacity: 0.86;
  filter: saturate(1.02) contrast(0.98) brightness(1.02);
  transform: scale(1);
}

.page-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 30%, rgba(255,255,255,0.42) 56%, rgba(255,255,255,0.04) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(232,244,255,0.12));
}

.page-hero::after,
.product-hero-banner::after {
  height: 72px;
}

.hero-copy h1,
.product-hero-copy h1 {
  font-size: clamp(42px, 4.2vw, 52px);
  line-height: 1.14;
}

.hero-copy p,
.product-hero-copy p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.82;
}

.product-story-block {
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr);
  gap: 58px;
}

.product-story-image {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.product-story-image img {
  min-height: 0;
}

.material-image {
  aspect-ratio: 16 / 10;
}

.material-image img {
  height: 100%;
  object-fit: cover;
}

.product-editorial-section {
  margin-top: 96px;
}

.product-section-lead {
  gap: 56px;
  margin-bottom: 42px;
}

.capability-flow {
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: 46px;
  min-height: 228px;
  padding: 30px 0;
}

.capability-flow:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
}

.capability-flow-media {
  height: 206px;
}

.scene-stage-head {
  padding: 46px 46px 28px;
}

.scene-gallery {
  padding: 0 46px 46px;
}

.scene-row {
  grid-template-columns: minmax(184px, 0.34fr) minmax(0, 1fr) 96px;
  gap: 28px;
  min-height: 150px;
  padding: 22px 0;
}

.scene-row-media {
  height: 118px;
}

.solution-visual {
  margin-top: 28px;
  aspect-ratio: 16 / 6.8;
}

.solution-section-grid {
  gap: 30px;
  margin-top: 44px;
}

.solution-section-stack {
  gap: 44px;
  margin-top: 48px;
}

.solution-section-grid--deep,
.solution-section-full {
  margin-top: 38px;
}

.solution-rich-item {
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
}

.solution-rich-item figure {
  height: auto;
  aspect-ratio: 16 / 10;
}

@media (max-width: 1020px) {
  .page-hero,
  .banner-hero,
  .product-hero-banner,
  .hero-inner,
  .banner-hero .hero-inner,
  .product-hero-inner {
    min-height: 460px;
  }

  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.58;
  }
}

@media (max-width: 700px) {
  .page-hero,
  .banner-hero,
  .product-hero-banner,
  .hero-inner,
  .banner-hero .hero-inner,
  .product-hero-inner {
    min-height: 420px;
  }

  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.28;
    object-position: 72% center;
  }

  .product-story-block {
    gap: 34px;
  }

  .product-story-image,
  .material-image {
    aspect-ratio: 16 / 11;
  }

  .capability-flow-media,
  .scene-row-media {
    height: 190px;
  }

  .scene-stage-head,
  .scene-gallery {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.news-card .thumb::before,
.news-card .thumb::after,
.solution-card::before,
.solution-card::after,
.solution-info-block li::before,
.scene-card::before,
.scene-card::after,
.scene-card-visual::after,
.scene-card small::after,
.cms-hero-preview::before,
.cms-hero-preview::after {
  content: none;
  display: none;
}

.solution-info-block li {
  padding-left: 0;
}

/* Final override layer: keep the last word on proportions, banners and CMS usability. */
:root {
  --blue: #0b6ff6;
  --blue-2: #0ea5e9;
  --ink: #0f172a;
  --muted: #526175;
  --line: #e2e8f0;
  --pale: #f8fafc;
  --panel: #eef6ff;
}

html { scroll-padding-top: calc(var(--nav-h) + 24px); }
body { color: var(--ink); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(11, 111, 246, 0.42);
  outline-offset: 2px;
}

.site-header { box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04); }
.header-inner,
.mega-shell { max-width: 1360px; }
.brand,
.nav-trigger,
.user-trigger,
.header-actions { color: #111827; }

.mega {
  min-height: 320px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}

.mega-shell {
  min-height: 320px;
  grid-template-columns: 280px 1fr;
}

.mega-side {
  padding: 46px 56px;
  background: linear-gradient(180deg, #f2f7ff 0%, #edf5ff 100%);
}

.mega-side::after { display: none; }
.mega-grid { gap: 42px; padding: 42px 56px 36px; }
.mega-grid.product-three { grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.9fr) minmax(280px, 0.92fr); }
.mega-col h3 { margin-bottom: 18px; font-size: 20px; }
.mega-link { margin-bottom: 20px; padding: 2px 0; }
.mega-link strong { font-size: 15px; }
.mega-link span { max-width: 360px; color: #64748b; line-height: 1.55; }

.page-hero,
.banner-hero,
.product-hero-banner {
  min-height: clamp(500px, 48vw, 560px);
  background: #f8fbff;
  box-shadow: 0 28px 56px rgba(15, 76, 129, 0.12);
}

.hero-inner,
.banner-hero .hero-inner,
.product-hero-inner {
  width: min(100% - 72px, 1240px);
  min-height: clamp(500px, 48vw, 560px);
  padding: 58px 0 76px;
}

.hero-background-image,
.product-hero-banner .hero-background-image {
  opacity: 0.96;
  filter: saturate(1.02) contrast(0.98) brightness(1.03);
  object-position: right center;
}

.page-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 31%, rgba(255,255,255,0.48) 56%, rgba(255,255,255,0.06) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(235,247,255,0.12));
}

.page-hero::after,
.product-hero-banner::after {
  height: 58px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,250,252,0.86) 100%),
    linear-gradient(90deg, transparent, rgba(11,111,246,0.08), transparent);
}

.hero-kicker,
.product-hero-copy span {
  color: var(--blue);
  font-size: 16px;
  font-weight: 780;
}

.hero-copy h1,
.product-hero-copy h1 {
  max-width: 680px;
  color: #0f172a;
  font-size: clamp(42px, 4.3vw, 56px);
  font-weight: 820;
  line-height: 1.13;
}

.hero-copy p,
.product-hero-copy p {
  max-width: 640px;
  color: #334155;
}

.page-hero .hero-cta,
.product-hero-banner .hero-cta {
  min-width: 148px;
  height: 46px;
  border-color: #0f172a;
  background: rgba(255,255,255,0.76);
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.page-hero .hero-cta:hover,
.product-hero-banner .hero-cta:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}

.banner-shadow-strip {
  height: 34px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.banner-shadow-strip::before {
  left: clamp(32px, 5vw, 96px);
  right: clamp(32px, 5vw, 96px);
  height: 38px;
  background: radial-gradient(ellipse at 50% 0%, rgba(15, 76, 129, 0.18) 0%, rgba(15, 76, 129, 0.1) 42%, rgba(15, 76, 129, 0) 74%);
}

.news-home-section {
  background: #f8fbff;
  color: var(--ink);
}

.news-home-section .section-head p,
.news-home-section .news-card-title { color: inherit; }
.news-home-section .news-card { background: #fff; }

.product-topic-card,
.solution-card,
.news-card,
.job-list a,
.message-form,
.job-detail { box-shadow: 0 16px 36px rgba(15, 76, 129, 0.06); }

.product-topic-card:hover,
.solution-card:hover,
.news-card:hover,
.job-list a:hover {
  box-shadow: 0 22px 48px rgba(15, 76, 129, 0.11);
  transform: translateY(-2px);
}

.product-topic-card img,
.solution-card img,
.product-story-image img,
.capability-flow-media img,
.scene-row-media img,
.solution-visual img,
.material-image img {
  filter: saturate(0.94) contrast(0.98) brightness(1.04);
}

.floating { right: 18px; bottom: 72px; gap: 8px; }
.float-btn {
  width: 48px;
  height: 42px;
  border: 1px solid #e2e8f0;
  background: rgba(255,255,255,0.94);
  color: #0f172a;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  font-size: 13px;
  font-weight: 800;
}
.float-btn:hover { border-color: rgba(11, 111, 246, 0.36); color: var(--blue); }

.cms-shell {
  grid-template-columns: 236px minmax(0, 1fr);
  background: #f5f7fb;
}

.cms-sidebar { border-right-color: #e6ebf3; }
.cms-nav { padding-top: 16px; }
.cms-nav-parent {
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  min-height: 50px;
  padding: 0 15px 0 16px;
}
.cms-nav-item {
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 44px;
  padding: 0 14px 0 42px;
}
.cms-nav-label { font-size: 15px; font-weight: 760; }
.cms-nav-item .cms-nav-label { font-size: 14px; }
.cms-nav-parent:hover,
.cms-nav-item:hover { background: #f0f6ff; }
.cms-nav-parent-direct.is-active,
.cms-nav-item.active { background: #3995f6; color: #fff; }

.cms-main { padding: 34px 40px 72px; }
.cms-topbar h1 { font-size: 30px; }
.cms-panel {
  border-color: #e2e8f0;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 76, 129, 0.05);
}
.cms-panel-head {
  align-items: center;
  border-bottom: 1px solid #edf2f7;
  margin: -4px -2px 18px;
  padding-bottom: 18px;
}
.cms-panel-head h2 { color: #0f172a; font-size: 21px; }
.cms-panel-head p { max-width: 760px; color: #64748b; }
.cms-panel-actions { flex-shrink: 0; }
.cms-table { min-width: 980px; }
.cms-table th,
.cms-table td { padding: 15px 12px; }
.cms-table th:first-child,
.cms-table td:first-child { min-width: 360px; }
.cms-table th:last-child,
.cms-table td:last-child { width: 184px; }

.cms-record-summary {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.cms-record-summary figure {
  width: 82px;
  height: 58px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dbe5f2;
  background: #eef6ff;
}
.cms-record-summary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-record-summary strong { color: #0f172a; }
.cms-record-summary small { max-width: 420px; }

.cms-action-buttons {
  flex-wrap: nowrap;
  gap: 6px;
  white-space: nowrap;
}
.cms-action-buttons a,
.cms-action-buttons button {
  min-height: 30px;
  padding: 0 9px;
}

.cms-detail-layout,
.solution-admin-main {
  grid-template-columns: minmax(0, 1fr) 326px;
  gap: 20px;
}

.cms-form-section {
  border-left: 0;
  border-top: 3px solid var(--blue);
  background: #f6f9ff;
  padding: 16px 18px;
}

.cms-field,
.cms-image-field,
.cms-region-editor,
.cms-editor,
.cms-preview-pane {
  border-color: #e2e8f0;
  background: #fff;
}

.cms-form input,
.cms-form select,
.cms-form textarea,
.cms-toolbar input,
.cms-toolbar select { border-color: #d9e2ef; }

.cms-form input:focus,
.cms-form select:focus,
.cms-form textarea:focus,
.cms-toolbar input:focus,
.cms-toolbar select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 111, 246, 0.1);
}

.cms-paired-row {
  grid-template-columns: minmax(320px, 0.92fr) minmax(300px, 1fr);
  border-color: #dfe8f3;
  background: #f8fbff;
}
.cms-paired-row-head {
  justify-content: space-between;
  border-bottom: 1px solid #e7eef8;
  padding-bottom: 10px;
}
.cms-paired-delete { color: #b42318; }
.cms-image-field-preview,
.cms-paired-image .cms-image-field-preview {
  min-height: 150px;
  border-color: #cad8ec;
}
.cms-upload-button,
.cms-paired-actions button {
  border-color: rgba(11, 111, 246, 0.36);
  color: var(--blue);
}
.cms-mini-preview {
  background:
    linear-gradient(120deg, rgba(3, 105, 161, 0.94), rgba(11, 111, 246, 0.92)),
    #0369a1;
}

@media (max-width: 1020px) {
  .cms-shell,
  .cms-detail-layout,
  .solution-admin-main { grid-template-columns: 1fr; }
  .cms-main { padding: 26px 24px 64px; }
  .cms-preview-pane { position: relative; top: auto; }
}

@media (max-width: 700px) {
  .hero-inner,
  .banner-hero .hero-inner,
  .product-hero-inner { width: min(100% - 36px, 1240px); }
  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.34;
    object-position: 70% center;
  }
  .cms-main { padding: 22px 16px 52px; }
  .cms-panel-head { display: block; }
  .cms-panel-actions { justify-content: flex-start; margin-top: 14px; }
  .cms-record-summary { grid-template-columns: 74px minmax(0, 1fr); }
  .cms-record-summary figure { width: 74px; height: 54px; }
  .cms-action-buttons { flex-wrap: wrap; }
  .cms-paired-row { grid-template-columns: 1fr; }
}

/* Final card spacing pass at EOF */
.home-kpi-row,
.strategy-grid,
.product-home-grid,
.team-proof,
.open-grid,
.news-grid,
.solution-card-grid,
.solution-rich-list,
.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list,
.solution-rich-block--outcome .solution-rich-list,
.solution-kpi-grid,
.job-meta-grid,
.admin-metrics,
.cms-metrics,
.cms-grid,
.admin-two-forms {
  gap: var(--card-gap) !important;
}

.news-grid,
.open-grid,
.solution-section-grid,
.solution-section-stack,
.product-story-grid,
.capability-flow,
.scene-row,
.solution-showcase {
  gap: var(--card-gap-lg) !important;
}

.home-kpi-row,
.product-home-grid,
.solution-rich-list,
.solution-section-stack .solution-rich-list,
.solution-section-stack .solution-rich-block--outcome .solution-rich-list,
.solution-rich-block--outcome .solution-rich-list {
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.home-kpi-row div,
.product-home-item,
.open-card,
.team-proof div,
.news-card,
.solution-card,
.solution-rich-item,
.solution-process,
.solution-kpi-grid div,
.job-meta-grid p,
.admin-metrics div,
.admin-panel,
.cms-metrics div,
.cms-panel,
.cms-list-item,
.cms-paired-row,
.cms-form-section,
.message-form,
.login-card,
.job-detail {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}

.home-kpi-row div,
.product-home-item,
.open-card,
.team-proof div,
.solution-card-body,
.solution-rich-item div,
.solution-process,
.solution-kpi-grid div,
.job-meta-grid p,
.admin-metrics div,
.admin-panel,
.cms-metrics div,
.cms-panel,
.cms-list-item,
.cms-form-section,
.message-form,
.login-card,
.job-detail {
  padding: var(--card-pad) !important;
}

.solution-rich-item,
.solution-section-stack .solution-rich-item {
  gap: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--card-border);
}

.news-card-title {
  margin: 0 !important;
  padding: 20px var(--card-pad-sm) 8px !important;
}

.news-card-date {
  display: block;
  padding: 0 var(--card-pad-sm) 22px !important;
}

.cms-detail-layout,
.solution-admin-main,
.cms-paired-row {
  gap: var(--card-gap) !important;
}

@media (max-width: 700px) {
  .news-card-title { padding-top: 18px !important; }
  .news-card-date { padding-bottom: 20px !important; }
}

/* Final visual authority after all spacing rules: blue-white launch page style. */
.hero-cta,
.page-hero .hero-cta,
.product-hero-banner .hero-cta,
.section-more-link,
.solution-primary,
.solution-secondary,
.job-apply,
.message-form button,
.float-btn {
  border-radius: 14px !important;
}

.product-card-link-hint,
.cms-primary,
.cms-save,
.cms-delete,
.cms-upload-button,
.cms-action-buttons a,
.cms-action-buttons button {
  border-radius: 12px !important;
}

.mega,
.mobile-drawer {
  border-radius: 0 0 28px 28px !important;
}

.product-home-item,
.product-topic-card,
.news-card,
.solution-card,
.open-card,
.detail-panel,
.plain-item,
.strategy-item,
.home-kpi-row div,
.team-proof div,
.solution-rich-item,
.solution-process,
.solution-kpi-grid div,
.job-list a,
.job-detail,
.job-meta-grid p,
.message-form,
.contact-card,
.doc-card,
.customer-card,
.login-card {
  border-radius: 22px !important;
}

.product-story-image,
.capability-flow-media,
.scene-row-media,
.solution-visual,
.material-image,
.solution-rich-item figure,
.solution-card figure,
.product-topic-card img,
.cms-image-field-preview,
.cms-thumb-preview,
.cms-mini-preview {
  border-radius: 20px !important;
}

.news-card .thumb,
.solution-card figure,
.solution-rich-item figure {
  border-radius: 22px 22px 0 0 !important;
}

.news-card .thumb img,
.solution-card figure img,
.solution-rich-item figure img,
.product-story-image img,
.capability-flow-media img,
.scene-row-media img,
.solution-visual img,
.material-image img {
  border-radius: inherit !important;
}

.cms-panel,
.admin-panel,
.cms-list-item,
.cms-form-section,
.cms-paired-row,
.cms-image-field,
.cms-region-editor,
.cms-editor,
.cms-preview-pane,
.message-form input,
.message-form select,
.message-form textarea,
.cms-form input,
.cms-form select,
.cms-form textarea,
.cms-toolbar input,
.cms-toolbar select {
  border-radius: 14px !important;
}

.product-card-link-hint {
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  min-height: 44px;
  margin-top: auto !important;
  padding: 0 16px !important;
  border: 1px solid rgba(18,104,255,0.16) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(238,248,255,0.82)) !important;
  color: #1268ff !important;
  font-size: 14px !important;
  font-weight: 820 !important;
  line-height: 1.25 !important;
  box-shadow: 0 14px 34px rgba(18,104,255,0.08) !important;
  white-space: nowrap;
}

.product-card-link-hint::before {
  width: 28px !important;
  height: 1px !important;
  margin: 0 10px 0 0 !important;
  flex: 1 1 auto;
  min-width: 18px;
  border: 0 !important;
  background: linear-gradient(90deg, rgba(18,104,255,0.12), rgba(18,104,255,0.42)) !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.product-card-link-hint i {
  flex: 0 0 auto;
}

.product-card-link-hint::after {
  margin-left: 8px;
  font-size: 17px;
}

/* Final text inset normalization: every bordered content area needs breathing room. */
:root {
  --content-inset: clamp(24px, 2.2vw, 34px);
  --content-inset-sm: clamp(18px, 1.6vw, 24px);
}

.strategy-item,
.open-card,
.detail-panel,
.plain-item,
.product-home-item,
.product-topic-card,
.home-kpi-row div,
.team-proof div,
.solution-process,
.solution-kpi-grid div,
.job-list,
.job-list a,
.job-apply,
.job-detail,
.job-meta-grid p,
.contact-info,
.contact-info > div,
.contact-card,
.doc-card,
.customer-card,
.cms-audit-list,
.admin-panel,
.cms-panel,
.cms-list-item,
.cms-form-section,
.cms-paired-row,
.cms-metrics div,
.admin-metrics div {
  padding: var(--content-inset) !important;
}

.solution-card-body,
.solution-rich-item div,
.news-card-title,
.news-card-date,
.thumb-title,
.thumb-sub {
  padding-left: var(--content-inset) !important;
  padding-right: var(--content-inset) !important;
}

.solution-rich-block {
  padding-left: var(--content-inset) !important;
  padding-right: var(--content-inset) !important;
}

.cms-record-summary,
.cms-field,
.cms-image-field,
.cms-region-editor,
.cms-editor,
.cms-preview-pane,
.delivery-node,
.cms-audit-list button,
.cms-panel-actions button,
.cms-action-buttons a,
.cms-action-buttons button {
  padding-left: var(--content-inset-sm) !important;
  padding-right: var(--content-inset-sm) !important;
}

.contact-info div,
.delivery-node strong,
.delivery-node span,
.cms-panel button,
.cms-audit-list button,
.message-form input,
.message-form select,
.message-form textarea,
.cms-form input,
.cms-form select,
.cms-form textarea,
.cms-toolbar input,
.cms-toolbar select {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.product-card-link-hint {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.hero-cta,
.page-hero .hero-cta,
.product-hero-banner .hero-cta,
.section-more-link,
.solution-primary,
.solution-secondary,
.message-form button,
.job-apply a,
.float-btn {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body {
  background:
    radial-gradient(circle at 82% 4%, rgba(49, 183, 255, 0.12), transparent 28vw),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 42%, #f7fbff 100%) !important;
}

.page-hero,
.banner-hero,
.product-hero-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 80% 44%, rgba(49, 183, 255, 0.32), transparent 24vw),
    linear-gradient(108deg, #ffffff 0%, #f4fbff 48%, #dff5ff 100%) !important;
  box-shadow: 0 34px 76px rgba(18, 104, 255, 0.14) !important;
}

.page-hero::before,
.banner-hero::before,
.product-hero-banner::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 33%, rgba(255,255,255,0.46) 60%, rgba(255,255,255,0.08) 100%),
    radial-gradient(ellipse at 76% 52%, rgba(18,104,255,0.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(225,245,255,0.2)) !important;
}

.page-hero::after,
.banner-hero::after,
.product-hero-banner::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: auto 0 0;
  height: 64px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(18,104,255,0.2), rgba(18,104,255,0.08) 42%, transparent 72%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.96)) !important;
}

.hero-background-image,
.product-hero-banner .hero-background-image {
  opacity: 0.92 !important;
  object-fit: cover !important;
  object-position: 76% center !important;
  filter: saturate(1.08) contrast(0.98) brightness(1.06) !important;
  mix-blend-mode: multiply;
}

.hero-cta,
.page-hero .hero-cta,
.product-hero-banner .hero-cta,
.section-more-link,
.cms-primary,
.cms-save,
.message-form button,
.job-apply,
.solution-primary {
  border: 1px solid rgba(18, 104, 255, 0.9) !important;
  background: linear-gradient(180deg, #2b8bff 0%, #075deb 100%) !important;
  color: #fff !important;
  box-shadow: 0 20px 44px rgba(18,104,255,0.26) !important;
}

.product-home-grid,
.news-grid,
.solution-card-grid,
.open-grid,
.strategy-grid,
.home-kpi-row,
.team-proof,
.solution-rich-list,
.solution-kpi-grid,
.job-meta-grid {
  gap: clamp(24px, 2.4vw, 34px) !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.product-home-item,
.product-topic-card,
.news-card,
.solution-card,
.open-card,
.detail-panel,
.plain-item,
.strategy-item,
.home-kpi-row div,
.team-proof div,
.solution-rich-item,
.solution-process,
.solution-kpi-grid div,
.job-list a,
.job-detail,
.job-meta-grid p,
.message-form,
.contact-card,
.doc-card,
.customer-card,
.admin-panel,
.cms-panel,
.cms-list-item,
.cms-form-section,
.cms-paired-row {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(55,227,223,0.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,250,255,0.9)) !important;
  box-shadow: 0 28px 76px rgba(18, 104, 255, 0.12) !important;
  backdrop-filter: blur(18px);
}

.product-home-item::after,
.product-topic-card::after,
.news-card::after,
.solution-card::after,
.open-card::after,
.detail-panel::after,
.plain-item::after,
.strategy-item::after,
.solution-rich-item::after,
.job-list a::after,
.message-form::after,
.contact-card::after,
.customer-card::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(122deg, transparent 0 58%, rgba(49,183,255,0.12) 59% 60%, transparent 61%),
    radial-gradient(circle at 86% 18%, rgba(18,104,255,0.08), transparent 22%);
  pointer-events: none;
}

.product-home-item > *,
.product-topic-card > *,
.news-card > *,
.solution-card > *,
.open-card > *,
.detail-panel > *,
.plain-item > *,
.strategy-item > *,
.solution-rich-item > *,
.job-list a > *,
.message-form > *,
.contact-card > *,
.customer-card > * {
  position: relative;
  z-index: 1;
}

.home-kpi-row div::before,
.team-proof div::before,
.detail-panel::before,
.plain-item::before,
.open-card::before,
.product-home-item::before,
.product-topic-card::before,
.strategy-item::before,
.solution-card-body::before,
.news-card::before,
.job-list a::before,
.contact-card::before,
.customer-card::before {
  content: "" !important;
  display: block !important;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(18,104,255,0.3) !important;
  background: linear-gradient(180deg, #35bdff 0%, #1268ff 100%) !important;
  box-shadow:
    inset 0 0 0 8px rgba(255,255,255,0.2),
    inset 0 -12px 22px rgba(4,52,170,0.16),
    0 16px 34px rgba(18,104,255,0.24) !important;
  clip-path: polygon(50% 3%, 92% 26%, 92% 74%, 50% 97%, 8% 74%, 8% 26%);
}

.product-home-item:hover,
.product-topic-card:hover,
.news-card:hover,
.solution-card:hover,
.open-card:hover,
.detail-panel:hover,
.plain-item:hover,
.strategy-item:hover,
.solution-rich-item:hover,
.job-list a:hover,
.customer-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18,104,255,0.34) !important;
  box-shadow: 0 34px 88px rgba(18,104,255,0.18) !important;
}

.news-card {
  display: grid !important;
  grid-template-rows: auto minmax(96px, 1fr) auto;
}

.news-card .thumb {
  position: relative;
  order: -1;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  border: 0 !important;
  background:
    radial-gradient(circle at 74% 38%, rgba(49,183,255,0.38), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eaf8ff 52%, #d6f3ff 100%) !important;
  box-shadow: none !important;
}

.news-card .thumb::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(55,227,223,0.22) 39% 41%, transparent 42%),
    radial-gradient(ellipse at 75% 54%, rgba(18,104,255,0.1), transparent 42%),
    linear-gradient(0deg, rgba(255,255,255,0.14), rgba(255,255,255,0.78));
  pointer-events: none;
}

.news-card .thumb::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 16px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(18,104,255,0.2);
  border-radius: 50% !important;
  background:
    radial-gradient(circle, rgba(255,255,255,0.98) 0 27%, rgba(225,248,255,0.78) 28% 52%, transparent 53%),
    conic-gradient(from -90deg, rgba(18,104,255,0.54), rgba(49,183,255,0.18), rgba(55,227,223,0.34), rgba(18,104,255,0.52));
  transform: perspective(700px) rotateX(58deg);
  box-shadow: 0 22px 54px rgba(18,104,255,0.13);
  pointer-events: none;
}

.thumb-title {
  z-index: 3;
  top: 50px;
  color: #071326 !important;
}

.thumb-sub { z-index: 3; }

.news-card-title {
  margin: 0 !important;
  padding: 26px 28px 10px !important;
  color: #071326 !important;
  font-size: 22px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

.news-card-date {
  display: block;
  padding: 0 28px 28px !important;
  color: #69798e !important;
}

.product-story-image,
.capability-flow-media,
.scene-row-media,
.solution-visual,
.material-image,
.solution-rich-item figure {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18,104,255,0.14) !important;
  background:
    radial-gradient(circle at 74% 28%, rgba(55,227,223,0.16), transparent 28%),
    linear-gradient(135deg, #ffffff, #ebf8ff) !important;
  box-shadow: 0 26px 70px rgba(18,104,255,0.13) !important;
}

.product-story-image::after,
.capability-flow-media::after,
.scene-row-media::after,
.solution-visual::after,
.material-image::after,
.solution-rich-item figure::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(18,104,255,0.16);
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.9) 0 22%, rgba(49,183,255,0.18) 23% 38%, transparent 39%),
    conic-gradient(from -90deg, rgba(18,104,255,0.24), transparent, rgba(55,227,223,0.22), transparent, rgba(18,104,255,0.24));
  transform: perspective(800px) rotateX(64deg);
  pointer-events: none;
}

.product-story-image img,
.capability-flow-media img,
.scene-row-media img,
.solution-visual img,
.material-image img,
.solution-rich-item figure img {
  position: relative;
  z-index: 1;
  filter: saturate(1.04) contrast(0.98) brightness(1.05) !important;
}

.open-loop-section {
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  overflow: visible !important;
}

.open-loop-copy {
  max-width: 860px;
}

.open-loop-diagram {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2.4vw, 36px) !important;
  width: 100%;
}

.open-loop-diagram::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(18,104,255,0), rgba(18,104,255,0.22), rgba(55,227,223,0.28), rgba(18,104,255,0));
}

.open-loop-diagram article {
  aspect-ratio: 1 / 1 !important;
  min-height: auto !important;
  padding: 34px 26px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(18,104,255,0.24) !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,0.96) 0 36%, rgba(230,248,255,0.92) 37% 61%, transparent 62%),
    conic-gradient(from -90deg, rgba(18,104,255,0.54), rgba(55,227,223,0.2), rgba(18,104,255,0.08), rgba(18,104,255,0.52)) !important;
  box-shadow: 0 26px 72px rgba(18,104,255,0.15) !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.open-loop-diagram article::before,
.open-loop-diagram article::after {
  display: none !important;
}

.open-loop-diagram article strong {
  color: #1268ff !important;
  font-size: 24px;
}

.open-loop-diagram article h3 {
  margin: 10px 0 8px;
  color: #071326 !important;
}

.open-loop-diagram article p {
  margin: 0;
  color: #53657d !important;
}

.open-ecosystem-map,
.delivery-orbit-ring {
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 25%, rgba(236,248,255,0.8) 26% 48%, transparent 49%),
    conic-gradient(from -90deg, rgba(18,104,255,0.5), rgba(55,227,223,0.18), rgba(18,104,255,0.12), rgba(18,104,255,0.48)) !important;
  box-shadow: 0 32px 92px rgba(18,104,255,0.16) !important;
}

.open-ecosystem-core,
.delivery-orbit-core,
.open-ecosystem-node,
.delivery-orbit-node {
  border-radius: 50% !important;
}

.solution-rich-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.solution-rich-item {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
}

.solution-rich-item figure {
  height: 210px !important;
  aspect-ratio: auto !important;
}

.solution-rich-item div {
  padding: 24px 26px 28px !important;
}

@media (max-width: 1120px) {
  .open-loop-diagram,
  .solution-rich-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .hero-inner,
  .banner-hero .hero-inner,
  .product-hero-inner {
    width: min(100% - 36px, 1240px) !important;
    min-height: 420px !important;
    padding: 46px 0 58px !important;
  }

  .hero-background-image,
  .product-hero-banner .hero-background-image {
    opacity: 0.28 !important;
    object-position: 76% center !important;
  }

  .hero-copy h1,
  .product-hero-copy h1 {
    font-size: clamp(34px, 11vw, 44px) !important;
  }

  .product-home-grid,
  .news-grid,
  .solution-card-grid,
  .open-grid,
  .strategy-grid,
  .home-kpi-row,
  .team-proof,
  .solution-rich-list,
  .solution-kpi-grid,
  .job-meta-grid,
  .open-loop-diagram {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .open-loop-diagram article {
    aspect-ratio: auto !important;
    border-radius: 22px !important;
    min-height: 220px !important;
  }

  .news-card .thumb::after {
    right: 16px;
    top: 16px;
    width: 112px;
    height: 112px;
  }

  .news-card {
    padding: 0 !important;
  }
}
/* Absolute final padding guard: keep text away from bordered/card edges across public and admin pages. */
.timeline-item {
  padding: 24px 28px !important;
}

.solution-card-meta {
  padding: 18px 22px 0 !important;
}

.scene-proof-row div {
  padding: 24px 28px !important;
}

.scene-row {
  padding: 24px 28px !important;
}

.education-layer-item {
  padding: 28px 30px !important;
}

.product-delivery-section {
  padding: clamp(30px, 4vw, 56px) !important;
}

.cms-panel-head {
  margin-left: calc(-1 * var(--card-pad-sm)) !important;
  margin-right: calc(-1 * var(--card-pad-sm)) !important;
  padding: 0 var(--card-pad-sm) 18px !important;
}

@media (max-width: 760px) {
  .timeline-item,
  .scene-row,
  .education-layer-item {
    padding: 24px !important;
  }

  .scene-proof-row div {
    padding: 24px !important;
  }

  .product-delivery-section,
  .solution-module-section {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .cms-panel-head {
    margin-left: -18px !important;
    margin-right: -18px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* Absolute final padding guard v2: close remaining 18-22px edge cases. */
.solution-card-meta {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.product-theme-inspection .scene-row-contact {
  padding: 26px 28px !important;
}

.cms-panel-head {
  margin-left: -24px !important;
  margin-right: -24px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media (max-width: 760px) {
  .solution-card-meta {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .product-theme-inspection .scene-row-contact {
    padding: 26px !important;
  }

  .cms-panel-head {
    margin-left: -24px !important;
    margin-right: -24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* Product detail recommendation module. */
.other-products {
  display: block !important;
  margin-top: clamp(46px, 6vw, 78px) !important;
  padding: clamp(30px, 4vw, 52px) !important;
  border: 1px solid rgba(26, 111, 255, 0.13) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(61, 177, 255, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.92)) !important;
  box-shadow: 0 26px 72px rgba(18, 91, 208, 0.12) !important;
  backdrop-filter: blur(18px) !important;
}

.other-products-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
  gap: clamp(22px, 4vw, 70px);
  align-items: end;
  margin-bottom: clamp(24px, 3.2vw, 38px);
}

.other-products-head h2 {
  margin: 10px 0 0;
  color: #0c1628;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.16;
  letter-spacing: 0;
}

.other-products-head p {
  margin: 0;
  color: #5f6f86;
  font-size: 16px;
  line-height: 1.85;
}

.other-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
}

.other-products .other-product-card {
  position: relative;
  display: flex !important;
  min-height: 190px !important;
  flex-direction: column;
  align-items: stretch !important;
  justify-content: flex-start;
  overflow: hidden;
  padding: 26px 26px 24px !important;
  border: 1px solid rgba(40, 114, 242, 0.13) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,251,255,0.94)) !important;
  color: #111827 !important;
  box-shadow: 0 16px 36px rgba(30, 84, 160, 0.08) !important;
  text-decoration: none;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease !important;
}

.other-products .other-product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #116bff, #47d9ff);
  opacity: 0;
  transition: opacity 200ms ease;
}

.other-products .other-product-card small {
  display: block;
  color: #1268ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.other-products .other-product-card strong {
  display: block;
  margin-top: 18px;
  color: #0f172a;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.28;
}

.other-products .other-product-card span {
  display: block;
  margin-top: 14px;
  color: #66758c;
  font-size: 14px;
  line-height: 1.78;
}

.other-products .other-product-card em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #1268ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.other-products .other-product-card em::after {
  content: "→";
  font-family: Arial, sans-serif;
  transform: translateX(0);
  transition: transform 200ms ease;
}

.other-products .other-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18, 104, 255, 0.32) !important;
  background: #fff !important;
  box-shadow: 0 28px 60px rgba(18, 91, 208, 0.16) !important;
}

.other-products .other-product-card:hover::before {
  opacity: 1;
}

.other-products .other-product-card:hover em::after {
  transform: translateX(4px);
}

@media (max-width: 1080px) {
  .other-products-head {
    grid-template-columns: 1fr;
  }

  .other-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .other-products {
    padding: 26px !important;
    border-radius: 22px !important;
  }

  .other-product-grid {
    grid-template-columns: 1fr;
  }

  .other-products .other-product-card {
    min-height: 168px !important;
    padding: 24px !important;
  }
}

/* Education capability polish: replace table-like frames with editorial product cards. */
.product-theme-education .education-capability-suite {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 3.5vw, 46px) !important;
  align-items: stretch !important;
}

.product-theme-education .education-suite-core {
  min-height: 690px !important;
  border: 0 !important;
  border-radius: 34px !important;
  background: #eef7ff !important;
  box-shadow: 0 36px 90px rgba(39, 95, 184, 0.15) !important;
}

.product-theme-education .education-suite-core figure::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.16) 44%, rgba(255,255,255,0.92) 100%),
    linear-gradient(135deg, rgba(37,99,235,0.2), transparent 46%) !important;
}

.product-theme-education .education-suite-core > div {
  left: 34px !important;
  right: 34px !important;
  bottom: 34px !important;
  padding: 34px 36px !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 30px 70px rgba(29, 86, 176, 0.16) !important;
  backdrop-filter: blur(16px) !important;
}

.product-theme-education .education-suite-core > div::before {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1268ff, #45d8ff);
}

.product-theme-education .education-core-metrics {
  gap: 12px !important;
  margin-top: 26px !important;
  border: 0 !important;
}

.product-theme-education .education-core-metrics strong {
  min-height: 88px !important;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 18px !important;
  background: linear-gradient(180deg, rgba(241, 248, 255, 0.98), rgba(255, 255, 255, 0.92)) !important;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1) !important;
}

.product-theme-education .education-layer-list {
  display: grid !important;
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important;
}

.product-theme-education .education-layer-item {
  position: relative;
  min-height: 154px !important;
  grid-template-columns: minmax(170px, 210px) minmax(0, 1fr) !important;
  gap: 26px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 26px !important;
  padding: 24px 30px 24px 24px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(63, 197, 255, 0.15), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.99), rgba(246,251,255,0.94)) !important;
  box-shadow: 0 22px 58px rgba(35, 82, 145, 0.1) !important;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease !important;
}

.product-theme-education .education-layer-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #1268ff, #49d5ff);
  opacity: 0;
  transition: opacity 220ms ease;
}

.product-theme-education .education-layer-item:hover {
  transform: translateY(-5px) !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(63, 197, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #fff, #f5fbff) !important;
  box-shadow: 0 30px 74px rgba(35, 82, 145, 0.16) !important;
}

.product-theme-education .education-layer-item:hover::before {
  opacity: 1;
}

.product-theme-education .education-layer-item figure {
  height: 122px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 70% 26%, rgba(70, 215, 255, 0.28), transparent 40%),
    linear-gradient(145deg, #eef7ff, #ffffff) !important;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1), 0 12px 28px rgba(31, 85, 163, 0.08) !important;
}

.product-theme-education .education-layer-item figure::after {
  background:
    linear-gradient(135deg, rgba(18,104,255,0.09), transparent 46%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.52)) !important;
}

.product-theme-education .education-layer-item span {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px !important;
  background: rgba(18, 104, 255, 0.08) !important;
  color: #1268ff !important;
  font-size: 12px !important;
  line-height: 1;
}

.product-theme-education .education-layer-item h3 {
  margin: 16px 0 10px !important;
  font-size: clamp(24px, 2.1vw, 32px) !important;
}

.product-theme-education .education-layer-item p {
  color: #53667f !important;
  font-size: 15px !important;
  line-height: 1.82 !important;
}

.product-theme-education .education-pathway {
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) !important;
  gap: 24px !important;
  margin-top: 34px !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 28px !important;
  background:
    linear-gradient(135deg, rgba(239,248,255,0.98), rgba(255,255,255,0.96)) !important;
  box-shadow: 0 26px 68px rgba(37, 99, 235, 0.1) !important;
}

.product-theme-education .education-pathway > span {
  min-height: 116px;
  border: 0 !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #1268ff, #35c8ff) !important;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.18) !important;
}

.product-theme-education .education-pathway > div {
  gap: 14px !important;
}

.product-theme-education .education-pathway article {
  min-height: 116px !important;
  border: 0 !important;
  border-radius: 20px !important;
  padding: 22px 20px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.09), 0 12px 30px rgba(39, 95, 184, 0.08) !important;
}

.product-theme-education .education-pathway article::after {
  left: 20px !important;
  right: 20px !important;
  bottom: 18px !important;
  height: 3px !important;
  border-radius: 999px !important;
}

@media (max-width: 1120px) {
  .product-theme-education .education-capability-suite,
  .product-theme-education .education-pathway {
    grid-template-columns: 1fr !important;
  }

  .product-theme-education .education-pathway > div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .product-theme-education .education-suite-core {
    min-height: 560px !important;
    border-radius: 26px !important;
  }

  .product-theme-education .education-suite-core > div {
    left: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    padding: 26px !important;
    border-radius: 22px !important;
  }

  .product-theme-education .education-layer-item {
    grid-template-columns: 1fr !important;
    padding: 22px !important;
  }

  .product-theme-education .education-layer-item figure {
    height: 180px !important;
  }

  .product-theme-education .education-pathway {
    padding: 20px !important;
  }

  .product-theme-education .education-pathway > div {
    grid-template-columns: 1fr !important;
  }
}

/* Product detail hero story polish: remove form-like label bars and metric boxes. */
.product-detail-page .product-story-image {
  border: 0 !important;
  border-radius: 34px !important;
  box-shadow: 0 34px 88px rgba(27, 88, 164, 0.15) !important;
}

.product-detail-page .product-story-image::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.1) 48%, rgba(2, 17, 43, 0.42) 100%),
    linear-gradient(110deg, rgba(255,255,255,0.62) 0%, transparent 30%, rgba(18,104,255,0.08) 100%) !important;
  opacity: 1 !important;
}

.product-detail-page .product-story-image figcaption,
.product-theme-open-platform .product-story-image figcaption {
  left: clamp(22px, 2.4vw, 34px) !important;
  right: auto !important;
  bottom: clamp(22px, 2.4vw, 34px) !important;
  width: min(68%, 430px) !important;
  padding: 24px 28px 26px !important;
  border: 0 !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: #081426 !important;
  box-shadow: 0 28px 68px rgba(12, 64, 132, 0.18) !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
}

.product-detail-page .product-story-image figcaption::before,
.product-theme-open-platform .product-story-image figcaption::before {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--topic-accent, #1268ff), #48d6ff) !important;
}

.product-detail-page .product-story-image figcaption span,
.product-theme-open-platform .product-story-image figcaption span {
  margin-bottom: 12px !important;
  color: var(--topic-accent, #1268ff) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.product-detail-page .product-story-image figcaption strong,
.product-theme-open-platform .product-story-image figcaption strong {
  color: #081426 !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  letter-spacing: 0 !important;
}

.product-detail-page .product-metric-strip,
.product-theme-open-platform .product-metric-strip {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-top: 34px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

.product-detail-page .product-metric-strip div,
.product-theme-open-platform .product-metric-strip div {
  position: relative;
  flex: 1 1 150px !important;
  min-width: 138px !important;
  min-height: 110px !important;
  overflow: hidden !important;
  padding: 24px 24px 22px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(62, 207, 255, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(239,248,255,0.86)) !important;
  box-shadow: 0 18px 46px rgba(28, 91, 172, 0.12) !important;
  transition: transform 200ms ease, box-shadow 200ms ease !important;
}

.product-detail-page .product-metric-strip div::after,
.product-theme-open-platform .product-metric-strip div::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 16px;
  height: 3px;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--topic-accent, #1268ff), rgba(72, 214, 255, 0.36)) !important;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: transform 200ms ease;
}

.product-detail-page .product-metric-strip div:hover,
.product-theme-open-platform .product-metric-strip div:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 26px 62px rgba(28, 91, 172, 0.18) !important;
}

.product-detail-page .product-metric-strip div:hover::after,
.product-theme-open-platform .product-metric-strip div:hover::after {
  transform: scaleX(1);
}

.product-detail-page .product-metric-strip strong,
.product-theme-open-platform .product-metric-strip strong {
  color: var(--topic-accent, #1268ff) !important;
  font-size: clamp(32px, 2.7vw, 44px) !important;
  line-height: 0.98 !important;
  white-space: nowrap !important;
}

.product-detail-page .product-metric-strip span,
.product-theme-open-platform .product-metric-strip span {
  margin-top: 12px !important;
  padding-bottom: 14px !important;
  color: #5d6f86 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

@media (max-width: 760px) {
  .product-detail-page .product-story-image figcaption,
  .product-theme-open-platform .product-story-image figcaption {
    left: 22px !important;
    right: 22px !important;
    width: auto !important;
    padding: 22px 24px !important;
    border-radius: 22px !important;
  }

  .product-detail-page .product-metric-strip,
  .product-theme-open-platform .product-metric-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .product-detail-page .product-metric-strip div,
  .product-theme-open-platform .product-metric-strip div {
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* Global content padding guard: keep public-site text away from panel/card edges. */
:root {
  --content-safe-pad: clamp(30px, 3.8vw, 66px);
  --content-safe-pad-sm: clamp(24px, 2.8vw, 38px);
}

.open-release-brief {
  padding: clamp(44px, 5vw, 72px) var(--content-safe-pad) !important;
  border: 0 !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 88% 16%, rgba(68, 211, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(242,250,255,0.92)) !important;
  box-shadow: 0 30px 86px rgba(28, 91, 172, 0.12) !important;
}

.open-release-copy,
.open-loop-copy,
.open-future-head,
.open-module-panel > div,
.product-story-copy,
.scene-feature-copy,
.delivery-copy,
.solution-rich-head,
.solution-directory-head,
.cms-panel-head {
  min-width: 0 !important;
}

.open-release-facts article,
.open-stat-board div,
.open-audience-grid article,
.open-architecture-board article,
.open-goal-strip article,
.open-pain-grid article,
.open-module-panel > div,
.open-loop-diagram article,
.open-milestone-track article,
.open-ecosystem-map article,
.solution-card-body,
.solution-rich-item div,
.product-home-item,
.product-topic-card,
.other-product-card,
.capability-flow-copy,
.scene-row-copy,
.education-layer-item,
.inspection-capability-copy,
.job-list a,
.job-detail,
.contact-info,
.message-form,
.detail-panel,
.plain-item,
.strategy-item,
.team-proof div,
.home-kpi-row div {
  padding-left: max(var(--content-safe-pad-sm), env(safe-area-inset-left)) !important;
  padding-right: max(var(--content-safe-pad-sm), env(safe-area-inset-right)) !important;
}

.news-card-title,
.news-card-date {
  margin-left: max(var(--content-safe-pad-sm), env(safe-area-inset-left)) !important;
  margin-right: max(var(--content-safe-pad-sm), env(safe-area-inset-right)) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.news-card-title {
  padding-top: 26px !important;
  padding-bottom: 10px !important;
}

.news-card-date {
  padding-top: 0 !important;
  padding-bottom: 28px !important;
}

.product-section-lead,
.section-head,
.open-future-head,
.open-loop-copy,
.open-release-copy,
.solution-rich-head,
.solution-directory-head {
  padding-left: max(0px, env(safe-area-inset-left)) !important;
  padding-right: max(0px, env(safe-area-inset-right)) !important;
}

@media (max-width: 760px) {
  :root {
    --content-safe-pad: 26px;
    --content-safe-pad-sm: 22px;
  }

  .open-release-brief {
    padding: 28px var(--content-safe-pad) !important;
    border-radius: 26px !important;
  }
}

/* Premium loop redesign: turn the open-platform feedback section into a luminous tech orbit. */
.open-loop-section {
  position: relative !important;
  grid-template-columns: 1fr !important;
  gap: clamp(34px, 4vw, 56px) !important;
  padding: clamp(44px, 5.2vw, 76px) !important;
  border: 0 !important;
  border-radius: 40px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 82% 20%, rgba(64, 219, 255, 0.2), transparent 30%),
    radial-gradient(circle at 20% 84%, rgba(11, 111, 246, 0.14), transparent 34%),
    linear-gradient(135deg, #f8fdff 0%, #edf8ff 46%, #ffffff 100%) !important;
  box-shadow: 0 38px 110px rgba(11, 111, 246, 0.14) !important;
}

.open-loop-section::before,
.open-loop-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.open-loop-section::before {
  inset: -18% -8% auto auto;
  width: min(48vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 34%, rgba(83, 190, 255, 0.16) 35% 48%, transparent 49%),
    conic-gradient(from 120deg, rgba(11,111,246,0.18), transparent 22%, rgba(55,230,255,0.2), transparent 68%, rgba(11,111,246,0.16));
  filter: blur(1px);
  opacity: 0.9;
}

.open-loop-section::after {
  left: -10%;
  right: -10%;
  bottom: -120px;
  height: 240px;
  background: linear-gradient(90deg, transparent, rgba(50, 207, 255, 0.18), transparent);
  transform: rotate(-4deg);
}

.open-loop-copy {
  position: relative !important;
  z-index: 2;
  max-width: 980px !important;
}

.open-loop-copy h2 {
  max-width: 980px;
  margin-bottom: 24px !important;
  text-wrap: balance;
}

.open-loop-copy p {
  max-width: 880px;
}

.open-loop-diagram {
  position: relative !important;
  z-index: 2;
  display: block !important;
  grid-template-columns: none !important;
  min-height: clamp(640px, 46vw, 720px) !important;
  width: 100%;
  overflow: hidden !important;
  border: 1px solid rgba(72, 174, 255, 0.22) !important;
  border-radius: 36px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.82), rgba(240,250,255,0.66)),
    radial-gradient(circle at 50% 50%, rgba(37, 168, 255, 0.18), transparent 29%),
    radial-gradient(circle at 50% 50%, rgba(56, 230, 255, 0.18), transparent 46%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.78),
    inset 0 32px 80px rgba(255,255,255,0.72),
    0 34px 90px rgba(11,111,246,0.12) !important;
}

.open-loop-diagram::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 8% 9%;
  z-index: 0;
  height: auto !important;
  transform: none !important;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.92) 0 18%, transparent 19%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 77px, rgba(11,111,246,0.1) 78px 80px),
    conic-gradient(from -90deg, rgba(11,111,246,0.32), rgba(57,230,255,0.16), rgba(11,111,246,0.08), rgba(57,230,255,0.22), rgba(11,111,246,0.32));
  filter: drop-shadow(0 22px 50px rgba(11,111,246,0.18));
  opacity: 0.86;
}

.open-loop-diagram::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(54vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 62%, rgba(56,230,255,0.34) 70%, rgba(11,111,246,0.46) 77%, transparent 86% 100%);
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  animation: loopSweep 9s linear infinite;
}

.open-loop-circuit {
  position: absolute;
  inset: 44px 48px;
  z-index: 1;
  overflow: visible;
  filter: drop-shadow(0 0 14px rgba(55, 230, 255, 0.32));
}

.open-loop-circuit path {
  fill: none;
  stroke: url(#loopFlowGradient);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 14 18;
  animation: loopDash 12s linear infinite;
}

.open-loop-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: clamp(210px, 18vw, 260px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid rgba(11,111,246,0.26);
  border-radius: 50%;
  text-align: center;
  background:
    radial-gradient(circle at 46% 38%, #ffffff 0 24%, rgba(231, 249, 255, 0.96) 25% 55%, rgba(55,230,255,0.22) 56% 72%, transparent 73%),
    conic-gradient(from 160deg, rgba(11,111,246,0.58), rgba(55,230,255,0.24), rgba(11,111,246,0.14), rgba(11,111,246,0.58));
  box-shadow:
    0 28px 78px rgba(11,111,246,0.2),
    inset 0 0 0 12px rgba(255,255,255,0.62),
    inset 0 0 38px rgba(55,230,255,0.26);
}

.open-loop-core::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(11,111,246,0.16);
  border-radius: 50%;
  animation: loopPulse 2.8s ease-in-out infinite;
}

.open-loop-core small {
  color: #0b6ff6;
  font-size: 13px;
  font-weight: 950;
}

.open-loop-core strong {
  margin-top: 10px;
  color: #061528;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
  font-weight: 950;
}

.open-loop-core span {
  margin-top: 12px;
  color: #49647e;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 850;
}

.open-loop-node {
  position: absolute !important;
  z-index: 5 !important;
  left: calc(50% + var(--node-x)) !important;
  top: calc(50% + var(--node-y)) !important;
  width: clamp(220px, 20vw, 274px) !important;
  min-height: 170px !important;
  aspect-ratio: auto !important;
  transform: translate(-50%, -50%) translateY(0) !important;
  display: block !important;
  padding: 24px 26px !important;
  border: 1px solid rgba(89, 183, 255, 0.32) !important;
  border-radius: 26px !important;
  text-align: left !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(238,249,255,0.76)),
    radial-gradient(circle at 15% 12%, rgba(57,230,255,0.34), transparent 34%) !important;
  backdrop-filter: blur(18px);
  box-shadow:
    0 28px 72px rgba(11,111,246,0.16),
    inset 0 1px 0 rgba(255,255,255,0.95),
    inset 0 -18px 40px rgba(11,111,246,0.04) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.open-loop-node::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,0.76);
  border-radius: 20px;
  pointer-events: none;
}

.open-loop-node::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.95) 0 32%, transparent 34%),
    conic-gradient(from 120deg, #0b6ff6, #38e6ff, rgba(11,111,246,0.2), #0b6ff6);
  box-shadow: 0 12px 28px rgba(11,111,246,0.2);
}

.open-loop-node:hover {
  transform: translate(-50%, -50%) translateY(-10px) scale(1.02) !important;
  border-color: rgba(11,111,246,0.52) !important;
  box-shadow:
    0 38px 96px rgba(11,111,246,0.24),
    0 0 0 8px rgba(55,230,255,0.08),
    inset 0 1px 0 rgba(255,255,255,0.98) !important;
}

.open-loop-node span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 30px;
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0b6ff6, #22c7ff);
  box-shadow: 0 10px 22px rgba(11,111,246,0.22);
  font-size: 13px !important;
  font-weight: 950 !important;
}

.open-loop-node h3 {
  margin: 22px 0 10px !important;
  color: #061528 !important;
  font-size: clamp(22px, 2.1vw, 30px) !important;
  line-height: 1.14 !important;
  font-weight: 950 !important;
}

.open-loop-node p {
  margin: 0 !important;
  max-width: 17em;
  color: #49647e !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
  font-weight: 760 !important;
}

@keyframes loopSweep {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes loopDash {
  to { stroke-dashoffset: -128; }
}

@keyframes loopPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.42; }
  50% { transform: scale(1.08); opacity: 0.9; }
}

@media (max-width: 980px) {
  .open-loop-diagram {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 26px !important;
  }

  .open-loop-diagram::before,
  .open-loop-diagram::after,
  .open-loop-circuit {
    display: none !important;
  }

  .open-loop-core,
  .open-loop-node {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .open-loop-core {
    aspect-ratio: auto;
    border-radius: 28px !important;
    min-height: 190px;
  }

  .open-loop-node {
    min-height: 0 !important;
    border-radius: 24px !important;
  }

  .open-loop-node:hover {
    transform: translateY(-6px) !important;
  }
}

@media (max-width: 760px) {
  .open-loop-section {
    padding: 28px 20px !important;
    border-radius: 28px !important;
  }

  .open-loop-diagram {
    padding: 18px !important;
    border-radius: 24px !important;
  }
}

.open-loop-diagram .open-loop-node {
  aspect-ratio: auto !important;
  width: clamp(220px, 19vw, 270px) !important;
  min-height: 174px !important;
  border-radius: 26px !important;
}

.open-loop-diagram .open-loop-node h3 {
  margin-top: 20px !important;
}

.open-loop-diagram .open-loop-core {
  width: clamp(198px, 16vw, 224px);
}

@media (max-width: 980px) {
  .open-loop-diagram .open-loop-node,
  .open-loop-diagram .open-loop-core {
    width: 100% !important;
  }
}

/* Ecosystem redesign: replace the thin orbit with a polished cooperation network board. */
.open-ecosystem-section {
  position: relative !important;
}

.open-ecosystem-shell {
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  padding: clamp(42px, 5vw, 72px);
  background:
    radial-gradient(circle at 88% 14%, rgba(44, 206, 255, 0.2), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(11,111,246,0.12), transparent 34%),
    linear-gradient(135deg, #f9fdff 0%, #eef9ff 45%, #ffffff 100%);
  box-shadow: 0 42px 120px rgba(11,111,246,0.13);
}

.open-ecosystem-shell::before {
  content: "";
  position: absolute;
  right: -12%;
  top: -20%;
  width: min(58vw, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.76) 0 28%, rgba(60,216,255,0.16) 29% 43%, transparent 44%),
    conic-gradient(from 90deg, rgba(11,111,246,0.22), transparent 34%, rgba(55,230,255,0.2), transparent 74%, rgba(11,111,246,0.18));
  pointer-events: none;
}

.open-ecosystem-shell .product-section-lead {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.open-ecosystem-section .open-ecosystem-map {
  position: relative !important;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: stretch;
  min-height: auto !important;
  padding: clamp(24px, 3vw, 38px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(86, 185, 255, 0.22) !important;
  border-radius: 36px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.82), rgba(238,249,255,0.66)),
    radial-gradient(circle at 27% 48%, rgba(11,111,246,0.12), transparent 34%),
    radial-gradient(circle at 72% 52%, rgba(55,230,255,0.16), transparent 38%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.86),
    0 30px 90px rgba(11,111,246,0.1) !important;
}

.open-ecosystem-section .open-ecosystem-map::before,
.open-ecosystem-section .open-ecosystem-map::after {
  display: none !important;
}

.open-ecosystem-visual {
  position: relative;
  min-height: 548px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,0.96) 0 13%, transparent 14%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 72px, rgba(11,111,246,0.09) 73px 75px),
    linear-gradient(135deg, rgba(255,255,255,0.74), rgba(232,248,255,0.64));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.78),
    inset 0 -36px 80px rgba(11,111,246,0.07);
}

.open-ecosystem-lines {
  position: absolute;
  inset: 34px;
  z-index: 1;
  overflow: visible;
  filter: drop-shadow(0 0 16px rgba(55,230,255,0.28));
}

.open-ecosystem-lines path {
  fill: none;
  stroke: url(#ecosystemLine);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 18 20;
  animation: loopDash 13s linear infinite;
}

.open-ecosystem-section .open-ecosystem-core {
  position: absolute !important;
  z-index: 4 !important;
  left: 50% !important;
  top: 50% !important;
  width: clamp(230px, 22vw, 300px) !important;
  min-height: 190px !important;
  aspect-ratio: auto !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  padding: 34px 36px !important;
  border: 1px solid rgba(11,111,246,0.26) !important;
  border-radius: 32px !important;
  text-align: left !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(232,249,255,0.84)),
    radial-gradient(circle at 82% 20%, rgba(55,230,255,0.28), transparent 32%) !important;
  box-shadow:
    0 28px 82px rgba(11,111,246,0.22),
    inset 0 1px 0 rgba(255,255,255,0.95),
    inset 0 -26px 48px rgba(11,111,246,0.06) !important;
}

.open-ecosystem-section .open-ecosystem-core::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 28px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background:
    radial-gradient(circle, rgba(255,255,255,0.96) 0 24%, transparent 26%),
    conic-gradient(from 120deg, #0b6ff6, #38e6ff, rgba(11,111,246,0.24), #0b6ff6);
  box-shadow: 0 18px 34px rgba(11,111,246,0.24);
}

.open-ecosystem-section .open-ecosystem-core span {
  color: #0b6ff6 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.open-ecosystem-section .open-ecosystem-core strong {
  max-width: 210px;
  margin-top: 12px !important;
  color: #061528 !important;
  font-size: clamp(26px, 2.4vw, 36px) !important;
  line-height: 1.12 !important;
  font-weight: 950 !important;
}

.open-ecosystem-section .open-ecosystem-core p {
  margin-top: 14px !important;
  color: #53677f !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.open-ecosystem-pulse {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(11,111,246,0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.open-ecosystem-pulse-a {
  width: min(72%, 560px);
  aspect-ratio: 1;
  background: radial-gradient(circle, transparent 0 60%, rgba(55,230,255,0.08) 61% 100%);
}

.open-ecosystem-pulse-b {
  width: min(48%, 360px);
  aspect-ratio: 1;
  border-color: rgba(55,230,255,0.24);
  animation: loopPulse 3s ease-in-out infinite;
}

.open-ecosystem-chip {
  position: absolute;
  z-index: 5;
  min-width: 104px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(72, 174, 255, 0.32);
  border-radius: 999px;
  color: #0b6ff6;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 18px 44px rgba(11,111,246,0.12);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.open-ecosystem-chip.is-top {
  left: 50%;
  top: 46px;
  transform: translateX(-50%);
}

.open-ecosystem-chip.is-right {
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}

.open-ecosystem-chip.is-bottom {
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
}

.open-ecosystem-chip.is-left {
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
}

.open-ecosystem-list {
  display: grid;
  gap: 14px;
  align-content: center;
}

.open-ecosystem-section .open-ecosystem-map .open-ecosystem-card,
.open-ecosystem-section .open-ecosystem-map .open-ecosystem-card:hover {
  position: relative !important;
  z-index: 4 !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  transform: none !important;
}

.open-ecosystem-card {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 24px !important;
  border: 1px solid rgba(72, 174, 255, 0.24) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(239,249,255,0.78)),
    radial-gradient(circle at 94% 18%, rgba(55,230,255,0.18), transparent 30%) !important;
  box-shadow:
    0 20px 54px rgba(11,111,246,0.1),
    inset 0 1px 0 rgba(255,255,255,0.96) !important;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.open-ecosystem-card:hover {
  transform: translateX(8px) !important;
  border-color: rgba(11,111,246,0.48) !important;
  box-shadow:
    0 28px 72px rgba(11,111,246,0.18),
    0 0 0 8px rgba(55,230,255,0.08),
    inset 0 1px 0 rgba(255,255,255,0.96) !important;
}

.open-ecosystem-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  color: #fff !important;
  background: linear-gradient(135deg, #0b6ff6, #24c8ff);
  box-shadow: 0 16px 34px rgba(11,111,246,0.22);
  font-size: 15px !important;
  font-weight: 950 !important;
}

.open-ecosystem-card h3 {
  margin: 0 0 8px !important;
  color: #061528 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

.open-ecosystem-card p {
  margin: 0 !important;
  color: #53677f !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 760 !important;
}

@media (max-width: 1080px) {
  .open-ecosystem-section .open-ecosystem-map {
    grid-template-columns: 1fr !important;
  }

  .open-ecosystem-visual {
    min-height: 480px;
  }
}

@media (max-width: 760px) {
  .open-ecosystem-shell {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .open-ecosystem-section .open-ecosystem-map {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .open-ecosystem-visual {
    min-height: 420px;
    border-radius: 22px;
  }

  .open-ecosystem-chip {
    min-width: 88px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .open-ecosystem-chip.is-right {
    right: 12px;
  }

  .open-ecosystem-chip.is-left {
    left: 12px;
  }

  .open-ecosystem-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px !important;
  }

  .open-ecosystem-card > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}

.is-hidden {
  display: none !important;
}

.about-nav-wrap {
  position: sticky;
  top: var(--nav-h);
  z-index: 920;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.98));
  border-bottom: 1px solid rgba(209, 226, 245, 0.46);
  box-shadow: 0 14px 34px rgba(24, 99, 185, 0.08);
  backdrop-filter: blur(20px);
}

.about-nav {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.about-nav::-webkit-scrollbar {
  display: none;
}

.about-nav-item {
  position: relative;
  flex: 1 0 0;
  min-width: 138px;
  min-height: 54px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 3px 9px;
  padding: 9px 12px;
  color: #0b1830;
  border: 1px solid transparent;
  border-radius: 18px !important;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-nav-item:last-child {
  border-right: 1px solid transparent;
}

.about-nav-item::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #0b6ff6, #22d3ee);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.about-nav-item span {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px !important;
  color: #0b6ff6;
  background: rgba(11, 111, 246, 0.08);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.about-nav-item strong {
  min-width: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 880;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-nav-item em {
  min-width: 0;
  color: #64748b;
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-nav-item:hover {
  color: #0b6ff6;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(134, 185, 245, 0.35);
  box-shadow: 0 8px 24px rgba(18, 104, 255, 0.08);
}

.about-nav-item:hover::after,
.about-nav-item.active::after {
  transform: scaleX(1);
}

.about-nav-item.active {
  color: #0b6ff6;
  background: linear-gradient(135deg, rgba(237, 247, 255, 0.96), rgba(255,255,255,0.92));
  border-color: rgba(91, 162, 255, 0.35);
  box-shadow: 0 10px 28px rgba(18, 104, 255, 0.12);
}

.about-nav-item.active strong {
  color: #0b6ff6;
}

.about-nav-item.active span {
  color: #fff;
  background: linear-gradient(135deg, #0b6ff6, #20c5f8);
  box-shadow: 0 8px 18px rgba(18, 104, 255, 0.22);
}

.about-section {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(37, 211, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  scroll-margin-top: calc(var(--nav-h) + 124px);
}

.about-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 12% 8%, rgba(11, 111, 246, 0.08), transparent 32%),
    #fff;
}

.about-section-grid,
.about-section-head,
.about-advantage-grid,
.about-culture-grid,
.about-history-list,
.about-honor-grid,
.about-news-list,
.about-news-more {
  width: min(100% - 64px, var(--max));
  margin: 0 auto;
}

.about-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 64px;
  align-items: center;
}

.about-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: #0b6ff6;
  font-size: 15px;
  font-weight: 900;
}

.about-section-copy h2,
.about-section-head h2 {
  margin: 0;
  color: #061528;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
  font-weight: 950;
}

.about-section-copy p,
.about-section-head p {
  max-width: 820px;
  margin: 24px 0 0;
  color: #52667d;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 650;
}

.about-intro-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(238,248,255,0.72)),
    radial-gradient(circle at 82% 14%, rgba(35, 203, 255, 0.24), transparent 34%);
  box-shadow: 0 30px 90px rgba(11, 111, 246, 0.12);
}

.about-intro-proof div,
.about-advantage-card,
.about-culture-grid article,
.about-honor-grid article {
  position: relative;
  min-height: 150px;
  padding: 30px;
  border: 1px solid rgba(156, 196, 238, 0.36);
  border-radius: 26px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 24px 62px rgba(13, 87, 168, 0.08);
  overflow: hidden;
}

.about-intro-proof div::before,
.about-advantage-card::before,
.about-culture-grid article::before,
.about-honor-grid article::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 200, 255, 0.28), transparent 68%);
}

.about-intro-proof strong,
.about-advantage-card h3,
.about-culture-grid strong,
.about-honor-grid strong {
  display: block;
  color: #061528;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 920;
}

.about-intro-proof span,
.about-advantage-card p,
.about-culture-grid p,
.about-honor-grid span {
  display: block;
  margin-top: 14px;
  color: #53677f;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
}

.about-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.about-advantage-card {
  min-height: 250px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.about-advantage-card:hover {
  transform: translateY(-8px);
  border-color: rgba(11,111,246,0.42);
  box-shadow: 0 32px 86px rgba(11, 111, 246, 0.15);
}

.about-advantage-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #0b6ff6, #24c8ff);
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(11,111,246,0.22);
}

.about-culture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 42px;
}

.about-history-list {
  display: grid;
  gap: 16px;
  margin-top: 42px;
}

.about-history-list article {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 24px 30px;
  border-radius: 24px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(165, 195, 230, 0.34);
  box-shadow: 0 18px 50px rgba(23, 89, 155, 0.07);
}

.about-history-list time {
  color: #0b6ff6;
  font-size: 20px;
  font-weight: 920;
}

.about-history-list p {
  margin: 0;
  color: #435873;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 650;
}

.about-honor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.about-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}

.about-news-tabs {
  display: inline-flex;
  gap: 12px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(233, 244, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(159, 199, 242, 0.42);
}

.about-news-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: #37506e;
  font-size: 15px;
  font-weight: 850;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.about-news-tabs a em {
  display: inline-flex;
  min-width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #0b6ff6;
  font-size: 12px;
  font-style: normal;
}

.about-news-tabs a.active,
.about-news-tabs a:hover {
  color: #fff;
  background: linear-gradient(135deg, #0b6ff6, #24c8ff);
  box-shadow: 0 16px 34px rgba(11,111,246,0.22);
}

.about-news-tabs a.active em,
.about-news-tabs a:hover em {
  color: #0b6ff6;
}

.about-news-list {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.about-news-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 116px;
  gap: 30px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.95), rgba(239,248,255,0.76)),
    radial-gradient(circle at 94% 50%, rgba(38, 211, 255, 0.18), transparent 30%);
  border: 1px solid rgba(158, 198, 240, 0.36);
  box-shadow: 0 24px 70px rgba(14, 89, 169, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.about-news-item:hover {
  transform: translateY(-5px);
  border-color: rgba(11,111,246,0.46);
  box-shadow: 0 34px 92px rgba(11, 111, 246, 0.14);
}

.about-news-item time {
  display: grid;
  place-items: center;
  min-height: 84px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0b6ff6, #24c8ff);
  color: #fff;
  box-shadow: 0 18px 42px rgba(11,111,246,0.22);
}

.about-news-item time span {
  font-size: 13px;
  font-weight: 850;
  opacity: 0.86;
}

.about-news-item time strong {
  margin-top: -8px;
  font-size: 22px;
  font-weight: 950;
}

.about-news-item small {
  color: #0b6ff6;
  font-size: 14px;
  font-weight: 850;
}

.about-news-item h3 {
  margin: 8px 0 10px;
  color: #061528;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 920;
}

.about-news-item p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #53677f;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about-news-item > em {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #0b6ff6;
  background: #fff;
  border: 1px solid rgba(11,111,246,0.22);
  font-style: normal;
  font-weight: 900;
}

.about-news-more {
  margin-top: 34px;
  text-align: center;
}

.about-news-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 52px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0b6ff6, #23c7ff);
  box-shadow: 0 20px 50px rgba(11,111,246,0.22);
  font-weight: 900;
}

.about-news-empty {
  padding: 42px;
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  color: #64748b;
  text-align: center;
  font-weight: 800;
}

.article-external {
  margin-top: 34px;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(236,247,255,0.78)),
    radial-gradient(circle at 92% 12%, rgba(37, 211, 255, 0.18), transparent 28%);
  border: 1px solid rgba(160, 199, 240, 0.42);
  box-shadow: 0 24px 70px rgba(14, 89, 169, 0.1);
}

.article-external span {
  color: #0b6ff6;
  font-size: 15px;
  font-weight: 900;
}

.article-external p {
  max-width: 760px;
  color: #53677f;
  font-size: 17px;
  line-height: 1.85;
}

.cms-form-note {
  padding: 16px 18px;
  border-radius: 16px;
  color: #37506e;
  background: #eef7ff;
  border: 1px solid #d7e9ff;
  font-weight: 760;
}

@media (max-width: 1080px) {
  .about-nav-wrap {
    overflow-x: auto;
  }

  .about-nav {
    width: min(100% - 32px, var(--max));
    min-width: 100%;
    display: flex;
    gap: 8px;
  }

  .about-section-grid,
  .about-news-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .about-advantage-grid,
  .about-culture-grid,
  .about-honor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-section-grid,
  .about-section-head,
  .about-advantage-grid,
  .about-culture-grid,
  .about-history-list,
  .about-honor-grid,
  .about-news-list,
  .about-news-more {
    width: min(100% - 32px, var(--max));
  }

  .about-nav {
    width: min(100% - 24px, var(--max));
    min-width: 100%;
    min-height: 64px;
    gap: 8px;
    padding: 8px 0;
  }

  .about-nav-item {
    flex: 0 0 132px;
    min-width: 132px;
    min-height: 50px;
    padding: 8px 10px;
    gap: 4px;
  }

  .about-nav-item span {
    width: 26px;
    height: 26px;
    border-radius: 9px !important;
    font-size: 10px;
  }

  .about-nav-item strong {
    font-size: 14px;
  }

  .about-nav-item em {
    font-size: 11px;
  }

  .about-section {
    padding: 62px 0;
    scroll-margin-top: calc(var(--nav-h) + 96px);
  }

  .about-intro-proof,
  .about-advantage-grid,
  .about-culture-grid,
  .about-honor-grid {
    grid-template-columns: 1fr;
  }

  .about-news-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .about-news-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .about-news-item time {
    width: 120px;
  }

  .about-news-item > em {
    justify-self: start;
  }

  .about-history-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.data-number-gradient {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  vertical-align: baseline;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background:
    linear-gradient(110deg, #045cff 0%, #0b7dff 32%, #18c7ff 68%, #61f1ff 100%);
  background-size: 145% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 10px 18px rgba(11, 111, 246, 0.22));
  animation: dataNumberGlow 4.8s ease-in-out infinite alternate;
}

@keyframes dataNumberGlow {
  from {
    background-position: 0% 50%;
    filter: drop-shadow(0 8px 14px rgba(11, 111, 246, 0.18));
  }
  to {
    background-position: 100% 50%;
    filter: drop-shadow(0 12px 22px rgba(34, 211, 238, 0.28));
  }
}

.product-metric-strip strong .data-number-gradient,
.open-stat-board strong .data-number-gradient,
.home-kpi-row strong .data-number-gradient,
.solution-kpi-grid strong .data-number-gradient,
.admin-metrics strong .data-number-gradient,
.cms-metrics strong .data-number-gradient,
.education-core-metrics strong .data-number-gradient,
.about-intro-proof strong .data-number-gradient,
.about-honor-grid strong .data-number-gradient {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* Admin control polish: switches and status chips need rounded, fixed-size controls. */
.cms-table th,
.cms-table td {
  vertical-align: middle;
}

.cms-table th:nth-last-child(2),
.cms-table td:nth-last-child(2) {
  min-width: 104px;
  width: 104px;
  text-align: center;
  white-space: nowrap;
}

.cms-table td:nth-child(3) .cms-status {
  min-width: 104px;
}

.cms-status {
  min-width: 72px;
  min-height: 28px;
  height: auto;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px !important;
  white-space: nowrap;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(9, 98, 49, 0.08);
}

.cms-status.draft {
  box-shadow: inset 0 0 0 1px rgba(138, 92, 0, 0.1);
}

.cms-status.partial {
  box-shadow: inset 0 0 0 1px rgba(64, 83, 111, 0.1);
}

.cms-action-buttons {
  min-width: max-content;
}

.cms-switch {
  min-width: 86px !important;
  height: 34px !important;
  gap: 8px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  overflow: hidden;
}

.cms-action-buttons .cms-switch {
  border-radius: 999px !important;
}

.cms-switch span {
  width: 38px !important;
  height: 22px !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(100, 116, 139, 0.1);
}

.cms-switch span::after {
  top: 3px !important;
  left: 3px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.18);
}

.cms-switch.is-on span::after {
  transform: translateX(16px) !important;
}

.cms-switch em {
  min-width: 24px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
