.hx-solution-directory-page {
  --hx-solution-navy: #071a36;
  --hx-solution-blue: #087cc1;
  --hx-solution-cyan: #08bfd5;
  --hx-solution-text: #0c2340;
  --hx-solution-muted: #5b6d82;
  --hx-solution-line: #dbe4ec;
  --hx-solution-surface: #f3f6f8;
}

.hx-solution-directory-page .hx-solution-catalog {
  min-height: 100vh;
  color: var(--hx-solution-text);
  background: #fff;
}

.hx-solution-directory-page .hx-solution-catalog *,
.hx-solution-directory-page .hx-solution-catalog *::before,
.hx-solution-directory-page .hx-solution-catalog *::after {
  box-sizing: border-box;
}

.hx-solution-directory-page .hx-solution-module-hidden,
.hx-solution-directory-page [hidden].hx-solution-module-hidden {
  display: none !important;
}

.hx-solution-detail-page .hx-solution-module-hidden,
.hx-solution-detail-page [hidden].hx-solution-module-hidden,
.hx-solution-detail-disabled .hx-solution-detail-root {
  display: none !important;
}

.hx-solution-detail-page .hx-solution-detail-hero,
.hx-solution-detail-page .hx-solution-detail-overview,
.hx-solution-detail-page .hx-solution-detail-workflow,
.hx-solution-detail-page .hx-solution-detail-components,
.hx-solution-detail-page .hx-solution-detail-applications,
.hx-solution-detail-page .hx-solution-detail-related,
.hx-solution-detail-page .hx-solution-detail-cta {
  scroll-margin-top: 92px;
}

/* Reusable solution-detail modules: features, specifications and software. */
.hx-solution-detail-page {
  --hx-detail-ink: #071a36;
  --hx-detail-muted: #586b82;
  --hx-detail-line: #d8e2ec;
  --hx-detail-soft: #f4f7fb;
  --hx-detail-accent: #9a6a2f;
}

.hx-solution-detail-page .hx-standard-detail-section {
  scroll-margin-top: 92px;
  padding: clamp(62px, 7vw, 104px) 0;
  color: var(--hx-detail-ink);
  background: #fff;
  border-top: 1px solid var(--hx-detail-line);
}

.hx-solution-detail-page .hx-standard-detail-section *,
.hx-solution-detail-page .hx-standard-detail-section *::before,
.hx-solution-detail-page .hx-standard-detail-section *::after {
  box-sizing: border-box;
}

.hx-solution-detail-page .hx-standard-detail-group {
  scroll-margin-top: 92px;
  color: var(--hx-detail-ink);
  background: #fff;
  border-top: 1px solid var(--hx-detail-line);
}

.hx-solution-detail-page .hx-standard-detail-overview,
.hx-solution-detail-page .hx-standard-detail-overview > .hx-standard-detail-summary {
  background: #f4f8fc;
}

.hx-solution-detail-page .hx-standard-detail-group *,
.hx-solution-detail-page .hx-standard-detail-group *::before,
.hx-solution-detail-page .hx-standard-detail-group *::after {
  box-sizing: border-box;
}

.hx-solution-detail-page .hx-standard-detail-summary {
  display: block;
  margin: 0;
  list-style: none;
  cursor: pointer;
  background: #fff;
}

.hx-solution-detail-page .hx-standard-detail-summary::-webkit-details-marker {
  display: none;
}

.hx-solution-detail-page .hx-standard-detail-summary__inner {
  display: grid;
  width: min(100%, 1180px);
  min-height: 112px;
  margin: 0 auto;
  padding: 24px 32px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 20px;
}

.hx-solution-detail-page .hx-standard-detail-summary__label {
  color: var(--hx-detail-ink);
  font-family: "Rajdhani", "Microsoft YaHei", sans-serif;
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 700;
  line-height: 1.2;
}

.hx-solution-detail-page .hx-standard-detail-summary__hint {
  color: var(--hx-detail-muted);
  font-size: 13px;
  letter-spacing: .06em;
}

.hx-solution-detail-page .hx-standard-detail-summary__icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid var(--hx-detail-line);
  border-radius: 50%;
  background: #fff;
}

.hx-solution-detail-page .hx-standard-detail-summary__icon::before,
.hx-solution-detail-page .hx-standard-detail-summary__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--hx-detail-accent);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hx-solution-detail-page .hx-standard-detail-summary__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hx-solution-detail-page .hx-standard-detail-group[open] > .hx-standard-detail-summary {
  border-bottom: 1px solid var(--hx-detail-line);
}

.hx-solution-detail-page .hx-standard-detail-group[open] > .hx-standard-detail-summary .hx-standard-detail-summary__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

.hx-solution-detail-page .hx-standard-detail-summary:hover .hx-standard-detail-summary__icon,
.hx-solution-detail-page .hx-standard-detail-summary:focus-visible .hx-standard-detail-summary__icon {
  border-color: var(--hx-detail-accent);
}

.hx-solution-detail-page .hx-standard-detail-summary:focus-visible {
  outline: 2px solid var(--hx-detail-accent);
  outline-offset: -2px;
}

.hx-solution-detail-page .hx-standard-detail-section__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
  box-sizing: border-box;
}

.hx-solution-detail-page .hx-standard-detail-header {
  max-width: 850px;
  margin: 0 0 clamp(34px, 4vw, 54px);
}

.hx-solution-detail-page .hx-standard-detail-header__eyebrow {
  margin: 0 0 11px !important;
  color: var(--hx-detail-accent) !important;
  font-size: clamp(17px, 1.45vw, 22px) !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  line-height: 1.4 !important;
}

.hx-solution-detail-page .hx-standard-detail-header__title {
  margin: 0 !important;
  color: var(--hx-detail-ink) !important;
  font-family: "Rajdhani", "Microsoft YaHei", sans-serif;
  font-size: clamp(34px, 3.4vw, 52px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em !important;
}

.hx-solution-detail-page .hx-standard-detail-header__description {
  max-width: 820px;
  margin: 18px 0 0 !important;
  color: var(--hx-detail-muted) !important;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.75 !important;
}

.hx-solution-detail-page .hx-detail-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hx-detail-line);
  border-left: 1px solid var(--hx-detail-line);
}

.hx-solution-detail-page .hx-detail-feature-card {
  display: grid;
  min-height: 190px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: clamp(26px, 2.6vw, 38px);
  border-right: 1px solid var(--hx-detail-line);
  border-bottom: 1px solid var(--hx-detail-line);
  background: #fff;
}

