:root {
  --page-max-width: 1480px;
  --page-gutter: clamp(18px, 2.8vw, 48px);
  --section-space-lg: clamp(82px, 5.6vw, 124px);
  --section-space-md: clamp(60px, 4vw, 84px);
  --card-radius: 18px;
  --blue: #2468ff;
  --blue-deep: #0d234c;
  --ink-title: #2f3844;
  --ink-nav: #3d4754;
  --ink-body: #5d6877;
  --ink-soft: #8995a3;
  --ink-eyebrow: #7388a2;
  --ink-emphasis: #424d5b;
  --site-font: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
  --brand-font: var(--site-font);
  --text: var(--ink-body);
  --line: rgba(25, 90, 211, 0.12);
  --header-overlay-offset: 84px;
  --display-font: var(--site-font);
}

.responsive-picture {
  display: block;
}

.solution-card .responsive-picture,
.industry-card .responsive-picture,
.case-card .responsive-picture,
.news-card .responsive-picture,
.news-search-card .responsive-picture,
.news-detail-side-card .responsive-picture,
.news-detail-related-item .responsive-picture,
.crm-ui-card .responsive-picture,
.architecture-side .responsive-picture {
  width: 100%;
  height: 100%;
}

.solution-card > .responsive-picture,
.industry-card > .responsive-picture,
.case-card > .responsive-picture,
.news-card > .responsive-picture,
.news-search-card > .responsive-picture,
.news-detail-side-card > .responsive-picture,
.news-detail-related-item > .responsive-picture,
.crm-ui-card > .responsive-picture,
.architecture-side > .responsive-picture {
  height: auto;
}

.story-visual-card > .responsive-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.capability-visual > .responsive-picture {
  width: 100%;
}

.responsive-picture > img {
  display: block;
}

body[data-page="solutions"] #resources .roadmap-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

body[data-page="solutions"] #resources .roadmap-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  align-content: start;
  min-height: 100%;
  padding: 20px 18px 18px;
}

body[data-page="solutions"] #resources .roadmap-card > div {
  min-width: 0;
}

body[data-page="solutions"] #resources .roadmap-card .card-kicker {
  margin-bottom: 0;
}

body[data-page="solutions"] #resources .roadmap-card h3 {
  margin: 0 0 8px;
}

body[data-page="solutions"] #resources .roadmap-card p {
  margin: 0;
}

html[lang="zh-CN"] body[data-page="solutions"] .solution-card .card-body {
  padding: 18px 18px 20px;
}

html[lang="zh-CN"] body[data-page="solutions"] .solution-card .card-body h3 {
  min-height: calc(1.4em * 2);
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
}

html[lang="zh-CN"] body[data-page="solutions"] .solution-card .card-body p {
  min-height: calc(1.8em * 3);
  -webkit-line-clamp: 3;
}

html[lang="zh-CN"] body[data-page="solutions"] .solution-card .card-body a {
  margin-top: 12px;
}

@media (max-width: 1100px) {
  body[data-page="solutions"] #resources .roadmap-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body[data-page="solutions"] #resources .roadmap-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-page="solutions"] #resources .roadmap-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 17px 15px 15px;
  }
}

@media (max-width: 900px) {
  body[data-page="about"] .story-split {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body[data-page="about"] .story-visual-card {
    min-height: 372px !important;
  }

  body[data-page="about"] .story-visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% center !important;
    transform: none !important;
  }

  body[data-page="about"] .story-overlay-card {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
    padding: 15px 15px 13px !important;
    color: #17305d !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 245, 255, 0.92)) !important;
    box-shadow: 0 12px 24px rgba(19, 49, 102, 0.1) !important;
  }

  body[data-page="about"] .story-overlay-card strong {
    color: #17305d !important;
  }

  body[data-page="about"] .story-overlay-card p {
    color: #607291 !important;
  }
}

@media (max-width: 560px) {
  body[data-page="about"] .story-split {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body[data-page="about"] .story-visual-card {
    min-height: 352px !important;
  }

  body[data-page="about"] .story-visual-card img {
    object-position: 66% center !important;
  }

  body[data-page="about"] .story-brand-mark {
    left: 12px !important;
    top: 12px !important;
    width: 42px !important;
    height: 42px !important;
  }

  body[data-page="about"] .story-overlay-card {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 14px 13px 12px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 245, 255, 0.92)) !important;
  }

  body[data-page="about"] .story-overlay-card strong {
    font-size: 18px !important;
    line-height: 1.32 !important;
  }

  body[data-page="about"] .story-overlay-card p {
    font-size: 12px !important;
    line-height: 1.68 !important;
  }
}

body[data-page="about"] .story-split {
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 1.06fr);
  gap: 28px 30px;
}

body[data-page="about"] .story-visual-card {
  min-height: clamp(436px, 34vw, 508px);
  border-color: rgba(28, 93, 215, 0.07);
  background: linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(238, 245, 255, 0.98));
  box-shadow: 0 16px 34px rgba(32, 82, 177, 0.06);
}

body[data-page="about"] .story-visual-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
  transform: scale(1.02);
}

body[data-page="about"] .story-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 48%, rgba(15, 40, 84, 0.12) 100%);
  pointer-events: none;
}

body[data-page="about"] .story-brand-mark {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: transparent;
  box-shadow: 0 8px 18px rgba(19, 49, 102, 0.08);
  z-index: 2;
}

body[data-page="about"] .story-brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

body[data-page="about"] .story-overlay-card {
  left: 20px;
  right: auto;
  bottom: 20px;
  width: min(388px, calc(100% - 40px));
  padding: 17px 18px 15px;
  border-color: rgba(255, 255, 255, 0.62);
  color: #17305d;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 249, 255, 0.92));
  box-shadow: 0 14px 28px rgba(19, 49, 102, 0.12);
  backdrop-filter: blur(12px);
  z-index: 2;
}

body[data-page="about"] .story-overlay-card strong {
  margin-bottom: 6px;
  color: #17305d;
  font-size: 23px;
  line-height: 1.26;
  letter-spacing: -0.03em;
}

body[data-page="about"] .story-overlay-card p {
  color: #607291;
  font-size: 13.5px;
  line-height: 1.72;
}

body[data-page="about"] .story-copy-stack {
  gap: 16px;
  padding-top: 2px;
}

body[data-page="about"] .story-lead {
  color: #234274;
  font-size: clamp(18px, 1.28vw, 22px);
  line-height: 1.74;
}

body[data-page="about"] .insight-list {
  gap: 10px;
}

body[data-page="about"] .insight-item {
  padding: 17px 18px 15px;
}

body[data-page="about"] .story-metric-grid {
  gap: 10px;
}

body[data-page="about"] .story-metric {
  padding: 15px 16px 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.98));
}

@media (max-width: 900px) {
  body[data-page="about"] .story-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body[data-page="about"] .story-visual-card {
    min-height: 0;
  }

  body[data-page="about"] .story-visual-card img {
    object-position: 68% center;
    transform: none;
  }

  body[data-page="about"] .story-overlay-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    padding: 15px 15px 13px;
  }
}

@media (max-width: 560px) {
  body[data-page="about"] .story-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-page="about"] .story-visual-card {
    min-height: 352px;
  }

  body[data-page="about"] .story-visual-card img {
    object-position: 66% center;
  }

  body[data-page="about"] .story-overlay-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px 13px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(239, 245, 255, 0.9));
    box-shadow: 0 10px 22px rgba(19, 49, 102, 0.1);
  }

  body[data-page="about"] .story-overlay-card strong {
    font-size: 18px;
    line-height: 1.32;
  }

  body[data-page="about"] .story-overlay-card p {
    font-size: 12px;
    line-height: 1.68;
  }

  body[data-page="about"] .story-copy-stack {
    gap: 14px;
    padding-top: 0;
  }

  body[data-page="about"] .story-lead {
    font-size: 16px;
    line-height: 1.72;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: var(--site-font);
  font-weight: 400;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(36, 104, 255, 0.22);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  overflow-x: hidden;
}

.top-shell {
  width: 100%;
  margin: 0 auto;
  background:
    radial-gradient(circle at 78% 18%, rgba(122, 175, 255, 0.28), transparent 26%),
    radial-gradient(circle at 22% 7%, rgba(255, 236, 214, 0.32), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 72%, #ffffff 100%);
}

.top-width {
  width: min(var(--page-max-width), calc(100vw - var(--page-gutter) * 2));
  margin: 0 auto;
}

.content-width {
  width: min(var(--page-max-width), calc(100vw - var(--page-gutter) * 2));
  margin: 0 auto;
}

.bottom-width {
  width: min(var(--page-max-width), calc(100vw - var(--page-gutter) * 2));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 74px;
  border-bottom: 1px solid transparent;
  background: transparent;
  backdrop-filter: blur(0);
  box-shadow: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

body:not(.is-header-scrolled) .site-header::before {
  opacity: 0;
  background: none;
}

body.is-header-scrolled .site-header {
  border-bottom-color: rgba(18, 81, 208, 0.08);
  background: rgba(248, 251, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 14px 36px rgba(13, 35, 76, 0.08);
}

body.is-header-scrolled .site-header::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 251, 255, 0.7));
}

.header-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: clamp(200px, 13vw, 240px) 1fr auto;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  height: 74px;
  padding: 0;
}

.logo {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.logo img {
  width: 52px;
  height: 52px;
  display: block;
}

.brand-lockup {
  display: grid;
  min-width: 0;
  gap: 1px;
  align-items: start;
  line-height: 1;
}

.brand-title {
  color: #132b59;
  font-family: var(--brand-font);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.06;
  white-space: nowrap;
  transition: color 180ms ease;
}

.brand-subtitle {
  color: #5e7395;
  font-family: var(--brand-font);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.16;
  white-space: nowrap;
  transition: color 180ms ease;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(4px, 0.7vw, 10px);
}

.nav a {
  position: relative;
  padding: 24px clamp(10px, 0.85vw, 14px) 22px;
  color: #132b59;
  font-size: clamp(14px, 0.92vw, 15px);
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease, opacity 180ms ease;
}

body:not(.is-header-scrolled) .nav a {
  color: #163765;
  text-shadow: none;
}

.nav a.active {
  color: var(--blue);
}

.nav a:hover {
  color: var(--blue);
}

body:not(.is-header-scrolled) .nav a.active,
body:not(.is-header-scrolled) .nav a:hover {
  color: var(--blue);
}

body.is-header-scrolled .nav a {
  color: #132b59;
  text-shadow: none;
}

body.is-header-scrolled .nav a.active,
body.is-header-scrolled .nav a:hover {
  color: var(--blue);
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 16px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
}

body:not(.is-header-scrolled) .nav a.active::after {
  background: var(--blue);
}

.lang {
  all: unset;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 88px;
  height: 34px;
  padding: 0 10px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(31, 39, 56, 0.28);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  user-select: none;
}

.lang::before {
  display: none;
}

.lang::after {
  display: none;
}

.lang:focus-within {
  outline: none;
}

.header-inner > .lang {
  justify-self: end;
  margin-left: 40px;
  padding-left: 0;
  border-left: 0;
  border-radius: 0;
  overflow: visible;
}

.header-inner > .lang::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  z-index: 1;
}

body:not(.is-header-scrolled) .header-inner > .lang {
  box-shadow: none;
}

body:not(.is-header-scrolled) .header-inner > .lang::before {
  background: rgba(255, 255, 255, 0.98);
}

body.is-header-scrolled .header-inner > .lang {
  box-shadow: none;
}

body.is-header-scrolled .header-inner > .lang::before {
  background: rgba(171, 189, 216, 0.98);
}

.lang-trigger {
  all: unset;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  cursor: pointer;
  transition: color 180ms ease;
}

.header-inner > .lang .lang-trigger::before {
  display: none;
}

.lang-trigger::after {
  display: none;
}

.lang-trigger-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: currentColor;
  text-align: center;
}

.lang-trigger-label + .lang-caret {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-left: 0;
}

body:not(.is-header-scrolled) .lang {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(31, 39, 56, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

body.is-header-scrolled .lang {
  color: #173255;
  border-color: rgba(188, 201, 223, 0.92);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(228, 236, 247, 0.7);
}

body:not(.is-header-scrolled) .lang:hover,
body:not(.is-header-scrolled) .lang.is-open {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.98);
  background: rgba(31, 39, 56, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

body.is-header-scrolled .lang:hover,
body.is-header-scrolled .lang.is-open {
  color: #16345b;
  border-color: rgba(171, 189, 216, 0.98);
  background: #ffffff;
  box-shadow: 0 10px 18px rgba(21, 49, 96, 0.07);
}

.lang-globe,
.lang-caret,
.circle {
  display: inline-block;
}

.mobile-lang-block {
  display: none;
}

.lang-globe {
  display: none;
}

.lang-caret {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-58%) rotate(45deg);
  transition: transform 180ms ease;
}

.lang.is-open .lang-caret {
  transform: translateY(-42%) rotate(-135deg);
}

.mobile-nav-toggle {
  display: none;
}

.mobile-nav-toggle span {
  display: block;
}

.hero {
  --hero-cover-left: 25%;
  --hero-video-left: 26.6%;
  position: relative;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 15% 24%, rgba(255, 237, 214, 0.42), transparent 26%),
    radial-gradient(circle at 73% 18%, rgba(118, 174, 255, 0.14), transparent 28%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 100px;
  pointer-events: none;
}

.hero::before {
  z-index: 0;
  left: calc(var(--hero-video-left) - 1px);
  right: -1px;
  background-image: url("./assets/images/hero.webp");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(1.02) contrast(1.01);
  -webkit-mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 6%,
      rgba(0, 0, 0, 0.92) 18%,
      #000 30%,
      #000 99%,
      rgba(0, 0, 0, 0.92) 99.7%,
      transparent 100%);
  mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 12%,
      rgba(0, 0, 0, 0.92) 24%,
      #000 30%,
      #000 99%,
      rgba(0, 0, 0, 0.92) 99.7%,
      transparent 100%);
}

.hero::after {
  z-index: 0;
  left: calc(var(--hero-video-left) - 1px);
  right: -1px;
  background: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(430px, 0.74fr) minmax(420px, 1.26fr);
  grid-template-rows: 1fr;
  column-gap: clamp(26px, 2.8vw, 56px);
  align-items: center;
  min-height: clamp(780px, 46vw, 900px);
  padding: calc(clamp(34px, 2.8vw, 48px) + var(--header-overlay-offset)) 0 28px;
}

.hero-copy {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  width: auto;
  max-width: 700px;
  padding: 68px 0 20px;
  font-family: var(--display-font);
  transition: opacity 260ms ease, transform 260ms ease, filter 260ms ease;
}

.hero-copy::before {
  display: none;
}

.hero-copy.is-transitioning {
  opacity: 0.38;
  transform: translateY(8px);
  filter: blur(0.4px);
}

.hero-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #4671bc;
  font-size: 12px;
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: 0.16em;
  background: transparent;
  box-shadow: none;
}

.hero-copy h1 {
  margin: 16px 0 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--display-font);
  font-size: clamp(38px, 3.55vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.hero-copy h1 span {
  display: block;
  width: fit-content;
  position: relative;
  padding-right: 0;
  background: none;
  color: #1a3d7e;
  text-shadow: 0 6px 16px rgba(24, 67, 149, 0.06);
}

.hero-copy h1 span:first-child {
  padding-left: 0;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: inherit;
  color: #17305d;
}

.hero-copy h1 span:last-child {
  margin-left: 0;
  margin-top: 4px;
  padding-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: inherit;
  color: #17305d;
}

.hero-copy h1 span:last-child::after {
  content: none;
}

.hero-copy h1 span + span {
  margin-top: 4px;
}

.hero-text {
  margin: 20px 0 0;
  color: #4a6285;
  max-width: 660px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  min-width: 146px;
  height: 52px;
  padding: 0 30px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #215fff, #4a8dff);
  color: #fff;
  box-shadow: 0 16px 28px rgba(36, 104, 255, 0.18);
}

.btn-primary::after,
.section-side a::after,
.card-body a::after,
.industry-body a::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.btn-secondary {
  border: 1px solid rgba(36, 104, 255, 0.18);
  color: #2152a0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.btn-secondary::after {
  content: none;
}

.btn-primary:hover::after,
.section-side a:hover::after,
.card-body a:hover::after,
.industry-body a:hover::after {
  transform: translateX(3px);
}

.btn-play {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.btn-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  transform: translate(-28%, -50%);
}

.hero-pager {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.pager-count {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #91a0bc;
  font-size: 18px;
}

.pager-count .current {
  color: var(--blue);
  font-size: 38px;
  font-weight: 400;
}

.pager-line {
  width: 24px;
  height: 1px;
  background: rgba(35, 85, 182, 0.22);
}

.pager-arrows {
  display: flex;
  gap: 10px;
}

.circle {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(36, 104, 255, 0.18);
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.76);
}

.circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #5a6f97;
  border-right: 1.5px solid #5a6f97;
}

.circle.left::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.circle.right::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.hero-visual {
  position: absolute;
  top: 0;
  bottom: 100px;
  left: var(--hero-video-left);
  right: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-poster {
  display: none;
}

.hero-video {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: auto;
  display: block;
  width: calc(100% + 2px);
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0;
  filter: saturate(1.02) contrast(1.01);
  -webkit-mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 6%,
      rgba(0, 0, 0, 0.92) 18%,
      #000 30%,
      #000 99%,
      rgba(0, 0, 0, 0.92) 99.7%,
      transparent 100%);
  mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 12%,
      rgba(0, 0, 0, 0.92) 24%,
      #000 30%,
      #000 99%,
      rgba(0, 0, 0, 0.92) 99.7%,
      transparent 100%);
  opacity: 0;
  transition: opacity 520ms ease;
}

.hero-apng {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: auto;
  display: block;
  width: calc(100% + 2px);
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0;
  filter: saturate(1.02) contrast(1.01);
  -webkit-mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 6%,
      rgba(0, 0, 0, 0.92) 18%,
      #000 30%,
      #000 99%,
      rgba(0, 0, 0, 0.92) 99.7%,
      transparent 100%);
  mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 12%,
      rgba(0, 0, 0, 0.92) 24%,
      #000 30%,
      #000 99%,
      rgba(0, 0, 0, 0.92) 99.7%,
      transparent 100%);
  transition: opacity 520ms ease;
}

.hero.is-hero-video-ready .hero-video {
  opacity: 1;
}

.hero.is-hero-apng-ready .hero-apng {
  opacity: 1;
}

.hero.is-hero-apng-ready .hero-video {
  display: none;
}

.hero.is-hero-video-disabled .hero-video {
  display: none;
}

.hero.is-hero-video-disabled .hero-apng {
  display: none;
}

.feature-strip {
  position: absolute;
  right: 0;
  bottom: 162px;
  left: auto;
  grid-column: auto;
  grid-row: auto;
  justify-self: auto;
  width: min(100%, clamp(900px, 73vw, 1090px));
  margin-top: 0;
  margin-left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 8px 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 255, 0.93)),
    linear-gradient(90deg, rgba(97, 151, 255, 0.05), rgba(255, 255, 255, 0));
  border-radius: 24px;
  border: 1px solid rgba(213, 227, 250, 0.92);
  box-shadow:
    0 20px 44px rgba(32, 82, 177, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.feature-strip::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(117, 168, 255, 0.4), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.feature {
  position: relative;
  padding: 14px 58px 12px 18px;
  display: block;
  background: transparent;
  border-radius: 18px;
  transition: transform 180ms ease, color 180ms ease;
  overflow: hidden;
}

.feature + .feature {
  border-left: 1px solid rgba(35, 90, 196, 0.12);
}

.feature:hover {
  transform: translateY(-2px);
}

.feature-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 0;
  background: none;
  box-shadow: none;
  pointer-events: none;
  z-index: 0;
}

.feature > div {
  min-width: 0;
  display: grid;
  gap: 4px;
  position: relative;
  z-index: 1;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.82) brightness(1.03);
}

.value-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.feature h3,
.value h3,
.card-body h3,
.section-side h2 {
  margin: 0;
  color: #17305d;
}

.feature h3 {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.35;
  letter-spacing: 0;
}

.feature p {
  margin: 0;
  color: #667895;
  font-size: 12px;
  line-height: 1.58;
}

.feature p br {
  display: inline;
}

.feature:hover h3 {
  color: #1754ee;
}

.stats {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  padding: 0;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(28, 93, 215, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(33, 84, 181, 0.07);
}

.stat {
  min-height: 112px;
  padding: 20px 12px 18px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
}

.stat + .stat {
  border-left: 1px solid var(--line);
}

.stat strong {
  color: var(--blue);
  font-size: 40px;
  font-weight: 700;
}

.stat small {
  font-size: 18px;
}

.stat span {
  color: #5f718e;
  font-size: 15px;
}

.solutions {
  padding: calc(var(--section-space-lg) + 4px) 0 0;
}

.solution-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-side {
  padding-top: 10px;
}

.solution-layout .section-side,
.section-layout .section-side {
  display: flex;
  flex-direction: column;
}

.solutions .section-side {
  display: grid;
  grid-template-columns: minmax(352px, 240px) minmax(320px, 1fr) auto;
  align-items: end;
  gap: 16px 28px;
  margin-bottom: 30px;
  padding: 0 0 22px;
  padding-top: 0;
  border-bottom: 1px solid rgba(28, 93, 215, 0.08);
}

.solutions .section-side h2 {
  margin: 0;
}

.solutions .section-side p {
  max-width: none;
  font-size: 15px;
  line-height: 1.85;
}

.solutions .section-side a {
  margin-top: 0;
  align-self: end;
  justify-self: start;
  padding-top: 0;
  white-space: nowrap;
}

.section-side h2 {
  font-size: 32px;
  line-height: 1.26;
  margin-bottom: 18px;
}

.section-side p {
  margin: 0;
  color: #5e6f90;
  font-size: 15px;
  line-height: 1.92;
  max-width: 300px;
}

.section-side a {
  display: inline-block;
  margin-top: 42px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
}

.section-layout .section-side a {
  margin-top: auto;
  padding-top: 18px;
}

.solution-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 1.2vw, 24px);
  align-items: stretch;
}

.solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 93, 215, 0.1);
  border-radius: var(--card-radius);
  box-shadow: 0 16px 34px rgba(32, 82, 177, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-card:hover,
.industry-card:hover,
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(32, 82, 177, 0.12);
  border-color: rgba(28, 93, 215, 0.16);
}

.solution-card:focus-within,
.industry-card:focus-within,
.news-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(32, 82, 177, 0.1);
  border-color: rgba(28, 93, 215, 0.18);
}

.solution-card img {
  width: 100%;
  height: clamp(164px, 10vw, 196px);
  object-fit: cover;
}

.card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 20px 20px 22px;
}

.card-body h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.card-body p {
  margin: 0;
  color: #637495;
  font-size: 15px;
  line-height: 1.8;
  min-height: 0;
}

.card-body a {
  display: inline-block;
  margin-top: 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.solution-card .card-body h3 {
  display: -webkit-box;
  min-height: calc(1.4em * 3);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.solution-card .card-body p {
  display: -webkit-box;
  min-height: calc(1.8em * 4);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.solution-card .card-body a {
  margin-top: auto;
}

.values {
  padding: calc(var(--section-space-md) + 4px) 0 0;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 16px;
}

.value {
  min-height: 128px;
  padding: 22px 22px 20px;
  display: flex;
  gap: 14px;
}

.value + .value {
  border-left: 1px solid var(--line);
}

.value-icon {
  width: 84px;
  height: 84px;
  color: var(--blue);
  flex: 0 0 auto;
}

.value h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.value p {
  margin: 0;
  color: #637495;
  font-size: 13px;
  line-height: 1.74;
}

.bottom-shell {
  width: 100%;
  margin: 46px auto 0;
  background:
    radial-gradient(circle at 84% 20%, rgba(111, 169, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 72%, #ffffff 100%);
}

.bottom-shell > section + section {
  padding-top: 16px;
}

.industries,
.capability,
.partners,
.news {
  padding: 0 0 calc(var(--section-space-md) + 14px);
}

.section-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bottom-shell .section-side {
  display: grid;
  grid-template-columns: minmax(352px, 240px) minmax(320px, 1fr) auto;
  align-items: end;
  gap: 16px 28px;
  margin-bottom: 30px;
  padding: 0 0 22px;
  padding-top: 0;
  border-bottom: 1px solid rgba(28, 93, 215, 0.08);
}

.bottom-shell .section-side h2 {
  margin: 0;
}

.bottom-shell .section-side p {
  max-width: none;
  font-size: 15px;
  line-height: 1.85;
}

.bottom-shell .section-layout .section-side a {
  margin-top: 0;
  padding-top: 0;
  align-self: end;
  justify-self: start;
  white-space: nowrap;
}

.industry-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.2vw, 24px);
  align-items: start;
}

.industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 93, 215, 0.1);
  border-radius: var(--card-radius);
  box-shadow: 0 16px 34px rgba(32, 82, 177, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.industry-card img {
  width: 100%;
  height: clamp(196px, 12.4vw, 240px);
  object-fit: cover;
}

.industry-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 20px 20px 22px;
}

.industry-body h3,
.news-body h3,
.footer-column h3,
.cta-copy h2 {
  margin: 0;
  color: #17305d;
}

.industry-body h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.industry-body p {
  margin: 0;
  min-height: 0;
  color: #637495;
  font-size: 15px;
  line-height: 1.8;
}

.industry-body a,
.news-body a {
  display: inline-block;
  margin-top: 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.capability-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(220px, 17vw, 252px);
  align-items: center;
  gap: 24px;
  min-height: 0;
  overflow: hidden;
  padding: 26px 28px;
  border-radius: 20px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  background:
    radial-gradient(circle at 82% 44%, rgba(110, 176, 255, 0.16), rgba(110, 176, 255, 0.04) 20%, rgba(110, 176, 255, 0) 46%),
    radial-gradient(circle at 100% 52%, rgba(188, 221, 255, 0.16), rgba(188, 221, 255, 0) 28%),
    linear-gradient(180deg, rgba(253, 254, 255, 0.98), rgba(246, 250, 255, 0.97));
}

.capability-rows {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: center;
  gap: 14px;
  padding-right: 0;
  padding-top: 0;
}

.capability-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 0;
  min-height: 52px;
}

.capability-label {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px 0 16px;
  color: #17305d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  border: 1px solid rgba(28, 93, 215, 0.07);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}

.capability-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-content: stretch;
}

.capability-tags-wide {
  grid-template-columns: repeat(6, 1fr);
}

.capability-tags span {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #5a6f97;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border: 1px solid rgba(28, 93, 215, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
}

.capability-visual {
  position: relative;
  right: auto;
  top: auto;
  width: clamp(220px, 17vw, 252px);
  display: grid;
  place-items: center;
  justify-self: end;
  transform: none;
  z-index: 1;
  pointer-events: none;
}

.capability-visual::before {
  content: "";
  position: absolute;
  inset: 8% 2% 10% 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 46% 50%, rgba(92, 158, 255, 0.28), rgba(92, 158, 255, 0.12) 34%, rgba(92, 158, 255, 0) 72%);
  filter: blur(28px);
  pointer-events: none;
}

.capability-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0.98;
  transform: none;
  filter: drop-shadow(0 20px 30px rgba(79, 132, 226, 0.16));
}

@media (min-width: 901px) {
  body[data-page="capabilities"] .capability-panel {
    grid-template-columns: minmax(0, 1fr) 188px;
    align-items: center;
    gap: 18px;
    min-height: 0;
    padding: 22px 22px 24px;
  }

  body[data-page="capabilities"] .capability-rows {
    gap: 12px;
  }

  body[data-page="capabilities"] .capability-row {
    grid-template-columns: 102px 1fr;
    gap: 10px;
  }

  body[data-page="capabilities"] .capability-label {
    min-height: 46px;
    padding: 0 16px 0 14px;
    font-size: 13px;
  }

  body[data-page="capabilities"] .capability-tags {
    gap: 8px;
  }

  body[data-page="capabilities"] .capability-tags span {
    min-height: 46px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.28;
  }

  body[data-page="capabilities"] .capability-visual,
  body[data-page="capabilities"] .capability-visual > .responsive-picture,
  body[data-page="capabilities"] .capability-visual img {
    width: 188px;
    max-width: 188px;
    height: auto;
    max-height: 260px;
  }

  body[data-page="capabilities"] .capability-visual {
    justify-self: center;
  }

  body[data-page="capabilities"] .capability-visual img {
    object-fit: contain;
  }
}

.partner-strip {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(28, 93, 215, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.94));
}

.partner-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 1fr);
  align-items: start;
  gap: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.partner-summary p {
  margin: 0;
  min-height: 128px;
  padding: 22px 24px 20px;
  color: #637495;
  font-size: 13px;
  line-height: 1.74;
  display: flex;
  align-items: center;
}

.partner-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.partner-badges span {
  min-height: 128px;
  padding: 22px 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  background: transparent;
  color: inherit;
}

.partner-badge-value {
  display: block;
  color: #2f6dff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.partner-badge-label {
  display: block;
  color: #637495;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.partner-brandwall {
  --partner-marquee-gap: 12px;
  position: relative;
  overflow: hidden;
  padding: 4px 0;
}

.partner-brandwall::-webkit-scrollbar {
  display: none;
}

.partner-brandtrack {
  display: flex;
  width: max-content;
  gap: var(--partner-marquee-gap);
  animation: partner-marquee 36s linear infinite;
  will-change: transform;
}

.partner-brandwall:hover .partner-brandtrack {
  animation-play-state: paused;
}

.partner-brandgroup {
  display: flex;
  gap: var(--partner-marquee-gap);
  flex-shrink: 0;
}

.partner-logo-card {
  flex: 0 0 154px;
  min-height: 58px;
  padding: 10px 14px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.94));
  box-shadow: 0 6px 16px rgba(32, 82, 177, 0.055);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.partner-logo-card:hover {
  box-shadow: 0 10px 22px rgba(32, 82, 177, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 250, 255, 0.98));
}

.partner-logo-card img {
  width: auto;
  height: 22px;
  max-width: 116px;
  object-fit: contain;
  object-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-crrc {
  height: 24px;
  max-width: 116px;
}

.partner-logo-yiming {
  height: 24px;
  max-width: 108px;
}

.partner-logo-ycmada {
  height: 26px;
  max-width: 118px;
}

.partner-logo-tl {
  height: 24px;
  max-width: 112px;
}

.partner-logo-dacoo {
  height: 24px;
  max-width: 118px;
  background-image: url("./assets/images/partner-dacoo-clean.png");
}

.partner-logo-tcmotor {
  height: 26px;
  max-width: 118px;
  background-image: url("./assets/images/partner-tcmotor-clean.png");
}

.partner-logo-cosen {
  height: 24px;
  max-width: 114px;
  background-image: url("./assets/images/partner-cosen-clean.png");
}

.partner-logo-haier {
  height: 24px;
  max-width: 92px;
}

.partner-logo-ycmada {
  background-image: url("./assets/images/partner-ycmada-clean.png");
}

.partner-logo-tl {
  background-image: url("./assets/images/partner-tl-clean.png");
}

@keyframes partner-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--partner-marquee-gap) / 2)));
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.news-card {
  position: relative;
  display: grid;
  grid-template-columns: 186px 1fr;
  gap: 18px;
  height: 100%;
  min-height: 194px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 253, 255, 0.96));
  border: 1px solid rgba(28, 93, 215, 0.1);
  border-radius: var(--card-radius);
  box-shadow: 0 14px 30px rgba(32, 82, 177, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-card img {
  width: 186px;
  height: 138px;
  object-fit: cover;
  border-radius: 14px;
}

.news-date {
  display: inline-block;
  margin-bottom: 8px;
  color: #7c8cab;
  font-size: 13px;
  font-weight: 600;
}

.news-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-body h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.news-body p {
  margin: 0;
  color: #637495;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.68;
}


.footer {
  margin-top: 42px;
}

.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #123c92, #0b2865);
}

.cta-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 35, 94, 0.82), rgba(23, 78, 190, 0.28)),
    url("./assets/images/cta-skyline.webp") center 82% / cover no-repeat;
}

.cta-inner {
  position: relative;
  min-height: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px 0;
}

.cta-copy h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 8px;
}

.cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
}

.cta-actions {
  display: flex;
  gap: 16px;
}

.footer-btn {
  min-width: 146px;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.footer-main {
  background: linear-gradient(180deg, #091a44 0%, #05132f 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(5, 1fr);
  gap: 28px;
  padding: 26px 0 20px;
}

.footer-brand-lockup {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.footer-brand-lockup img {
  width: 58px;
  height: 58px;
  display: block;
}

.footer-brand .brand-title {
  color: #ffffff;
  font-size: 27px;
}

.footer-brand .brand-subtitle {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
}

.footer-brand p,
.footer-column a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.9;
}

.footer-column h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-column a {
  font-size: 14px;
  line-height: 1.85;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  padding: 12px 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}

.footer-bottom a {
  color: inherit;
}

.footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.96);
}

.footer-mobile-shell {
  display: none;
}

.inner-page-shell {
  --card-radius: 14px;
  min-height: 100vh;
  background:
    linear-gradient(180deg, #f6faff 0, #ffffff 180px),
    linear-gradient(180deg, #ffffff, #ffffff);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: calc(86px + var(--header-overlay-offset)) 0 0;
  isolation: isolate;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero::before {
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.86) 18%,
      rgba(255, 255, 255, 0.68) 34%,
      rgba(255, 255, 255, 0.38) 50%,
      rgba(255, 255, 255, 0.12) 68%,
      rgba(255, 255, 255, 0.02) 82%),
    linear-gradient(180deg, rgba(10, 28, 62, 0.04), rgba(10, 28, 62, 0.01)),
    var(--page-hero-image, radial-gradient(circle at 82% 18%, rgba(122, 175, 255, 0.18), transparent 32%));
  background-position: center, center, var(--page-hero-image-position, center center);
  background-size: auto, auto, var(--page-hero-image-size, cover);
  z-index: 0;
}

.page-hero::after {
  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 56%,
      rgba(255, 255, 255, 0.22) 82%,
      rgba(255, 255, 255, 0.9) 100%),
    radial-gradient(circle at 80% 18%, var(--page-hero-glow-strong, rgba(89, 154, 255, 0.18)), transparent 30%),
    radial-gradient(circle at 10% 12%, rgba(255, 237, 214, 0.12), transparent 16%);
  z-index: 0;
}

.page-hero-inner,
.page-section-inner {
  position: relative;
  z-index: 1;
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 368px);
  min-height: clamp(540px, 39vw, 640px);
  align-items: center;
  gap: 44px clamp(28px, 3.8vw, 64px);
  padding-bottom: 36px;
}

.page-hero-inner-single {
  grid-template-columns: minmax(0, 1fr);
}

.page-hero-copy {
  max-width: 700px;
  padding: 68px 0 20px;
}

.page-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #4671bc;
  font-size: 12px;
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: 0.16em;
  background: transparent;
}

.page-hero-copy h1,
.page-section-head h2 {
  margin: 0;
  color: #17305d;
}

.page-hero-copy h1 {
  margin-top: 16px;
  font-family: var(--display-font);
  font-size: clamp(38px, 3.55vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.page-section-head h2 {
  font-family: var(--display-font);
}

.page-hero-copy p {
  margin: 20px 0 0;
  max-width: 660px;
  color: #4a6285;
  font-size: 16px;
  line-height: 1.8;
}

.hero-copy.page-hero-copy > .hero-kicker {
  display: block;
  width: fit-content;
  margin: 0;
}

.hero-copy.page-hero-copy h1 {
  display: flex;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.page-hero-side,
.content-card,
.case-card,
.job-card,
.contact-card,
.form-shell {
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(18, 49, 103, 0.045);
}

.page-hero-side {
  padding: 26px 24px 22px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.page-hero-side h3,
.content-card h3,
.case-card h3,
.job-card h3,
.contact-card h3,
.faq-item summary {
  margin: 0;
  color: #17305d;
}

.page-hero-side h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.page-hero-side p,
.content-card p,
.case-card p,
.job-card p,
.contact-card p,
.faq-item p {
  margin: 0;
  color: #617392;
  line-height: 1.8;
}

.page-bullet-list,
.point-list,
.job-meta,
.contact-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-bullet-list li,
.point-list li,
.job-meta li,
.contact-list li {
  position: relative;
  padding-left: 18px;
  color: #526684;
  font-size: 14px;
  line-height: 1.7;
}

.page-bullet-list li::before,
.point-list li::before,
.job-meta li::before,
.contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(36, 104, 255, 0.28);
  background: rgba(36, 104, 255, 0.08);
  transform: translateY(-50%);
}

.page-link-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.page-link-list a {
  color: #4f678e;
  font-size: 14px;
  line-height: 1.75;
}

.page-link-list a:hover {
  color: var(--blue);
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.mini-metric {
  padding: 12px 12px 10px;
  border: 1px solid rgba(28, 93, 215, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}

.mini-metric strong,
.number-card strong,
.case-outcome strong {
  display: block;
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.mini-metric span,
.number-card span,
.case-outcome span {
  display: block;
  margin-top: 8px;
  color: #627392;
  font-size: 13px;
  line-height: 1.6;
}

.page-section {
  padding: 0;
  margin-bottom: clamp(36px, 3vw, 48px);
}

.page-hero + .page-section,
.page-anchor-shell + .page-section {
  margin-top: clamp(16px, 1.8vw, 24px);
}

.page-section-compact {
  margin-bottom: 42px;
}

.page-anchor-shell {
  position: relative;
  z-index: 2;
  padding: 0;
  background: #ffffff;
  border-top: 1px solid rgba(28, 93, 215, 0.04);
  border-bottom: 1px solid rgba(28, 93, 215, 0.08);
}

.page-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 34px;
  min-height: 68px;
  padding: 0;
}

.page-anchor-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #586a86;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.page-anchor-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.page-anchor-nav a:hover,
.page-anchor-nav a:focus-visible,
.page-anchor-nav a[aria-current="page"] {
  color: #17305d;
}

.page-anchor-nav a:hover::after,
.page-anchor-nav a:focus-visible::after,
.page-anchor-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.page-section-head {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px 34px;
  margin-bottom: clamp(36px, 3vw, 48px);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 93, 215, 0.08);
}

.inner-page-shell > .page-section:last-of-type {
  margin-bottom: 0;
}

.page-section-head h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-section-head p {
  margin: 0;
  color: #617392;
  font-size: 15px;
  line-height: 2.82;
  transform: translateY(-3px);
}

.page-section-head a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.section-link-compact {
  display: none;
}

.story-split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(24px, 2.2vw, 36px);
  align-items: stretch;
}

.story-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(32, 82, 177, 0.06);
}

.story-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-overlay-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #edf4ff;
  background: linear-gradient(180deg, rgba(12, 32, 68, 0.08), rgba(12, 32, 68, 0.78));
  backdrop-filter: blur(16px);
}

.story-overlay-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
}

.story-overlay-card p {
  margin: 0;
  color: rgba(237, 244, 255, 0.86);
  font-size: 14px;
  line-height: 1.8;
}

.story-copy-stack {
  display: grid;
  gap: 20px;
  align-content: start;
}

.story-lead {
  margin: 0;
  color: #234579;
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.68;
}

.insight-list {
  display: grid;
  gap: 12px;
}

.insight-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 20px 16px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.insight-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(36, 104, 255, 0.1), rgba(36, 104, 255, 0.02));
}

.insight-item h3,
.spectrum-card h3,
.layer-card h3,
.roadmap-card h3,
.component-column h3 {
  margin: 0 0 8px;
  color: #17305d;
  font-size: 18px;
}

.insight-item p,
.spectrum-card p,
.layer-card p,
.roadmap-card p,
.component-column p {
  margin: 0;
  color: #617392;
  font-size: 14px;
  line-height: 1.8;
}

.story-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.story-metric {
  padding: 18px 18px 16px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.story-metric strong {
  display: block;
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.story-metric span {
  display: block;
  margin-top: 8px;
  color: #627392;
  font-size: 13px;
  line-height: 1.7;
}

.quote-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 3.5vw, 48px);
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 250, 255, 0.96));
  box-shadow: 0 16px 32px rgba(31, 85, 187, 0.05);
}

.quote-panel::before,
.quote-panel::after {
  position: absolute;
  color: rgba(36, 104, 255, 0.06);
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
}

.quote-panel::before {
  content: "“";
  left: 24px;
  top: 10px;
}

.quote-panel::after {
  content: "”";
  right: 24px;
  bottom: -10px;
}

.quote-panel blockquote {
  margin: 0 auto;
  max-width: 70ch;
  color: #17305d;
  font-family: var(--display-font);
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 700;
  line-height: 1.58;
}

.quote-panel cite {
  display: inline-block;
  margin-top: 14px;
  color: #5f7396;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-panel-blue {
  background:
    radial-gradient(circle at 14% 18%, rgba(122, 176, 255, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.95));
}

.quote-panel-emerald {
  background:
    radial-gradient(circle at 84% 18%, rgba(118, 190, 146, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 246, 0.95));
}

