@font-face {
  font-family: "HONOR Sans Brand";
  src: url("assets/fonts/HONORSansBrand-Regular-Split.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

@font-face {
  font-family: "HONOR Sans Brand";
  src: url("assets/fonts/HONORSansBrand-DemiBold-Split.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

:root {
  --paper: #ffffff;
  --mist: #f5f5f5;
  --mist-2: #eeeeee;
  --ink: #000000;
  --ink-2: #1d1d1f;
  --muted: #666666;
  --line: #dddddd;
  --line-dark: rgba(255, 255, 255, 0.14);
  --blue: #000000;
  --blue-dark: #333333;
  --cyan: #00b2e6;
  --green: #168565;
  --orange: #e7772e;
  --header-height: 64px;
  --shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
  font-family: "HONOR Sans Brand", "Microsoft Yahei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
}

body,
button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--blue);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 max(28px, calc((100vw - 1360px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 19, 24, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 260px;
  white-space: nowrap;
}

.honor-logo {
  width: 88px;
  height: 20px;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 18px;
  margin: 0 12px;
  background: var(--line);
}

.brand-product {
  color: #434b55;
  font-size: 13px;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}

.desktop-nav > a,
.nav-dropdown > summary {
  position: relative;
  padding: 27px 0 25px;
  color: #4d5661;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.desktop-nav > a[aria-current="page"],
.nav-dropdown > summary[aria-current="page"] {
  color: var(--ink);
}

.desktop-nav > a[aria-current="page"]::after,
.nav-dropdown > summary[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--ink);
  content: "";
}

.mobile-nav > a[aria-current="page"] {
  color: var(--blue-dark);
  font-weight: 800;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-dropdown > summary span {
  color: #7b8590;
  font-size: 13px;
  transition: transform 180ms ease;
}

.nav-dropdown[open] > summary span {
  transform: rotate(180deg);
}

.desktop-nav > a::after,
.nav-dropdown > summary::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav > a:hover,
.desktop-nav > a:focus-visible,
.nav-dropdown > summary:hover,
.nav-dropdown > summary:focus-visible,
.nav-dropdown[open] > summary {
  color: var(--ink);
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.nav-dropdown > summary:hover::after,
.nav-dropdown > summary:focus-visible::after,
.nav-dropdown[open] > summary::after,
.desktop-nav > a[aria-current="page"]::after,
.nav-dropdown > summary[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  position: relative;
  display: flex;
  align-items: stretch;
}

.nav-dropdown-trigger > a {
  position: relative;
  padding: 27px 2px 25px 0;
  color: #4d5661;
  font-size: 13px;
  font-weight: 650;
}

.nav-dropdown-trigger > button {
  width: 24px;
  padding: 0;
  color: #7b8590;
  background: transparent;
  border: 0;
}

.nav-dropdown-trigger > button span {
  display: block;
  font-size: 13px;
  transition: transform 180ms ease;
}

.nav-dropdown-trigger > a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav-dropdown-trigger > a:hover,
.nav-dropdown-trigger > a:focus-visible,
.nav-dropdown.is-open .nav-dropdown-trigger > a,
.nav-dropdown-trigger > a[aria-current="page"] {
  color: var(--ink);
}

.nav-dropdown-trigger > a:hover::after,
.nav-dropdown-trigger > a:focus-visible::after,
.nav-dropdown.is-open .nav-dropdown-trigger > a::after,
.nav-dropdown-trigger > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-dropdown.is-open .nav-dropdown-trigger > button span {
  transform: rotate(180deg);
}

.nav-dropdown-menu[hidden] {
  display: none;
}

.nav-dropdown-menu {
  position: fixed;
  z-index: 120;
  top: var(--header-height);
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: 100vw;
  padding: 26px max(32px, calc((100vw - 1200px) / 2)) 30px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 44px rgba(17, 24, 39, 0.14);
  animation: nav-menu-in 180ms ease both;
}

.nav-dropdown-menu a {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  align-content: end;
  gap: 10px;
  min-height: 176px;
  padding: 108px 18px 18px;
  background: var(--mist);
  border: 1px solid transparent;
  border-radius: 6px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-dropdown-menu a:not(.nav-dropdown-all)::before {
  position: absolute;
  inset: 0 0 auto;
  height: 92px;
  background-position: center;
  background-size: cover;
  content: "";
  transition: transform 240ms ease;
}

.nav-dropdown-menu a:not(.nav-dropdown-all):hover::before,
.nav-dropdown-menu a:not(.nav-dropdown-all):focus-visible::before {
  transform: scale(1.035);
}

.nav-dropdown-menu a[href$="manufacturing.html"]::before {
  background-image: url("assets/solution-manufacturing.jpg");
}

.nav-dropdown-menu a[href$="bank-security.html"]::before {
  background-image: url("assets/solution-bank-security.jpg");
}

.nav-dropdown-menu a[href$="branch-operations.html"]::before {
  background-image: url("assets/solution-branch-operations.jpg");
}

.nav-dropdown-menu a[href$="knowledge-hub.html"]::before {
  background-image: url("assets/solution-knowledge-hub.jpg");
}

.nav-dropdown-menu a[href$="analysis-agent.html"]::before {
  background-image: url("assets/solution-data-intelligence.jpg");
}

.nav-dropdown-menu a[href$="enterprise-compliance.html"]::before {
  background-image: url("assets/solution-enterprise-compliance.jpg");
}

.nav-dropdown-menu a[href$="legal-regulations.html"]::before {
  background-image: url("assets/solution-legal-regulations.jpg");
}

.nav-dropdown-menu a[href$="statistical-standards.html"]::before {
  background-image: url("assets/solution-statistical-standards.jpg");
}

.nav-dropdown-menu a[href$="ai-customer-service.html"]::before {
  background-image: url("assets/solution-ai-customer-service.jpg");
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: var(--paper);
  border-color: #b9c3cd;
  transform: translateY(-2px);
}

.nav-dropdown-menu a span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.nav-dropdown-menu a strong {
  color: #303a44;
  font-size: 15px;
  line-height: 1.5;
}

.nav-dropdown-menu .nav-dropdown-all {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  background: #202a35;
  border: 0;
}

.nav-dropdown-menu .nav-dropdown-all strong,
.nav-dropdown-all i {
  color: var(--paper);
  font-style: normal;
}

.nav-domain-menu {
  display: block;
  padding-top: 24px;
  padding-bottom: 26px;
}

.nav-domain-groups {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 28px;
}

.nav-domain-group {
  min-width: 0;
}

.nav-domain-group > p {
  margin: 0 0 12px;
  color: #67727d;
  font-size: 10px;
  font-weight: 850;
}

.nav-domain-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nav-domain-list-business {
  grid-template-columns: 1fr;
}

.nav-domain-menu .nav-domain-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 5px 14px;
  align-content: center;
  min-height: 84px;
  padding: 15px 17px;
  overflow: hidden;
  background: var(--mist);
  border: 1px solid transparent;
  border-radius: 6px;
  transform: none;
}

.nav-domain-menu .nav-domain-item::before {
  content: none !important;
}

.nav-domain-menu .nav-domain-item span {
  grid-column: 1;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.nav-domain-menu .nav-domain-item strong {
  grid-column: 1;
  color: #69747f;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
}

.nav-domain-menu .nav-domain-item > i {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--blue-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.nav-domain-menu a.nav-domain-item:hover,
.nav-domain-menu a.nav-domain-item:focus-visible {
  background: var(--paper);
  border-color: #aeb9c4;
  transform: translateY(-2px);
}

.nav-domain-menu .nav-domain-item.is-planned {
  color: #8a949e;
  background: #f6f7f8;
  border-color: #e3e7ea;
}

.nav-domain-menu .nav-domain-item.is-planned span,
.nav-domain-menu .nav-domain-item.is-planned strong {
  color: #8a949e;
}

.nav-domain-menu .nav-domain-item.is-planned > i {
  color: #9aa3ac;
  font-size: 9px;
}

.nav-domain-menu .nav-dropdown-all {
  margin-top: 18px;
}

@keyframes nav-menu-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-toggle {
  position: fixed;
  z-index: 96;
  right: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 78px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #d6d6d6;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  color: #000;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  border-color: #000;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #fff;
  transform: translateY(-2px);
}

.language-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.language-toggle-icon {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.language-toggle-icon::before,
.language-toggle-icon::after {
  position: absolute;
  content: "";
}

.language-toggle-icon::before {
  top: 3px;
  right: -1.5px;
  bottom: 3px;
  left: -1.5px;
  border-top: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  border-radius: 50%;
}

.language-toggle-icon::after {
  top: -1.5px;
  bottom: -1.5px;
  left: 5px;
  width: 5px;
  border-right: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  border-radius: 50%;
}

.language-toggle-label {
  min-width: 20px;
  text-align: center;
}

html[data-language="en"] body {
  word-break: normal;
}

html[data-language="en"] .desktop-nav {
  gap: clamp(14px, 1.45vw, 28px);
}

@media (max-width: 1400px) {
  .footer-grid {
    padding-right: 96px;
  }
}

.button,
.quiet-command {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.quiet-command:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--paper);
  background: var(--blue);
  border-color: var(--blue);
}

.button-primary:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.button-small {
  min-height: 38px;
  padding: 0 15px;
  font-size: 12px;
}

.quiet-command {
  padding: 0 8px;
  color: #555f6b;
  background: transparent;
  border: 0;
}

.quiet-command:hover {
  color: var(--blue);
}

.quiet-command-light {
  color: rgba(255, 255, 255, 0.72);
}

.quiet-command-light:hover {
  color: var(--paper);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: transparent;
  border: 0;
}

.menu-button span {
  display: block;
  width: 21px;
  height: 1.5px;
  margin: 5px 0;
  background: var(--ink);
}

.mobile-nav {
  position: fixed;
  z-index: 99;
  top: var(--header-height);
  right: 0;
  left: 0;
  display: grid;
  padding: 20px 24px 24px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav > a:not(.button) {
  padding: 14px 0;
  color: #343c45;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.mobile-nav .button {
  margin-top: 18px;
}

.mobile-solution-select {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  color: #343c45;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.mobile-solution-select select {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0 10px;
  color: #394550;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 12px;
}

.hero {
  position: relative;
  height: clamp(560px, min(52.083vw, calc(100svh - var(--header-height) - 32px)), 750px);
  overflow: hidden;
  color: #ffffff;
  background: #111820;
  touch-action: pan-y;
  --hero-progress-inset: 16px;
}

.hero-track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 650ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-slide.is-active {
  pointer-events: auto;
}

.hero-slide-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slide-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 12, 18, 0.78) 0%, rgba(7, 12, 18, 0.58) 39%, rgba(7, 12, 18, 0.12) 68%, rgba(7, 12, 18, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 12, 18, 0.34) 0%, rgba(7, 12, 18, 0) 38%);
}

.hero-slide-device {
  color: #111820;
  background: #eef1f4;
}

.hero-slide-device .hero-slide-shade {
  background: linear-gradient(90deg, rgba(245, 248, 250, 0.98) 0%, rgba(245, 248, 250, 0.88) 38%, rgba(245, 248, 250, 0.16) 63%, rgba(245, 248, 250, 0) 100%);
}

.hero .hero-slide-device .eyebrow {
  color: #111820;
}

.hero .hero-slide-device h2 {
  color: #111820;
}

.hero .hero-slide-device .hero-lead {
  color: #111820;
}

.hero-slide-device .hero-actions .button-primary {
  color: #ffffff;
  background: #111820;
  border-color: #111820;
}

.hero-slide-device .hero-actions .button-primary:hover,
.hero-slide-device .hero-actions .button-primary:focus-visible {
  color: #ffffff;
  background: #303942;
  border-color: #303942;
}

.hero-slide-device .hero-actions .button:not(.button-primary) {
  color: #111820;
}

.hero-slide-laptop .hero-slide-media {
  inset: 0 2vw 0 auto;
  width: min(62vw, 1080px);
  height: 100%;
  object-fit: contain;
}

.hero-slide-tablet .hero-slide-media {
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 88px;
}

.eyebrow,
.section-index,
.config-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
}

.eyebrow {
  padding-left: 42px;
}

.eyebrow::before {
  position: absolute;
  width: 30px;
  height: 2px;
  margin-top: 7px;
  margin-left: -42px;
  background: var(--blue);
  content: "";
}

.hero .eyebrow {
  width: min(560px, 45vw);
  padding-left: 0;
  color: #80d8e3;
  text-align: center;
  letter-spacing: 0;
}

.hero .eyebrow::before {
  display: none;
}

.hero h1,
.hero h2 {
  width: min(560px, 45vw);
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 720;
  line-height: 1.12;
  text-align: center;
  letter-spacing: 0;
}

.hero-lead {
  width: min(560px, 45vw);
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 26px;
  font-weight: 560;
  line-height: 1.42;
  text-align: center;
}

.hero-copy {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(560px, 45vw);
  margin-top: 34px;
}

.hero-actions .button {
  min-height: 42px;
  padding: 0 25px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 650;
}

.hero-actions .button-primary {
  color: #111820;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.hero-actions .button-primary:hover,
.hero-actions .button-primary:focus-visible {
  color: #111820;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.86);
}

.hero-actions .button:not(.button-primary) {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
}

.hero-actions .button:not(.button-primary)::after {
  margin-left: 5px;
  font-size: 20px;
  line-height: 1;
  content: "›";
  transition: transform 180ms ease;
}

.hero-actions .button:not(.button-primary):hover::after,
.hero-actions .button:not(.button-primary):focus-visible::after {
  transform: translateX(4px);
}

.hero-tags {
  display: none;
}

.hero-slider-controls {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.hero-pagination-wrap {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  pointer-events: auto;
}

.hero-pagination {
  display: flex;
  align-items: center;
}

.hero-pagination button {
  position: relative;
  width: 96px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hero-pagination button::before {
  position: absolute;
  top: 11px;
  right: calc(var(--hero-progress-inset) / 2);
  left: calc(var(--hero-progress-inset) / 2);
  height: 2px;
  background: rgba(255, 255, 255, 0.24);
  content: "";
}

.hero-pagination button::after {
  position: absolute;
  top: 11px;
  left: calc(var(--hero-progress-inset) / 2);
  width: 0;
  height: 2px;
  background: #ffffff;
  content: "";
  transform-origin: left;
}

.hero-pagination button.is-active::after {
  width: calc(100% - var(--hero-progress-inset));
  animation: hero-progress 5s linear forwards;
}

.hero.is-paused .hero-pagination button.is-active::after {
  animation-play-state: paused;
}

.hero-pagination button:focus-visible {
  outline: 2px solid #80d8e3;
  outline-offset: 2px;
}

.hero-play-toggle {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 55px;
  height: 55px;
  padding: 0;
  background: rgba(184, 184, 184, 0.12);
  border: 0;
  border-radius: 50%;
  opacity: 0.45;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background-color 180ms ease;
  pointer-events: auto;
  cursor: pointer;
}

.hero-arrow-prev {
  left: 60px;
}

.hero-arrow-next {
  right: 60px;
}

.hero-arrow span {
  width: 13px;
  height: 13px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.hero-arrow-prev span {
  transform: translateX(3px) rotate(-135deg);
}

.hero-arrow-next span {
  transform: translateX(-3px) rotate(45deg);
}

.hero:hover .hero-arrow,
.hero-arrow:focus-visible {
  background: rgba(184, 184, 184, 0.42);
  opacity: 1;
}

.hero-play-toggle:focus-visible,
.hero-arrow:focus-visible {
  outline: 2px solid #80d8e3;
  outline-offset: 2px;
}

.hero.is-light-slide .hero-pagination button::before {
  background: rgba(17, 24, 32, 0.22);
}

.hero.is-light-slide .hero-pagination button::after {
  background: #111820;
}

.hero.is-light-slide .hero-play-toggle {
  color: #111820;
}

.hero.is-light-slide .hero-arrow span {
  border-color: #111820;
}

@keyframes hero-progress {
  from { width: 0; }
  to { width: calc(100% - var(--hero-progress-inset)); }
}

.transformation-strip {
  position: relative;
  z-index: 2;
  color: var(--paper);
  background: var(--ink);
}

.transformation-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.transformation-grid > div {
  position: relative;
  min-height: 114px;
  padding: 24px 24px 22px;
  border-right: 1px solid var(--line-dark);
}

.transformation-grid > div:first-child {
  border-left: 1px solid var(--line-dark);
}

.transformation-grid span,
.transformation-grid strong,
.transformation-grid b {
  display: block;
}

.transformation-grid span {
  margin-bottom: 15px;
  color: #73d0dd;
  font-size: 10px;
  font-weight: 800;
}

.transformation-grid strong,
.transformation-grid b {
  font-size: 13px;
  line-height: 1.6;
}

.transformation-grid strong {
  color: rgba(255, 255, 255, 0.48);
}

.section {
  padding: 108px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 58px;
}

.section-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.24;
}

.section-heading div > p {
  max-width: 800px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.section-heading-light h2 {
  color: var(--paper);
}

.section-heading-light div > p {
  color: rgba(255, 255, 255, 0.58);
}

.challenge-section {
  background: var(--paper);
}

.challenge-list {
  border-top: 1px solid var(--line);
}

.challenge-list article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 110px;
  gap: 22px;
  align-items: center;
  min-height: 126px;
  padding: 25px 10px;
  border-bottom: 1px solid var(--line);
}

.challenge-list article > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.challenge-list h3 {
  margin: 0;
  font-size: 19px;
}

.challenge-list p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.challenge-list b {
  justify-self: end;
  padding: 8px 10px;
  color: #45515d;
  background: var(--mist);
  border-radius: 3px;
  font-size: 11px;
}

.agentic-section {
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.agentic-cycle {
  display: grid;
  grid-template-columns: repeat(11, auto);
  align-items: stretch;
}

.agentic-cycle article {
  width: 154px;
  min-height: 220px;
  padding: 24px 20px;
  background: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.agentic-cycle article:nth-of-type(2) {
  border-top-color: var(--cyan);
}

.agentic-cycle article:nth-of-type(3) {
  border-top-color: var(--orange);
}

.agentic-cycle article:nth-of-type(4) {
  border-top-color: var(--green);
}

.agentic-cycle span {
  color: #73d0dd;
  font-size: 10px;
  font-weight: 850;
}

.agentic-cycle h3 {
  margin: 42px 0 14px;
  font-size: 22px;
}

.agentic-cycle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  line-height: 1.75;
}

.agentic-cycle > i {
  display: flex;
  align-items: center;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.32);
  font-style: normal;
}

.agentic-result {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 28px 32px;
  background: #202935;
  border-left: 4px solid var(--blue);
}

.agentic-result p,
.agentic-result strong {
  margin: 0;
}

.agentic-result p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.agentic-result strong {
  font-size: 19px;
  line-height: 1.6;
}

.architecture-section {
  background: var(--mist);
}

.architecture-stack {
  display: grid;
  gap: 10px;
}

.stack-row,
.stack-dual > div,
.stack-source {
  border: 1px solid var(--line);
  border-radius: 6px;
}

.stack-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 104px;
  background: var(--paper);
}

.stack-row > span,
.stack-dual span {
  display: flex;
  align-items: center;
  padding: 24px;
  color: #6b7580;
  border-right: 1px solid var(--line);
  font-size: 11px;
  font-weight: 800;
}

.stack-row > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 22px 28px;
}

.stack-row strong,
.stack-dual strong {
  font-size: 19px;
}

.stack-row p,
.stack-dual p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.stack-business > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.stack-business b {
  padding: 13px 9px;
  color: #33404d;
  background: var(--mist);
  border: 1px solid var(--line);
  text-align: center;
  font-size: 11px;
}

.stack-agent {
  color: var(--paper);
  background: var(--blue);
  border-color: var(--blue);
}

.stack-agent > span {
  color: rgba(255, 255, 255, 0.66);
  border-right-color: rgba(255, 255, 255, 0.2);
}

.stack-agent p {
  color: rgba(255, 255, 255, 0.72);
}

.stack-dual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stack-dual > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 104px;
  background: var(--paper);
}

.stack-dual > div > div,
.stack-dual > div > strong,
.stack-dual > div > p {
  grid-column: 2;
}

.stack-dual strong {
  align-self: end;
  padding: 20px 26px 0;
}

.stack-dual p {
  align-self: start;
  padding: 0 26px 18px;
}

.stack-infra {
  border-left: 4px solid var(--cyan);
}

.stack-hardware {
  border-left: 4px solid var(--orange);
}

.stack-source {
  display: grid;
  grid-template-columns: 190px repeat(6, minmax(0, 1fr));
  align-items: center;
  min-height: 72px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--ink);
  border-color: var(--ink);
}

.stack-source > * {
  padding: 18px 12px;
  text-align: center;
  font-size: 11px;
}

.stack-source > span {
  color: rgba(255, 255, 255, 0.48);
  border-right: 1px solid var(--line-dark);
  font-weight: 800;
}

.products-section {
  background: var(--paper);
}

.product-console {
  display: grid;
  grid-template-columns: 330px 1fr;
  min-height: 520px;
  overflow: hidden;
  background: var(--ink);
  border-radius: 6px;
}

.product-tabs {
  display: grid;
  align-content: stretch;
  background: #171d25;
}

.product-tab {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  gap: 5px 12px;
  align-content: center;
  padding: 25px 28px;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.product-tab span {
  grid-row: 1 / 3;
  color: rgba(255, 255, 255, 0.32);
  font-size: 10px;
}

.product-tab b {
  font-size: 15px;
}

.product-tab small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
}

.product-tab.is-active {
  color: var(--paper);
  background: var(--blue);
}

.product-tab.is-active span,
.product-tab.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.product-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 82px);
  color: var(--paper);
}

.product-panel > p:first-child {
  margin: 0;
  color: #73d0dd;
  font-size: 11px;
  font-weight: 850;
}

.product-panel h3 {
  margin: 22px 0 0;
  font-size: clamp(32px, 4vw, 50px);
}

#product-description {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.9;
}

#product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

#product-list li {
  position: relative;
  min-height: 52px;
  padding: 15px 14px 14px 34px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  line-height: 1.7;
}

#product-list li::before {
  position: absolute;
  top: 21px;
  left: 16px;
  width: 6px;
  height: 6px;
  background: var(--cyan);
  content: "";
}