.hx-solution-detail-page .hx-detail-feature-card__index {
  color: var(--hx-detail-accent);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.hx-solution-detail-page .hx-detail-feature-card h3,
.hx-solution-detail-page .hx-detail-software__item h3 {
  margin: 0 !important;
  color: var(--hx-detail-ink) !important;
  font-size: clamp(20px, 1.55vw, 25px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.hx-solution-detail-page .hx-detail-feature-card p,
.hx-solution-detail-page .hx-detail-software__item p {
  margin: 11px 0 0 !important;
  height: auto !important;
  max-height: none !important;
  block-size: auto !important;
  max-block-size: none !important;
  display: block !important;
  overflow: visible !important;
  color: var(--hx-detail-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.hx-solution-detail-page .hx-detail-parameters {
  background: var(--hx-detail-soft);
}

.hx-solution-detail-page .hx-detail-parameters__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hx-solution-detail-page .hx-detail-parameter-group {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hx-detail-line);
  background: #fff;
}

.hx-solution-detail-page .hx-detail-parameter-group__title {
  margin: 0 !important;
  padding: 18px 22px !important;
  color: #fff !important;
  background: var(--hx-detail-ink);
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.hx-solution-detail-page .hx-detail-parameter-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.hx-solution-detail-page .hx-detail-parameter-table th,
.hx-solution-detail-page .hx-detail-parameter-table td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--hx-detail-line);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55;
}

.hx-solution-detail-page .hx-detail-parameter-table tr:last-child th,
.hx-solution-detail-page .hx-detail-parameter-table tr:last-child td {
  border-bottom: 0;
}

.hx-solution-detail-page .hx-detail-parameter-table th {
  width: 42%;
  color: #344a63;
  font-weight: 600;
  background: #fbfcfe;
}

.hx-solution-detail-page .hx-detail-parameter-table td {
  color: var(--hx-detail-ink);
  word-break: break-word;
}

.hx-solution-detail-page .hx-detail-software__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(38px, 5vw, 76px);
  align-items: center;
}

.hx-solution-detail-page .hx-detail-software__inner.has-no-media {
  grid-template-columns: 1fr;
}

.hx-solution-detail-page .hx-detail-software__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hx-detail-line);
  background: var(--hx-detail-soft);
  aspect-ratio: 4 / 3;
}

.hx-solution-detail-page .hx-detail-software__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hx-solution-detail-page .hx-detail-software__copy .hx-standard-detail-header {
  margin-bottom: 28px;
}

.hx-solution-detail-page .hx-detail-software__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--hx-detail-line);
  border-left: 1px solid var(--hx-detail-line);
}

.hx-solution-detail-page .hx-detail-software__item {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--hx-detail-line);
  border-bottom: 1px solid var(--hx-detail-line);
}

@media (max-width: 1100px) {
  .hx-solution-detail-page .hx-detail-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hx-solution-detail-page .hx-detail-software__inner {
    grid-template-columns: 1fr;
  }

  .hx-solution-detail-page .hx-detail-software__media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  .hx-solution-detail-page .hx-standard-detail-section {
    padding: 52px 0;
  }

  .hx-solution-detail-page .hx-standard-detail-summary__inner {
    min-height: 88px;
    padding: 18px 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .hx-solution-detail-page .hx-standard-detail-summary__hint {
    display: none;
  }

  .hx-solution-detail-page .hx-standard-detail-summary__icon {
    width: 34px;
    height: 34px;
  }

  .hx-solution-detail-page .hx-standard-detail-section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hx-solution-detail-page .hx-detail-features__grid,
  .hx-solution-detail-page .hx-detail-parameters__groups,
  .hx-solution-detail-page .hx-detail-software__list {
    grid-template-columns: 1fr;
  }

  .hx-solution-detail-page .hx-detail-feature-card {
    min-height: 0;
  }

  .hx-solution-detail-page .hx-detail-software__media {
    aspect-ratio: 4 / 3;
  }

  .hx-solution-detail-page .hx-detail-parameter-table th,
  .hx-solution-detail-page .hx-detail-parameter-table td {
    padding: 13px 14px;
    font-size: 14px;
  }
}

@media (min-width: 900px) {
  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-left,
  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-right {
    display: grid;
    min-height: 520px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    background: #071a36;
  }

  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-left > img,
  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-right > img {
    position: relative !important;
    inset: auto !important;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    min-height: 520px;
    opacity: 1 !important;
    object-fit: cover !important;
  }

  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-left > div:last-child,
  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-right > div:last-child {
    display: flex;
    z-index: 2;
    align-items: center;
    max-width: none !important;
    margin: 0 !important;
    padding: 48px 56px !important;
  }

  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-left > div:not(:last-child),
  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-right > div:not(:last-child) {
    display: none;
  }

  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-right > img {
    grid-column: 2;
  }

  .hx-solution-detail-page .detail-variant-standard .hx-solution-detail-hero.is-image-right > div:last-child {
    grid-column: 1;
    grid-row: 1;
  }
}

.hx-solution-detail-page .hx-solution-detail-root.has-2-columns .hx-solution-detail-components [class*="grid"],
.hx-solution-detail-page .hx-solution-detail-root.has-2-columns .hx-solution-detail-applications [class*="grid"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.hx-solution-detail-page .hx-solution-detail-root.has-3-columns .hx-solution-detail-components [class*="grid"],
.hx-solution-detail-page .hx-solution-detail-root.has-3-columns .hx-solution-detail-applications [class*="grid"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.hx-solution-detail-page .hx-solution-detail-root.has-4-columns .hx-solution-detail-components [class*="grid"],
.hx-solution-detail-page .hx-solution-detail-root.has-4-columns .hx-solution-detail-applications [class*="grid"] {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 899px) {
  .hx-solution-detail-page .hx-solution-detail-root .hx-solution-detail-components [class*="grid"],
  .hx-solution-detail-page .hx-solution-detail-root .hx-solution-detail-applications [class*="grid"] {
    grid-template-columns: 1fr !important;
  }
}

.hx-solution-directory-page .hx-solution-finder {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.hx-solution-directory-page .hx-solution-hero {
  padding: clamp(34px, 4vw, 64px) clamp(24px, 5vw, 72px) !important;
  background: #fff !important;
}

.hx-solution-directory-page .hx-solution-hero-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr) !important;
  width: min(100%, 1488px) !important;
  min-height: 560px;
  margin: 0 auto !important;
  overflow: hidden;
  background: var(--hx-solution-navy);
  box-shadow: 0 22px 60px rgba(12, 35, 64, .12);
}

.hx-solution-directory-page .hx-solution-hero-media,
.hx-solution-directory-page .hx-solution-hero-copy {
  position: relative;
  min-width: 0;
  min-height: 560px;
}

.hx-solution-directory-page .hx-solution-hero-media {
  overflow: hidden;
  background: #dbe5ee;
}

.hx-solution-directory-page .hx-solution-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 26, 54, 0) 68%, rgba(7, 26, 54, .18) 100%);
  pointer-events: none;
}

.hx-solution-directory-page .hx-solution-hero-media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.hx-solution-directory-page .hx-solution-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 5vw, 78px) !important;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(8, 191, 213, .18), transparent 42%),
    var(--hx-solution-navy) !important;
}

.hx-solution-directory-page .hx-solution-hero-copy > p:first-of-type {
  margin: 0 0 22px !important;
  color: #59d4e5 !important;
  font-family: "DM Mono", monospace;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .22em !important;
  line-height: 1.5 !important;
  text-transform: uppercase;
}

.hx-solution-directory-page .hx-solution-hero-copy h1 {
  max-width: 720px;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(42px, 4.25vw, 68px) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: -.025em !important;
}