.chapter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.chapter-card {
  position: relative;
  padding: 22px 22px 20px;
  border: 1px solid rgba(28, 93, 215, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.chapter-index {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #2256ad;
  font-size: 12px;
  font-weight: 800;
  background: rgba(36, 104, 255, 0.08);
}

.spectrum-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.spectrum-feature,
.module-hero-card {
  padding: 28px 26px 24px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 18%, rgba(36, 104, 255, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
}

.spectrum-feature h3,
.module-hero-card h3 {
  margin: 0 0 14px;
  color: #17305d;
  font-family: var(--display-font);
  font-size: clamp(28px, 2vw, 34px);
  line-height: 1.3;
}

.story-checklist {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.story-checklist li {
  position: relative;
  padding-left: 18px;
  color: #5d7193;
  font-size: 14px;
  line-height: 1.85;
}

.story-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #3c7bff, #1d56bb);
}

.spectrum-card-grid,
.module-grid,
.component-columns {
  display: grid;
  gap: 18px;
}

.spectrum-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spectrum-card {
  padding: 22px 20px 18px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.spectrum-card strong,
.layer-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(36, 104, 255, 0.12), rgba(36, 104, 255, 0.02));
}

.solution-card-featured {
  border-color: rgba(36, 104, 255, 0.14);
  box-shadow: 0 14px 30px rgba(36, 104, 255, 0.08);
}

.solution-card-featured img {
  height: clamp(164px, 10vw, 196px);
}

.architecture-board {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.architecture-layers,
.roadmap-grid {
  display: grid;
  gap: 14px;
}

.layer-card,
.roadmap-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.layer-tags,
.module-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.layer-tags span,
.module-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #58709a;
  font-size: 12px;
  font-weight: 700;
  background: rgba(36, 104, 255, 0.06);
}

.architecture-side {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 18px;
  background:
    radial-gradient(circle at 72% 22%, rgba(70, 138, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(249, 252, 255, 0.98), rgba(243, 248, 255, 0.97));
}

.architecture-side img {
  position: absolute;
  opacity: 0.9;
  height: 100%;
}

.architecture-side-card {
  position: relative;
  z-index: 1;
  max-width: 340px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 22px rgba(18, 49, 103, 0.04);
}

.architecture-side-card h3 {
  margin: 0 0 10px;
  color: #17305d;
  font-size: 22px;
}

.architecture-side-card p {
  margin: 0 0 16px;
  color: #5f7396;
  font-size: 14px;
  line-height: 1.8;
}

.roadmap-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}

.module-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.component-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.component-column {
  padding: 22px 20px 18px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.component-column .tag-cloud {
  margin-top: 12px;
}

.page-grid-2,
.page-grid-3,
.page-grid-4,
.case-grid,
.job-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

.page-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-card,
.case-card,
.job-card,
.contact-card {
  padding: 22px 22px 20px;
}

.content-card h3,
.case-card h3,
.job-card h3,
.contact-card h3,
.timeline-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.card-kicker,
.news-tag,
.job-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(36, 104, 255, 0.12);
  color: #2256ad;
  font-size: 12px;
  font-weight: 700;
  background: rgba(36, 104, 255, 0.06);
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.number-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(28, 93, 215, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.timeline-item {
  padding: 22px 20px 20px;
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-top: 2px solid rgba(36, 104, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  box-shadow: 0 10px 24px rgba(32, 82, 177, 0.04);
}

.timeline-year {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stack-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(28, 93, 215, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.stack-card h3 {
  margin: 0 0 8px;
  color: #17305d;
  font-size: 17px;
}

.stack-card p {
  margin: 0;
  color: #5f7291;
  font-size: 14px;
  line-height: 1.8;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(28, 93, 215, 0.08);
  border-radius: 999px;
  color: #4f678e;
  font-size: 13px;
  font-weight: 600;
  background: rgba(248, 251, 255, 0.98);
}

.inner-page-shell .solution-card,
.inner-page-shell .industry-card,
.inner-page-shell .news-card {
  border-color: rgba(28, 93, 215, 0.08);
  box-shadow: 0 12px 28px rgba(32, 82, 177, 0.05);
}

.inner-page-shell .solution-card:hover,
.inner-page-shell .industry-card:hover,
.inner-page-shell .news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(32, 82, 177, 0.08);
  border-color: rgba(28, 93, 215, 0.14);
}

.inner-page-shell .solution-card:focus-within,
.inner-page-shell .industry-card:focus-within,
.inner-page-shell .news-card:focus-within {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(32, 82, 177, 0.07);
  border-color: rgba(28, 93, 215, 0.14);
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.filter-pill {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(28, 93, 215, 0.1);
  color: #5a6f97;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.filter-pill.is-active {
  color: #fff;
  border-color: var(--blue);
  background: linear-gradient(135deg, #215fff, #4a8dff);
}

.case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
}

.case-card img {
  width: 100%;
  height: 224px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  body[data-page="cases"] .case-card img {
    height: clamp(280px, 20vw, 332px);
  }
}

.case-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.case-outcome {
  padding: 14px 14px 12px;
  border: 1px solid rgba(28, 93, 215, 0.08);
  background: rgba(248, 251, 255, 0.9);
}

.news-reference-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 18px;
  align-items: start;
}

.news-feed-panel,
.news-sidebar-block {
  background: #ffffff;
  border: 1px solid rgba(23, 48, 93, 0.08);
  box-shadow: 0 10px 22px rgba(18, 41, 84, 0.03);
}

.news-feed-list {
  display: grid;
}

.news-search-card {
  display: grid;
  grid-template-columns: 212px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(23, 48, 93, 0.08);
  background: #ffffff;
}

.news-search-card:last-child {
  border-bottom: 0;
}

.news-search-thumb {
  width: 100%;
  height: 132px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(23, 48, 93, 0.06);
}

.news-search-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-search-meta {
  display: flex;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 12px;
}

.news-search-meta .news-tag {
  min-height: 26px;
  margin-bottom: 0;
  padding: 0 10px;
  border-color: rgba(36, 104, 255, 0.08);
  color: #4a6da5;
  background: rgba(36, 104, 255, 0.04);
}

.news-search-content .news-date {
  margin-bottom: 0;
  color: #8b9ab3;
  font-size: 13px;
  font-weight: 400;
}

.news-search-content h3 {
  margin: 0 0 10px;
  color: #233d63;
  font-size: 18px;
  line-height: 1.48;
}

.news-search-content h3 a {
  color: inherit;
}

.news-search-content h3 a:hover,
.news-search-content h3 a:focus-visible {
  color: #1d53b4;
}

.news-search-content p {
  margin: 0;
  color: #7585a0;
  font-size: 14px;
  line-height: 1.88;
}

.news-detail-header {
  width: 100%;
  margin: 0;
  padding-top: 104px;
  padding-bottom: 0;
}

.news-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #7f90ac;
  font-size: 13px;
  line-height: 1.6;
}

.news-detail-breadcrumb a {
  color: #6f83a7;
}

.news-detail-breadcrumb a:hover,
.news-detail-breadcrumb a:focus-visible {
  color: #1d53b4;
}

.news-detail-breadcrumb-current {
  color: #8d9ab0;
}

.news-detail-channel {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #6f84a9;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.news-detail-title {
  margin: 10px 0 0;
  max-width: 14.8em;
  color: #17305d;
  font-family: inherit;
  font-size: clamp(34px, 2.8vw, 42px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.news-detail-summary {
  margin: 12px 0 0;
  max-width: 42em;
  color: #556887;
  font-size: 15px;
  line-height: 1.82;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 48, 93, 0.09);
}

.news-detail-meta .news-tag,
.news-detail-meta .news-date,
.news-detail-related-meta .news-tag,
.news-detail-related-meta .news-date {
  margin-bottom: 0;
}

.news-detail-meta .news-date,
.news-detail-related-meta .news-date {
  font-size: 12px;
  font-weight: 600;
}

.news-detail-readtime {
  color: #7f91ad;
  font-size: 13px;
  line-height: 1.6;
}

.news-detail-section {
  margin-bottom: 20px;
}

.news-detail-layout {
  display: block;
}

.news-detail-sidebar {
  display: none;
}

.news-detail-ads {
  display: none;
}

.news-detail-sidebar,
.news-detail-ads {
  min-width: 0;
}

.news-detail-sidebar-section {
  display: grid;
  gap: 12px;
}

.news-detail-sidebar-backlink {
  display: inline-flex;
  align-items: center;
  color: #5d7293;
  font-size: 14px;
  line-height: 1.6;
}

.news-detail-sidebar-backlink:hover,
.news-detail-sidebar-backlink:focus-visible {
  color: #1d53b4;
}

.news-detail-sidebar-meta {
  display: grid;
  gap: 10px;
  align-items: start;
}

.news-detail-sidebar-meta .news-tag,
.news-detail-sidebar-meta .news-date {
  margin-bottom: 0;
}

.news-detail-sidebar-tags .news-topic-cloud {
  gap: 8px;
}

.news-detail-sidebar-tags .news-topic-cloud a {
  min-height: 30px;
  padding: 0 11px;
  color: #5f7391;
  font-size: 12px;
  background: #ffffff;
}

.news-detail-ad-section {
  display: grid;
  gap: 16px;
}

.news-detail-ad-section h3 {
  margin: 0;
  color: #17305d;
  font-size: 18px;
  line-height: 1.4;
}

.news-detail-ad-list {
  display: grid;
  gap: 18px;
}

.news-detail-ad-card {
  display: grid;
  gap: 11px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 48, 93, 0.08);
  color: inherit;
  text-decoration: none;
}

.news-detail-ad-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-detail-ad-card img {
  display: block;
  width: 100%;
  aspect-ratio: 64 / 41;
  object-fit: cover;
  background: #edf3fb;
}

.news-detail-ad-copy {
  display: grid;
  gap: 5px;
}

.news-detail-ad-brand {
  color: #7d8faa;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.news-detail-ad-copy strong {
  color: #17305d;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 600;
}

.news-detail-ad-copy p {
  margin: 0;
  color: #60718b;
  font-size: 13px;
  line-height: 1.68;
}

.news-detail-ad-card:hover .news-detail-ad-copy strong,
.news-detail-ad-card:focus-visible .news-detail-ad-copy strong {
  color: #1d53b4;
}

.news-detail-side-latest-list {
  display: grid;
  gap: 14px;
}

.news-detail-side-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: inherit;
  text-decoration: none;
}

.news-detail-side-thumb {
  display: block;
  width: 96px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #edf3fb;
}

.news-detail-side-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.news-detail-side-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
}

.news-detail-side-meta .news-tag,
.news-detail-side-meta .news-date {
  margin-bottom: 0;
}

.news-detail-side-meta .news-tag {
  min-height: 24px;
  padding: 0 9px;
  font-size: 11px;
}

.news-detail-side-meta .news-date {
  font-size: 11px;
}

.news-detail-side-copy strong {
  color: #17305d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-detail-side-card:hover .news-detail-side-copy strong,
.news-detail-side-card:focus-visible .news-detail-side-copy strong {
  color: #1d53b4;
}

.news-detail-mobile-followup {
  display: grid;
  gap: 18px;
  margin-top: 10px;
}

.news-detail-main {
  display: grid;
  gap: 22px;
  width: min(100%, 1120px);
  margin: 0 auto;
  justify-items: start;
}

.news-detail-cover {
  margin: 0;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #edf3fb;
  box-shadow: none;
}

.news-detail-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  object-position: center;
}

.news-detail-body {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.news-detail-head {
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: 0;
}

.news-detail-intro {
  margin: 0;
  color: #52657f;
  font-size: 15px;
  line-height: 1.9;
}

.news-detail-highlights {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  border-top: 0;
}

.news-detail-highlights li {
  position: relative;
  padding-left: 14px;
  color: #5a6d88;
  font-size: 14px;
  line-height: 1.72;
}

.news-detail-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  background: #8fb3ff;
}

.news-detail-prose {
  display: grid;
  gap: 22px;
}

.news-detail-prose-block {
  display: grid;
  gap: 8px;
}

.news-detail-prose-block h3 {
  margin: 0;
  color: #17305d;
  font-size: 19px;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: 0;
}

.news-detail-prose-block p {
  margin: 0;
  color: #465a76;
  font-size: 15px;
  line-height: 1.94;
  text-align: left;
}

.news-detail-prose .point-list {
  gap: 8px;
  margin-top: 2px;
}

.news-detail-prose .point-list li {
  color: #4f6480;
  font-size: 15px;
  line-height: 1.82;
}

.news-detail-article-footer {
  display: grid;
  gap: 12px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 48, 93, 0.08);
}

.news-detail-article-footer h3 {
  margin: 0;
  color: #17305d;
  font-size: 16px;
  line-height: 1.4;
}

.news-detail-quote {
  margin: 0;
  padding: 4px 0 2px 18px;
  border-left: 3px solid rgba(44, 105, 255, 0.22);
}

body[data-page="news-detail"] .news-detail-quote.quote-panel {
  padding: 0 0 0 18px;
  border: 0;
  border-left: 3px solid rgba(44, 105, 255, 0.22);
  border-radius: 0;
  text-align: left;
  background: none;
  box-shadow: none;
}

body[data-page="news-detail"] .news-detail-quote.quote-panel::before,
body[data-page="news-detail"] .news-detail-quote.quote-panel::after {
  content: none;
}

body[data-page="news-detail"] .news-detail-quote blockquote {
  margin: 0;
  max-width: 34em;
  color: #23426f;
  font-family: inherit;
  font-size: 16px;
  font-style: italic;
  line-height: 1.9;
  font-weight: 400;
}

.news-detail-latest-panel {
  padding: 6px 0 0;
  border-top: 1px solid rgba(23, 48, 93, 0.08);
  background: none;
}

.news-detail-sidebar-section h3,
.news-detail-latest-panel h3 {
  margin: 0 0 10px;
  color: #17305d;
  font-size: 16px;
  line-height: 1.4;
}

.news-detail-latest-panel .news-rank-list li {
  padding: 8px 0;
}

.news-detail-latest-panel .news-rank-list a {
  color: #586d8c;
  font-size: 15px;
  line-height: 1.62;
}

.news-detail-pagination {
  gap: 18px;
  padding-top: 4px;
}

.news-detail-nav-card {
  display: block;
  padding: 10px 0 0;
  border-top: 1px solid rgba(23, 48, 93, 0.08);
  border-bottom: 0;
  color: inherit;
  text-decoration: none;
  background: none;
}

.news-detail-nav-card p {
  margin: 0;
}

.news-detail-nav-card .card-kicker {
  display: inline-block;
  min-height: 0;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: #8697b2;
  font-size: 12px;
  letter-spacing: 0.08em;
  background: none;
}

.news-detail-nav-card h3 {
  margin: 0 0 4px;
  color: #17305d;
  font-size: 15px;
  line-height: 1.42;
}

.news-detail-nav-card p {
  color: #6a7d98;
  font-size: 13px;
  line-height: 1.6;
}

.news-detail-nav-card:hover,
.news-detail-nav-card:focus-visible {
  color: inherit;
  border-color: rgba(29, 83, 180, 0.18);
}

.news-detail-related-section {
  margin-bottom: 8px;
  padding-top: 26px;
  background: transparent;
}

.news-detail-related-shell {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 14px;
  width: 100%;
  margin: 0;
}

.news-detail-link-block {
  align-self: start;
  background: #fff;
  border: 1px solid rgba(23, 48, 93, 0.08);
}

.news-detail-link-head {
  position: relative;
  margin: 0 20px;
  padding: 16px 0 12px 12px;
  border-bottom: 1px dashed rgba(23, 48, 93, 0.14);
}

.news-detail-link-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 2px;
  height: 20px;
  background: rgba(23, 48, 93, 0.82);
}

.news-detail-link-head h2 {
  margin: 0;
  color: #17305d;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.news-detail-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 8px 20px 10px;
}

.news-detail-related-item {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  align-content: start;
  min-height: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(23, 48, 93, 0.07);
  color: inherit;
  text-decoration: none;
}

.news-detail-related-thumb {
  width: 128px;
  height: 84px;
  display: block;
  border: 1px solid rgba(23, 48, 93, 0.06);
  object-fit: cover;
  object-position: center;
  background: #edf3fb;
}

.news-detail-related-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  max-width: 580px;
}

.news-detail-related-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.news-detail-related-meta .news-tag {
  min-height: 24px;
  margin-bottom: 0;
  padding: 0 9px;
  border-color: rgba(36, 104, 255, 0.08);
  color: #4a6da5;
  font-size: 11px;
  font-weight: 500;
  background: rgba(36, 104, 255, 0.04);
}

.news-detail-related-meta .news-date {
  color: #8b9ab3;
  font-size: 12px;
  font-weight: 500;
}

.news-detail-related-item:first-child {
  border-top: 0;
}

.news-detail-related-item h3 {
  margin: 0;
  color: #17305d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-detail-related-copy p {
  margin: 0;
  color: #61738f;
  font-size: 13px;
  line-height: 1.66;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body[data-page="news-detail"] .footer {
  margin-top: 10px;
}

body[data-page="news-detail"] > main > .page-section.news-detail-related-section {
  display: none;
}

body[data-page="news-detail"] .footer .cta {
  display: none;
}

body[data-page="news-detail"] main.page.inner-page-shell {
  overflow: visible;
}

@media (min-width: 769px) {
  body[data-page="news-detail"] {
    --news-detail-main-inset: 16px;
    --news-detail-sidebar-width: 216px;
    --news-detail-ads-width: 248px;
  }

  body[data-page="news-detail"] .news-detail-section > .content-width {
    width: min(1480px, calc(100vw - 96px));
  }

  body[data-page="news-detail"] .news-detail-section {
    margin-top: 0;
  }

  body[data-page="news-detail"] .news-detail-layout {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: var(--news-detail-sidebar-width) minmax(0, 1fr) var(--news-detail-ads-width);
    align-items: start;
    gap: 0 12px;
    padding-inline: 16px;
  }

  body[data-page="news-detail"] .news-detail-sidebar {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 18px;
    align-self: start;
  }

  body[data-page="news-detail"] .news-detail-mobile-followup {
    display: none;
  }

  body[data-page="news-detail"] .news-detail-ads {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 18px;
    align-self: start;
    width: 100%;
  }

  body[data-page="news-detail"] .news-detail-sidebar-section,
  body[data-page="news-detail"] .news-detail-ad-section {
    padding: 20px 20px 22px;
    border: 1px solid rgba(23, 48, 93, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 255, 0.96));
    box-shadow: 0 12px 30px rgba(17, 46, 98, 0.05);
  }

  body[data-page="news-detail"] .news-detail-sidebar-section h3,
  body[data-page="news-detail"] .news-detail-ad-section h3 {
    margin-bottom: 2px;
  }

  body[data-page="news-detail"] .news-detail-latest-panel {
    padding-top: 18px;
  }

  body[data-page="news-detail"] .news-detail-main {
    width: 100%;
    margin: 0;
  }

  body[data-page="news-detail"] .news-detail-header {
    width: calc(100% - var(--news-detail-main-inset));
    margin-left: var(--news-detail-main-inset);
    margin-right: 0;
    padding-top: 104px;
  }

  body[data-page="news-detail"] .news-detail-title {
    max-width: none;
    font-size: clamp(34px, 2.7vw, 41px);
    line-height: 1.16;
  }

  body[data-page="news-detail"] .news-detail-summary {
    max-width: none;
    font-size: 15px;
    line-height: 1.84;
  }

  body[data-page="news-detail"] .news-detail-meta {
    margin-top: 16px;
    padding-top: 13px;
  }

  body[data-page="news-detail"] .news-detail-cover {
    width: calc(100% - var(--news-detail-main-inset));
    margin-left: var(--news-detail-main-inset);
    margin-right: 0;
  }

  body[data-page="news-detail"] .news-detail-cover img {
    aspect-ratio: 16 / 9.1;
  }

  body[data-page="news-detail"] .news-detail-body {
    width: 100%;
    margin: 0;
  }

  body[data-page="news-detail"] .news-detail-head,
  body[data-page="news-detail"] .news-detail-prose,
  body[data-page="news-detail"] .news-detail-article-footer {
    width: min(calc(100% - var(--news-detail-main-inset)), 744px);
    margin-left: var(--news-detail-main-inset);
    margin-right: 0;
  }

  body[data-page="news-detail"] .news-detail-pagination {
    width: calc(100% - var(--news-detail-main-inset));
    margin-left: var(--news-detail-main-inset);
    margin-right: 0;
  }

  body[data-page="news-detail"] .news-detail-body > .news-detail-related-section {
    width: calc(100% - var(--news-detail-main-inset));
    margin-left: var(--news-detail-main-inset);
    margin-right: 0;
  }

  body[data-page="news-detail"] .news-detail-article-footer {
    margin-top: 10px;
    padding-top: 20px;
  }

  body[data-page="news-detail"] .news-detail-head {
    margin-bottom: 22px;
    padding-bottom: 16px;
  }

  body[data-page="news-detail"] .news-detail-intro {
    font-size: 15px;
    line-height: 1.92;
  }

  body[data-page="news-detail"] .news-detail-prose {
    gap: 24px;
  }

  body[data-page="news-detail"] .news-detail-prose-block h3 {
    font-size: 20px;
  }

  body[data-page="news-detail"] .news-detail-prose-block p {
    font-size: 15px;
    line-height: 1.96;
  }

  body[data-page="news-detail"] .news-detail-prose .point-list li {
    font-size: 15px;
    line-height: 1.84;
  }

  body[data-page="news-detail"] .news-detail-quote blockquote {
    max-width: 32em;
    font-size: 16px;
    line-height: 1.9;
  }

  body[data-page="news-detail"] .news-detail-pagination {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding-top: 20px;
  }

  body[data-page="news-detail"] .news-detail-nav-card {
    display: block;
    padding: 18px 0 14px;
  }

  body[data-page="news-detail"] .news-detail-related-shell { gap: 12px; }

  body[data-page="news-detail"] .news-detail-link-grid {
    gap: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  body[data-page="news-detail"] .news-detail-related-item {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body[data-page="news-detail"] .news-detail-related-thumb {
    width: 140px;
    height: 94px;
  }

  body[data-page="news-detail"] .news-detail-related-copy {
    gap: 9px;
  }

  body[data-page="news-detail"] .news-detail-related-item h3 {
    font-size: 16px;
    line-height: 1.48;
    -webkit-line-clamp: 2;
  }

  body[data-page="news-detail"] .news-detail-related-copy p {
    font-size: 13px;
    line-height: 1.72;
  }

  body[data-page="news-detail"] .news-detail-sidebar-tags {
    gap: 12px;
  }

  body[data-page="news-detail"] .news-detail-sidebar-meta {
    gap: 12px;
  }

  body[data-page="news-detail"] .news-detail-sidebar-meta .news-tag,
  body[data-page="news-detail"] .news-detail-sidebar-meta .news-date {
    font-size: 12px;
  }

  body[data-page="news-detail"] .news-detail-latest-panel .news-rank-list li {
    padding: 10px 0;
  }

  body[data-page="news-detail"] .news-detail-latest-panel .news-rank-list a {
    font-size: 13px;
    line-height: 1.62;
  }

  body[data-page="news-detail"] .news-detail-ad-list {
    gap: 14px;
  }

  body[data-page="news-detail"] .news-detail-ad-card {
    gap: 10px;
    padding-bottom: 14px;
  }

  body[data-page="news-detail"] .news-detail-ad-card img {
    aspect-ratio: 1.54;
  }

  body[data-page="news-detail"] .news-detail-ad-copy strong {
    font-size: 15px;
  }

  body[data-page="news-detail"] .news-detail-ad-copy p {
    font-size: 12px;
    line-height: 1.62;
  }

  body[data-page="news-detail"] .news-detail-side-latest {
    gap: 14px;
  }

  body[data-page="news-detail"] .news-detail-side-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }

  body[data-page="news-detail"] .news-detail-side-thumb {
    width: 112px;
  }
}

@media (min-width: 769px) and (max-width: 1320px) {
  body[data-page="news-detail"] {
    --news-detail-ads-width: 236px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  body[data-page="news-detail"] {
    --news-detail-ads-width: 296px;
  }
}

@media (min-width: 1600px) {
  body[data-page="news-detail"] {
    --news-detail-ads-width: 320px;
  }
}

.news-detail-related-item:hover h3,
.news-detail-related-item:focus-visible h3 {
  color: #1d53b4;
}

.news-sidebar {
  display: grid;
  gap: 14px;
}

.news-sidebar-block {
  padding: 14px 16px 16px;
}

.news-sidebar-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid #2b67d1;
}

.news-sidebar-head h3 {
  margin: 0;
  color: #233d63;
  font-size: 19px;
  line-height: 1.3;
}

.news-rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: news-rank;
}

.news-rank-list li {
  counter-increment: news-rank;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid rgba(23, 48, 93, 0.08);
}

.news-rank-list li:last-child {
  border-bottom: 0;
}

.news-rank-list li::before {
  content: counter(news-rank);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  background: #4b87ef;
  border-radius: 999px;
}