.product-outcome {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.product-outcome span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.product-outcome strong {
  font-size: 16px;
  line-height: 1.7;
}

.hardware-section {
  background: var(--mist);
}

.hardware-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 580px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.hardware-media {
  display: block;
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #f5f6f7;
}

.hardware-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hardware-media span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 7px 9px;
  color: #6d7580;
  background: rgba(255, 255, 255, 0.84);
  font-size: 9px;
}

.hardware-config {
  padding: 54px 48px;
}

.hardware-tabs {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 4px;
  background: var(--mist);
  border: 1px solid var(--line);
}

.hardware-tab {
  min-width: 90px;
  min-height: 38px;
  padding: 0 15px;
  color: #5a6570;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 750;
}

.hardware-tab.is-active {
  color: var(--paper);
  background: var(--ink);
}

.config-kicker {
  margin-top: 42px;
}

.hardware-config h3 {
  margin: 12px 0 0;
  font-size: 30px;
  line-height: 1.3;
}

.hardware-specs {
  margin: 30px 0 0;
}

.hardware-specs > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.hardware-specs dt {
  color: #7a848f;
  font-size: 11px;
}

.hardware-specs dd {
  margin: 0;
  color: #29333e;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.65;
}

.hardware-note {
  margin: 24px 0 0;
  padding: 17px 18px;
  color: #4c5966;
  background: #eef6ff;
  border-left: 3px solid var(--blue);
  font-size: 12px;
  line-height: 1.8;
}