.hx-solution-directory-page .hx-solution-hero-copy h1 + p,
.hx-solution-directory-page .hx-solution-hero-copy > p:nth-of-type(2) {
  max-width: 680px;
  margin: 30px 0 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.hx-solution-directory-page .hx-solution-hero-badge {
  z-index: 2;
}

.hx-solution-directory-page .hx-solution-capabilities {
  margin-top: 38px !important;
  border-color: rgba(255, 255, 255, .28) !important;
}

.hx-solution-directory-page .hx-solution-hero.is-image-right .hx-solution-hero-media {
  order: 2;
}

.hx-solution-directory-page .hx-solution-hero.is-image-right .hx-solution-hero-copy {
  order: 1;
}

.hx-solution-directory-page .hx-solution-hero.is-image-background .hx-solution-hero-inner {
  position: relative;
  display: block !important;
}

.hx-solution-directory-page .hx-solution-hero.is-image-background .hx-solution-hero-media {
  position: absolute;
  inset: 0;
}

.hx-solution-directory-page .hx-solution-hero.is-image-background .hx-solution-hero-media::after {
  background: linear-gradient(90deg, rgba(4, 20, 43, .94), rgba(4, 20, 43, .74) 54%, rgba(4, 20, 43, .25));
}

.hx-solution-directory-page .hx-solution-hero.is-image-background .hx-solution-hero-copy {
  position: relative;
  z-index: 2;
  width: min(62%, 850px);
  background: transparent !important;
}

.hx-solution-directory-page .hx-solution-overview {
  padding: 0 clamp(24px, 5vw, 72px) !important;
  background: var(--hx-solution-surface) !important;
  border-top: 1px solid var(--hx-solution-line) !important;
  border-bottom: 1px solid var(--hx-solution-line) !important;
}

.hx-solution-directory-page .hx-solution-overview-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr) !important;
  gap: 7% !important;
  align-items: center !important;
  width: min(100%, 1488px) !important;
  min-height: 230px;
  margin: 0 auto !important;
  padding: 42px 0 !important;
}

.hx-solution-directory-page .hx-solution-overview-inner > div {
  min-width: 0;
}

.hx-solution-directory-page .hx-solution-overview p:first-of-type {
  margin: 0 0 9px !important;
  color: var(--hx-solution-blue) !important;
  font-family: "DM Mono", monospace;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase;
}

.hx-solution-directory-page .hx-solution-overview h2 {
  margin: 0 !important;
  color: var(--hx-solution-text) !important;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(34px, 3vw, 50px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

.hx-solution-directory-page .hx-solution-overview h2 + p,
.hx-solution-directory-page .hx-solution-overview p:nth-of-type(2) {
  max-width: 780px;
  margin: 17px 0 0 !important;
  color: var(--hx-solution-muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.hx-solution-directory-page .hx-solution-overview-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.hx-solution-directory-page .hx-solution-overview-tags > * {
  padding: 10px 13px !important;
  color: #245a7e !important;
  background: #fff !important;
  border: 1px solid #cddce8 !important;
  font-family: "DM Mono", monospace;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hx-solution-directory-page .hx-solution-cards-section {
  width: min(100%, 1488px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: clamp(54px, 6vw, 88px) clamp(24px, 5vw, 72px) !important;
}

.hx-solution-directory-page .hx-solution-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2vw, 32px) !important;
}

.hx-solution-directory-page .hx-solution-cards-section.has-2-columns .hx-solution-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.hx-solution-directory-page .hx-solution-card {
  display: flex !important;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid var(--hx-solution-line) !important;
  box-shadow: 0 10px 34px rgba(12, 35, 64, .06);
  transition: transform .24s ease, box-shadow .24s ease;
}

.hx-solution-directory-page .hx-solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(12, 35, 64, .12);
}

.hx-solution-directory-page .hx-solution-card > div:first-child {
  aspect-ratio: 16 / 10;
  min-height: 0 !important;
  overflow: hidden;
  background: #e9eef2;
}

.hx-solution-directory-page .hx-solution-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
  transition: transform .45s ease;
}

.hx-solution-directory-page .hx-solution-card:hover img {
  transform: scale(1.025);
}

.hx-solution-directory-page .hx-solution-card h3 {
  color: var(--hx-solution-text) !important;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(24px, 1.8vw, 31px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
}

.hx-solution-directory-page .hx-solution-card p {
  color: var(--hx-solution-muted);
  line-height: 1.65;
}

.hx-solution-directory-page .hx-solution-card a {
  color: var(--hx-solution-blue) !important;
}

.hx-solution-directory-page .hx-solution-card button {
  color: #fff !important;
  background: var(--hx-solution-navy) !important;
}

.hx-solution-directory-page .hx-solution-cta {
  margin-top: clamp(42px, 5vw, 70px) !important;
  padding: 30px 34px !important;
  background: var(--hx-solution-navy) !important;
}

@media (max-width: 1100px) {
  .hx-solution-directory-page .hx-solution-hero-inner {
    grid-template-columns: 1fr 1fr !important;
    min-height: 500px;
  }

  .hx-solution-directory-page .hx-solution-hero-media,
  .hx-solution-directory-page .hx-solution-hero-copy {
    min-height: 500px;
  }

  .hx-solution-directory-page .hx-solution-overview-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

@media (max-width: 820px) {
  .hx-solution-directory-page .hx-solution-hero {
    padding: 20px !important;
  }

  .hx-solution-directory-page .hx-solution-hero-inner {
    grid-template-columns: 1fr !important;
  }

  .hx-solution-directory-page .hx-solution-hero-media,
  .hx-solution-directory-page .hx-solution-hero-copy {
    min-height: 0;
  }

  .hx-solution-directory-page .hx-solution-hero-media {
    min-height: 320px;
  }

  .hx-solution-directory-page .hx-solution-hero-copy {
    padding: 42px 30px 48px !important;
  }

  .hx-solution-directory-page .hx-solution-hero.is-image-right .hx-solution-hero-media,
  .hx-solution-directory-page .hx-solution-hero.is-image-right .hx-solution-hero-copy {
    order: initial;
  }

  .hx-solution-directory-page .hx-solution-hero.is-image-background .hx-solution-hero-inner {
    min-height: 560px;
  }

  .hx-solution-directory-page .hx-solution-hero.is-image-background .hx-solution-hero-media {
    min-height: 100%;
  }

  .hx-solution-directory-page .hx-solution-hero.is-image-background .hx-solution-hero-copy {
    width: 100%;
    min-height: 560px;
  }

  .hx-solution-directory-page .hx-solution-card-grid,
  .hx-solution-directory-page .hx-solution-cards-section.has-2-columns .hx-solution-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  .hx-solution-directory-page .hx-solution-hero {
    padding: 0 !important;
  }

  .hx-solution-directory-page .hx-solution-hero-inner {
    box-shadow: none;
  }

  .hx-solution-directory-page .hx-solution-hero-media {
    min-height: 245px;
  }

  .hx-solution-directory-page .hx-solution-hero-copy h1 {
    font-size: 39px !important;
  }

  .hx-solution-directory-page .hx-solution-overview {
    padding: 0 20px !important;
  }

  .hx-solution-directory-page .hx-solution-overview-inner {
    min-height: 0;
    padding: 38px 0 !important;
  }

  .hx-solution-directory-page .hx-solution-cards-section {
    padding: 44px 20px !important;
  }

  .hx-solution-directory-page .hx-solution-card-grid,
  .hx-solution-directory-page .hx-solution-cards-section.has-2-columns .hx-solution-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Level-two solution categories: SICK-inspired editorial structure, using Hongxin data. */
.hx-solution-level-two {
  --hx-category-blue: #0768e8;
  --hx-category-blue-dark: #0455c7;
  --hx-category-ink: #102846;
  --hx-category-muted: #52677f;
  --hx-category-line: #d7e1eb;
  --hx-category-soft: #f3f6f9;
}

.hx-solution-level-two .hx-solution-catalog {
  overflow: visible;
  background: #fff !important;
}

.hx-solution-level-two .hx-solution-hero {
  padding: 0 !important;
  background: #fff !important;
}

.hx-solution-level-two .hx-solution-hero-inner {
  grid-template-columns: minmax(0, 58%) minmax(420px, 42%) !important;
  width: 100% !important;
  min-height: 560px;
  max-width: none !important;
  box-shadow: none;
}

.hx-solution-level-two .hx-solution-hero-media,
.hx-solution-level-two .hx-solution-hero-copy {
  min-height: 560px;
}

.hx-solution-level-two .hx-solution-hero-media::after {
  background: linear-gradient(90deg, transparent 74%, rgba(7, 104, 232, .12) 100%);
}

.hx-solution-level-two .hx-solution-hero-copy {
  justify-content: center;
  padding: clamp(48px, 5vw, 84px) clamp(46px, 5.6vw, 92px) !important;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, .13), transparent 34%),
    linear-gradient(145deg, var(--hx-category-blue), #0459d4) !important;
}

.hx-solution-level-two .hx-solution-category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .76);
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.hx-solution-level-two .hx-solution-category-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.hx-solution-level-two .hx-solution-category-breadcrumb a:hover,
.hx-solution-level-two .hx-solution-category-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.hx-solution-level-two .hx-solution-category-breadcrumb .is-current {
  color: rgba(255, 255, 255, .72);
}

.hx-solution-level-two .hx-solution-hero-copy > p:first-of-type {
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, .72) !important;
  letter-spacing: .18em !important;
}

.hx-solution-level-two .hx-solution-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(46px, 4.4vw, 72px) !important;
  line-height: 1 !important;
}

.hx-solution-level-two .hx-solution-hero-copy h1 + p,
.hx-solution-level-two .hx-solution-hero-copy > p:nth-of-type(2) {
  display: block !important;
  max-width: 650px;
  margin-top: 26px !important;
  overflow: visible !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.7 !important;
  white-space: normal !important;
  text-overflow: clip !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
}

.hx-solution-level-two .hx-solution-category-nav {
  position: sticky;
  top: 64px;
  z-index: 34;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--hx-category-line);
  box-shadow: 0 7px 22px rgba(16, 40, 70, .06);
  backdrop-filter: blur(12px);
}