.news-rank-list a {
  color: #5f728f;
  font-size: 14px;
  line-height: 1.58;
}

.news-rank-list a:hover,
.news-rank-list a:focus-visible {
  color: #1d53b4;
}

.news-topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-topic-cloud a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  color: #697d9b;
  font-size: 13px;
  border: 1px solid rgba(23, 48, 93, 0.08);
  background: #ffffff;
}

.news-topic-cloud a:hover,
.news-topic-cloud a:focus-visible {
  color: #1d53b4;
  border-color: rgba(29, 83, 180, 0.22);
}

.news-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.news-guide-list li {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 48, 93, 0.08);
}

.news-guide-list li:last-child {
  border-bottom: 0;
}

.news-guide-list strong {
  color: #264162;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.news-guide-list span {
  color: #8392aa;
  font-size: 13px;
  line-height: 1.7;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(28, 93, 215, 0.1);
  padding: 0 14px;
  color: #17305d;
  font: inherit;
  background: rgba(255, 255, 255, 0.92);
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(36, 104, 255, 0.32);
  box-shadow: inset 0 0 0 1px rgba(36, 104, 255, 0.08);
}

.job-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.job-head h3 {
  margin-bottom: 0;
}

.job-tag {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(28, 93, 215, 0.08);
  background: rgba(255, 255, 255, 0.9);
  padding: 18px 20px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 12px;
}

.contact-grid {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
}

.crm-overview-grid,
.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 20px;
  align-items: start;
}

.crm-ui-card {
  padding: 14px;
  overflow: hidden;
}

.crm-ui-card img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(28, 93, 215, 0.07);
  box-shadow: 0 18px 38px rgba(32, 82, 177, 0.09);
}

.crm-ui-card > .responsive-picture {
  display: block;
  width: 100%;
  height: auto;
}

.crm-ui-card > .responsive-picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.crm-overview-copy {
  display: grid;
  gap: 14px;
}

.crm-module-grid,
.crm-scene-grid,
.pricing-card-grid {
  align-items: stretch;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px 22px 22px;
  border: 1px solid rgba(28, 93, 215, 0.07);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.95));
  box-shadow: 0 14px 28px rgba(32, 82, 177, 0.05);
}

.pricing-card.is-featured {
  border-color: rgba(36, 104, 255, 0.18);
  box-shadow: 0 18px 36px rgba(36, 104, 255, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(240, 247, 255, 0.98));
}

.pricing-card h3,
.checkout-summary-card h3,
.checkout-payment-card h3 {
  margin: 0;
}

.pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: #17305d;
}

.pricing-price strong {
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

.pricing-price span {
  color: #5f7293;
  font-size: 14px;
  line-height: 1.5;
}

.pricing-card .page-bullet-list {
  margin: 0;
  padding-left: 18px;
}

.pricing-card .btn {
  margin-top: auto;
}

.pricing-card-grid-expanded .pricing-card {
  min-height: 100%;
}

.crm-compare-board {
  overflow: hidden;
  border: 1px solid rgba(28, 93, 215, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(32, 82, 177, 0.05);
}

.crm-compare-head,
.crm-compare-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
}

.crm-compare-head {
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.96), rgba(248, 251, 255, 0.95));
}

.crm-compare-head span,
.crm-compare-row span {
  padding: 16px 18px;
  border-right: 1px solid rgba(28, 93, 215, 0.06);
}

.crm-compare-head span:last-child,
.crm-compare-row span:last-child {
  border-right: 0;
}

.crm-compare-head span {
  color: #17305d;
  font-size: 14px;
  font-weight: 700;
}

.crm-compare-row + .crm-compare-row {
  border-top: 1px solid rgba(28, 93, 215, 0.06);
}

.crm-compare-row span {
  color: #5f7291;
  font-size: 14px;
  line-height: 1.7;
}

.crm-compare-row span:first-child {
  color: #17305d;
  font-weight: 600;
}

.crm-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.checkout-form-shell,
.checkout-summary-card,
.checkout-payment-card {
  border: 1px solid rgba(28, 93, 215, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(18, 49, 103, 0.045);
}

.checkout-side {
  display: grid;
  gap: 18px;
}

.checkout-summary-card,
.checkout-payment-card {
  padding: 22px 22px 20px;
}

.checkout-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.checkout-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(36, 104, 255, 0.08);
  color: #2a64db;
  font-size: 12px;
  font-weight: 700;
}

.checkout-summary-list {
  display: grid;
  gap: 12px;
}

.checkout-summary-list div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(28, 93, 215, 0.08);
}

.checkout-summary-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.checkout-summary-list span {
  color: #657696;
  font-size: 13px;
}

.checkout-summary-list strong {
  color: #17305d;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

.payment-method-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.checkout-payment-card.is-trial .payment-method-list,
.checkout-payment-card.is-trial .checkout-pay-amount {
  display: none;
}

.checkout-trial-box {
  display: none;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.96), rgba(247, 250, 255, 0.96));
  border: 1px solid rgba(36, 104, 255, 0.1);
}

.checkout-payment-card.is-trial .checkout-trial-box {
  display: block;
}

.checkout-trial-box strong {
  display: block;
  color: #17305d;
  font-size: 16px;
}

.checkout-trial-box p {
  margin: 8px 0 0;
  color: #627392;
  font-size: 13px;
  line-height: 1.75;
}

.payment-method {
  display: grid;
  grid-template-columns: auto 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(28, 93, 215, 0.08);
  border-radius: 14px;
  background: rgba(249, 252, 255, 0.96);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.payment-method input {
  margin: 0;
}

.payment-method.is-active {
  border-color: rgba(36, 104, 255, 0.2);
  box-shadow: 0 12px 22px rgba(36, 104, 255, 0.08);
  transform: translateY(-1px);
}

.payment-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(28, 93, 215, 0.06);
}

.payment-icon-wrap img {
  width: 46px;
  height: 46px;
}

.payment-copy {
  display: grid;
  gap: 4px;
}

.payment-copy strong {
  color: #17305d;
  font-size: 16px;
}

.payment-copy span,
.checkout-pay-note {
  color: #627392;
  font-size: 13px;
  line-height: 1.7;
}

.checkout-pay-box {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(28, 93, 215, 0.08);
}

.checkout-pay-amount {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.checkout-pay-amount span {
  color: #637495;
  font-size: 14px;
}

.checkout-pay-amount strong {
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.checkout-pay-btn {
  width: 100%;
}

.checkout-pay-note {
  margin: 12px 0 0;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.form-shell {
  padding: 24px;
}

.form-shell h3 {
  margin: 0 0 10px;
  color: #17305d;
  font-size: 22px;
}

.form-shell > p {
  margin: 0 0 18px;
  color: #617392;
  line-height: 1.8;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: #425c86;
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field select {
  height: 46px;
}

.field textarea {
  min-height: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.field.is-span-2 {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.form-actions .btn {
  border: 0;
}

.form-feedback {
  min-height: 22px;
  color: #2d63ce;
  font-size: 13px;
  line-height: 1.6;
}

.legal-copy {
  display: grid;
  gap: 14px;
}

.legal-copy h3 {
  margin: 8px 0 0;
  color: #17305d;
  font-size: 18px;
}

.legal-copy p {
  margin: 0;
  color: #617392;
  line-height: 1.85;
}

/* Harmonized site text palette */
.site-header .brand-title {
  color: var(--ink-nav);
}

.site-header .brand-subtitle {
  color: var(--ink-soft);
}

body:not(.is-header-scrolled) .nav a,
body.is-header-scrolled .nav a {
  color: var(--ink-nav);
}

.nav a.active,
.nav a:hover,
body:not(.is-header-scrolled) .nav a.active,
body:not(.is-header-scrolled) .nav a:hover,
body.is-header-scrolled .nav a.active,
body.is-header-scrolled .nav a:hover {
  color: var(--blue);
}

.page-eyebrow {
  color: var(--ink-eyebrow);
}

.hero-copy h1 span {
  color: var(--ink-title);
}

.hero-copy h1 span:first-child {
  color: #465160;
}

.hero-copy h1 span:last-child {
  color: #5878ab;
}

.hero-text,
.feature p,
.section-side p,
.bottom-shell .section-side p,
.card-body p,
.page-hero-copy p,
.page-section-head p,
.page-hero-side p,
.content-card p,
.case-card p,
.job-card p,
.contact-card p,
.faq-item p,
.page-bullet-list li,
.point-list li,
.job-meta li,
.contact-list li,
.page-link-list a,
.industry-body p,
.news-body p,
.value p,
.insight-item p,
.spectrum-card p,
.layer-card p,
.roadmap-card p,
.component-column p,
.architecture-side-card p,
.form-shell > p,
.legal-copy p,
.field label {
  color: var(--ink-body);
}

.feature h3,
.value h3,
.card-body h3,
.section-side h2,
.industry-body h3,
.news-body h3,
.page-hero-copy h1,
.page-section-head h2,
.page-hero-side h3,
.content-card h3,
.case-card h3,
.job-card h3,
.contact-card h3,
.faq-item summary,
.story-overlay-card strong,
.insight-item h3,
.spectrum-feature h3,
.module-hero-card h3,
.spectrum-card h3,
.layer-card h3,
.roadmap-card h3,
.component-column h3,
.architecture-side-card h3,
.stack-card h3,
.form-shell h3,
.legal-copy h3,
.quote-panel blockquote {
  color: var(--ink-title);
}

.page-anchor-nav a,
.brand-subtitle,
.mini-metric span,
.number-card span,
.case-outcome span,
.story-metric span,
.quote-panel cite,
.tag-cloud span,
.page-link-list a,
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-soft);
}

.page-anchor-nav a:hover,
.page-anchor-nav a:focus-visible,
.page-anchor-nav a[aria-current="page"] {
  color: var(--ink-title);
}

.story-lead {
  color: var(--ink-emphasis);
}

.field input,
.field select,
.field textarea {
  color: var(--ink-title);
}

.nav a,
.lang,
.btn,
.footer-btn,
.page-anchor-nav a,
.card-kicker,
.news-tag,
.job-tag,
.filter-pill,
.feature h3,
.value h3,
.card-body h3,
.section-side h2,
.industry-body h3,
.news-body h3,
.page-hero-copy h1,
.page-section-head h2,
.page-hero-side h3,
.content-card h3,
.case-card h3,
.job-card h3,
.contact-card h3,
.faq-item summary,
.story-overlay-card strong,
.insight-item h3,
.spectrum-feature h3,
.module-hero-card h3,
.spectrum-card h3,
.layer-card h3,
.roadmap-card h3,
.component-column h3,
.architecture-side-card h3,
.stack-card h3,
.form-shell h3,
.legal-copy h3,
.quote-panel blockquote {
  font-weight: 400;
}

.stat strong,
.mini-metric strong,
.number-card strong,
.case-outcome strong,
.story-metric strong,
.timeline-year {
  font-weight: 500;
}

.video-modal {
  width: min(780px, calc(100vw - 28px));
  padding: 0;
  border: 0;
  background: transparent;
}

.video-modal::backdrop {
  background: rgba(7, 20, 54, 0.62);
  backdrop-filter: blur(8px);
}

.video-modal-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #0c2450, #102f66);
  box-shadow: 0 26px 48px rgba(7, 20, 54, 0.32);
}

.video-modal-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.video-modal-body {
  padding: 22px 24px 24px;
}

.video-modal-body h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
}

.video-modal-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
}

.video-modal-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.video-modal-close {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  height: 44px;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.lang-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 168px;
  min-width: 168px;
  padding: 0;
  border: 1px solid rgba(209, 218, 232, 0.96);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: none;
  box-shadow: 0 18px 36px rgba(16, 38, 78, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 12;
  overflow: hidden;
}

.header-inner > .lang .lang-panel {
  border-radius: 0;
}

.lang-panel::before {
  display: none;
}

.lang-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lang-option {
  all: unset;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border-left: 0;
  background: transparent;
  color: #203652;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.lang-panel .lang-option {
  border-radius: 0;
}

.lang-option[aria-disabled="true"] {
  color: #8ea0bd;
  cursor: not-allowed;
}

.lang-option:hover {
  background: #f5f8fc;
  color: #19365e;
}

.lang-option + .lang-option {
  border-top: 1px solid rgba(231, 236, 243, 0.98);
}

.lang-option-short {
  display: none;
}

.lang-option-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.lang-option-check {
  width: 11px;
  height: 11px;
  position: relative;
  opacity: 0;
  transition: opacity 180ms ease;
}

.lang-option-check::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  width: 4px;
  height: 8px;
  border-right: 1px solid #2d5ea8;
  border-bottom: 1px solid #2d5ea8;
  transform: rotate(45deg);
}

.lang-option.is-active {
  background: linear-gradient(90deg, rgba(35, 104, 255, 0.06), rgba(35, 104, 255, 0.015));
  box-shadow: none;
  color: #183b6a;
}

.lang-option.is-active .lang-option-label {
  font-weight: 600;
}

.lang-option.is-active .lang-option-check {
  opacity: 1;
}

@media (max-width: 1280px) {
  .hero-inner {
    grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
    column-gap: 20px;
  }

  .page-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    align-items: start;
  }

  .page-section-head {
    grid-template-columns: minmax(200px, 250px) minmax(0, 1fr);
  }

  .page-section-head a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .feature-strip {
    bottom: 108px;
    width: min(100%, 900px);
  }

  .solution-cards,
  .industry-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .component-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-reference-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .news-search-card {
    grid-template-columns: 188px minmax(0, 1fr);
  }
}