.hardware-detail-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.hardware-detail-link i {
  color: var(--blue);
  font-size: 17px;
  font-style: normal;
  transition: transform 180ms ease;
}

.hardware-detail-link:hover i,
.hardware-detail-link:focus-visible i {
  transform: translateX(4px);
}

.workstation-family {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  min-height: 460px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
}

.workstation-family-media {
  min-height: 460px;
  overflow: hidden;
  background: #f2f4f6;
}

.workstation-family-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.workstation-family-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
}

.workstation-family-copy > p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.workstation-family-copy h3 {
  margin: 15px 0 0;
  font-size: 31px;
  line-height: 1.35;
}

.workstation-family-copy > p:not(:first-child) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.workstation-family-copy .button {
  margin-top: 28px;
}

.product-foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: #dfe5ec;
  border: 1px solid #dfe5ec;
  border-top: 0;
}

.product-foundation-grid article {
  min-width: 0;
  padding: 32px 30px 36px;
  background: var(--paper);
}

.product-foundation-grid span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.product-foundation-grid h3 {
  margin: 13px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.product-foundation-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.workstation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.workstation-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 430px;
  padding: 28px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.workstation-card > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 850;
}

.workstation-card h3 {
  margin: 12px 0 0;
  font-size: 23px;
  line-height: 1.3;
}