.hx-solution-level-two .hx-solution-category-nav__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  width: min(calc(100% - 48px), 1488px);
  min-height: 72px;
  margin: 0 auto;
}

.hx-solution-level-two .hx-solution-category-nav a {
  color: var(--hx-category-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.hx-solution-level-two .hx-solution-category-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hx-solution-level-two .hx-solution-category-nav__back::before {
  content: "←";
  color: var(--hx-category-blue);
  font-size: 18px;
}

.hx-solution-level-two .hx-solution-category-nav__links {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
  min-width: 0;
  min-height: 72px;
}

.hx-solution-level-two .hx-solution-category-nav__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #52677f;
}

.hx-solution-level-two .hx-solution-category-nav__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: transparent;
}

.hx-solution-level-two .hx-solution-category-nav__links a:hover,
.hx-solution-level-two .hx-solution-category-nav__links a:focus-visible,
.hx-solution-level-two .hx-solution-category-nav__links a.is-active {
  color: var(--hx-category-blue);
}

.hx-solution-level-two .hx-solution-category-nav__links a.is-active::after {
  background: var(--hx-category-blue);
}

.hx-solution-level-two .hx-solution-category-nav__contact {
  padding: 12px 18px;
  color: #fff !important;
  background: var(--hx-category-blue);
}

.hx-solution-level-two .hx-solution-category-nav__contact:hover,
.hx-solution-level-two .hx-solution-category-nav__contact:focus-visible {
  background: var(--hx-category-blue-dark);
}

.hx-solution-level-two .hx-solution-overview {
  padding: 0 clamp(24px, 5vw, 72px) !important;
  background: #fff !important;
  border-top: 0 !important;
}

.hx-solution-level-two .hx-solution-overview-inner {
  grid-template-columns: minmax(0, 1fr) minmax(400px, .78fr) !important;
  gap: clamp(54px, 7vw, 120px) !important;
  width: min(100%, 1320px) !important;
  min-height: 0;
  padding: clamp(66px, 7vw, 108px) 0 !important;
}

.hx-solution-level-two .hx-solution-overview p:first-of-type {
  color: var(--hx-category-blue) !important;
}

.hx-solution-level-two .hx-solution-overview h2 {
  max-width: 760px;
  font-size: clamp(38px, 3.25vw, 56px) !important;
}

.hx-solution-level-two .hx-solution-overview h2 + p,
.hx-solution-level-two .hx-solution-overview p:nth-of-type(2) {
  font-size: 17px !important;
  line-height: 1.78 !important;
}