@media (max-width: 1400px) {
  .header-inner {
    gap: 14px;
  }

  .brand-title {
    font-size: 25px;
  }

  .hero-inner {
    grid-template-columns: minmax(390px, 0.8fr) minmax(0, 1.2fr);
    column-gap: 18px;
    padding-top: calc(34px + var(--header-overlay-offset));
  }

  .feature-strip {
    bottom: 98px;
    width: min(100%, 840px);
    padding: 6px 8px;
  }

  .feature {
    min-height: 90px;
    padding: 12px 14px 10px;
    gap: 10px;
  }

  .feature-icon {
    width: 34px;
    height: 34px;
  }

  .feature h3 {
    font-size: 14px;
  }

  .feature p {
    font-size: 12px;
    line-height: 1.52;
  }

  .card-body,
  .industry-body {
    min-height: 0;
  }

  .solution-cards {
    grid-template-columns: repeat(5, 1fr);
  }

  .solution-card img {
    height: 158px;
  }

  .industry-card img {
    height: 182px;
  }

  .solutions .section-side {
    grid-template-columns: minmax(180px, 220px) 1fr;
    gap: 14px 22px;
  }

  .solutions .section-side a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .industry-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-summary {
    grid-template-columns: 1fr;
  }

  .partner-brandwall {
    gap: 10px;
  }

  .bottom-shell .section-side {
    grid-template-columns: minmax(220px, 280px) 1fr;
    gap: 16px 28px;
  }

  .bottom-shell .section-side p {
    grid-column: 2;
  }

  .bottom-shell .section-layout .section-side a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  body[data-page="home"] .capability-panel {
    min-height: 332px;
    padding-right: 248px;
  }

  .footer-grid {
    grid-template-columns: 1.6fr repeat(3, 1fr) 136px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-overlay-offset: 92px;
  }

  .page-hero {
    padding: calc(28px + var(--header-overlay-offset)) 0 44px;
  }

  .page-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .page-hero-copy,
  .page-hero-side,
  .page-section-inner,
  .content-card,
  .case-card,
  .job-card,
  .contact-card,
  .form-shell,
  .faq-item {
    min-width: 0;
  }

  .page-hero-copy {
    max-width: none;
  }

  .page-hero-copy h1 {
    margin-top: 14px;
    font-size: 30px;
    line-height: 1.16;
  }

  .page-hero-copy p {
    max-width: none;
    font-size: 14px;
    line-height: 1.76;
  }

  .page-hero-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .page-hero-side {
    padding: 20px 20px 18px;
  }

  .page-hero-side h3 {
    font-size: 18px;
  }

  .page-section {
    margin-bottom: 28px;
  }

  .page-hero + .page-section,
  .page-anchor-shell + .page-section {
    margin-top: 16px;
  }

  .page-section-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 28px;
    padding-bottom: 16px;
  }

  .page-section-head h2 {
    font-size: 24px;
  }

  .page-section-head p,
  .page-section-head a {
    grid-column: auto;
    justify-self: start;
  }

  .page-anchor-shell {
    padding-bottom: 0;
  }

  .page-anchor-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 26px;
    min-height: 60px;
    padding-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .page-anchor-nav a {
    min-height: 60px;
  }

  .page-anchor-nav::-webkit-scrollbar {
    display: none;
  }

  .news-reference-layout {
    grid-template-columns: 1fr;
  }

  .news-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .news-search-card {
    grid-template-columns: 176px minmax(0, 1fr);
    padding: 16px 14px;
  }

  .news-search-thumb {
    height: 118px;
  }

  .story-split,
  .spectrum-layout,
  .architecture-board,
  .module-showcase {
    grid-template-columns: 1fr;
  }

  .story-visual-card {
    min-height: 380px;
  }

  .chapter-grid,
  .story-metric-grid,
  .spectrum-card-grid,
  .component-columns,
  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-side {
    min-height: 320px;
  }

  .architecture-side img {
    height: 100%;
  }

  .page-grid-2,
  .page-grid-3,
  .case-grid,
  .job-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .crm-overview-grid,
  .checkout-grid,
  .pricing-card-grid {
    grid-template-columns: 1fr;
  }

  .crm-compare-head,
  .crm-compare-row {
    grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  }

  .page-grid-4,
  .timeline,
  .stack-grid,
  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crm-compare-board {
    overflow-x: auto;
  }

  .crm-compare-head,
  .crm-compare-row {
    min-width: 760px;
  }

  .number-card:last-child {
    grid-column: 1 / -1;
  }

  .stats {
    margin-top: 0;
    padding-top: 18px;
  }

  .hero::before,
  .hero-video {
    background-position: 76% center;
    background-size: auto 100%;
    object-position: 76% 50%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.2) 36%,
        rgba(0, 0, 0, 0.92) 76%,
        #000 30%,
        #000 99%,
        rgba(0, 0, 0, 0.92) 99.7%,
        transparent 100%);
    mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.2) 36%,
        rgba(0, 0, 0, 0.92) 76%,
        #000 30%,
        #000 99%,
        rgba(0, 0, 0, 0.92) 99.7%,
        transparent 100%);
    }

  .hero::after {
    background:
      linear-gradient(180deg,
        rgba(248, 251, 255, 0.84) 0%,
        rgba(248, 251, 255, 0.56) 22%,
        rgba(248, 251, 255, 0.18) 48%,
        rgba(248, 251, 255, 0.08) 66%,
        rgba(248, 251, 255, 0.78) 100%),
      linear-gradient(90deg,
        rgba(248, 251, 255, 0.9) 0%,
        rgba(248, 251, 255, 0.64) 34%,
        rgba(248, 251, 255, 0.16) 62%,
        rgba(248, 251, 255, 0.1) 100%);
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-text {
    font-size: 15px;
  }

  .feature-strip {
    gap: 12px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .feature-strip::before {
    display: none;
  }

  .feature + .feature {
    border-left: 0;
  }

  .solution-cards,
  .industry-cards,
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions .section-side {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .solution-layout,
  .section-layout {
    grid-template-columns: 1fr;
  }

  .bottom-shell .section-side {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .bottom-shell .section-side p,
  .bottom-shell .section-layout .section-side a {
    grid-column: auto;
  }

  .section-side p {
    max-width: none;
  }

  .section-layout .section-side a {
    margin-top: 24px;
    padding-top: 0;
  }

  .solutions,
  .industries,
  .capability,
  .partners,
  .news {
    padding-bottom: 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    min-height: clamp(860px, 155vw, 1120px);
    padding: calc(20px + var(--header-overlay-offset)) 16px 18px;
  }

  .hero-copy {
    position: static;
    width: auto;
    max-width: none;
  }

  .hero-copy {
    padding: 20px 0 0;
  }

  .hero-visual {
    top: 0;
    right: 0;
    bottom: 100px;
    left: 24%;
    width: auto;
  }

  .feature-strip {
    position: static;
    width: auto;
    margin-top: auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .feature {
    min-height: 112px;
    padding: 16px 16px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.96));
    border: 1px solid rgba(28, 93, 215, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(32, 82, 177, 0.06);
  }

  .feature + .feature {
    border-left: 0;
  }

  .value-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .value {
    min-height: 108px;
    padding: 18px 18px 16px;
  }

  .value:nth-child(2n + 1) {
    border-left: 0;
  }

  .value:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .capability-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px 18px 20px;
  }

  .capability-rows {
    padding-right: 0;
    padding-top: 0;
  }

  .capability-tags,
  .capability-tags-wide {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 280px);
    margin: 0 auto;
    justify-self: center;
    transform: none;
  }

  .capability-visual::before {
    inset: 12% 8% 16%;
  }

  .capability-visual img {
    transform: none;
  }

  .partner-brandwall {
    --partner-marquee-gap: 10px;
  }

  .partner-brandtrack {
    animation-duration: 30s;
  }

  .partner-logo-card {
    flex-basis: 138px;
    min-height: 56px;
    padding: 9px 12px;
  }

  .partner-logo-card img {
    height: 20px;
    max-width: 104px;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 18px 0;
  }

  .cta-actions {
    flex-wrap: wrap;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }

  .solution-card img,
  .industry-card img {
    height: 148px;
  }

  .card-body,
  .industry-body {
    min-height: 0;
    padding: 14px 14px 16px;
  }

  .news-card {
    min-height: 0;
    padding: 14px;
  }

  .news-card img {
    width: 124px;
    height: 98px;
  }
}

@media (max-width: 1100px) {
  .top-width,
  .content-width,
  .bottom-width {
    width: calc(100vw - 32px);
  }

  .site-header {
    height: auto;
  }

  .header-inner {
    grid-template-columns: minmax(0, 206px) minmax(0, 1fr) auto;
    height: auto;
    gap: 10px;
    padding: 14px 0;
  }

  .logo img {
    width: 46px;
    height: 46px;
  }

  .brand-title {
    font-size: 21px;
  }

  .brand-subtitle {
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .nav {
    justify-content: center;
    gap: 2px;
  }

  .nav a {
    padding: 20px 8px 18px;
    font-size: 13px;
  }

  .nav a.active::after {
    left: 8px;
    right: 8px;
    bottom: 12px;
  }

  .lang {
    justify-content: flex-end;
    font-size: 14px;
    transform: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

}

@media (min-width: 901px) and (max-width: 1100px) {
  .feature-strip {
    right: 0;
    bottom: 86px;
    width: min(100%, 760px);
    margin-left: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 6px 8px;
  }

  .feature-strip::before {
    display: block;
  }

  .feature {
    min-height: 88px;
    padding: 12px 12px 10px;
    grid-column: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .feature + .feature {
    border-left: 1px solid rgba(35, 90, 196, 0.12);
  }
}

@media (max-width: 768px) {
  .site-header {
    position: fixed;
  }

  .page-eyebrow {
    min-height: auto;
    padding-inline: 0;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .page-hero-copy h1 {
    font-size: 26px;
  }

  .page-section-head h2 {
    font-size: 22px;
  }

  .page-anchor-shell {
    padding-bottom: 0;
  }

  .news-sidebar {
    grid-template-columns: 1fr;
  }

  .news-search-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .news-search-thumb {
    height: 188px;
  }

  .news-search-meta {
    margin-bottom: 10px;
  }

  .news-search-content h3 {
    font-size: 17px;
  }

  .news-search-content p,
  .news-rank-list a {
    font-size: 13px;
  }

  .news-sidebar-head h3 {
    font-size: 18px;
  }

  .story-split,
  .chapter-grid,
  .story-metric-grid,
  .spectrum-card-grid,
  .roadmap-grid,
  .module-grid,
  .component-columns {
    grid-template-columns: 1fr;
  }

  .story-visual-card {
    min-height: 320px;
    border-radius: 16px;
  }

  .story-overlay-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px 16px 14px;
    border-radius: 12px;
  }

  .story-overlay-card strong {
    font-size: 20px;
  }

  .story-lead {
    font-size: 16px;
  }

  .quote-panel {
    padding: 30px 20px 28px;
    border-radius: 18px;
  }

  .quote-panel::before,
  .quote-panel::after {
    font-size: 72px;
  }

  .quote-panel blockquote {
    font-size: 20px;
  }

  .spectrum-feature,
  .module-hero-card,
  .architecture-side,
  .component-column {
    padding: 20px 18px 18px;
    border-radius: 16px;
  }

  .architecture-side {
    min-height: 300px;
  }

  .architecture-side img {
    height: 100%;
  }

  .page-grid-4,
  .timeline,
  .stack-grid,
  .number-grid {
    grid-template-columns: 1fr;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field.is-span-2 {
    grid-column: auto;
  }

  .job-head,
  .video-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .video-modal-media img {
    height: 240px;
  }

  .filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .filter-pills::-webkit-scrollbar {
    display: none;
  }

  .filter-pill {
    flex: 0 0 auto;
  }

  .header-inner {
    gap: 10px;
  }

  .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 8px 10px 10px;
    font-size: 14px;
  }

  .nav a.active::after {
    left: 10px;
    right: 10px;
    bottom: 0;
  }

  .lang {
    justify-content: flex-start;
    transform: none;
  }

  .mobile-nav-toggle {
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    display: inline-grid;
    position: absolute;
    top: 18px;
    right: 14px;
    z-index: 26;
    grid-auto-rows: 2px;
    align-content: center;
    justify-items: center;
    gap: 7px;
    width: 30px;
    height: 24px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    border: 1px solid transparent;
    background: transparent;
    font: inherit;
    cursor: pointer;
    transform: none;
    transition:
      border-color 180ms ease,
      background 180ms ease,
      box-shadow 180ms ease,
      color 180ms ease,
      transform 180ms ease;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: none;
  }

  .mobile-nav-toggle span {
    width: 30px;
    height: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.is-header-scrolled .mobile-nav-toggle,
  body.is-mobile-nav-open .mobile-nav-toggle {
    color: #274472;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  body.is-mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  body.is-mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.is-mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .nav {
    display: none;
  }

  .header-inner > .lang {
    display: none;
  }

  .nav a.active::after {
    display: none;
  }

  body.is-mobile-nav-open {
    overflow: hidden;
  }

  body.is-mobile-nav-open .site-header {
    height: 100dvh;
    border-bottom-color: rgba(18, 81, 208, 0.08);
    background: rgba(248, 251, 255, 0.98);
    box-shadow: 0 14px 36px rgba(13, 35, 76, 0.08);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    overflow-y: auto;
  }

  body.is-mobile-nav-open .site-header::before {
    opacity: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.88));
  }

  body.is-mobile-nav-open .header-inner {
    height: auto;
    align-content: start;
    row-gap: 14px;
    padding-top: 14px;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }

  body.is-mobile-nav-open .logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  body.is-mobile-nav-open .nav {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding: 10px 10px 0;
    border: 1px solid rgba(202, 219, 242, 0.72);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
    box-shadow: 0 18px 34px rgba(31, 73, 152, 0.08);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    max-height: calc(100dvh - 168px);
    overflow-y: auto;
  }

  body.is-mobile-nav-open .nav a {
    width: 100%;
    min-height: 58px;
    padding: 16px 18px 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(208, 222, 243, 0.82);
    background: transparent;
  }

  body.is-mobile-nav-open .nav a:last-child {
    border-bottom: 0;
  }

  body.is-mobile-nav-open .nav a.active {
    background: rgba(36, 104, 255, 0.06);
  }

  body.is-mobile-nav-open .nav .lang {
    display: none;
  }

  body.is-mobile-nav-open .nav .mobile-lang-block {
    display: flex;
    position: sticky;
    bottom: 0;
    z-index: 2;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto 0 0;
    padding: 16px 0 14px;
    border-top: 1px solid rgba(214, 226, 243, 0.86);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.84), rgba(255, 255, 255, 0.98) 30%);
    box-shadow: 0 -10px 24px rgba(33, 71, 138, 0.045);
  }

  body.is-mobile-nav-open .nav .mobile-lang-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    width: min(100%, 284px);
    min-height: 42px;
    border: 1px solid rgba(214, 226, 243, 0.92);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(30, 66, 131, 0.05);
    overflow: hidden;
  }

  body.is-mobile-nav-open .nav a.mobile-lang-option {
    position: relative;
    color: #61748f;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 42px;
    padding: 0 10px;
    border-top: 0;
    border-left: 1px solid rgba(223, 232, 245, 0.96);
    border-bottom: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease;
  }

  body.is-mobile-nav-open .nav a.mobile-lang-option:first-child {
    border-left: 0;
  }

  body.is-mobile-nav-open .nav a.mobile-lang-option.is-active {
    background: linear-gradient(180deg, rgba(242, 247, 255, 0.92), rgba(236, 243, 255, 0.98));
    box-shadow: inset 0 0 0 1px rgba(226, 235, 248, 0.7);
    color: #2158c8;
    font-weight: 700;
  }

  body.is-mobile-nav-open .nav a.mobile-lang-option:hover {
    color: #244160;
    background: rgba(244, 248, 255, 0.86);
  }

  .top-shell,
  .bottom-shell {
    background:
      radial-gradient(circle at 72% 10%, rgba(122, 175, 255, 0.16), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 72%, #ffffff 100%);
  }

  .hero-inner {
    min-height: clamp(820px, 178vw, 1080px);
    padding-inline: 14px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .btn,
  .footer-btn {
    min-width: 160px;
  }

  .section-side h2 {
    font-size: 24px;
  }

  .value-strip,
  .stats-panel {
    border-radius: 12px;
  }

  .capability-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .capability-label {
    clip-path: none;
    border-radius: 10px;
    min-height: 38px;
    padding: 0 14px;
    justify-content: flex-start;
  }

  .capability-tags span {
    min-height: 38px;
  }

  .partner-badges {
    justify-content: flex-start;
  }

}

@media (max-width: 560px) {
  :root {
    --header-overlay-offset: 112px;
  }

  .page-hero {
    padding: calc(22px + var(--header-overlay-offset)) 0 36px;
  }

  .page-hero-copy h1 {
    font-size: 24px;
    line-height: 1.18;
  }

  .page-hero-copy p,
  .page-section-head p,
  .page-hero-side p,
  .content-card p,
  .case-card p,
  .job-card p,
  .contact-card p,
  .faq-item p {
    font-size: 14px;
    line-height: 1.74;
  }

  .page-section {
    margin-bottom: 22px;
  }

  .page-hero + .page-section,
  .page-anchor-shell + .page-section {
    margin-top: 14px;
  }

  .page-section-head {
    margin-bottom: 22px;
  }

  .page-section-head h2,
  .content-card h3,
  .case-card h3,
  .job-card h3,
  .contact-card h3,
  .timeline-item h3 {
    font-size: 18px;
  }

  .page-hero-side,
  .content-card,
  .case-card,
  .job-card,
  .contact-card,
  .form-shell,
  .faq-item,
  .stack-card,
  .number-card,
  .timeline-item {
    padding: 18px 16px 16px;
  }

  .mini-metrics,
  .case-outcomes {
    gap: 8px;
  }

  .mini-metric,
  .case-outcome {
    padding: 12px;
  }

  .mini-metric strong,
  .number-card strong,
  .case-outcome strong,
  .timeline-year {
    font-size: 24px;
  }

  .tag-cloud span {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .form-shell h3 {
    font-size: 20px;
  }

  .field textarea {
    min-height: 132px;
  }

  .video-modal-body {
    padding: 18px 18px 20px;
  }

  .video-modal-body h3 {
    font-size: 22px;
  }

  .video-modal-close,
  .page-hero-actions .btn {
    width: 100%;
  }

  .top-width,
  .content-width,
  .bottom-width {
    width: calc(100vw - 20px);
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 10px;
  }

  .logo img {
    width: 40px;
    height: 40px;
  }

  .logo {
    gap: 10px;
  }

  .brand-title {
    font-size: 18px;
  }

  .brand-subtitle {
    font-size: 15px;
    letter-spacing: 0.06em;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    scroll-snap-type: x proximity;
    transition: border-color 220ms ease;
  }

  body.is-header-scrolled .nav {
    border-bottom-color: rgba(18, 81, 208, 0.08);
  }

  .nav a {
    padding: 8px 10px 10px;
    font-size: 12px;
    scroll-snap-align: start;
  }

  .header-inner > .lang {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    padding-left: 0;
    border-left: 0;
    transform: none;
  }

  .header-inner > .lang,
  .header-inner > .lang .lang-trigger {
    min-width: 88px;
    min-height: 34px;
    padding: 0 10px 0 12px;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    background: rgba(31, 39, 56, 0.3);
    box-shadow: none;
    border-radius: 0;
    font-size: 12px;
  }

  .header-inner > .lang .lang-panel {
    right: 0;
    width: 156px;
    min-width: 156px;
  }

  .header-inner > .lang .lang-option {
    min-height: 40px;
    padding: 0 14px;
  }

  .header-inner > .lang .lang-option-label {
    font-size: 12px;
  }

  .hero-inner {
    padding: calc(22px + var(--header-overlay-offset)) 10px 0;
  }

  .hero-copy h1 {
    font-size: 30px;
  }

  .hero-text,
  .section-side p,
  .news-body p,
  .footer-brand p {
    font-size: 14px;
    line-height: 1.8;
  }

  .hero-pager {
    gap: 12px;
    margin-top: 28px;
  }

  .pager-line {
    width: 20px;
  }

  .stats-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat {
    min-height: 100px;
    padding: 16px 10px 14px;
  }

  .stat strong {
    font-size: 30px;
  }

  .stat span {
    font-size: 13px;
  }

  .stat + .stat {
    border-left: 0;
  }

  .stat:nth-child(2n) {
    border-left: 1px solid var(--line);
  }

  .stat:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .stat:last-child {
    grid-column: 1 / -1;
    border-left: 0;
  }

  .solution-cards,
  .industry-cards,
  .news-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .partner-brandwall {
    --partner-marquee-gap: 10px;
  }

  .partner-brandtrack {
    animation-duration: 28s;
  }

  .partner-logo-card {
    flex-basis: 126px;
    min-height: 54px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .partner-logo-card img {
    height: 18px;
    max-width: 96px;
  }

  .feature,
  .value {
    min-height: 112px;
    padding: 18px 16px 16px;
  }

  .capability-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 14px 20px;
    border-radius: 18px;
  }

  .capability-tags,
  .capability-tags-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .capability-tags span {
    min-height: 34px;
    font-size: 11px;
    border-radius: 8px;
  }

  .capability-label {
    min-height: 34px;
    font-size: 12px;
  }

  .capability-visual {
    width: min(100%, 238px);
    margin: 0 auto;
    justify-self: center;
  }

  .capability-visual img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 178px;
    max-height: 212px;
    margin: 0 auto;
    object-fit: contain;
    transform: none;
  }

  .news-card {
    grid-template-columns: 124px 1fr;
    gap: 12px;
    min-height: 0;
    padding: 14px;
  }

  .news-card img {
    width: 124px;
    height: 96px;
    border-radius: 8px;
  }

  .news-body h3 {
    font-size: 13px;
    line-height: 1.45;
  }

  .news-body p {
    font-size: 12px;
    line-height: 1.55;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column {
    min-width: 0;
  }

  .footer-brand p,
  .footer-column a {
    font-size: 12px;
    line-height: 1.65;
  }

  .footer-column h3 {
    font-size: 14px;
  }

  .cta-copy h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .cta-copy p {
    font-size: 14px;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .footer-btn {
    width: 100%;
  }

  .solution-card img,
  .industry-card img {
    height: 156px;
  }

  .card-body,
  .industry-body {
    min-height: 0;
    padding: 16px 16px 18px;
  }

  body[data-page="home"] .content-width,
  body[data-page="home"] .bottom-width {
    width: calc(100vw - 38px);
  }

  body[data-page="home"] {
    --home-panel-radius: 14px;
    --home-card-radius: 13px;
    --home-chip-radius: 7px;
    --home-panel-border: rgba(220, 231, 247, 0.92);
    --home-card-border: rgba(223, 233, 248, 0.94);
    --home-chip-border: rgba(223, 233, 248, 0.97);
    --home-panel-shadow: 0 14px 30px rgba(32, 82, 177, 0.05);
    --home-card-shadow: 0 10px 22px rgba(32, 82, 177, 0.038);
    --home-chip-shadow: 0 4px 10px rgba(32, 82, 177, 0.016);
    --home-stats-divider: rgba(131, 157, 204, 0.22);
  }

  body[data-page="home"] .header-inner {
    gap: 8px;
    padding: 12px 8px;
  }

  body[data-page="home"] .logo {
    gap: 8px;
  }

  body[data-page="home"] .logo img {
    width: 44px;
    height: 44px;
  }

  body[data-page="home"] .brand-title {
    font-size: 17px;
    letter-spacing: -0.015em;
  }

  body[data-page="home"] .brand-subtitle {
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  body[data-page="home"] .mobile-nav-toggle {
    top: 18px;
    right: 10px;
    gap: 5px;
    width: 28px;
    height: 22px;
    color: rgba(255, 255, 255, 0.94);
  }

  body[data-page="home"] .mobile-nav-toggle span {
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  body[data-page="home"] .hero::before,
  body[data-page="home"] .hero-video,
  body[data-page="home"] .hero-apng {
    background-position: 77% center;
    background-size: auto 100%;
    object-position: 77% 50%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.04) 10%,
        rgba(0, 0, 0, 0.14) 18%,
        rgba(0, 0, 0, 0.34) 28%,
        rgba(0, 0, 0, 0.7) 42%,
        #000 56%,
        #000 99%,
        rgba(0, 0, 0, 0.92) 99.7%,
        transparent 100%);
    mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.04) 12%,
        rgba(0, 0, 0, 0.16) 20%,
        rgba(0, 0, 0, 0.36) 30%,
        rgba(0, 0, 0, 0.72) 44%,
        #000 58%,
        #000 99%,
        rgba(0, 0, 0, 0.92) 99.7%,
        transparent 100%);
  }

  body[data-page="home"] .hero.is-hero-apng-ready::before,
  body[data-page="home"] .hero.is-hero-apng-ready .hero-apng {
    background-position: 77% center;
    object-position: 77% 50%;
    -webkit-mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.06) 18%,
        rgba(0, 0, 0, 0.18) 32%,
        rgba(0, 0, 0, 0.42) 48%,
        rgba(0, 0, 0, 0.78) 64%,
        rgba(0, 0, 0, 0.94) 74%,
        #000 81%,
        #000 99%,
        rgba(0, 0, 0, 0.92) 99.7%,
        transparent 100%);
    mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.06) 18%,
        rgba(0, 0, 0, 0.18) 32%,
        rgba(0, 0, 0, 0.42) 48%,
        rgba(0, 0, 0, 0.78) 64%,
        rgba(0, 0, 0, 0.94) 74%,
        #000 81%,
        #000 99%,
        rgba(0, 0, 0, 0.92) 99.7%,
        transparent 100%);
  }

  body[data-page="home"] .hero::before,
  body[data-page="home"] .hero::after {
    left: calc(var(--hero-video-left) - 1px);
    right: -30%;
  }

  body[data-page="home"] .hero-visual {
    left: var(--hero-video-left);
    right: -30%;
  }

  body[data-page="home"] .hero::after {
    background: none;
  }

  body[data-page="home"] .hero-inner {
    min-height: 0;
    align-items: flex-start;
    padding: calc(16px + var(--header-overlay-offset)) 8px 12px;
  }

  body[data-page="home"] .hero-copy {
    align-self: flex-start;
    max-width: none;
    padding: 12px 0 0;
  }

  body[data-page="home"] .hero-kicker {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: #6d84ae;
    white-space: normal;
  }

  body[data-page="home"] .hero-copy h1 {
    margin-top: 10px;
    max-width: 10.2em;
    font-size: 36px;
    line-height: 1.13;
    letter-spacing: -0.05em;
    text-wrap: balance;
  }

  body[data-page="home"] .hero-copy h1 span:first-child {
    font-size: 1em;
  }

  body[data-page="home"] .hero-copy h1 span:last-child {
    margin-top: 2px;
    padding-bottom: 0;
  }

  body[data-page="home"] .hero-text {
    max-width: 19.6em;
    margin-top: 12px;
    min-height: calc(1.72em * 3);
    font-size: 13px;
    line-height: 1.72;
    letter-spacing: 0;
    color: #5d6f89;
  }

  body[data-page="home"] .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
  }

  body[data-page="home"] .hero-actions .btn {
    min-width: 114px;
    width: auto;
    height: 42px;
    padding: 0 18px;
    font-size: 13px;
    border-radius: 8px;
  }

  body[data-page="home"] .hero-actions .btn-play {
    width: 20px;
    height: 20px;
  }

  body[data-page="home"] .hero-actions .btn-play::before {
    border-top-width: 3.5px;
    border-bottom-width: 3.5px;
    border-left-width: 6px;
  }

  body[data-page="home"] .hero-actions .btn-secondary {
    background: rgba(255, 255, 255, 0.86);
    box-shadow:
      0 8px 20px rgba(22, 48, 93, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }

  body[data-page="home"] .hero-pager {
    gap: 12px;
    margin-top: 14px;
  }

  body[data-page="home"] .pager-count {
    font-size: 17px;
  }

  body[data-page="home"] .pager-count .current {
    font-size: 38px;
  }

  body[data-page="home"] .pager-arrows {
    gap: 10px;
    margin-left: 4px;
  }

  body[data-page="home"] .circle {
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
  }

  body[data-page="home"] .circle::before {
    width: 8px;
    height: 8px;
    border-top: 1.4px solid #8fa2c4;
    border-right: 1.4px solid #8fa2c4;
  }

  body[data-page="home"] .feature-strip {
    align-self: stretch;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 10px;
    padding: 10px 12px 10px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.95)),
      linear-gradient(90deg, rgba(97, 151, 255, 0.05), rgba(255, 255, 255, 0));
    border: 1px solid rgba(28, 93, 215, 0.08);
    border-radius: 14px;
    box-shadow: 0 16px 32px rgba(32, 82, 177, 0.07);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  body[data-page="home"] .feature-strip::before {
    display: none;
  }

  body[data-page="home"] .feature {
    min-height: 0;
    padding: 8px 42px 9px 9px;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }

  body[data-page="home"] .feature:nth-child(5) {
    display: none;
  }

  body[data-page="home"] .feature:hover {
    transform: none;
  }

  body[data-page="home"] .feature-icon {
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
  }

  body[data-page="home"] .feature-icon svg {
    width: 17px;
    height: 17px;
  }

  body[data-page="home"] .feature-icon img {
    width: 100%;
    height: 100%;
  }

  body[data-page="home"] .feature h3 {
    font-size: 12px;
    white-space: nowrap;
  }

body[data-page="home"] .feature p {
  font-size: 10px;
  line-height: 1.56;
  word-break: normal;
  overflow-wrap: anywhere;
}

body[data-page="home"][data-lang="en"] .feature > div {
  max-width: calc(100% - 84px);
}