.workstation-model {
  min-height: 38px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.workstation-card dl {
  margin: 24px 0 0;
}

.workstation-card dl > div {
  padding: 11px 0;
  border-top: 1px solid var(--line);
}

.workstation-card dt {
  color: #7a848f;
  font-size: 9px;
}

.workstation-card dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  color: #29333e;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.55;
}

.workstation-card > p:last-child {
  margin: auto 0 0;
  padding-top: 22px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.workstation-domestic {
  margin-top: 14px;
}

.domestic-option {
  display: grid;
  grid-template-columns: 270px 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 16px;
  padding: 28px 32px;
  color: var(--paper);
  background: #26313c;
  border-left: 4px solid var(--orange);
}

.domestic-option span {
  color: #f6a36d;
  font-size: 10px;
  font-weight: 850;
}

.domestic-option h3 {
  margin: 7px 0 0;
  font-size: 18px;
}

.domestic-option p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.75;
}

.domestic-option a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.solutions-section {
  background: var(--mist);
}

.solutions-section-home {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

.solutions-section-home .section-heading {
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe5ec;
}

.solutions-section-home .industry-entry-grid {
  gap: 1px;
  background: #dfe5ec;
  border: 1px solid #dfe5ec;
}

.solutions-section-home .industry-entry {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.solutions-section-home .industry-entry:hover,
.solutions-section-home .industry-entry:focus-visible {
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
  transform: translateY(-2px);
}

.solution-home-cta {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 28px 32px;
  color: var(--paper);
  background: #1f2933;
}

.solution-home-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.8;
}

.scene-solution-showcase {
  border-top: 1px solid #cfd6dd;
  border-bottom: 1px solid #cfd6dd;
}

.scene-industry-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.scene-industry-tab {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  padding: 15px 12px;
  color: #5c6670;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
  cursor: pointer;
}

.scene-industry-tab:first-child {
  border-left: 0;
}

.scene-industry-tab::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 3px;
  background: var(--blue);
  content: "";
  opacity: 0;
}

.scene-industry-tab span {
  color: #8a949f;
  font-size: 9px;
  font-weight: 850;
}

.scene-industry-tab strong {
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
}

.scene-industry-tab:hover,
.scene-industry-tab:focus-visible,
.scene-industry-tab.is-active {
  color: var(--ink);
  background: #f9fafb;
}

.scene-industry-tab.is-active::after {
  opacity: 1;
}

.scene-industry-tab:focus-visible {
  z-index: 2;
  outline: 2px solid var(--blue);
  outline-offset: -3px;
}

.scene-industry-panels {
  min-height: 830px;
}

.scene-industry-panel {
  padding: 46px 0 52px;
}

.scene-industry-panel[hidden] {
  display: none;
}

.scene-industry-panel:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -4px;
}

.scene-industry-panel > header {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.scene-industry-panel > header p {
  margin: 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.scene-industry-panel > header h3 {
  margin: 12px 0 0;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0;
}

.scene-industry-panel > header span {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.scene-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.scene-solution-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scene-solution-grid-single {
  grid-template-columns: 1fr;
}

.scene-solution-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.scene-solution-card > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.scene-solution-grid-three .scene-solution-card > img {
  height: 185px;
}

.scene-solution-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 28px;
}

.scene-solution-content > p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.scene-solution-content h4 {
  margin: 13px 0 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: 0;
}

.scene-solution-grid-three .scene-solution-content h4 {
  font-size: 18px;
}

.scene-solution-content > p:not(:first-child) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.scene-solution-content > strong {
  margin-top: 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

.scene-solution-content ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.scene-solution-content li {
  position: relative;
  padding-left: 14px;
  color: #4f5a65;
  font-size: 11px;
  line-height: 1.65;
}

.scene-solution-content li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--green);
  content: "";
}

.scene-solution-content > a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: auto;
  padding-top: 26px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 750;
}

.scene-solution-content > a span {
  transition: transform 180ms ease;
}

.scene-solution-content > a:hover span,
.scene-solution-content > a:focus-visible span {
  transform: translateX(4px);
}

.scene-solution-card-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 580px;
}

.scene-solution-card-wide > img {
  height: 100%;
  min-height: 580px;
}

.scene-solution-card-wide .scene-solution-content {
  padding: 42px 40px;
}

.scene-solution-card-wide .scene-solution-content h4 {
  font-size: 25px;
}

.industry-solution-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  overflow: hidden;
  border-top: 1px solid #cfd6dd;
  border-bottom: 1px solid #cfd6dd;
}

.industry-tabs {
  display: flex;
  flex-direction: column;
  background: #17202a;
}

.industry-tab {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  grid-template-rows: auto auto;
  gap: 5px 10px;
  align-items: center;
  min-height: 108px;
  padding: 22px 22px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  cursor: pointer;
}

.industry-tab:last-child {
  border-bottom: 0;
}

.industry-tab::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--blue);
  content: "";
  opacity: 0;
}

.industry-tab > span {
  grid-row: 1 / 3;
  align-self: start;
  padding-top: 2px;
  color: #77d1dd;
  font-size: 10px;
  font-weight: 850;
}

.industry-tab > strong {
  grid-column: 2;
  color: inherit;
  font-size: 17px;
  font-weight: 720;
  line-height: 1.35;
}

.industry-tab > small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1.4;
}

.industry-tab > i {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.industry-tab:hover,
.industry-tab:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.industry-tab.is-active {
  color: var(--ink);
  background: var(--paper);
}

.industry-tab.is-active::before {
  opacity: 1;
}

.industry-tab.is-active > small {
  color: var(--muted);
}

.industry-tab:focus-visible {
  z-index: 2;
  outline: 2px solid #80d8e3;
  outline-offset: -3px;
}

.industry-panel-stack {
  min-height: 840px;
  background: var(--paper);
}

.industry-panel {
  min-height: 840px;
  padding: 42px 50px 48px;
}

.industry-panel[hidden] {
  display: none;
}

.industry-panel:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -4px;
}

.industry-panel-head {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.industry-panel-head > p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0;
}

.industry-panel-head h3 {
  margin: 13px 0 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: 0;
}

.industry-panel-head > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 22px;
  padding: 15px 18px;
  background: var(--mist);
  border-left: 3px solid var(--blue);
}

.industry-panel-head > div span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.8;
}

.industry-panel-head > div strong {
  color: #26313c;
  font-size: 15px;
  line-height: 1.55;
}

.industry-panel-head > p:last-child {
  max-width: 850px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.case-accordion details {
  border-bottom: 1px solid var(--line);
}

.case-accordion summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  gap: 15px;
  align-items: center;
  min-height: 96px;
  padding: 16px 0;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.case-accordion summary::-webkit-details-marker {
  display: none;
}

.case-accordion summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.case-number {
  align-self: start;
  padding-top: 4px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.case-title {
  display: grid;
  gap: 5px;
}

.case-title small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.case-title strong {
  font-size: 20px;
  font-weight: 720;
  line-height: 1.35;
}

.case-title em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5;
}

.case-accordion summary > i {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}

.case-accordion summary > i::before,
.case-accordion summary > i::after {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 1px;
  background: #33404c;
  content: "";
  transition: transform 180ms ease;
}

.case-accordion summary > i::after {
  transform: rotate(90deg);
}

.case-accordion details[open] summary > i::after {
  transform: rotate(0);
}

.case-accordion details[open] summary {
  color: var(--blue-dark);
}

.case-body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px 36px;
  padding: 0 0 34px 53px;
}

.case-body > p {
  margin: 0;
  color: #4f5a65;
  font-size: 13px;
  line-height: 1.85;
}

.case-body > div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.case-body > div > strong {
  display: block;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
}

.case-body ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.case-body li {
  position: relative;
  padding-left: 13px;
  color: #4f5a65;
  font-size: 12px;
  line-height: 1.55;
}

.case-body li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--green);
  content: "";
}