.hx-solution-level-two .hx-solution-overview-tags {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.hx-solution-level-two .hx-solution-overview-tags .hx-solution-direction-tile {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 14px 18px !important;
  color: var(--hx-category-ink) !important;
  background: var(--hx-category-soft) !important;
  border: 1px solid var(--hx-category-line) !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.hx-solution-level-two .hx-solution-direction-tile__arrow {
  color: var(--hx-category-blue);
  font-size: 18px;
}

.hx-solution-level-two .hx-solution-overview-tags .hx-solution-direction-tile:hover,
.hx-solution-level-two .hx-solution-overview-tags .hx-solution-direction-tile:focus-visible {
  color: var(--hx-category-blue) !important;
  background: #fff !important;
  border-color: var(--hx-category-blue) !important;
}

.hx-solution-level-two .hx-solution-cards-section {
  width: min(100%, 1488px) !important;
  padding-top: clamp(64px, 7vw, 104px) !important;
  padding-bottom: clamp(70px, 8vw, 120px) !important;
  background: var(--hx-category-soft) !important;
  box-shadow: 0 0 0 100vmax var(--hx-category-soft);
  clip-path: inset(0 -100vmax);
}

.hx-solution-level-two .hx-solution-portfolio-heading {
  max-width: 820px;
  margin: 0 0 clamp(34px, 4vw, 54px);
}

.hx-solution-level-two .hx-solution-portfolio-heading > p:first-child {
  margin: 0 0 10px;
  color: var(--hx-category-blue);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hx-solution-level-two .hx-solution-portfolio-heading h2 {
  margin: 0;
  color: var(--hx-category-ink);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(36px, 3.2vw, 54px);
  font-weight: 700;
  line-height: 1.08;
}

.hx-solution-level-two .hx-solution-portfolio-heading > p:last-child {
  max-width: 680px;
  margin: 17px 0 0;
  color: var(--hx-category-muted);
  font-size: 16px;
  line-height: 1.7;
}

.hx-solution-level-two .hx-solution-card-grid {
  gap: clamp(20px, 2vw, 30px) !important;
}

.hx-solution-level-two .hx-solution-card {
  border: 1px solid var(--hx-category-line) !important;
  box-shadow: none;
}

.hx-solution-level-two .hx-solution-card:hover {
  transform: translateY(-3px);
  border-color: #b8cce0 !important;
  box-shadow: 0 16px 38px rgba(16, 40, 70, .1);
}

.hx-solution-level-two .hx-solution-card > div:first-child,
.hx-solution-level-two .hx-solution-card img {
  aspect-ratio: 16 / 9;
}

.hx-solution-level-two .hx-solution-card h3 {
  font-size: clamp(25px, 2vw, 32px) !important;
}

.hx-solution-level-two .hx-solution-card button {
  display: none !important;
}

@media (max-width: 1100px) {
  .hx-solution-level-two .hx-solution-hero-inner {
    grid-template-columns: 1fr 1fr !important;
  }

  .hx-solution-level-two .hx-solution-category-nav__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .hx-solution-level-two .hx-solution-category-nav__contact {
    display: none;
  }

  .hx-solution-level-two .hx-solution-category-nav__links {
    justify-content: flex-end;
    gap: 20px;
    overflow-x: auto;
  }

  .hx-solution-level-two .hx-solution-overview-inner {
    grid-template-columns: 1fr !important;
  }

  .hx-solution-level-two .hx-solution-overview-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .hx-solution-level-two .hx-solution-hero-inner {
    grid-template-columns: 1fr !important;
  }

  .hx-solution-level-two .hx-solution-hero-media,
  .hx-solution-level-two .hx-solution-hero-copy {
    min-height: 0;
  }

  .hx-solution-level-two .hx-solution-hero-media {
    min-height: 330px;
  }

  .hx-solution-level-two .hx-solution-hero-copy {
    padding: 44px 28px 52px !important;
  }

  .hx-solution-level-two .hx-solution-category-breadcrumb {
    margin-bottom: 24px;
  }

  .hx-solution-level-two .hx-solution-category-nav__inner {
    display: block;
    width: 100%;
    min-height: 58px;
  }

  .hx-solution-level-two .hx-solution-category-nav__back {
    display: none;
  }

  .hx-solution-level-two .hx-solution-category-nav__links {
    justify-content: flex-start;
    min-height: 58px;
    padding: 0 22px;
  }

  .hx-solution-level-two .hx-solution-overview-tags {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  .hx-solution-level-two .hx-solution-hero-media {
    min-height: 250px;
  }

  .hx-solution-level-two .hx-solution-hero-copy h1 {
    font-size: 42px !important;
  }

  .hx-solution-level-two .hx-solution-hero-copy h1 + p,
  .hx-solution-level-two .hx-solution-hero-copy > p:nth-of-type(2) {
    font-size: 15px !important;
  }

  .hx-solution-level-two .hx-solution-overview-inner {
    padding: 50px 0 !important;
  }

  .hx-solution-level-two .hx-solution-cards-section {
    padding-top: 54px !important;
    padding-bottom: 70px !important;
  }
}

/* Solutions root landing page. Kept fully scoped so category and detail routes retain their existing layouts. */
.hx-solutions-landing-page {
  --hx-landing-ink: #071a36;
  --hx-landing-navy: #071d3d;
  --hx-landing-blue: #1268ff;
  --hx-landing-cyan: #03bed5;
  --hx-landing-line: #d8e1ec;
  --hx-landing-soft: #f3f7fb;
  --hx-landing-muted: #536780;
  color: var(--hx-landing-ink);
  background: #fff;
}

.hx-solutions-landing-page .hx-solution-catalog {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
}

.hx-solutions-landing-page .hx-solutions-landing,
.hx-solutions-landing-page .hx-solutions-landing * {
  box-sizing: border-box;
}

.hx-solutions-landing-page .hx-solutions-landing {
  overflow: clip;
  background: #fff;
}

.hx-solutions-landing-page .hx-solutions-landing h1,
.hx-solutions-landing-page .hx-solutions-landing h2,
.hx-solutions-landing-page .hx-solutions-landing p,
.hx-solutions-landing-page .hx-solutions-landing figure {
  margin: 0;
}

.hx-solutions-landing-page .hx-solutions-landing a {
  text-decoration: none;
}

.hx-solutions-landing-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(3, 190, 213, .18), transparent 25%),
    linear-gradient(118deg, #061a36 0%, #0b2b54 68%, #0d365f 100%);
}

.hx-solutions-landing-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: '';
  opacity: .26;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hx-solutions-landing-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  width: min(100% - 80px, 1540px);
  min-height: 660px;
  margin: 0 auto;
  gap: clamp(48px, 6vw, 104px);
}

.hx-solutions-landing-hero__copy {
  max-width: 680px;
  padding: 64px 0;
  color: #fff;
}

.hx-solutions-landing-hero__copy h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(52px, 5.15vw, 86px) !important;
  font-weight: 720 !important;
  line-height: .98 !important;
  letter-spacing: -.045em;
}

.hx-solutions-landing-hero__copy > p {
  max-width: 650px;
  margin-top: 32px !important;
  color: #c9d6e6;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.62;
}

.hx-solutions-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.hx-solutions-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.hx-solutions-button:hover {
  transform: translateY(-2px);
}

.hx-solutions-button--primary {
  color: #fff !important;
  background: var(--hx-landing-blue);
}

.hx-solutions-button--primary:hover {
  background: #0757dc;
}

.hx-solutions-button--outline {
  color: #fff !important;
  border-color: rgba(255,255,255,.55);
  background: transparent;
}

.hx-solutions-button--outline-light {
  color: #fff !important;
  border-color: rgba(255,255,255,.42);
}

.hx-solutions-button--dark {
  color: #fff !important;
  background: var(--hx-landing-navy);
}

.hx-solutions-button--light {
  color: var(--hx-landing-navy) !important;
  background: #fff;
}

.hx-solutions-arrow {
  margin-left: 16px;
  font-size: 1.25em;
  line-height: 1;
}

.hx-solutions-landing-hero__visual {
  position: relative;
  min-height: 530px;
  margin-right: -80px;
}

.hx-solutions-hero-image {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 28px 70px rgba(0,0,0,.34);
  background: #173252;
}

.hx-solutions-hero-image--primary {
  top: 34px;
  right: 58px;
  width: 78%;
  height: 410px;
}

.hx-solutions-hero-image--secondary {
  left: 0;
  bottom: 2px;
  width: 42%;
  height: 230px;
}

.hx-solutions-hero-image--tertiary {
  right: 0;
  bottom: -12px;
  width: 43%;
  height: 210px;
}

.hx-solutions-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hx-solutions-quick-nav {
  position: sticky;
  top: 64px;
  z-index: 35;
  border-bottom: 1px solid var(--hx-landing-line);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 30px rgba(7,26,54,.06);
  backdrop-filter: blur(12px);
}

.admin-bar .hx-solutions-quick-nav {
  top: 96px;
}

.hx-solutions-quick-nav__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: min(100% - 64px, 1480px);
  margin: 0 auto;
}