body[data-page="home"][data-lang="en"] .feature h3,
body[data-page="home"][data-lang="en"] .feature p {
  max-width: 100%;
}

  body[data-page="home"] .feature h3,
  body[data-page="home"] .capability-tags span,
  body[data-page="home"] .partner-badges span {
    word-break: keep-all;
    overflow-wrap: normal;
  }

  body[data-page="home"] .stats {
    margin-top: 0;
    padding-top: 0;
  }

  body[data-page="home"] .solutions {
    padding-top: 28px;
  }

  body[data-page="home"] .values {
    padding-top: 20px;
  }

  body[data-page="home"] .bottom-shell {
    margin-top: 24px;
  }

  body[data-page="home"] .solutions,
  body[data-page="home"] .industries,
  body[data-page="home"] .capability,
  body[data-page="home"] .partners,
  body[data-page="home"] .news {
    padding-bottom: 22px;
  }

  body[data-page="home"] .solutions .section-side,
  body[data-page="home"] .bottom-shell .section-side {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
  }

  body[data-page="home"] .solutions .section-side h2,
  body[data-page="home"] .bottom-shell .section-side h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.22;
  }

  body[data-page="home"] .solutions .section-side p,
  body[data-page="home"] .bottom-shell .section-side p {
    grid-column: 1 / -1;
    max-width: none;
    font-size: 13px;
    line-height: 1.74;
  }

  body[data-page="home"] .solutions .section-side p,
  body[data-page="home"] .industries .section-side p,
  body[data-page="home"] .capability .section-side p,
  body[data-page="home"] .news .section-side p {
    display: none;
  }

  body[data-page="home"] .solutions .section-side a,
  body[data-page="home"] .bottom-shell .section-layout .section-side a {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
    justify-self: end;
    max-width: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    text-align: right;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
  }

  body[data-page="home"] .solutions .section-side a,
  body[data-page="home"] .industries .section-side a,
  body[data-page="home"] .capability .section-side a,
  body[data-page="home"] .partners .section-side a,
  body[data-page="home"] .news .section-side a {
    letter-spacing: 0;
  }

  body[data-page="home"] .solutions .section-side a .section-link-full,
  body[data-page="home"] .industries .section-side a .section-link-full,
  body[data-page="home"] .capability .section-side a .section-link-full,
  body[data-page="home"] .partners .section-side a .section-link-full,
  body[data-page="home"] .news .section-side a .section-link-full {
    display: none;
  }

  body[data-page="home"] .solutions .section-side a .section-link-compact,
  body[data-page="home"] .industries .section-side a .section-link-compact,
  body[data-page="home"] .capability .section-side a .section-link-compact,
  body[data-page="home"] .partners .section-side a .section-link-compact,
  body[data-page="home"] .news .section-side a .section-link-compact {
    display: inline;
  }

  body[data-page="home"] :is(.feature-strip, .stats-panel, .value-strip, .capability-panel, .partner-strip) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.965), rgba(248, 251, 255, 0.94));
    border: 1px solid var(--home-panel-border);
    border-radius: var(--home-panel-radius);
    box-shadow: var(--home-panel-shadow);
  }

  body[data-page="home"] :is(.solution-card, .news-card) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(249, 252, 255, 0.965));
    border: 1px solid var(--home-card-border);
    border-radius: var(--home-card-radius);
    box-shadow: var(--home-card-shadow);
  }

  body[data-page="home"] .partner-logo-card,
  body[data-page="home"] .partner-badges span,
  body[data-page="home"] .capability-tags span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 252, 255, 0.96));
    border: 1px solid var(--home-chip-border);
    border-radius: var(--home-chip-radius);
    box-shadow: var(--home-chip-shadow);
  }

  body[data-page="home"] .stats-panel {
    position: relative;
    margin-top: 8px;
    overflow: hidden;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-radius: 14px;
  }

  body[data-page="home"] .stats-panel::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 50%;
    height: 1px;
    transform: translateY(-0.5px);
    background: linear-gradient(
      90deg,
      rgba(131, 157, 204, 0) 0%,
      var(--home-stats-divider) 9%,
      var(--home-stats-divider) 91%,
      rgba(131, 157, 204, 0) 100%
    );
    pointer-events: none;
  }

  body[data-page="home"] .stat {
    position: relative;
    min-height: 82px;
    padding: 12px 8px 11px;
    gap: 6px;
    border: 0;
  }

  body[data-page="home"] .stat strong {
    font-size: 23px;
    line-height: 1;
  }

  body[data-page="home"] .stat strong small {
    font-size: 0.56em;
  }

  body[data-page="home"] .stat span {
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }

  body[data-page="home"] .stat:nth-child(-n + 3) {
    grid-column: span 2;
    border-top: 0;
  }

  body[data-page="home"] .stat:nth-child(2)::before,
  body[data-page="home"] .stat:nth-child(3)::before,
  body[data-page="home"] .stat:nth-child(5)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: linear-gradient(
      180deg,
      rgba(131, 157, 204, 0) 0%,
      var(--home-stats-divider) 18%,
      var(--home-stats-divider) 82%,
      rgba(131, 157, 204, 0) 100%
    );
  }

  body[data-page="home"] .stat:nth-child(4),
  body[data-page="home"] .stat:nth-child(5) {
    grid-column: span 3;
  }

  body[data-page="home"] .solution-cards,
  body[data-page="home"] .industry-cards {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 1px 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  body[data-page="home"] .solution-cards::-webkit-scrollbar,
  body[data-page="home"] .industry-cards::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .solution-card {
    flex: 0 0 150px;
    scroll-snap-align: start;
    border-color: rgba(226, 235, 248, 0.94);
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(32, 82, 177, 0.03);
  }

  body[data-page="home"] .solution-card img {
    height: 108px;
  }

  body[data-page="home"] .solution-card img,
  body[data-page="home"] .industry-card img {
    display: block;
    background-color: #eef4ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body[data-page="home"] .solution-card:nth-child(1) img {
    background-image: url("./assets/images/solution-1.webp");
  }

  body[data-page="home"] .solution-card:nth-child(2) img {
    background-image: url("./assets/images/solution-2.webp");
  }

  body[data-page="home"] .solution-card:nth-child(3) img {
    background-image: url("./assets/images/solution-3.webp");
  }

  body[data-page="home"] .card-body {
    padding: 11px 11px 12px;
  }

  body[data-page="home"] .card-body h3 {
    margin-bottom: 6px;
    font-size: 12.5px;
    line-height: 1.34;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body[data-page="home"] .card-body p {
    display: -webkit-box;
    overflow: hidden;
    min-height: calc(1.54em * 2);
    font-size: 10.5px;
    line-height: 1.54;
    color: #7a8ba7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .card-body a {
    margin-top: 7px;
    font-size: 11.5px;
    white-space: nowrap;
  }

  body[data-page="home"] .value-strip {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="home"] .value {
    position: relative;
    min-height: 120px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 8px 14px;
    text-align: center;
    border-top: 0;
    border-left: 0;
  }

  body[data-page="home"] .value-icon {
    width: 42px;
    height: 42px;
  }

  body[data-page="home"] .value + .value {
    border-left: 0;
  }

  body[data-page="home"] .value + .value::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(
      180deg,
      rgba(131, 157, 204, 0) 0%,
      rgba(131, 157, 204, 0.18) 18%,
      rgba(131, 157, 204, 0.18) 82%,
      rgba(131, 157, 204, 0) 100%
    );
  }

  body[data-page="home"] .value h3 {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.22;
    white-space: nowrap;
  }

  body[data-page="home"] .value p {
    display: block;
    min-height: calc(1.54em * 3);
    font-size: 10px;
    line-height: 1.54;
    color: #7284a2;
    letter-spacing: -0.01em;
  }

  body[data-page="home"] .industry-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
  }

  body[data-page="home"] .industry-card {
    flex: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  body[data-page="home"] .industry-card:nth-child(n + 5) {
    display: none;
  }

  body[data-page="home"] .industry-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  body[data-page="home"] .industry-card img {
    height: 104px;
    border-radius: 11px;
  }

  body[data-page="home"] .industry-card:nth-child(1) img {
    background-image: url("./assets/images/industry-1.webp");
  }

  body[data-page="home"] .industry-card:nth-child(2) img {
    background-image: url("./assets/images/industry-2.webp");
  }

  body[data-page="home"] .industry-card:nth-child(3) img {
    background-image: url("./assets/images/industry-3.webp");
  }

  body[data-page="home"] .industry-card:nth-child(4) img {
    background-image: url("./assets/images/industry-4.webp");
  }

  body[data-page="home"] .industry-body {
    display: none;
  }

  body[data-page="home"] .capability-panel {
    gap: 14px;
    padding: 16px 14px 18px;
  }

  body[data-page="home"] .capability-rows {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body[data-page="home"] .capability-row,
  body[data-page="home"] .capability-tags,
  body[data-page="home"] .capability-tags-wide {
    display: contents;
  }

  body[data-page="home"] .capability-label {
    display: none;
  }

  body[data-page="home"] .capability-tags span {
    min-height: 35px;
    padding: 0 7px;
    font-size: 10px;
    line-height: 1.16;
    color: #667da7;
    border-color: rgba(226, 235, 248, 0.98);
    white-space: nowrap;
  }

  body[data-page="home"] .capability-visual {
    width: min(100%, 178px);
    margin: 4px auto 0;
    justify-self: center;
    background:
      radial-gradient(circle at 50% 48%, rgba(98, 157, 255, 0.2), rgba(98, 157, 255, 0.02) 56%, rgba(98, 157, 255, 0) 72%),
      url("./assets/images/capability-transparent-v1.webp") center / contain no-repeat;
  }

  body[data-page="home"] .capability-visual img {
    width: 100%;
    max-height: 138px;
    object-fit: contain;
  }

  body[data-page="home"] .partner-strip {
    gap: 10px;
    padding: 12px 12px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.975), rgba(249, 252, 255, 0.95));
    border: 0;
    box-shadow: none;
  }

  body[data-page="home"] .partner-summary {
    order: 2;
    grid-template-columns: 1fr;
    gap: 0;
    border: 0;
    border-radius: 6px;
  }

  body[data-page="home"] .partner-summary p {
    display: none;
  }

  body[data-page="home"] .partner-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0;
  }

  body[data-page="home"] .partner-badges span {
    min-height: 84px;
    padding: 12px 8px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    line-height: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body[data-page="home"] .partner-badge-value {
    font-size: 17px;
  }

  body[data-page="home"] .partner-badge-label {
    font-size: 12px;
    line-height: 1.24;
  }

  body[data-page="home"] .partner-brandwall {
    order: 1;
    overflow: visible;
    padding: 0;
  }

  body[data-page="home"] .partner-brandtrack {
    display: block;
    width: auto;
    animation: none;
  }

  body[data-page="home"] .partner-brandgroup {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body[data-page="home"] .partner-brandgroup[aria-hidden="true"] {
    display: none;
  }

  body[data-page="home"] .partner-logo-card {
    min-height: 56px;
    padding: 8px 6px;
    flex: auto;
    background: #fff;
    border: 0;
    border-radius: 6px !important;
    box-shadow: 0 6px 16px rgba(33, 74, 146, 0.06);
  }

  body[data-page="home"] .partner-logo-card img {
    height: 19px;
    max-width: 90px;
  }

  body[data-page="home"] .partner-logo-dacoo {
    transform: scale(1.08);
    transform-origin: center;
  }

  body[data-page="home"] .partner-logo-ycmada,
  body[data-page="home"] .partner-logo-haier,
  body[data-page="home"] .partner-logo-crrc {
    transform: scale(1.04);
    transform-origin: center;
  }

  body[data-page="home"] .news-list {
    gap: 14px;
  }

  body[data-page="home"] .news-card {
    min-height: 0;
    grid-template-columns: 92px 1fr;
    gap: 11px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body[data-page="home"] .news-card:hover,
  body[data-page="home"] .news-card:focus-within {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  body[data-page="home"] .news-card img {
    width: 92px;
    height: 70px;
    border-radius: 6px;
    display: block;
    background-color: #eef4ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body[data-page="home"] .news-card:nth-child(1) img {
    background-image: url("./assets/images/news-1.webp");
  }

  body[data-page="home"] .news-card:nth-child(2) img {
    background-image: url("./assets/images/news-2.webp");
  }

  body[data-page="home"] .news-card:nth-child(3) img {
    background-image: url("./assets/images/news-3.webp");
  }

  body[data-page="home"] .news-card:nth-child(4) img {
    background-image: url("./assets/images/news-4.webp");
  }

  body[data-page="home"] .news-date {
    margin-bottom: 4px;
    color: #98a6bc;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
  }

  body[data-page="home"] .news-body {
    justify-content: flex-start;
  }

  body[data-page="home"] .news-body h3 {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.5;
    min-height: calc(1.5em * 2);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .news-body p {
    display: -webkit-box;
    overflow: hidden;
    min-height: calc(1.52em * 2);
    font-size: 10px;
    line-height: 1.52;
    color: #9ba9bd;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .news-body a {
    margin-top: 5px;
    font-size: 10.5px;
    white-space: nowrap;
  }

  body[data-page="home"] .footer {
    margin-top: 16px;
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  }

  body[data-page="home"] .cta {
    margin: 0 8px;
    border-radius: 10px;
    background: linear-gradient(180deg, #2148a7 0%, #183c92 100%);
    box-shadow: 0 14px 28px rgba(23, 59, 142, 0.11);
  }

  body[data-page="home"] .cta-bg {
    opacity: 0.92;
    background:
      linear-gradient(180deg, rgba(18, 49, 124, 0.74), rgba(31, 79, 189, 0.2)),
      url("./assets/images/cta-skyline.webp") center bottom / cover no-repeat;
  }

  body[data-page="home"] .cta-inner {
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 16px 14px;
    text-align: center;
  }

  body[data-page="home"] .cta-copy h2 {
    font-size: 18px;
    line-height: 1.34;
    margin-bottom: 3px;
  }

  body[data-page="home"] .cta-copy p {
    font-size: 10.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.74);
  }

  body[data-page="home"] .cta-actions {
    width: auto;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
  }

  body[data-page="home"] .footer-btn {
    width: 114px;
    min-width: 0;
    height: 34px;
    border-radius: 6px;
    font-size: 11.5px;
  }

  body[data-page="home"] .footer-main {
    margin-top: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  }

  body[data-page="home"] .footer-grid {
    grid-template-columns: minmax(112px, 1.18fr) repeat(2, minmax(74px, 0.9fr));
    align-items: start;
    gap: 12px 12px;
    padding: 8px 0 10px;
  }

  body[data-page="home"] .footer-grid > :nth-child(n + 4) {
    display: none;
  }

  body[data-page="home"] .footer-grid > :nth-child(1) {
    order: 1;
  }

  body[data-page="home"] .footer-grid > :nth-child(3) {
    order: 2;
  }

  body[data-page="home"] .footer-grid > :nth-child(2) {
    order: 3;
  }

  body[data-page="home"] .footer-brand {
    position: relative;
    grid-column: auto;
  }

  body[data-page="home"] .footer-brand::after {
    content: "";
    display: block;
    width: 56px;
    height: 18px;
    margin-top: 10px;
    background:
      radial-gradient(circle at 9px 9px, rgba(163, 176, 200, 0.86) 0 5px, transparent 5.5px),
      radial-gradient(circle at 31px 9px, rgba(163, 176, 200, 0.72) 0 5px, transparent 5.5px),
      radial-gradient(circle at 53px 9px, rgba(163, 176, 200, 0.58) 0 5px, transparent 5.5px);
  }

  body[data-page="home"] .footer-brand-lockup {
    gap: 8px;
  }

  body[data-page="home"] .footer-brand-lockup img {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }

  body[data-page="home"] .footer-brand .brand-title {
    color: #3d4d67;
    font-size: 27px;
  }

  body[data-page="home"] .footer-brand .brand-subtitle {
    color: #9eabc0;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  body[data-page="home"] .footer-brand p {
    margin-top: 8px;
    max-width: 126px;
    color: #9aa7bc;
    font-size: 9.5px;
    line-height: 1.65;
  }

  body[data-page="home"] .footer-column h3 {
    color: #5d6c86;
    font-size: 12px;
    margin-bottom: 7px;
  }

  body[data-page="home"] .footer-column {
    gap: 4px;
  }

  body[data-page="home"] .footer-column a {
    color: #8e9cb1;
    font-size: 10.5px;
    line-height: 1.72;
  }

  body[data-page="home"] .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    padding: 8px 0 14px;
    border-top: 1px solid rgba(28, 93, 215, 0.06);
    color: #a4b0c3;
    font-size: 9.5px;
    line-height: 1.55;
  }

  body[data-page="home"] .footer-bottom span {
    white-space: nowrap;
  }

  body[data-page="home"] .footer-bottom a {
    color: #a4b0c3;
  }
}

/* Sharpened corporate geometry */
:root {
  --card-radius: 4px;
  --radius-surface: 4px;
  --radius-frame: 3px;
  --radius-chip: 2px;
}

.inner-page-shell {
  --card-radius: 4px;
}

.btn,
.footer-btn,
.filter-pill,
.video-modal-close {
  border-radius: var(--radius-frame);
}

.circle,
.insight-index,
.spectrum-card strong,
.layer-order {
  border-radius: var(--radius-frame);
}

:is(
  .feature-strip,
  .stats-panel,
  .value-strip,
  .capability-panel,
  .partner-strip,
  .quote-panel,
  .story-visual-card,
  .architecture-side,
  .spectrum-feature,
  .module-hero-card,
  .page-hero-side,
  .content-card,
  .case-card,
  .job-card,
  .contact-card,
  .form-shell,
  .solution-card,
  .industry-card,
  .news-card,
  .faq-item,
  .timeline-item,
  .stack-card,
  .number-card,
  .partner-logo-card,
  .story-overlay-card,
  .architecture-side-card,
  .layer-card,
  .roadmap-card,
  .spectrum-card,
  .component-column,
  .insight-item,
  .story-metric,
  .mini-metric,
  .case-outcome
) {
  border-radius: var(--radius-surface);
}

:is(
  .feature,
  .capability-tags span,
  .news-card img,
  .chapter-index,
  .partner-badges span,
  .layer-tags span,
  .module-hero-tags span,
  .tag-cloud span,
  .card-kicker,
  .news-tag,
  .job-tag,
  .lang-panel,
  .lang-option,
  .video-modal-media img
) {
  border-radius: var(--radius-chip);
}

.feature-strip,
.stats-panel,
.value-strip,
.capability-panel,
.partner-strip,
.quote-panel {
  border-radius: 2px;
}

.partner-badges span,
.layer-tags span,
.module-hero-tags span,
.tag-cloud span,
.chapter-index {
  letter-spacing: 0.04em;
}

@media (max-width: 560px) {
  .inner-page-shell {
    --card-radius: 12px;
    --radius-surface: 12px;
    --radius-frame: 7px;
    --radius-chip: 6px;
    --inner-mobile-panel-radius: 13px;
    --inner-mobile-card-radius: 12px;
    --inner-mobile-chip-radius: 6px;
    --inner-mobile-border: rgba(220, 231, 247, 0.94);
    --inner-mobile-border-strong: rgba(213, 226, 246, 0.98);
    --inner-mobile-shadow: 0 12px 28px rgba(32, 82, 177, 0.045);
    --inner-mobile-shadow-soft: 0 8px 18px rgba(32, 82, 177, 0.028);
  }

  body.inner-page .top-width,
  body.inner-page .content-width,
  body.inner-page .bottom-width {
    width: calc(100vw - 38px);
  }

  body.inner-page .page {
    background:
      radial-gradient(circle at 12% 7%, rgba(255, 239, 221, 0.34), transparent 19%),
      linear-gradient(180deg, #f7faff 0, #ffffff 156px),
      linear-gradient(180deg, #ffffff, #ffffff);
  }

  body.inner-page .page-hero {
    padding: calc(12px + var(--header-overlay-offset)) 0 18px;
    background:
      linear-gradient(180deg, rgba(247, 250, 255, 0.92), rgba(255, 255, 255, 0.98)),
      linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  }

  body.inner-page .page-hero::before {
    background:
      linear-gradient(90deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.9) 24%,
        rgba(255, 255, 255, 0.74) 43%,
        rgba(255, 255, 255, 0.42) 62%,
        rgba(255, 255, 255, 0.14) 78%,
        rgba(255, 255, 255, 0.02) 90%),
      linear-gradient(180deg, rgba(10, 28, 62, 0.02), rgba(10, 28, 62, 0.01)),
      var(--page-hero-image, radial-gradient(circle at 82% 18%, rgba(122, 175, 255, 0.18), transparent 32%));
    background-position: center, center, var(--page-hero-image-position, 72% center);
    background-size: auto, auto, cover;
  }

  body.inner-page .page-hero::after {
    background:
      linear-gradient(180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.06) 56%,
        rgba(255, 255, 255, 0.26) 80%,
        rgba(255, 255, 255, 0.94) 100%),
      radial-gradient(circle at 88% 16%, var(--page-hero-glow-strong, rgba(89, 154, 255, 0.18)), transparent 28%),
      radial-gradient(circle at 8% 12%, rgba(255, 236, 214, 0.18), transparent 18%);
  }

  body.inner-page .page-hero-inner {
    min-height: 0;
    gap: 14px;
    align-items: start;
    padding-bottom: 0;
  }

  body.inner-page .page-hero-copy {
    max-width: none;
    padding: 12px 0 0;
  }

  body.inner-page .page-eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
    color: #6d84ae;
  }

  body.inner-page .page-hero-copy h1 {
    margin-top: 10px;
    max-width: 10.2em;
    font-size: 22px;
    line-height: 1.13;
    letter-spacing: -0.05em;
    text-wrap: balance;
  }

  body.inner-page .page-hero-copy p {
    margin-top: 12px;
    max-width: 19.6em;
    min-height: calc(1.72em * 3);
    font-size: 13px;
    line-height: 1.72;
    color: #5d6f89;
  }

  body.inner-page .page-hero-actions {
    gap: 8px;
    margin-top: 18px;
  }

  body.inner-page .page-hero-actions .btn {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
    height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  body.inner-page .page-hero-side {
    padding: 17px 16px 15px;
    border-color: var(--inner-mobile-border);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--inner-mobile-shadow);
  }

  body.inner-page .page-hero-side h3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.4;
  }

  body.inner-page .page-hero-side p,
  body.inner-page .content-card p,
  body.inner-page .case-card p,
  body.inner-page .job-card p,
  body.inner-page .contact-card p,
  body.inner-page .faq-item p,
  body.inner-page .stack-card p,
  body.inner-page .number-card p,
  body.inner-page .timeline-item p,
  body.inner-page .architecture-side-card p,
  body.inner-page .spectrum-card p,
  body.inner-page .layer-card p,
  body.inner-page .roadmap-card p,
  body.inner-page .story-overlay-card p,
  body.inner-page .news-search-content p,
  body.inner-page .news-guide-list span,
  body.inner-page .quote-panel cite,
  body.inner-page .form-shell > p {
    font-size: 12.5px;
    line-height: 1.72;
  }

  body.inner-page .page-bullet-list,
  body.inner-page .point-list,
  body.inner-page .job-meta,
  body.inner-page .contact-list,
  body.inner-page .story-checklist {
    gap: 9px;
    margin-top: 12px;
  }

  body.inner-page .page-bullet-list li,
  body.inner-page .point-list li,
  body.inner-page .job-meta li,
  body.inner-page .contact-list li,
  body.inner-page .story-checklist li {
    padding-left: 16px;
    font-size: 12.5px;
    line-height: 1.66;
  }

  body.inner-page .page-bullet-list li::before,
  body.inner-page .point-list li::before,
  body.inner-page .job-meta li::before,
  body.inner-page .contact-list li::before {
    top: 0.72em;
    width: 7px;
    height: 7px;
  }

  body.inner-page .story-checklist li::before {
    top: 0.76em;
    width: 6px;
    height: 6px;
  }

  body.inner-page .mini-metrics,
  body.inner-page .case-outcomes {
    gap: 8px;
    margin-top: 14px;
  }

  body.inner-page .mini-metric,
  body.inner-page .case-outcome {
    padding: 11px 10px 9px;
    border-color: var(--inner-mobile-border);
    background: rgba(250, 252, 255, 0.97);
    box-shadow: var(--inner-mobile-shadow-soft);
  }

  body.inner-page .mini-metric strong,
  body.inner-page .number-card strong,
  body.inner-page .case-outcome strong,
  body.inner-page .timeline-year {
    font-size: 22px;
  }

  body.inner-page .mini-metric span,
  body.inner-page .number-card span,
  body.inner-page .case-outcome span,
  body.inner-page .story-metric span {
    margin-top: 6px;
    font-size: 11.5px;
    line-height: 1.56;
  }

  body.inner-page .page-anchor-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.98));
    border-top-color: rgba(28, 93, 215, 0.04);
    border-bottom-color: rgba(28, 93, 215, 0.08);
  }

  body.inner-page .page-anchor-nav {
    gap: 22px;
    min-height: 54px;
  }

  body.inner-page .page-anchor-nav a {
    min-height: 54px;
    font-size: 12.5px;
    color: #7182a0;
  }

  body.inner-page .page-anchor-nav a::after {
    height: 2px;
  }

  body.inner-page .page-section {
    margin-bottom: 18px;
  }

  body.inner-page .page-hero + .page-section,
  body.inner-page .page-anchor-shell + .page-section {
    margin-top: 12px;
  }

  body.inner-page .page-section-head {
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  body.inner-page .page-section-head h2 {
    font-size: 20px;
    line-height: 1.22;
    letter-spacing: -0.04em;
  }

  body.inner-page .page-section-head p {
    font-size: 13px;
    line-height: 1.78;
    transform: none;
  }

  body.inner-page :is(
    .page-hero-side,
    .content-card,
    .case-card,
    .job-card,
    .contact-card,
    .form-shell,
    .faq-item,
    .timeline-item,
    .stack-card,
    .number-card,
    .quote-panel,
    .story-visual-card,
    .spectrum-feature,
    .module-hero-card,
    .architecture-side,
    .component-column,
    .story-overlay-card,
    .architecture-side-card,
    .layer-card,
    .roadmap-card,
    .spectrum-card,
    .insight-item,
    .story-metric,
    .mini-metric,
    .case-outcome,
    .solution-card,
    .industry-card,
    .news-card,
    .news-search-card,
    .news-sidebar-block
  ) {
    border-radius: var(--inner-mobile-card-radius);
    border-color: var(--inner-mobile-border);
    box-shadow: var(--inner-mobile-shadow-soft);
  }

  body.inner-page :is(
    .quote-panel,
    .story-visual-card,
    .page-hero-side,
    .form-shell,
    .architecture-side,
    .value-strip
  ) {
    border-radius: var(--inner-mobile-panel-radius);
  }

  body.inner-page :is(
    .card-kicker,
    .news-tag,
    .job-tag,
    .filter-pill,
    .tag-cloud span,
    .layer-tags span,
    .module-hero-tags span,
    .news-topic-cloud a,
    .chapter-index,
    .spectrum-card strong,
    .layer-order,
    .insight-index
  ) {
    border-radius: var(--inner-mobile-chip-radius);
  }

  body.inner-page .page-grid-2,
  body.inner-page .page-grid-3,
  body.inner-page .page-grid-4,
  body.inner-page .case-grid,
  body.inner-page .job-grid,
  body.inner-page .contact-grid,
  body.inner-page .faq-list,
  body.inner-page .contact-stack,
  body.inner-page .news-sidebar,
  body.inner-page .timeline,
  body.inner-page .stack-grid,
  body.inner-page .story-metric-grid,
  body.inner-page .roadmap-grid,
  body.inner-page .news-feed-list {
    gap: 12px;
  }

  body.inner-page .content-card,
  body.inner-page .case-card,
  body.inner-page .job-card,
  body.inner-page .contact-card,
  body.inner-page .faq-item,
  body.inner-page .timeline-item,
  body.inner-page .stack-card,
  body.inner-page .number-card,
  body.inner-page .spectrum-card,
  body.inner-page .layer-card,
  body.inner-page .roadmap-card,
  body.inner-page .component-column {
    padding: 17px 15px 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(249, 252, 255, 0.965));
  }

  body.inner-page .content-card h3,
  body.inner-page .case-card h3,
  body.inner-page .job-card h3,
  body.inner-page .contact-card h3,
  body.inner-page .timeline-item h3,
  body.inner-page .stack-card h3,
  body.inner-page .spectrum-card h3,
  body.inner-page .layer-card h3,
  body.inner-page .roadmap-card h3,
  body.inner-page .architecture-side-card h3,
  body.inner-page .story-overlay-card strong,
  body.inner-page .faq-item summary,
  body.inner-page .quote-panel blockquote,
  body.inner-page .news-search-content h3 {
    text-wrap: balance;
    letter-spacing: -0.02em;
  }

  body.inner-page .content-card h3,
  body.inner-page .case-card h3,
  body.inner-page .job-card h3,
  body.inner-page .contact-card h3,
  body.inner-page .timeline-item h3 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.42;
  }

  body.inner-page .value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-color: var(--inner-mobile-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 251, 255, 0.97));
    box-shadow: var(--inner-mobile-shadow-soft);
  }

  body.inner-page .value {
    min-height: 0;
    padding: 16px 14px 14px;
    gap: 10px;
  }

  body.inner-page .value + .value {
    border-left: 0;
  }

  body.inner-page .value:nth-child(2n) {
    border-left: 1px solid rgba(28, 93, 215, 0.08);
  }

  body.inner-page .value:nth-child(n + 3) {
    border-top: 1px solid rgba(28, 93, 215, 0.08);
  }

  body.inner-page .value-icon {
    width: 30px;
    height: 30px;
  }

  body.inner-page .value h3 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  body.inner-page .value p {
    font-size: 12px;
    line-height: 1.62;
  }

  body.inner-page .story-visual-card {
    min-height: 296px;
  }

  body.inner-page .story-overlay-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 14px 12px;
    background: linear-gradient(180deg, rgba(17, 39, 82, 0.72), rgba(32, 64, 122, 0.58));
    backdrop-filter: blur(8px);
  }

  body.inner-page .story-overlay-card strong {
    font-size: 18px;
    line-height: 1.34;
  }

  body.inner-page .story-overlay-card p {
    font-size: 12px;
    line-height: 1.65;
  }

  body.inner-page .story-lead {
    font-size: 14px;
    line-height: 1.76;
  }

  body.inner-page .insight-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 14px 13px;
  }

  body.inner-page .insight-index {
    min-width: 34px;
    height: 34px;
    font-size: 12px;
  }

  body.inner-page .insight-item h3 {
    font-size: 16px;
    line-height: 1.42;
  }

  body.inner-page .insight-item p {
    font-size: 12.5px;
    line-height: 1.68;
  }

  body.inner-page .story-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.inner-page .story-metric {
    padding: 12px 10px 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 251, 255, 0.97));
  }

  body.inner-page .story-metric strong {
    font-size: 20px;
  }

  body.inner-page .quote-panel {
    padding: 24px 18px 22px;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(255, 255, 255, 0.98));
  }

  body.inner-page .quote-panel::before,
  body.inner-page .quote-panel::after {
    font-size: 56px;
  }

  body.inner-page .quote-panel blockquote {
    font-size: 18px;
    line-height: 1.48;
  }

  body.inner-page .spectrum-feature,
  body.inner-page .module-hero-card,
  body.inner-page .architecture-side {
    padding: 17px 15px 15px;
    background:
      radial-gradient(circle at 18% 18%, rgba(36, 104, 255, 0.04), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 251, 255, 0.97));
  }

  body.inner-page .spectrum-feature h3,
  body.inner-page .module-hero-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.34;
  }

  body.inner-page .spectrum-card strong,
  body.inner-page .layer-order {
    min-width: 34px;
    height: 34px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  body.inner-page .layer-card,
  body.inner-page .roadmap-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  body.inner-page .roadmap-card {
    display: block;
  }

  body.inner-page .roadmap-card .card-kicker {
    margin-bottom: 10px;
  }

  body.inner-page .layer-tags,
  body.inner-page .module-hero-tags,
  body.inner-page .tag-cloud,
  body.inner-page .news-topic-cloud {
    gap: 8px;
  }

  body.inner-page .layer-tags span,
  body.inner-page .module-hero-tags span,
  body.inner-page .tag-cloud span,
  body.inner-page .news-topic-cloud a {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 11.5px;
  }

  body[data-page="news-detail"] .news-detail-header {
    padding-bottom: 0;
  }

  body[data-page="news-detail"] .news-detail-layout {
    gap: 16px;
  }

  body[data-page="news-detail"] .news-detail-breadcrumb {
    gap: 6px;
    font-size: 12px;
  }

  body[data-page="news-detail"] .news-detail-channel {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body[data-page="news-detail"] .news-detail-title {
    margin-top: 10px;
    max-width: none;
    font-size: 24px;
    line-height: 1.18;
  }

  body[data-page="news-detail"] .news-detail-summary {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.68;
  }

  body[data-page="news-detail"] .news-detail-meta {
    gap: 8px 12px;
    margin-top: 14px;
    padding-top: 12px;
  }

  body[data-page="news-detail"] .news-detail-readtime {
    font-size: 12px;
  }

  body[data-page="news-detail"] .news-detail-cover {
    margin-top: 0;
  }

  body[data-page="news-detail"] .news-detail-cover img {
    aspect-ratio: 16 / 11;
  }

  body[data-page="news-detail"] .news-detail-body {
    padding: 0;
  }

  body[data-page="news-detail"] .news-detail-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  body[data-page="news-detail"] .news-detail-intro {
    font-size: 14px;
    line-height: 1.76;
  }

  body[data-page="news-detail"] .news-detail-highlights {
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
  }

  body[data-page="news-detail"] .news-detail-highlights li {
    padding-left: 16px;
    font-size: 13px;
    line-height: 1.72;
  }

  body[data-page="news-detail"] .news-detail-prose {
    gap: 16px;
  }

  body[data-page="news-detail"] .news-detail-prose-block {
    gap: 8px;
  }

  body[data-page="news-detail"] .news-detail-prose-block h3 {
    font-size: 17px;
    line-height: 1.4;
  }

  body[data-page="news-detail"] .news-detail-prose-block p {
    font-size: 14px;
    line-height: 1.8;
  }

  body[data-page="news-detail"] .news-detail-prose .point-list li {
    font-size: 13px;
    line-height: 1.68;
  }

  body[data-page="news-detail"] .news-detail-quote {
    margin-top: 0;
    padding-left: 14px;
  }

  body[data-page="news-detail"] .news-detail-quote.quote-panel {
    padding-left: 14px;
  }

  body[data-page="news-detail"] .news-detail-quote blockquote {
    max-width: none;
    font-size: 15px;
    line-height: 1.72;
  }

  body[data-page="news-detail"] .news-detail-sidebar {
    display: none;
  }

  body[data-page="news-detail"] .news-detail-mobile-followup {
    display: grid;
    gap: 18px;
    margin-top: 10px;
  }

  body[data-page="news-detail"] .news-detail-article-footer {
    display: none;
  }

  body[data-page="news-detail"] .news-detail-article-footer {
    gap: 10px;
    margin-top: 6px;
    padding-top: 16px;
  }

  body[data-page="news-detail"] .news-detail-article-footer h3 {
    font-size: 14px;
  }

  body[data-page="news-detail"] .news-detail-sidebar-section {
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(23, 48, 93, 0.08);
  }

  body[data-page="news-detail"] .news-detail-sidebar-section h3,
  body[data-page="news-detail"] .news-detail-latest-panel h3 {
    margin-bottom: 9px;
    font-size: 14px;
  }

  body[data-page="news-detail"] .news-detail-latest-panel .news-rank-list li {
    padding: 9px 0;
  }

  body[data-page="news-detail"] .news-detail-latest-panel .news-rank-list a {
    font-size: 13px;
    line-height: 1.58;
  }

  body[data-page="news-detail"] .news-detail-pagination {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="news-detail"] .news-detail-nav-card {
    padding: 12px 0 0;
  }

  body[data-page="news-detail"] .news-detail-nav-card h3 {
    font-size: 14px;
  }

  body[data-page="news-detail"] .news-detail-nav-card p {
    font-size: 12px;
    line-height: 1.58;
  }

  body[data-page="news-detail"] .news-detail-related-section {
    margin-bottom: 0;
    padding-top: 18px;
    background: transparent;
  }

  body[data-page="news-detail"] .news-detail-related-shell {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="news-detail"] .news-detail-link-block {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  body[data-page="news-detail"] .news-detail-link-head {
    margin: 0;
    padding: 18px 0 14px 14px;
  }

  body[data-page="news-detail"] .news-detail-link-head::before {
    top: 18px;
    height: 22px;
  }

  body[data-page="news-detail"] .news-detail-link-head h2 {
    font-size: 17px;
  }

  body[data-page="news-detail"] .news-detail-link-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 14px 14px;
  }

  body[data-page="news-detail"] .news-detail-related-item {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 0;
    border-top: 0;
  }

  body[data-page="news-detail"] .news-detail-related-thumb {
    width: 112px;
    height: 76px;
  }

  body[data-page="news-detail"] .news-detail-related-copy {
    gap: 6px;
  }

  body[data-page="news-detail"] .news-detail-related-meta {
    gap: 6px 8px;
  }

  body[data-page="news-detail"] .news-detail-related-meta .news-tag {
    min-height: 22px;
    padding-inline: 8px;
    font-size: 10px;
  }

  body[data-page="news-detail"] .news-detail-related-meta .news-date {
    font-size: 11px;
  }

  body[data-page="news-detail"] .news-detail-related-item h3 {
    font-size: 14px;
    line-height: 1.52;
    -webkit-line-clamp: 3;
  }

  body[data-page="news-detail"] .news-detail-related-copy p {
    display: none;
  }

  body.inner-page .architecture-side {
    gap: 12px;
    min-height: 0;
  }

  body.inner-page .architecture-side img {
    opacity: 0.88;
    height: 100%;
  }

  body.inner-page .architecture-side-card {
    max-width: none;
    padding: 15px 14px 13px;
    border-color: rgba(228, 237, 250, 0.94);
    background: rgba(255, 255, 255, 0.88);
  }

  body.inner-page .architecture-side-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  body.inner-page .filter-pills {
    gap: 8px;
    margin-bottom: 12px;
  }

  body.inner-page .filter-pill {
    min-height: 30px;
    padding-inline: 12px;
    border-color: var(--inner-mobile-border);
    color: #6a7c9b;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.9);
  }

  body.inner-page .solution-card,
  body.inner-page .industry-card,
  body.inner-page .news-card {
    border-color: var(--inner-mobile-border);
    box-shadow: var(--inner-mobile-shadow-soft);
  }

  body.inner-page .solution-card img,
  body.inner-page .industry-card img {
    height: 174px;
  }

  body.inner-page .solution-card-featured img {
    height: 174px;
  }

  body.inner-page .card-body,
  body.inner-page .industry-body {
    padding: 14px 15px 16px;
  }

  body.inner-page .card-body h3,
  body.inner-page .industry-body h3 {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.42;
    text-wrap: balance;
  }

  body.inner-page .card-body p,
  body.inner-page .industry-body p {
    font-size: 12.5px;
    line-height: 1.68;
  }

  body.inner-page .card-body a,
  body.inner-page .industry-body a {
    margin-top: 8px;
    font-size: 12.5px;
  }

  body.inner-page .news-reference-layout {
    gap: 12px;
  }

  body.inner-page .news-feed-panel {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.inner-page .news-search-card {
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--inner-mobile-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(249, 252, 255, 0.97));
  }

  body.inner-page .news-search-thumb {
    height: 156px;
    border-radius: 10px;
    border-color: rgba(220, 231, 247, 0.98);
  }

  body.inner-page .news-search-meta {
    gap: 8px 10px;
    margin-bottom: 8px;
  }

  body.inner-page .news-search-meta .news-tag {
    min-height: 24px;
    padding-inline: 9px;
    border-color: rgba(220, 231, 247, 0.98);
    font-size: 11px;
  }

  body.inner-page .news-search-content h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.44;
  }

  body.inner-page .news-sidebar-block {
    padding: 15px 15px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(249, 252, 255, 0.97));
  }

  body.inner-page .news-sidebar-head {
    margin-bottom: 10px;
    padding-left: 8px;
    border-left-width: 2px;
  }

  body.inner-page .news-sidebar-head h3 {
    font-size: 16px;
  }

  body.inner-page .news-rank-list li {
    gap: 8px;
    padding: 9px 0;
  }

  body.inner-page .news-rank-list li::before {
    width: 17px;
    height: 17px;
    margin-top: 1px;
    font-size: 10px;
  }

  body.inner-page .news-rank-list a,
  body.inner-page .news-guide-list strong {
    font-size: 13px;
    line-height: 1.56;
  }

  body.inner-page .news-guide-list li {
    gap: 3px;
    padding: 10px 0;
  }

  body.inner-page .form-shell h3 {
    font-size: 18px;
  }

  body.inner-page .field input,
  body.inner-page .field select,
  body.inner-page .field textarea {
    border-color: var(--inner-mobile-border-strong);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }

  body.inner-page .form-shell {
    padding: 18px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 251, 255, 0.97));
  }

  body.inner-page .field-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.inner-page .pricing-card-grid,
  body.inner-page .crm-overview-grid,
  body.inner-page .checkout-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-page="crm"] .crm-ui-card {
    padding: 10px;
  }

  body[data-page="crm"] .crm-ui-card > .responsive-picture {
    width: min(100%, 304px);
    height: auto !important;
    aspect-ratio: 1 / 1;
    margin-inline: auto;
  }

  body[data-page="crm"] .crm-ui-card > .responsive-picture img {
    width: 100%;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
  }

  body.inner-page .pricing-card,
  body.inner-page .checkout-summary-card,
  body.inner-page .checkout-payment-card {
    padding: 17px 15px 15px;
  }

  body.inner-page .pricing-price strong {
    font-size: 34px;
  }

  body.inner-page .payment-method {
    grid-template-columns: auto 54px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 12px;
  }

  body.inner-page .payment-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }

  body.inner-page .payment-icon-wrap img {
    width: 38px;
    height: 38px;
  }

  body.inner-page .field {
    gap: 7px;
  }

  body.inner-page .field.is-span-2 {
    grid-column: auto;
  }

  body.inner-page .field label {
    font-size: 12px;
    color: #536988;
  }

  body.inner-page .field input,
  body.inner-page .field select {
    height: 42px;
    padding-inline: 13px;
  }

  body.inner-page .field textarea {
    min-height: 148px;
    padding: 11px 13px;
  }

  body.inner-page .form-actions {
    gap: 10px;
    margin-top: 14px;
  }

  body.inner-page .form-actions .btn {
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }

  body.inner-page .faq-item {
    padding: 16px 15px 14px;
  }

  body.inner-page .faq-item summary {
    font-size: 16px;
    line-height: 1.46;
  }

  body.inner-page .footer {
    margin-top: 16px;
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  }

  body.inner-page .cta {
    margin: 0 8px;
    border-radius: 10px;
    background: linear-gradient(180deg, #2148a7 0%, #183c92 100%);
    box-shadow: 0 14px 28px rgba(23, 59, 142, 0.11);
  }

  body.inner-page .cta-bg {
    opacity: 0.92;
    background:
      linear-gradient(180deg, rgba(18, 49, 124, 0.74), rgba(31, 79, 189, 0.2)),
      url("./assets/images/cta-skyline.webp") center bottom / cover no-repeat;
  }

  body.inner-page .cta-inner {
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 16px 14px;
    text-align: center;
  }

  body.inner-page .cta-copy h2 {
    font-size: 18px;
    line-height: 1.34;
    margin-bottom: 3px;
    text-wrap: balance;
  }

  body.inner-page .cta-copy p {
    font-size: 10.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.74);
  }

  body.inner-page .cta-actions {
    width: auto;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
  }

  body.inner-page .footer-btn {
    width: 114px;
    min-width: 0;
    height: 34px;
    border-radius: 6px;
    font-size: 11.5px;
  }

  body.inner-page .footer-main {
    margin-top: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  }

  body.inner-page .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px 12px;
    padding: 8px 0 10px;
  }

  body.inner-page .footer-brand {
    grid-column: 1 / -1;
  }

  body.inner-page .footer-brand-lockup {
    gap: 8px;
  }

  body.inner-page .footer-brand-lockup img {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }

  body.inner-page .footer-brand .brand-title {
    color: #3d4d67;
    font-size: 27px;
  }

  body.inner-page .footer-brand .brand-subtitle {
    color: #9eabc0;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  body.inner-page .footer-brand p {
    margin-top: 8px;
    max-width: 190px;
    color: #9aa7bc;
    font-size: 10.5px;
    line-height: 1.68;
  }

  body.inner-page .footer-column {
    gap: 4px;
  }

  body.inner-page .footer-column h3 {
    color: #5d6c86;
    font-size: 12px;
    margin-bottom: 6px;
  }

  body.inner-page .footer-column a {
    color: #8e9cb1;
    font-size: 10.5px;
    line-height: 1.72;
  }

  body.inner-page .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    padding: 8px 0 14px;
    border-top: 1px solid rgba(28, 93, 215, 0.06);
    color: #a4b0c3;
    font-size: 9.5px;
    line-height: 1.55;
  }

  body.inner-page .footer-bottom span {
    white-space: nowrap;
  }

  body.inner-page .footer-bottom a {
    color: #a4b0c3;
  }
}