.case-body > a {
  grid-column: 1 / -1;
  justify-self: start;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 750;
}

.case-body > a span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms ease;
}

.case-body > a:hover span,
.case-body > a:focus-visible span {
  transform: translateX(4px);
}

.delivery-section {
  color: var(--paper);
  background: #17202a;
}

.delivery-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.delivery-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  min-height: 190px;
  padding: 28px 26px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.delivery-steps li:nth-child(3n + 1) {
  border-left: 1px solid var(--line-dark);
}

.delivery-steps li > span {
  color: #73d0dd;
  font-size: 10px;
  font-weight: 850;
}

.delivery-steps h3 {
  margin: 0;
  font-size: 17px;
}

.delivery-steps p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.75;
}

.acceptance-band {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  margin-top: 30px;
  padding: 28px 32px;
  background: #223447;
  border-left: 4px solid var(--cyan);
}

.acceptance-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.acceptance-band > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.acceptance-band span {
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 11px;
}

.contact-section {
  padding: 104px 0;
  color: var(--paper);
  background: #0b1016;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: 76px;
  align-items: start;
}

.contact-copy h2 {
  margin: 22px 0 0;
  font-size: clamp(36px, 4.3vw, 54px);
  line-height: 1.24;
}

.contact-copy > p:not(.section-index) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.9;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.contact-actions span {
  padding: 7px 9px;
  color: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 10px;
}

.contact-form {
  display: grid;
  gap: 17px;
  padding: 36px;
  background: #151c24;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  color: var(--paper);
  background: #0e141b;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  outline: none;
  font-size: 13px;
}

.contact-form input,
.contact-form select {
  min-height: 44px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #5d92f3;
}

.contact-form select option {
  color: var(--ink);
  background: var(--paper);
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-result {
  padding: 18px;
  background: #0a0f15;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.form-result pre {
  margin: 0 0 14px;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.75);
  white-space: pre-wrap;
  font: 12px/1.8 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.62);
  background: #080c11;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-grid {
  display: grid;
  grid-template-columns: 270px 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  display: flex;
  gap: 13px;
  align-items: center;
}

.footer-brand strong {
  color: var(--paper);
  font-size: 17px;
}

.footer-brand span,
.footer-grid p {
  font-size: 11px;
}

.footer-grid p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffffff;
}

.subpage-hero {
  position: relative;
  height: clamp(440px, min(58vw, calc(100svh - var(--header-height) - 40px)), 620px);
  overflow: hidden;
  color: #ffffff;
  background: #111820;
}

.subpage-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero > div[aria-hidden="true"] {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 12, 18, 0.9) 0%, rgba(7, 12, 18, 0.68) 44%, rgba(7, 12, 18, 0.2) 78%);
}

.subpage-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.subpage-hero-content > p:first-child {
  margin: 0;
  color: #80d8e3;
  font-size: 10px;
  font-weight: 850;
}

.subpage-hero-content h1 {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 54px;
  line-height: 1.14;
  letter-spacing: 0;
}

.subpage-hero-content > p:not(:first-child) {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

.subpage-hero-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.subpage-hero-content .button:not(.button-primary) {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.52);
}

.partner-section {
  background: var(--mist);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partner-card {
  min-height: 310px;
  padding: 30px 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.partner-card > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.partner-card h3 {
  margin: 24px 0 0;
  font-size: 22px;
  line-height: 1.4;
}

.partner-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.partner-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.partner-card li {
  position: relative;
  padding-left: 13px;
  color: #46525e;
  font-size: 11px;
  line-height: 1.6;
}

.partner-card li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--green);
  content: "";
}

.partner-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.partner-process li {
  min-height: 190px;
  padding: 28px 24px;
  border-left: 1px solid var(--line);
}

.partner-process li:first-child {
  border-left: 0;
}

.partner-process span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.partner-process h3 {
  margin: 24px 0 0;
  font-size: 18px;
}

.partner-process p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.page-cta {
  padding: 62px 0;
  color: #ffffff;
  background: #17202a;
}

.page-cta > .shell {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
}

.page-cta p {
  margin: 0;
  color: #80d8e3;
  font-size: 10px;
  font-weight: 850;
}

.page-cta h2 {
  max-width: 820px;
  margin: 12px 0 0;
  font-size: 30px;
  line-height: 1.4;
}

.industry-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.industry-entry {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.industry-entry:hover,
.industry-entry:focus-visible {
  border-color: #aeb8c2;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.1);
  transform: translateY(-3px);
}

.industry-entry:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.industry-entry > img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.industry-entry > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  min-height: 340px;
  padding: 26px 24px;
}

.industry-entry > div > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 850;
  line-height: 1.5;
}

.industry-entry h3 {
  margin: 13px 0 0;
  font-size: 23px;
  line-height: 1.35;
}

.industry-entry p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.industry-entry ul {
  display: grid;
  gap: 7px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.industry-entry li {
  position: relative;
  padding-left: 13px;
  color: #3f4a55;
  font-size: 11px;
  line-height: 1.55;
}

.industry-entry li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--green);
  content: "";
}

.industry-entry > div > strong {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  color: var(--blue-dark);
  font-size: 12px;
}

.industry-entry > div > strong i {
  font-style: normal;
  transition: transform 180ms ease;
}

.industry-entry:hover > div > strong i,
.industry-entry:focus-visible > div > strong i {
  transform: translateX(4px);
}

.solution-catalog-hero > img {
  object-position: center 44%;
}

.solution-catalog-nav {
  position: sticky;
  z-index: 80;
  top: var(--header-height);
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  scrollbar-width: thin;
}

.solution-catalog-nav > .shell {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.solution-catalog-nav a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 10px 14px;
  color: #4b5661;
  border-left: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.solution-catalog-nav a:last-child {
  border-right: 1px solid var(--line);
}

.solution-catalog-nav a span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 850;
}

.solution-catalog-nav a:hover,
.solution-catalog-nav a:focus-visible {
  color: var(--ink);
  background: var(--mist);
}

.solution-catalog-section {
  scroll-margin-top: calc(var(--header-height) + 62px);
  background: var(--paper);
}

.solution-catalog-section:nth-of-type(even) {
  background: var(--mist);
}

.catalog-industry-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1.38fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.catalog-industry-head > p {
  margin: 5px 0 0;
  color: #74808b;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.6;
}

.catalog-industry-head > p span {
  margin-right: 8px;
  color: var(--blue);
}

.catalog-industry-head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.25;
}

.catalog-industry-head div > p {
  max-width: 760px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.solution-browser-section {
  scroll-margin-top: var(--header-height);
  overflow: hidden;
  background: var(--mist);
}

.solution-browser-toolbar {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}

.solution-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid #cfd6dd;
  border-radius: 4px;
}

.solution-filters button {
  min-height: 44px;
  padding: 0 17px;
  color: #56616c;
  background: var(--paper);
  border: 0;
  border-left: 1px solid #cfd6dd;
  font-size: 11px;
  font-weight: 700;
}

.solution-filters button:first-child {
  border-left: 0;
}

.solution-filters button:hover,
.solution-filters button:focus-visible {
  color: var(--ink);
  background: #f8fafb;
}

.solution-filters button.is-active {
  color: #ffffff;
  background: #1d2732;
}

.solution-slider-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
}

.solution-slider-controls > span {
  min-width: 60px;
  color: #64707b;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.solution-slider-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #c7cfd7;
  border-radius: 4px;
  font-size: 18px;
}

.solution-slider-controls button:hover,
.solution-slider-controls button:focus-visible {
  color: #ffffff;
  background: var(--blue);
  border-color: var(--blue);
}

.solution-slider-controls button:disabled {
  color: #9ba4ad;
  background: #edf0f2;
  border-color: #dce1e6;
  cursor: not-allowed;
}

.solution-slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 4px 0 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #8b96a1 #dce1e6;
  scrollbar-width: thin;
  cursor: grab;
  overscroll-behavior-x: contain;
}

.solution-slider-track:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 5px;
}

.solution-slider-track.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.solution-slide {
  display: grid;
  flex: 0 0 min(960px, calc(100% - 104px));
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  min-height: 590px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  scroll-snap-align: start;
}

.solution-slide[hidden] {
  display: none;
}

.solution-slide-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #dfe4e8;
}

.solution-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}