.hx-solutions-quick-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 0 clamp(18px, 2.4vw, 46px);
  color: var(--hx-landing-muted) !important;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.hx-solutions-quick-link::after {
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 20px;
  height: 3px;
  content: '';
  transform: scaleX(0);
  transform-origin: center;
  background: var(--hx-landing-blue);
  transition: transform .2s ease;
}

.hx-solutions-quick-link:hover,
.hx-solutions-quick-link.is-active {
  color: var(--hx-landing-blue) !important;
}

.hx-solutions-quick-link.is-active::after {
  transform: scaleX(1);
}

.hx-solutions-landing-content {
  width: min(100% - 80px, 1480px);
  margin: 0 auto;
  padding: 112px 0 124px;
}

.hx-solutions-category {
  position: relative;
  scroll-margin-top: 150px;
}

.hx-solutions-category + .hx-solutions-category {
  margin-top: 128px;
}

.hx-solutions-category-name {
  margin-bottom: 18px !important;
  color: var(--hx-landing-blue);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
}

.hx-solutions-category-title {
  color: var(--hx-landing-ink);
  font-size: clamp(38px, 4vw, 64px) !important;
  font-weight: 720 !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em;
}

.hx-solutions-category-description {
  max-width: 720px;
  margin-top: 24px !important;
  color: var(--hx-landing-muted);
  font-size: 18px;
  line-height: 1.68;
}

.hx-solutions-direction-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hx-solutions-direction-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff !important;
  font-size: 14px;
  font-weight: 650;
}

.hx-solutions-direction-link:hover {
  border-color: #fff;
  background: rgba(255,255,255,.1);
}

.hx-solutions-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: inherit !important;
  font-size: 16px;
  font-weight: 750;
}

.hx-solutions-category--transportation .hx-solutions-cinematic-media {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background: var(--hx-landing-navy);
}

.hx-solutions-cinematic-media::after,
.hx-solutions-mine-media::after {
  position: absolute;
  inset: 0;
  content: '';
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4,20,43,.94) 0%, rgba(4,20,43,.62) 43%, rgba(4,20,43,.08) 76%);
}

.hx-solutions-category--transportation .hx-solutions-category-copy {
  position: absolute;
  z-index: 2;
  bottom: clamp(38px, 5vw, 72px);
  left: clamp(38px, 5vw, 72px);
  width: min(620px, calc(100% - 76px));
  color: #fff;
}

.hx-solutions-category--transportation .hx-solutions-category-title,
.hx-solutions-category--transportation .hx-solutions-category-description,
.hx-solutions-category--transportation .hx-solutions-category-name {
  color: #fff;
}

.hx-solutions-category--transportation .hx-solutions-category-name {
  color: #55dff1;
}

.hx-solutions-security-grid {
  display: grid;
  grid-template-columns: minmax(320px, .55fr) minmax(0, 1fr);
  min-height: 600px;
  border: 1px solid var(--hx-landing-line);
  background: var(--hx-landing-soft);
}

.hx-solutions-category--security .hx-solutions-category-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(44px, 5vw, 76px);
}

.hx-solutions-category--security .hx-solutions-direction-list--stacked {
  display: grid;
  width: 100%;
}

.hx-solutions-category--security .hx-solutions-direction-link {
  justify-content: space-between;
  border-color: var(--hx-landing-line);
  color: var(--hx-landing-ink) !important;
}

.hx-solutions-security-media {
  min-height: 600px;
  overflow: hidden;
}

.hx-solutions-category--factory > .hx-solutions-category-copy {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(320px, .5fr);
  column-gap: 70px;
  align-items: end;
  margin-bottom: 44px;
}

.hx-solutions-category--factory .hx-solutions-category-name,
.hx-solutions-category--factory .hx-solutions-category-title {
  grid-column: 1;
}

.hx-solutions-category--factory .hx-solutions-category-description {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.hx-solutions-factory-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(280px, 1fr);
  min-height: 610px;
  gap: 16px;
}

.hx-solutions-factory-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hx-solutions-factory-media {
  overflow: hidden;
  background: #e7eef6;
}

.hx-solutions-factory-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
}

.hx-solutions-category--factory .hx-solutions-direction-list {
  margin-top: 0;
}

.hx-solutions-category--factory .hx-solutions-direction-link {
  border-color: var(--hx-landing-line);
  color: var(--hx-landing-ink) !important;
}

.hx-solutions-category--terminal {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 96px max(40px, calc((100vw - 1480px) / 2));
  color: #fff;
  background: #061a36;
}

.hx-solutions-terminal-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
  margin-bottom: 44px;
}

.hx-solutions-category--terminal .hx-solutions-category-title,
.hx-solutions-category--terminal .hx-solutions-category-description {
  color: #fff;
}

.hx-solutions-category--terminal .hx-solutions-category-description {
  color: #c7d4e4;
}

.hx-solutions-terminal-media {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
}

.hx-solutions-terminal-media::after {
  position: absolute;
  inset: 0;
  content: '';
  pointer-events: none;
  background: linear-gradient(180deg, transparent 45%, rgba(3,16,36,.55));
}

.hx-solutions-hotspots {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.hx-solutions-hotspot {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.72);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  background: rgba(5,25,52,.78);
  backdrop-filter: blur(7px);
}

.hx-solutions-hotspot::before {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  content: '';
  background: var(--hx-landing-cyan);
  box-shadow: 0 0 0 5px rgba(3,190,213,.22);
}

.hx-solutions-hotspot--1 { top: 22%; left: 10%; }
.hx-solutions-hotspot--2 { top: 52%; left: 27%; }
.hx-solutions-hotspot--3 { top: 19%; right: 14%; }
.hx-solutions-hotspot--4 { right: 10%; bottom: 14%; }

.hx-solutions-mine-media {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: var(--hx-landing-navy);
}

.hx-solutions-category--mine .hx-solutions-category-copy {
  position: absolute;
  z-index: 2;
  bottom: 56px;
  left: 56px;
  width: min(620px, calc(100% - 112px));
}

.hx-solutions-category--mine .hx-solutions-category-title,
.hx-solutions-category--mine .hx-solutions-category-description {
  color: #fff;
}

.hx-solutions-category--mine .hx-solutions-category-description {
  color: #d5deea;
}

.hx-solutions-mine-directions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid var(--hx-landing-line);
  border-bottom: 1px solid var(--hx-landing-line);
  border-left: 1px solid var(--hx-landing-line);
}

.hx-solutions-mine-direction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 24px;
  border-right: 1px solid var(--hx-landing-line);
  color: var(--hx-landing-ink) !important;
  font-weight: 700;
}

.hx-solutions-mine-direction:last-child {
  border-right: 0;
}