@media (max-width: 768px) {
  body[data-page="home"] {
    --home-panel-radius: 0px;
    --home-card-radius: 0px;
    --home-chip-radius: 0px;
  }

  body.inner-page .inner-page-shell {
    --card-radius: 0px;
    --radius-surface: 0px;
    --radius-frame: 0px;
    --radius-chip: 0px;
    --inner-mobile-panel-radius: 0px;
    --inner-mobile-card-radius: 0px;
    --inner-mobile-chip-radius: 0px;
  }

  body:is([data-page="home"], .inner-page) .header-inner,
  body.is-mobile-nav-open:is([data-page="home"], .inner-page) .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 10px;
  }

  body:is([data-page="home"], .inner-page) .logo {
    gap: 10px;
  }

  body:is([data-page="home"], .inner-page) .logo img {
    width: 46px;
    height: 46px;
  }

  body:is([data-page="home"], .inner-page) .brand-title {
    font-size: 22px;
    letter-spacing: -0.015em;
  }

  body:is([data-page="home"], .inner-page) .brand-subtitle {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  body:is([data-page="home"], .inner-page) .mobile-nav-toggle {
    position: static;
    top: auto;
    right: auto;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    color: #365173;
  }

  body.is-header-scrolled:is([data-page="home"], .inner-page) .mobile-nav-toggle,
  body.is-mobile-nav-open:is([data-page="home"], .inner-page) .mobile-nav-toggle {
    color: #274472;
  }

  body:is([data-page="home"], .inner-page) .mobile-nav-toggle span {
    width: 24px;
  }

  body:is([data-page="home"], .inner-page) .header-inner > .lang {
    display: none;
  }

  body.is-mobile-nav-open:is([data-page="home"], .inner-page) .nav .mobile-lang-block {
    display: flex;
  }

  body.is-mobile-nav-open:is([data-page="home"], .inner-page) .nav .mobile-lang-option {
    min-height: 42px;
    font-size: 13px;
  }

  body.is-mobile-nav-open:is([data-page="home"], .inner-page) .nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body:is([data-page="home"], .inner-page) .footer {
    margin-top: 16px;
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  }

  body:is([data-page="home"], .inner-page) .cta {
    margin: 0 8px;
    background: linear-gradient(180deg, #2148a7 0%, #183c92 100%);
    box-shadow: 0 14px 28px rgba(23, 59, 142, 0.11);
  }

  body:is([data-page="home"], .inner-page) .cta-bg {
    opacity: 0.92;
    background:
      linear-gradient(180deg, rgba(18, 49, 124, 0.74), rgba(31, 79, 189, 0.2)),
      url("./assets/images/cta-skyline.webp") center bottom / cover no-repeat;
  }

  body:is([data-page="home"], .inner-page) .cta-inner {
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    padding: 14px 16px 12px;
    text-align: center;
  }

  body:is([data-page="home"], .inner-page) .cta-copy h2 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 2px;
    text-wrap: balance;
  }

  body:is([data-page="home"], .inner-page) .cta-copy p {
    font-size: 10px;
    line-height: 1.56;
    color: rgba(255, 255, 255, 0.74);
  }

  body:is([data-page="home"], .inner-page) .cta-actions {
    width: auto;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
  }

  body:is([data-page="home"], .inner-page) .footer-btn {
    width: 108px;
    min-width: 0;
    height: 32px;
    font-size: 11px;
  }

  body:is([data-page="home"], .inner-page) .footer-main {
    margin-top: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  }

  body:is([data-page="home"], .inner-page) .footer-main > .footer-grid,
  body:is([data-page="home"], .inner-page) .footer-main > .footer-bottom {
    display: none;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-shell {
    display: block;
    padding: 14px 0 10px;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-grid {
    display: grid;
    grid-template-columns: minmax(102px, 1.04fr) repeat(2, minmax(62px, 0.76fr));
    align-items: start;
    gap: 0 15px;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-brand {
    min-width: 0;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-logo {
    display: inline-grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: inherit;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-logo img {
    width: 40px;
    height: 40px;
    display: block;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-brand-text {
    display: grid;
    gap: 2px;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-brand-title {
    color: #5a6b87;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.025em;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-brand-subtitle {
    color: #a8b3c5;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-brand-summary {
    margin: 11px 0 0;
    max-width: 102px;
    color: #a5b1c3;
    font-size: 10px;
    line-height: 1.62;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-column {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    padding-top: 2px;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-column h3 {
    margin: 0 0 6px;
    color: #64728b;
    font-size: 13px;
    line-height: 1.24;
    font-weight: 700;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-column a {
    display: flex;
    align-items: center;
    min-height: 28px;
    padding: 2px 0;
    color: #9aa6b8;
    font-size: 11.6px;
    line-height: 1.42;
    white-space: nowrap;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-bottom {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: space-between;
    gap: 6px 12px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(28, 93, 215, 0.07);
    color: #afb8c8;
    font-size: 10.6px;
    line-height: 1.46;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-bottom span,
  body:is([data-page="home"], .inner-page) .footer-mobile-bottom a {
    color: inherit;
    white-space: nowrap;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-bottom > :first-child {
    grid-column: 1 / -1;
    justify-self: start;
  }

  body:is([data-page="home"], .inner-page) .footer-mobile-bottom a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 1px 0;
  }

  body:is([data-page="home"], .inner-page) :is(
    .hero-kicker,
    .page-eyebrow,
    .cta,
    .btn,
    .footer-btn,
    .lang,
    .lang-panel,
    .lang-option,
    .mobile-nav-toggle,
    .nav,
    .circle,
    .btn-play,
    .feature-strip,
    .feature,
    .stats-panel,
    .value-strip,
    .value,
    .solution-card,
    .industry-card,
    .news-card,
    .card-body,
    .industry-body,
    .capability-panel,
    .capability-label,
    .capability-tags span,
    .partner-strip,
    .partner-logo-card,
    .partner-badges span,
    .page-hero-side,
    .content-card,
    .case-card,
    .job-card,
    .contact-card,
    .faq-item,
    .timeline-item,
    .stack-card,
    .number-card,
    .quote-panel,
    .story-visual-card,
    .story-overlay-card,
    .spectrum-feature,
    .module-hero-card,
    .architecture-side,
    .architecture-side-card,
    .layer-card,
    .roadmap-card,
    .spectrum-card,
    .component-column,
    .insight-item,
    .story-metric,
    .mini-metric,
    .case-outcome,
    .news-search-card,
    .news-search-thumb,
    .news-sidebar-block,
    .form-shell,
    .field input,
    .field select,
    .field textarea,
    .footer-brand-lockup img,
    .video-modal-card,
    .video-modal-media img,
    .video-modal-close,
    .card-kicker,
    .news-tag,
    .job-tag,
    .filter-pill,
    .tag-cloud span,
    .layer-tags span,
    .module-hero-tags span,
    .news-topic-cloud a,
    .chapter-index,
    .spectrum-card strong,
    .layer-order,
    .insight-index
  ) {
    border-radius: 6px !important;
  }
}

@media (max-width: 768px) {
  body[data-page="home"] .feature {
    padding: 11px 44px 12px 11px;
  }

  body[data-page="home"] .feature h3 {
    font-size: 12px;
    line-height: 1.28;
    white-space: normal;
  }

  body[data-page="home"] .feature p {
    font-size: 10px;
    line-height: 1.54;
  }

  body[data-page="home"][data-lang="en"] .feature > div {
    max-width: calc(100% - 78px);
  }

  body[data-page="home"] .feature p br {
    display: inline;
  }

  body[data-page="home"] .feature-icon {
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
  }

  body[data-page="home"] .feature-icon svg {
    width: 18px;
    height: 18px;
  }

  body[data-page="home"] .feature-icon img {
    width: 100%;
    height: 100%;
  }

  body[data-page="home"] .solutions .section-side h2,
  body[data-page="home"] .bottom-shell .section-side h2 {
    font-size: 19px;
    line-height: 1.24;
  }

  body[data-page="home"] .solutions .section-side a,
  body[data-page="home"] .bottom-shell .section-layout .section-side a {
    font-size: 14px;
  }

  body[data-page="home"] .stats-panel {
    margin-top: 10px;
  }

  body[data-page="home"] .stat {
    min-height: 88px;
    padding: 14px 8px 13px;
  }

  body[data-page="home"] .stat strong {
    font-size: 23px;
  }

  body[data-page="home"] .stat strong small {
    font-size: 0.56em;
  }

  body[data-page="home"] .stat span {
    font-size: 12.5px;
    line-height: 1.4;
  }

  body[data-page="home"] .solution-card {
    flex-basis: 164px;
  }

  body[data-page="home"] .solution-card img {
    height: 114px;
  }

  body[data-page="home"] .card-body {
    padding: 13px 12px 14px;
  }

  body[data-page="home"] .card-body h3 {
    min-height: calc(1.38em * 2);
    font-size: 15px;
    line-height: 1.36;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .card-body p {
    min-height: calc(1.6em * 2);
    font-size: 13px;
    line-height: 1.56;
  }

  body[data-page="home"] .card-body a {
    font-size: 13.5px;
  }

  body[data-page="home"] .value {
    min-height: 92px;
    gap: 7px;
    padding: 16px 10px 14px;
  }

  body[data-page="home"] .value h3 {
    font-size: 15.5px;
    line-height: 1.28;
    white-space: normal;
    text-wrap: balance;
  }

  body[data-page="home"] .value p {
    display: none;
  }

  body[data-page="home"] .value-icon {
    width: 42px;
    height: 42px;
  }

  body[data-page="home"] .industry-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body[data-page="home"] .industry-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(220, 231, 247, 0.96);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 251, 255, 0.968));
    box-shadow: 0 10px 24px rgba(32, 82, 177, 0.04);
    overflow: hidden;
  }

  body[data-page="home"] .industry-card img {
    width: 100%;
    height: 122px;
    border-radius: 0 !important;
  }

  body[data-page="home"] .industry-body {
    display: flex;
    padding: 12px 12px 13px;
  }

  body[data-page="home"] .industry-body h3 {
    margin-bottom: 5px;
    font-size: 14.5px;
    line-height: 1.32;
  }

  body[data-page="home"] .industry-body p {
    display: -webkit-box;
    overflow: hidden;
    min-height: calc(1.56em * 3);
    font-size: 12px;
    line-height: 1.52;
    color: #7c8da8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body[data-page="home"] .industry-body a {
    display: none;
  }

  body[data-page="home"] .capability-tags span {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 12.1px;
    line-height: 1.2;
  }

  body[data-page="home"] .partner-badges span {
    min-height: 64px;
    padding: 10px 7px 9px;
  }

  body[data-page="home"] .partner-badge-value {
    font-size: 17px;
  }

  body[data-page="home"] .partner-badge-label {
    font-size: 12.4px;
  }

  body[data-page="home"] .news-list {
    gap: 18px;
  }

  body[data-page="home"] .news-card {
    align-items: start;
    grid-template-columns: 142px minmax(0, 1fr);
    gap: 14px;
    min-height: 102px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(216, 228, 245, 0.9);
  }

  body[data-page="home"] .news-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  body[data-page="home"] .news-card img {
    width: 142px;
    height: 102px;
    object-fit: cover;
    border-radius: 0;
  }

  body[data-page="home"] .news-date {
    margin-bottom: 5px;
    font-size: 12px;
  }

  body[data-page="home"] .news-body {
    display: grid;
    grid-template-rows: auto auto 1fr;
    align-content: start;
    min-height: 102px;
  }

  body[data-page="home"] .news-body h3 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.36;
    min-height: calc(1.38em * 2);
  }

  body[data-page="home"] .news-body p {
    margin: 0;
    min-height: calc(1.52em * 2);
    font-size: 12.3px;
    line-height: 1.48;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .news-body a {
    display: none;
  }

  body[data-page="home"] .cta-copy p {
    font-size: 12.4px;
    line-height: 1.56;
  }

  body[data-page="home"] .footer-btn {
    font-size: 13px;
  }

  body[data-page="home"] .footer-mobile-brand-summary {
    font-size: 10.8px;
    line-height: 1.58;
  }

  body[data-page="home"] .footer-mobile-column h3 {
    font-size: 13.4px;
  }

  body[data-page="home"] .footer-mobile-column a {
    font-size: 12px;
    line-height: 1.42;
  }

  body[data-page="home"] .footer-mobile-bottom {
    font-size: 10.8px;
    line-height: 1.46;
  }

  body[data-page="home"] .partner-strip {
    gap: 10px;
    padding: 12px 0 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.975), rgba(249, 252, 255, 0.95));
    border: 0;
    box-shadow: none;
  }

  body[data-page="home"] .bottom-shell {
    margin-top: 24px;
    padding-top: 24px;
  }

  body[data-page="home"] :is(
    .industry-card img,
    .news-card img,
    .footer-mobile-logo img
  ) {
    border-radius: 0 !important;
  }
}

@media (min-width: 1024px) {
  body[data-page="home"] .capability-panel {
    grid-template-columns: minmax(0, 1fr) 178px;
    align-items: center;
    gap: 18px;
    min-height: 0;
    padding: 18px 18px 20px;
  }

  body[data-page="home"] .capability-rows {
    gap: 10px;
  }

  body[data-page="home"] .capability-row {
    grid-template-columns: 88px 1fr;
    gap: 10px;
  }

  body[data-page="home"] .capability-label {
    font-size: 13px;
  }

  body[data-page="home"] .capability-tags {
    gap: 8px;
  }

  body[data-page="home"] .capability-tags span {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.28;
  }

  body[data-page="home"] .capability-visual,
  body[data-page="home"] .capability-visual > .responsive-picture,
  body[data-page="home"] .capability-visual img {
    width: 178px;
    max-width: 178px;
    height: auto;
    max-height: 212px;
  }

  body[data-page="home"] .capability-visual > .responsive-picture {
    justify-self: center;
  }

body[data-page="home"] .capability-visual img {
  display: block;
  object-fit: contain;
}

body[data-page="home"] .solution-card .card-body {
  padding: 16px 16px 18px;
}

body[data-page="home"] .solution-card .card-body h3 {
  min-height: calc(1.4em * 2);
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
}

body[data-page="home"] .solution-card .card-body p {
  min-height: calc(1.7em * 2);
  line-height: 1.7;
  -webkit-line-clamp: 2;
}

body[data-page="home"] .solution-card .card-body a {
  margin-top: 10px;
}
}

body[data-page="home"] .partners .partner-strip,
.partners .partner-strip {
  position: relative;
  overflow: hidden;
  padding: 26px 0 28px;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 228, 232, 0.7), rgba(255, 228, 232, 0) 16%),
    radial-gradient(circle at 88% 50%, rgba(225, 235, 255, 0.84), rgba(225, 235, 255, 0) 18%),
    linear-gradient(180deg, #f7f8fb 0%, #f3f6fb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body[data-page="home"] .partners .partner-brandwall-clone,
.partners .partner-brandwall-clone {
  --partner-logo-wall-gap: 24px;
  position: relative;
  overflow: hidden;
  padding: 0;
}

body[data-page="home"] .partners .partner-brandwall-clone::before,
body[data-page="home"] .partners .partner-brandwall-clone::after,
.partners .partner-brandwall-clone::before,
.partners .partner-brandwall-clone::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 168px;
  z-index: 3;
  pointer-events: none;
}

body[data-page="home"] .partners .partner-brandwall-clone::before,
.partners .partner-brandwall-clone::before {
  left: 0;
  background: linear-gradient(90deg, rgba(247, 248, 251, 0.98), rgba(247, 248, 251, 0.76) 44%, rgba(247, 248, 251, 0));
}

body[data-page="home"] .partners .partner-brandwall-clone::after,
.partners .partner-brandwall-clone::after {
  right: 0;
  background: linear-gradient(270deg, rgba(247, 248, 251, 0.98), rgba(247, 248, 251, 0.76) 44%, rgba(247, 248, 251, 0));
}

body[data-page="home"] .partners .partner-brandrow,
.partners .partner-brandrow {
  display: flex;
  align-items: center;
  gap: var(--partner-logo-wall-gap);
  width: max-content;
  margin: 24px 0;
  animation: partner-logo-wall-scroll 38s linear infinite;
  will-change: transform;
}

body[data-page="home"] .partners .partner-brandrow-first,
.partners .partner-brandrow-first {
  margin-inline-start: -45px;
}

body[data-page="home"] .partners .partner-brandrow-second,
.partners .partner-brandrow-second {
  margin-inline-start: 45px;
  animation-duration: 44s;
}

body[data-page="home"] .partners .partner-brandwall-clone:hover .partner-brandrow,
.partners .partner-brandwall-clone:hover .partner-brandrow {
  animation-play-state: paused;
}

body[data-page="home"] .partners .partner-brandline,
.partners .partner-brandline {
  display: flex;
  align-items: center;
  gap: var(--partner-logo-wall-gap);
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .partners .partner-marquee-card,
.partners .partner-marquee-card {
  width: 144px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(124, 139, 173, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body[data-page="home"] .partners .partner-marquee-card:hover,
.partners .partner-marquee-card:hover {
  transform: translateY(-1px) scale(1.03);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(124, 139, 173, 0.18);
}

body[data-page="home"] .partners .partner-marquee-logo,
.partners .partner-marquee-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  transform: none;
  background: none;
  background-image: none;
  box-shadow: 0 10px 24px rgba(124, 139, 173, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body[data-page="home"] .partners .partner-marquee-card,
.partners .partner-marquee-card {
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .partners .partner-marquee-card:hover,
.partners .partner-marquee-card:hover {
  transform: none;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .partners .partner-marquee-card:hover .partner-marquee-logo,
.partners .partner-marquee-card:hover .partner-marquee-logo {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 14px 30px rgba(124, 139, 173, 0.18);
}

@keyframes partner-logo-wall-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--partner-logo-wall-gap) / 2)));
  }
}

@media (max-width: 1200px) {
  body[data-page="home"] .partners .partner-brandwall-clone,
  .partners .partner-brandwall-clone {
    --partner-logo-wall-gap: 18px;
  }

  body[data-page="home"] .partners .partner-brandwall-clone::before,
  body[data-page="home"] .partners .partner-brandwall-clone::after,
  .partners .partner-brandwall-clone::before,
  .partners .partner-brandwall-clone::after {
    width: 126px;
  }

  body[data-page="home"] .partners .partner-brandrow,
  .partners .partner-brandrow {
    margin: 20px 0;
  }

  body[data-page="home"] .partners .partner-brandrow-first,
  .partners .partner-brandrow-first {
    margin-inline-start: -24px;
  }

  body[data-page="home"] .partners .partner-brandrow-second,
  .partners .partner-brandrow-second {
    margin-inline-start: 24px;
  }

  body[data-page="home"] .partners .partner-marquee-card,
  .partners .partner-marquee-card {
    width: 132px;
    height: 60px;
  }
}

@media (max-width: 780px) {
  body[data-page="home"] .partners .partner-strip,
  .partners .partner-strip {
    padding: 18px 0 20px;
    border-radius: 18px;
  }

  body[data-page="home"] .partners .partner-brandwall-clone,
  .partners .partner-brandwall-clone {
    --partner-logo-wall-gap: 14px;
  }

  body[data-page="home"] .partners .partner-brandwall-clone::before,
  body[data-page="home"] .partners .partner-brandwall-clone::after,
  .partners .partner-brandwall-clone::before,
  .partners .partner-brandwall-clone::after {
    width: 72px;
  }

  body[data-page="home"] .partners .partner-brandrow,
  .partners .partner-brandrow {
    margin: 14px 0;
  }

  body[data-page="home"] .partners .partner-brandrow-first,
  .partners .partner-brandrow-first {
    margin-inline-start: -16px;
  }

  body[data-page="home"] .partners .partner-brandrow-second,
  .partners .partner-brandrow-second {
    margin-inline-start: 16px;
  }

  body[data-page="home"] .partners .partner-marquee-card,
  .partners .partner-marquee-card {
    width: 120px;
    height: 56px;
    border-radius: 9px;
  }

  body[data-page="home"] .partners .partner-marquee-logo,
  .partners .partner-marquee-logo {
    border-radius: 7px;
  }
}

@media (max-width: 560px) {
  body[data-page="home"] .partners .partner-strip,
  .partners .partner-strip {
    padding: 14px 0 16px;
    border-radius: 16px;
  }

  body[data-page="home"] .partners .partner-brandwall-clone,
  .partners .partner-brandwall-clone {
    --partner-logo-wall-gap: 12px;
  }

  body[data-page="home"] .partners .partner-brandwall-clone::before,
  body[data-page="home"] .partners .partner-brandwall-clone::after,
  .partners .partner-brandwall-clone::before,
  .partners .partner-brandwall-clone::after {
    width: 42px;
  }

  body[data-page="home"] .partners .partner-brandrow,
  .partners .partner-brandrow {
    margin: 10px 0;
    animation-duration: 34s;
  }

  body[data-page="home"] .partners .partner-brandrow-second,
  .partners .partner-brandrow-second {
    animation-duration: 39s;
  }

  body[data-page="home"] .partners .partner-brandrow-first,
  .partners .partner-brandrow-first {
    margin-inline-start: -12px;
  }

  body[data-page="home"] .partners .partner-brandrow-second,
  .partners .partner-brandrow-second {
    margin-inline-start: 12px;
  }

  body[data-page="home"] .partners .partner-marquee-card,
  .partners .partner-marquee-card {
    width: 110px;
    height: 50px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(124, 139, 173, 0.12);
  }

  body[data-page="home"] .partners .partner-marquee-logo,
  .partners .partner-marquee-logo {
    border-radius: 6px;
  }
}