.solution-slide-media span {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 8px 11px;
  color: #ffffff;
  background: rgba(15, 22, 30, 0.82);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.solution-slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px 40px;
}

.solution-slide-content > p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.solution-slide-content h3 {
  margin: 16px 0 0;
  font-size: 31px;
  line-height: 1.3;
}

.solution-slide-content > p:not(:first-child) {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.solution-slide-content > div {
  width: 100%;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.solution-slide-content > div > strong {
  font-size: 12px;
  font-weight: 850;
}

.solution-slide-content ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.solution-slide-content li {
  position: relative;
  padding-left: 14px;
  color: #46515c;
  font-size: 11px;
  line-height: 1.65;
}

.solution-slide-content li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--green);
  content: "";
}

.solution-slide-content > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 26px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.solution-slide-content > a span {
  transition: transform 180ms ease;
}

.solution-slide-content > a:hover span,
.solution-slide-content > a:focus-visible span {
  transform: translateX(4px);
}

.domain-overview-section {
  scroll-margin-top: var(--header-height);
  background: var(--mist);
}

.domain-jump-nav {
  margin-bottom: 34px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.domain-jump-nav > p {
  margin: 0;
  padding: 18px 22px;
  color: #5f6a75;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 800;
}

.domain-jump-nav > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.domain-jump-nav a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 66px;
  padding: 13px 18px;
  color: #35404b;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.domain-jump-nav a:nth-child(-n + 3) {
  border-top: 0;
}

.domain-jump-nav a:nth-child(3n + 1) {
  border-left: 0;
}

.domain-jump-nav a span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 850;
}

.domain-jump-nav a:hover,
.domain-jump-nav a:focus-visible {
  color: var(--ink);
  background: #f6f8fa;
}

.domain-list {
  display: grid;
  gap: 24px;
}

.domain-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 530px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  scroll-margin-top: calc(var(--header-height) + 22px);
}

.domain-showcase:nth-child(even) .domain-media {
  order: 2;
}

.domain-showcase:nth-child(even) .domain-content {
  order: 1;
}

.domain-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #dfe4e8;
}

.domain-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.domain-media span {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 8px 11px;
  color: #ffffff;
  background: rgba(15, 22, 30, 0.82);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.domain-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 38px;
}

.domain-content > p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.domain-content h3 {
  margin: 15px 0 0;
  font-size: 30px;
  line-height: 1.32;
}