.hx-solutions-landing-cta {
  padding: 94px 40px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(3,190,213,.18), transparent 28%),
    var(--hx-landing-navy);
}

.hx-solutions-landing-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: min(100%, 1480px);
  margin: 0 auto;
  gap: 60px;
}

.hx-solutions-landing-cta__copy {
  max-width: 900px;
}

.hx-solutions-landing-cta h2 {
  color: #fff;
  font-size: clamp(38px, 4vw, 62px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em;
}

.hx-solutions-landing-cta p {
  max-width: 820px;
  margin-top: 22px !important;
  color: #c7d4e4;
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .hx-solutions-landing-hero__inner {
    grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
    width: min(100% - 56px, 1480px);
    gap: 42px;
  }

  .hx-solutions-landing-hero__visual {
    margin-right: -42px;
  }

  .hx-solutions-landing-content {
    width: min(100% - 56px, 1480px);
  }

  .hx-solutions-category--security .hx-solutions-category-copy {
    padding: 42px;
  }

  .hx-solutions-factory-grid {
    min-height: 520px;
  }

  .hx-solutions-mine-directions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hx-solutions-landing-hero,
  .hx-solutions-landing-hero__inner {
    min-height: 0;
  }

  .hx-solutions-landing-hero__inner {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 760px);
    padding: 84px 0 70px;
  }

  .hx-solutions-landing-hero__copy {
    padding: 0;
  }

  .hx-solutions-landing-hero__visual {
    min-height: 430px;
    margin: 0;
  }

  .hx-solutions-hero-image--primary {
    right: 0;
    width: 82%;
    height: 330px;
  }

  .hx-solutions-hero-image--secondary,
  .hx-solutions-hero-image--tertiary {
    height: 175px;
  }

  .hx-solutions-quick-nav__inner {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hx-solutions-quick-link {
    min-height: 66px;
  }

  .hx-solutions-landing-content {
    width: min(100% - 40px, 760px);
    padding: 78px 0 88px;
  }

  .hx-solutions-category + .hx-solutions-category {
    margin-top: 82px;
  }

  .hx-solutions-security-grid {
    grid-template-columns: 1fr;
  }

  .hx-solutions-security-media {
    min-height: 420px;
  }

  .hx-solutions-category--factory > .hx-solutions-category-copy {
    display: block;
  }

  .hx-solutions-category--factory .hx-solutions-category-description {
    margin-top: 24px !important;
  }

  .hx-solutions-factory-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hx-solutions-factory-media--main {
    min-height: 430px;
  }

  .hx-solutions-factory-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .hx-solutions-factory-media--small {
    min-height: 230px;
  }

  .hx-solutions-factory-footer,
  .hx-solutions-terminal-top,
  .hx-solutions-landing-cta__inner {
    display: block;
  }

  .hx-solutions-category--terminal {
    padding: 72px 20px;
  }

  .hx-solutions-terminal-top .hx-solutions-button {
    margin-top: 28px;
  }

  .hx-solutions-terminal-media {
    min-height: 470px;
  }

  .hx-solutions-landing-cta__inner .hx-solutions-actions {
    margin-top: 34px;
  }
}

@media (max-width: 600px) {
  .admin-bar .hx-solutions-quick-nav,
  .hx-solutions-quick-nav {
    top: 64px;
  }

  .hx-solutions-landing-hero__inner {
    width: min(100% - 32px, 560px);
    padding: 64px 0 52px;
  }

  .hx-solutions-landing-hero__copy h1 {
    font-size: 45px !important;
  }

  .hx-solutions-landing-hero__copy > p,
  .hx-solutions-category-description,
  .hx-solutions-landing-cta p {
    font-size: 16px;
  }

  .hx-solutions-actions,
  .hx-solutions-button {
    width: 100%;
  }

  .hx-solutions-landing-hero__visual {
    min-height: 330px;
  }

  .hx-solutions-hero-image--primary {
    top: 0;
    width: 88%;
    height: 260px;
  }

  .hx-solutions-hero-image--secondary,
  .hx-solutions-hero-image--tertiary {
    height: 132px;
  }

  .hx-solutions-quick-link {
    min-height: 58px;
    padding: 0 20px;
    font-size: 14px;
  }

  .hx-solutions-landing-content {
    width: min(100% - 32px, 560px);
    padding: 62px 0 72px;
  }

  .hx-solutions-category-title {
    font-size: 37px !important;
  }

  .hx-solutions-category--transportation .hx-solutions-cinematic-media,
  .hx-solutions-mine-media {
    min-height: 570px;
  }

  .hx-solutions-cinematic-media::after,
  .hx-solutions-mine-media::after {
    background: linear-gradient(0deg, rgba(4,20,43,.96) 0%, rgba(4,20,43,.62) 56%, rgba(4,20,43,.08) 100%);
  }

  .hx-solutions-category--transportation .hx-solutions-category-copy,
  .hx-solutions-category--mine .hx-solutions-category-copy {
    right: 24px;
    bottom: 28px;
    left: 24px;
    width: auto;
  }

  .hx-solutions-direction-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hx-solutions-security-grid {
    min-height: 0;
  }

  .hx-solutions-category--security .hx-solutions-category-copy {
    padding: 34px 26px 40px;
  }

  .hx-solutions-security-media,
  .hx-solutions-factory-media--main {
    min-height: 340px;
  }

  .hx-solutions-factory-stack {
    grid-template-columns: 1fr;
  }

  .hx-solutions-factory-media--small {
    min-height: 260px;
  }

  .hx-solutions-terminal-media {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
  }

  .hx-solutions-terminal-media > .hx-solutions-image {
    height: 340px;
  }

  .hx-solutions-terminal-media::after {
    display: none;
  }

  .hx-solutions-hotspots {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 18px;
  }

  .hx-solutions-hotspot {
    position: static;
    min-height: 48px;
  }

  .hx-solutions-mine-directions {
    grid-template-columns: 1fr;
  }

  .hx-solutions-mine-direction {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid var(--hx-landing-line);
  }

  .hx-solutions-landing-cta {
    padding: 72px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hx-solutions-landing-page .hx-solutions-button,
  .hx-solutions-landing-page .hx-solutions-quick-link::after {
    transition: none;
  }

  .hx-solutions-landing-page .hx-solutions-button:hover {
    transform: none;
  }
}

/* Level-one solution directory: simple, uniform image list. */
.hx-solutions-landing-page .hx-solutions-landing--simple {
  min-height: 70vh;
  padding: clamp(64px, 7vw, 104px) max(24px, calc((100vw - 1480px) / 2)) clamp(76px, 8vw, 120px);
  background: #f4f7fb;
  overflow: visible;
}

.hx-solutions-landing-page .hx-solutions-list-header {
  max-width: 820px;
  margin: 0 0 clamp(36px, 4vw, 56px);
}

.hx-solutions-landing-page .hx-solutions-list-header__eyebrow {
  margin: 0 0 12px !important;
  color: #0870e8;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hx-solutions-landing-page .hx-solutions-list-header__title {
  margin: 0 !important;
  color: #071a36;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(42px, 4.6vw, 68px) !important;
  font-weight: 720 !important;
  line-height: 1.02 !important;
  letter-spacing: -.025em;
}

.hx-solutions-landing-page .hx-solutions-list-header__description {
  max-width: 720px;
  margin: 20px 0 0 !important;
  color: #536780;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
}

.hx-solutions-landing-page .hx-solutions-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.hx-solutions-landing-page .hx-solutions-list-card {
  position: relative;
  isolation: isolate;
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid #d3deea;
  background: #dce6f0;
  box-shadow: 0 10px 28px rgba(7, 26, 54, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hx-solutions-landing-page .hx-solutions-list-card:hover,
.hx-solutions-landing-page .hx-solutions-list-card:focus-visible {
  transform: translateY(-4px);
  border-color: #9db9d8;
  box-shadow: 0 20px 42px rgba(7, 26, 54, .16);
}

.hx-solutions-landing-page .hx-solutions-list-card__media,
.hx-solutions-landing-page .hx-solutions-list-card__media img {
  width: 100%;
  height: 100%;
}

.hx-solutions-landing-page .hx-solutions-list-card__media {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.hx-solutions-landing-page .hx-solutions-list-card__media img {
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.hx-solutions-landing-page .hx-solutions-list-card:hover .hx-solutions-list-card__media img,
.hx-solutions-landing-page .hx-solutions-list-card:focus-visible .hx-solutions-list-card__media img {
  transform: scale(1.035);
}

.hx-solutions-landing-page .hx-solutions-list-card::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, transparent 40%, rgba(5, 20, 42, .8) 100%);
}

.hx-solutions-landing-page .hx-solutions-list-card__overlay {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 25px;
  left: 26px;
  padding-right: 54px;
  color: #fff;
}

.hx-solutions-landing-page .hx-solutions-list-card__eyebrow {
  margin: 0 0 7px !important;
  color: #79deea;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hx-solutions-landing-page .hx-solutions-list-card__title {
  margin: 0 !important;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(27px, 2.2vw, 36px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

.hx-solutions-landing-page .hx-solutions-list-card__arrow {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .48);
  color: #fff;
  font-size: 22px;
  transition: background-color .2s ease, color .2s ease;
}

.hx-solutions-landing-page .hx-solutions-list-card:hover .hx-solutions-list-card__arrow,
.hx-solutions-landing-page .hx-solutions-list-card:focus-visible .hx-solutions-list-card__arrow {
  color: #071a36;
  background: #fff;
}

@media (max-width: 1080px) {
  .hx-solutions-landing-page .hx-solutions-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hx-solutions-landing-page .hx-solutions-landing--simple {
    padding: 48px 22px 72px;
  }

  .hx-solutions-landing-page .hx-solutions-list-header {
    margin-bottom: 30px;
  }

  .hx-solutions-landing-page .hx-solutions-list-header__title {
    font-size: 38px !important;
  }

  .hx-solutions-landing-page .hx-solutions-list-header__description {
    margin-top: 15px !important;
    font-size: 15px;
  }

  .hx-solutions-landing-page .hx-solutions-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hx-solutions-landing-page .hx-solutions-list-card__overlay {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

/* Level-one directory: editorial hero and alternating industry rows inspired by the approved reference. */
body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-landing--reference {
  width: 100%;
  background: #fff;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero {
  position: relative;
  min-height: clamp(460px, 48vw, 650px);
  overflow: hidden;
  background: #071a36;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero > .hx-solutions-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__shade {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(4, 18, 39, .94) 0%, rgba(4, 18, 39, .78) 45%, rgba(4, 18, 39, .22) 78%, rgba(4, 18, 39, .08) 100%),
    linear-gradient(180deg, rgba(2, 13, 30, .04), rgba(2, 13, 30, .2));
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__inner {
  width: min(calc(100% - 48px), 1480px);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 118px) 0;
  color: #fff;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__eyebrow,
body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__eyebrow {
  color: #16bed5;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__title {
  max-width: 900px;
  margin-top: 18px !important;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(50px, 5.1vw, 82px) !important;
  font-weight: 720 !important;
  letter-spacing: -.035em;
  line-height: .98 !important;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__description {
  max-width: 720px;
  margin-top: 28px !important;
  color: #d8e2ef;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.7;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__actions {
  margin-top: 34px;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-cta {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-cta__eyebrow {
  margin: 0 0 14px !important;
  color: #16bed5;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-cta__actions {
  margin-top: 0;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-rows {
  display: block;
  background: #fff;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row {
  padding: clamp(72px, 7vw, 112px) 24px;
  border-bottom: 1px solid #e3e9f0;
  background: #fff;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row:nth-child(even) {
  background: #f3f5f8;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  width: min(100%, 1480px);
  min-height: 460px;
  margin: 0 auto;
  border: 1px solid #dce3eb;
  background: #fff;
  box-shadow: 0 16px 46px rgba(7, 26, 54, .07);
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row--reverse .hx-solutions-reference-row__media {
  order: 2;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row--reverse .hx-solutions-reference-row__copy {
  order: 1;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__media {
  position: relative;
  display: block;
  min-height: 460px;
  overflow: hidden;
  background: #dfe7ef;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: '';
  border: 1px solid rgba(7, 26, 54, .08);
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__media:hover img,
body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__media:focus-visible img {
  transform: scale(1.025);
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__copy {
  display: flex;
  min-width: 0;
  padding: clamp(42px, 5vw, 82px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__title {
  max-width: 590px;
  margin-top: 15px !important;
  color: #071a36;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(38px, 3.7vw, 60px) !important;
  font-weight: 720 !important;
  letter-spacing: -.025em;
  line-height: 1.02 !important;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__rule {
  display: block;
  width: 94px;
  height: 4px;
  margin: 28px 0 30px;
  background: #1268ff;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__description {
  max-width: 620px;
  color: #536780;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.75;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__button {
  display: inline-flex;
  min-height: 56px;
  margin-top: 34px;
  padding: 0 27px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1268ff;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s ease, transform .2s ease;
}

body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__button:hover,
body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__button:focus-visible {
  color: #fff;
  background: #0757dc;
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__inner {
    grid-template-columns: 1fr;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__media,
  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row--reverse .hx-solutions-reference-row__media {
    order: 1;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__copy,
  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row--reverse .hx-solutions-reference-row__copy {
    order: 2;
  }
}

@media (max-width: 640px) {
  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero {
    min-height: 430px;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero > .hx-solutions-image {
    object-position: 70% center;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__shade {
    background: linear-gradient(90deg, rgba(4, 18, 39, .92), rgba(4, 18, 39, .58));
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__inner {
    width: calc(100% - 40px);
    padding: 62px 0;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__title {
    font-size: 42px !important;
    line-height: 1.02 !important;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-hero__description {
    margin-top: 20px !important;
    font-size: 16px;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row {
    padding: 42px 18px;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__copy {
    padding: 34px 25px 38px;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__title {
    font-size: 34px !important;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__rule {
    width: 72px;
    margin: 22px 0;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__description {
    font-size: 15px;
    line-height: 1.65;
  }

  body:is(.hx-solution-level-one, .hx-solution-level-two) .hx-solutions-reference-row__button {
    width: 100%;
    margin-top: 26px;
  }
}