.domain-summary {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.domain-intro {
  display: grid;
  width: 100%;
  margin: 26px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.domain-intro > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.domain-intro > div:first-child {
  border-top: 0;
}

.domain-intro dt {
  color: #26313c;
  font-size: 11px;
  font-weight: 850;
}

.domain-intro dd {
  margin: 0;
  color: #65707b;
  font-size: 11px;
  line-height: 1.65;
}

.domain-content > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 26px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.domain-content > a span {
  transition: transform 180ms ease;
}

.domain-content > a:hover span,
.domain-content > a:focus-visible span {
  transform: translateX(4px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav {
    gap: 15px;
  }

  .desktop-nav > a,
  .nav-dropdown > summary,
  .nav-dropdown-trigger > a {
    font-size: 12px;
  }

  .header-actions .quiet-command {
    display: none;
  }

  .workstation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agentic-cycle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .agentic-cycle article {
    width: auto;
  }

  .agentic-cycle > i {
    display: none;
  }

  .stack-dual > div {
    grid-template-columns: 150px 1fr;
  }

  .stack-dual span {
    padding: 18px;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 64px;
  }

  .shell {
    width: min(100% - 40px, 760px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: var(--header-height);
    padding: 0 20px;
  }

  .brand {
    min-width: 0;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .language-toggle {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    min-width: 70px;
    height: 42px;
    padding: 0 14px;
  }

  .menu-button {
    display: block;
  }

  .hero {
    height: clamp(540px, min(70vw, calc(100svh - var(--header-height) - 32px)), 700px);
    min-height: 0;
  }

  .hero-slide-media {
    object-position: center;
  }

  .hero-slide-shade {
    background:
      linear-gradient(90deg, rgba(9, 15, 22, 0.86) 0%, rgba(9, 15, 22, 0.68) 54%, rgba(9, 15, 22, 0.24) 100%),
      linear-gradient(0deg, rgba(9, 15, 22, 0.34) 0%, rgba(9, 15, 22, 0) 38%);
  }

  .hero-content {
    justify-content: center;
    padding-top: 44px;
    padding-bottom: 78px;
  }

  .hero .eyebrow,
  .hero h1,
  .hero h2,
  .hero-lead,
  .hero-actions {
    width: min(520px, 58vw);
  }

  .hero h1,
  .hero h2 {
    font-size: 46px;
  }

  .hero-lead {
    font-size: 24px;
  }

  .hero-arrow-prev {
    left: 20px;
  }

  .hero-arrow-next {
    right: 20px;
  }

  .transformation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .transformation-grid > div:nth-child(4),
  .transformation-grid > div:nth-child(5) {
    border-top: 1px solid var(--line-dark);
  }

  .section {
    padding: 86px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 44px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .subpage-hero-content h1 {
    font-size: 44px;
  }

  .partner-grid,
  .partner-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-browser-toolbar {
    align-items: flex-start;
  }

  .solution-filters {
    flex-wrap: nowrap;
    max-width: calc(100% - 132px);
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .solution-filters button {
    flex: 0 0 auto;
  }

  .solution-slide {
    flex-basis: calc(100% - 64px);
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .solution-slide-content {
    padding: 34px 30px;
  }

  .domain-showcase {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .domain-content {
    padding: 34px 30px;
  }

  .solution-catalog-nav > .shell {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(5, minmax(168px, 1fr));
  }

  .partner-process li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .partner-process li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .workstation-family {
    grid-template-columns: 1fr;
  }

  .workstation-family-media {
    min-height: 380px;
  }

  .workstation-family-copy {
    padding: 38px;
  }

  .product-foundation-grid {
    grid-template-columns: 1fr;
  }

  .scene-industry-tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }

  .scene-industry-tab {
    flex: 0 0 190px;
    border-bottom: 0;
  }

  .scene-industry-panels {
    min-height: 0;
  }

  .scene-solution-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scene-solution-card-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stack-row {
    grid-template-columns: 150px 1fr;
  }

  .stack-dual {
    grid-template-columns: 1fr;
  }

  .stack-source {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stack-source > span {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .product-console {
    grid-template-columns: 1fr;
  }

  .product-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-tab {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }

  .product-tab span {
    grid-row: auto;
  }

  .hardware-showcase {
    grid-template-columns: 1fr;
  }

  .hardware-media {
    min-height: 430px;
  }

  .domestic-option {
    grid-template-columns: 1fr auto;
  }

  .domestic-option p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .industry-solution-layout {
    grid-template-columns: 1fr;
  }

  .industry-tabs {
    flex-direction: row;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }

  .industry-tab {
    flex: 0 0 210px;
    min-height: 88px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
  }

  .industry-tab::before {
    top: auto;
    right: 0;
    bottom: 0;
    width: auto;
    height: 4px;
  }

  .industry-panel-stack,
  .industry-panel {
    min-height: 0;
  }

  .delivery-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-steps li:nth-child(3n + 1) {
    border-left: 0;
  }

  .delivery-steps li:nth-child(odd) {
    border-left: 1px solid var(--line-dark);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
  }

  .footer-grid > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 750px) {
  .hero {
    --hero-progress-inset: 6px;
  }

  .hero-pagination-wrap {
    bottom: 8px;
  }

  .hero-pagination button {
    width: 24px;
  }

  .hero-pagination button::before {
    right: 3px;
    left: 3px;
  }

  .hero-pagination button::after {
    left: 3px;
  }

  .hero-play-toggle {
    margin-left: 2px;
  }

  .hero-arrow {
    display: none;
  }
}

@media (max-width: 680px) {
  .shell {
    width: calc(100% - 32px);
  }

  .honor-logo {
    width: 78px;
    height: auto;
  }

  .brand-divider {
    margin: 0 9px;
  }

  .brand-product {
    font-size: 11px;
  }

  .industry-entry-grid {
    grid-template-columns: 1fr;
  }

  .industry-entry > img {
    height: 205px;
  }

  .industry-entry > div {
    min-height: 0;
    padding: 24px 20px;
  }

  .industry-entry > div > strong {
    margin-top: 22px;
    padding-top: 0;
  }

  .solution-home-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
  }

  .solution-browser-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px 10px;
    align-items: center;
  }

  .solution-filters {
    grid-column: 1 / -1;
    max-width: none;
  }

  .solution-filters button {
    min-height: 42px;
    padding: 0 14px;
  }

  .solution-slider-controls {
    grid-column: 2;
    grid-row: 2;
  }

  .solution-slider-track {
    gap: 12px;
  }

  .solution-slide {
    flex-basis: 100%;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .solution-slide-media {
    min-height: 0;
    height: 220px;
  }

  .solution-slide-content {
    min-height: 490px;
    padding: 28px 22px;
  }

  .solution-slide-content h3 {
    font-size: 25px;
  }

  .solution-slide-content > p:not(:first-child) {
    font-size: 12px;
  }

  .domain-jump-nav > div {
    grid-template-columns: 1fr;
  }

  .domain-jump-nav a,
  .domain-jump-nav a:nth-child(-n + 3),
  .domain-jump-nav a:nth-child(3n + 1) {
    min-height: 58px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .domain-jump-nav a:first-child {
    border-top: 0;
  }

  .domain-showcase {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .domain-showcase:nth-child(even) .domain-media,
  .domain-showcase:nth-child(even) .domain-content {
    order: initial;
  }

  .domain-media {
    min-height: 0;
    height: 230px;
  }

  .domain-content {
    min-height: 470px;
    padding: 28px 22px;
  }

  .domain-content h3 {
    font-size: 25px;
  }

  .domain-summary {
    font-size: 12px;
  }

  .domain-intro > div {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
  }

  .solution-catalog-nav > .shell {
    width: max-content;
    margin: 0;
  }

  .solution-catalog-nav a {
    min-height: 56px;
  }

  .solution-catalog-section {
    scroll-margin-top: calc(var(--header-height) + 56px);
  }

  .catalog-industry-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }

  .catalog-industry-head h2 {
    font-size: 30px;
  }

  .hero {
    height: clamp(460px, min(138.88vw, calc(100svh - var(--header-height) - 24px)), 650px);
    min-height: 0;
    --hero-progress-inset: 6px;
  }

  .hero-slide-media {
    object-position: center;
  }

  .hero-slide-shade {
    background: linear-gradient(180deg, rgba(8, 14, 20, 0.6) 0%, rgba(8, 14, 20, 0.18) 38%, rgba(8, 14, 20, 0.82) 100%);
  }

  .hero::after {
    content: none;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 64px;
  }

  .hero .eyebrow,
  .hero h1,
  .hero h2,
  .hero-lead,
  .hero-actions {
    width: 100%;
  }

  .hero h1,
  .hero h2 {
    margin-top: 14px;
    font-size: 34px;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.38;
  }

  .hero-copy {
    display: none;
  }

  .hero-actions {
    align-items: center;
    margin-top: 24px;
  }

  .hero-actions .button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 20px;
  }

  .hero-tags {
    display: none;
  }

  .hero-tags li {
    font-size: 10px;
  }

  .hero-version {
    margin-top: 12px;
  }

  .subpage-hero {
    height: 500px;
  }

  .subpage-hero > div[aria-hidden="true"] {
    background: rgba(7, 12, 18, 0.72);
  }

  .subpage-hero-content {
    align-items: center;
    text-align: center;
  }

  .subpage-hero-content h1 {
    font-size: 34px;
  }

  .subpage-hero-content > p:not(:first-child) {
    font-size: 15px;
  }

  .subpage-hero-content > div {
    justify-content: center;
  }

  .partner-grid,
  .partner-process {
    grid-template-columns: 1fr;
  }

  .partner-card {
    min-height: 0;
  }

  .partner-process li,
  .partner-process li:nth-child(3) {
    min-height: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .partner-process li:first-child {
    border-top: 0;
  }

  .page-cta > .shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-cta h2 {
    font-size: 25px;
  }

  .hero-slide-product .hero-slide-media {
    object-position: 72% center;
  }

  .hero-slide-device .hero-slide-shade {
    background: linear-gradient(180deg, rgba(245, 248, 250, 0.98) 0%, rgba(245, 248, 250, 0.88) 38%, rgba(245, 248, 250, 0.24) 64%, rgba(245, 248, 250, 0.08) 100%);
  }

  .hero-slide-laptop .hero-slide-media {
    inset: auto 0 22px;
    width: 100%;
    height: 56%;
    object-position: center bottom;
  }

  .hero-slide-tablet .hero-slide-media {
    object-position: 72% center;
  }

  .workstation-family-media {
    min-height: 280px;
  }

  .workstation-family-copy {
    padding: 30px 22px;
  }

  .workstation-family-copy h3 {
    font-size: 25px;
  }

  .workstation-grid {
    grid-template-columns: 1fr;
  }

  .workstation-card {
    min-height: 0;
  }

  .workstation-model {
    min-height: 0;
  }

  .scene-industry-tab {
    flex-basis: 156px;
    min-height: 70px;
  }

  .scene-industry-panel {
    padding: 34px 0 38px;
  }

  .scene-industry-panel > header {
    margin-bottom: 26px;
  }

  .scene-industry-panel > header h3 {
    font-size: 27px;
  }

  .scene-solution-grid,
  .scene-solution-grid-three {
    grid-template-columns: 1fr;
  }

  .scene-solution-card > img,
  .scene-solution-grid-three .scene-solution-card > img {
    height: 210px;
  }

  .scene-solution-content,
  .scene-solution-card-wide .scene-solution-content {
    padding: 26px 22px;
  }

  .scene-solution-content h4,
  .scene-solution-grid-three .scene-solution-content h4,
  .scene-solution-card-wide .scene-solution-content h4 {
    font-size: 19px;
  }

  .scene-solution-card-wide {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .scene-solution-card-wide > img {
    min-height: 0;
    height: 230px;
  }

  .transformation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transformation-grid > div {
    min-height: 102px;
    padding: 20px 16px;
    border-top: 1px solid var(--line-dark);
  }

  .transformation-grid > div:first-child,
  .transformation-grid > div:nth-child(2) {
    border-top: 0;
  }

  .transformation-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading h2 {
    font-size: 31px;
    line-height: 1.3;
  }

  .section-heading div > p {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.75;
  }

  .challenge-list article {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    min-height: 0;
    padding: 24px 0;
  }

  .challenge-list b {
    grid-column: 2;
    justify-self: start;
  }

  .agentic-cycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agentic-cycle article {
    min-height: 190px;
    padding: 20px 16px;
  }

  .agentic-cycle h3 {
    margin-top: 26px;
  }

  .agentic-result {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .stack-row {
    grid-template-columns: 1fr;
  }

  .stack-row > span {
    padding: 13px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stack-agent > span {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }

  .stack-row > div {
    display: block;
    padding: 19px 18px;
  }

  .stack-business > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stack-dual > div {
    grid-template-columns: 1fr;
  }

  .stack-dual span,
  .stack-dual strong,
  .stack-dual p {
    grid-column: 1 !important;
  }

  .stack-dual span {
    padding: 13px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stack-dual strong {
    padding: 18px 18px 0;
  }

  .stack-dual p {
    padding: 0 18px 18px;
  }

  .stack-source {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-tab {
    min-height: 104px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .product-panel {
    padding: 36px 22px;
  }

  .product-panel h3 {
    font-size: 31px;
  }

  #product-list {
    grid-template-columns: 1fr;
  }

  .product-outcome {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hardware-media {
    min-height: 290px;
  }

  .hardware-config {
    padding: 32px 22px;
  }

  .hardware-config h3 {
    font-size: 25px;
  }

  .hardware-specs > div {
    grid-template-columns: 76px 1fr;
  }

  .domestic-option {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }

  .domestic-option p,
  .domestic-option a {
    grid-column: 1;
    grid-row: auto;
  }

  .industry-tab {
    flex-basis: 180px;
    min-height: 82px;
    padding: 18px 16px;
  }

  .industry-panel {
    padding: 32px 18px 36px;
  }

  .industry-panel-head {
    padding-bottom: 26px;
  }

  .industry-panel-head h3 {
    font-size: 27px;
  }

  .industry-panel-head > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 14px 15px;
  }

  .case-accordion summary {
    grid-template-columns: 28px minmax(0, 1fr) 22px;
    gap: 10px;
    min-height: 92px;
  }

  .case-title strong {
    font-size: 17px;
  }

  .case-title em {
    font-size: 11px;
  }

  .case-body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 0 28px 38px;
  }

  .case-body > div {
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .case-body > a {
    grid-column: 1;
  }

  .delivery-steps {
    grid-template-columns: 1fr;
  }

  .delivery-steps li,
  .delivery-steps li:nth-child(odd) {
    min-height: 0;
    border-left: 1px solid var(--line-dark);
  }

  .acceptance-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }

  .contact-section {
    padding: 72px 0;
  }

  .contact-copy h2 {
    font-size: 33px;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .footer-grid > p {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-links {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-grid .quiet-command {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-pagination button.is-active::after {
    width: calc(100% - var(--hero-progress-inset));
    animation: none !important;
  }
}

@media print {
  .site-header,
  .mobile-nav,
  .hero-actions,
  .hero-slider-controls,
  .contact-section,
  .site-footer,
  .language-toggle,
  .quiet-command,
  .solution-anchor-nav {
    display: none !important;
  }

  .hero,
  .section,
  .contact-section {
    break-inside: avoid;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  body {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}

/* HONOR brand system: shared across the catalog, product, technology and solution pages. */
body,
button,
input,
select,
textarea {
  font-family: "HONOR Sans Brand", "Microsoft Yahei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body * {
  letter-spacing: 0 !important;
}

::selection {
  color: #ffffff;
  background: #000000;
}

:where(button, a, input, select, textarea):focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}

.site-header {
  min-height: var(--header-height);
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: #e5e5e5;
  box-shadow: none;
  backdrop-filter: blur(20px);
}

.brand {
  min-width: 238px;
}

.honor-logo {
  width: 92px;
  height: 21px;
}

.brand-divider {
  margin-right: 14px;
  margin-left: 14px;
  background: #d8d8d8;
}

.brand-product {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav > a,
.nav-dropdown > summary,
.nav-dropdown-trigger > a {
  padding-top: 23px;
  padding-bottom: 21px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.desktop-nav > a::after,
.nav-dropdown > summary::after,
.nav-dropdown-trigger > a::after {
  height: 2px;
  background: #000000;
}

.nav-dropdown-menu {
  padding-top: 28px;
  padding-bottom: 32px;
  background: #ffffff;
  border-color: #e5e5e5;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.08);
}

.nav-dropdown-menu a,
.nav-domain-menu .nav-domain-item {
  background: #f5f5f5;
  border-color: transparent;
  border-radius: 8px;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible,
.nav-domain-menu a.nav-domain-item:hover,
.nav-domain-menu a.nav-domain-item:focus-visible {
  background: #ffffff;
  border-color: #cfcfcf;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
}

.nav-dropdown-menu a span,
.nav-domain-menu .nav-domain-item span {
  color: #000000;
}

.nav-dropdown-menu a strong,
.nav-domain-menu .nav-domain-item strong {
  color: #555555;
}

.nav-dropdown-menu .nav-dropdown-all {
  color: #ffffff;
  background: #000000;
  border-radius: 999px;
}

.button,
.quiet-command {
  min-height: 40px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transform: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.quiet-command:hover {
  transform: none;
}

.button-primary {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}

.button-light {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

.button-light:hover,
.button-light:focus-visible {
  color: #000000;
  background: #eeeeee;
  border-color: #eeeeee;
}

.button-dark {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.button-dark:hover,
.button-dark:focus-visible {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}

.button-small {
  min-height: 36px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 13px;
}

.quiet-command {
  padding-right: 12px;
  padding-left: 12px;
  color: #4d4d4d;
}

.quiet-command:hover,
.quiet-command:focus-visible {
  color: #000000;
  background: #eeeeee;
}

.quiet-command-light {
  color: rgba(255, 255, 255, 0.72);
}

.quiet-command-light:hover,
.quiet-command-light:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.mobile-nav {
  background: #ffffff;
  border-bottom-color: #dddddd;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.mobile-nav > a:not(.button),
.mobile-solution-select {
  color: #222222;
  border-bottom-color: #e3e3e3;
  font-weight: 500;
}

.mobile-solution-select select,
.contact-form input,
.contact-form select,
.contact-form textarea {
  color: #111111;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 8px;
  outline: none;
}

.mobile-solution-select select {
  min-height: 44px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 13px;
}

.hero {
  background: #000000;
}

.hero-slide-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.54) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%);
}

.hero-slide-device .hero-slide-shade {
  background: linear-gradient(90deg, rgba(250, 250, 250, 0.98) 0%, rgba(250, 250, 250, 0.88) 38%, rgba(250, 250, 250, 0.14) 64%, rgba(250, 250, 250, 0) 100%);
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.hero .hero-slide-device .eyebrow {
  color: #333333;
}

.hero h1,
.hero h2 {
  font-weight: 600;
}

.hero-lead {
  font-weight: 400;
}

.hero-actions .button {
  font-weight: 500;
}

.subpage-hero > div[aria-hidden="true"] {
  background: rgba(0, 0, 0, 0.64);
}

.contact-section {
  color: #000000;
  background: #f5f5f5;
}

.contact-copy .section-index,
.contact-copy > p:not(.section-index) {
  color: #666666;
}

.contact-actions span {
  color: #333333;
  background: #ffffff;
  border-color: #dddddd;
  border-radius: 999px;
}

.contact-form {
  gap: 20px;
  padding: 36px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: none;
}

.contact-form label {
  gap: 10px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 13px 16px;
  font-size: 14px;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #888888;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: #cfcfcf;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: #ffffff;
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

.contact-form .quiet-command-light {
  color: #444444;
}

.form-result {
  color: #222222;
  background: #f5f5f5;
  border-color: #dddddd;
  border-radius: 8px;
}

.form-result pre {
  color: #333333;
}

.section-index,
.page-cta p,
.domain-content > p:first-child {
  color: #555555;
  font-weight: 600;
}

.subpage-hero-content > p:first-child,
.section-heading-light .section-index,
.agentic-section .section-index {
  color: rgba(255, 255, 255, 0.68);
}

.subpage-hero-content h1,
.section-heading-light h2 {
  color: #ffffff;
}

.section-heading-light div > p {
  color: rgba(255, 255, 255, 0.62);
}

.section-heading h2,
.domain-content h3 {
  color: #000000;
  font-weight: 600;
}

.section-heading div > p,
.domain-summary {
  color: #666666;
}

.industry-entry,
.partner-card,
.workstation-card,
.scene-solution-card,
.domain-showcase {
  border-color: #e2e2e2;
  border-radius: 8px;
  box-shadow: none;
}

.industry-entry:hover,
.industry-entry:focus-visible,
.partner-card:hover,
.partner-card:focus-visible,
.workstation-card:hover,
.workstation-card:focus-visible,
.scene-solution-card:hover,
.scene-solution-card:focus-visible {
  border-color: #bdbdbd;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.domain-jump-nav {
  background: #ffffff;
  border-color: #dedede;
  border-radius: 8px;
}

.domain-jump-nav a {
  color: #333333;
  background: #f5f5f5;
  border-color: #e5e5e5;
}

.domain-jump-nav a:hover,
.domain-jump-nav a:focus-visible {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.solution-filters {
  gap: 6px;
  padding: 4px;
  background: #eeeeee;
  border: 0;
  border-radius: 999px;
}

.solution-filters button {
  min-height: 38px;
  color: #555555;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-weight: 500;
}

.solution-filters button:hover,
.solution-filters button:focus-visible {
  color: #000000;
  background: #ffffff;
}

.solution-filters button.is-active {
  color: #ffffff;
  background: #000000;
}

.page-cta {
  color: #ffffff;
  background: #000000;
}

.page-cta p {
  color: rgba(255, 255, 255, 0.64);
}

.site-footer {
  color: rgba(255, 255, 255, 0.64);
  background: #000000;
  border-top-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 980px) {
  .brand {
    min-width: 0;
  }

  .contact-form {
    padding: 28px 24px;
  }
}

@media (max-width: 680px) {
  .honor-logo {
    width: 82px;
    height: 19px;
  }

  .brand-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .brand-product {
    font-size: 13px;
  }

  .button,
  .quiet-command {
    min-height: 40px;
  }

  .contact-form {
    padding: 24px 18px;
  }
}
