:root {
  --color-primary: #16324D;
  --color-secondary: #2B6E9F;
  --color-accent: #08BFD3;
  --color-accent-2: #2878C8;
  --color-logo-blue: #2BA7E2;
  --color-orange: #F6A23A;
  --color-green: #1CBFA6;
  --color-bg: #F3FAFD;
  --color-surface: #FFFFFF;
  --color-surface-alt: #EAF6FB;
  --color-text: #17304A;
  --color-muted: #607083;
  --color-border: #CDE0EA;
  --color-hero: #071A2B;
  --glass-bg: rgba(255, 255, 255, 0.22);
  --glass-bg-strong: rgba(255, 255, 255, 0.34);
  --glass-bg-light: rgba(255, 255, 255, 0.68);
  --glass-bg-dark: rgba(8, 26, 43, 0.58);
  --glass-border: rgba(255, 255, 255, 0.32);
  --glass-border-light: rgba(255, 255, 255, 0.60);
  --glass-border-dark: rgba(255, 255, 255, 0.15);
  --glass-shadow: 0 18px 54px rgba(23, 48, 74, 0.12);
  --shadow-soft: 0 22px 58px rgba(22, 50, 77, 0.13);
  --shadow-blue: 0 24px 80px rgba(43, 167, 226, 0.16);
  --container: 1180px;
  --radius-card: 8px;
}

.home-v2-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(680px, 82dvh);
  overflow: hidden;
  padding: clamp(6.6rem, 10vw, 8.4rem) max(1rem, calc((100vw - var(--container)) / 2)) clamp(1.4rem, 3vw, 2.6rem);
  color: #ffffff;
  background: #06111f;
}

.home-v2-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #06111f;
}

.home-v2-hero__video,
.home-v2-hero__media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.home-v2-hero__video {
  display: block;
  filter: saturate(1.08) contrast(1.04);
}

.home-v2-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 10, 18, 0.68) 0%, rgba(3, 10, 18, 0.54) 27%, rgba(3, 10, 18, 0.10) 52%, transparent 74%),
    radial-gradient(ellipse at 34% 48%, rgba(3, 10, 18, 0.36), transparent 34%);
  pointer-events: none;
}

.home-v2-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    linear-gradient(90deg, rgba(3, 10, 18, 0.88) 0%, rgba(4, 15, 27, 0.70) 34%, rgba(4, 15, 27, 0.20) 64%, rgba(3, 10, 18, 0.50) 100%),
    linear-gradient(180deg, rgba(3, 10, 18, 0.38) 0%, rgba(3, 10, 18, 0.10) 42%, rgba(3, 10, 18, 0.76) 100%);
  pointer-events: none;
}

.home-v2-hero__scan,
.home-v2-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-v2-hero__scan {
  z-index: 4;
  background:
    linear-gradient(115deg, transparent 0 45%, rgba(125, 231, 242, 0.18) 48%, rgba(246, 162, 58, 0.13) 51%, transparent 57%),
    linear-gradient(90deg, transparent 0 54%, rgba(125, 231, 242, 0.16) 55%, transparent 56% 100%);
  mix-blend-mode: screen;
  opacity: 0.62;
}

.home-v2-hero__mesh {
  z-index: 4;
  background:
    linear-gradient(rgba(125, 231, 242, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 231, 242, 0.06) 1px, transparent 1px),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(246, 162, 58, 0.09) 55px 56px, transparent 57px 124px);
  background-size: 46px 46px, 46px 46px, 250px 1px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.84) 58%, transparent 92%);
  opacity: 0.54;
}

.home-v2-hero__content {
  align-self: center;
  width: min(100%, 620px);
  min-width: 0;
  padding-block: 2rem;
}

.home-v2-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin: 0 0 1rem;
  color: #7de7f2;
  font-size: 0.88rem;
  font-weight: var(--font-weight-strong);
}

.home-v2-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 7vw, 5.9rem);
  line-height: 1.08;
  font-weight: var(--font-weight-display);
}

.home-v2-hero__lead {
  width: min(100%, 590px);
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 2;
  text-wrap: pretty;
}

.home-v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.home-v2-hero__status {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  width: min(100%, var(--container));
  margin-top: clamp(1.2rem, 4vw, 3rem);
}

.home-v2-hero__status span {
  display: grid;
  gap: 0.25rem;
  min-height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(5, 16, 29, 0.46);
  color: rgba(255, 255, 255, 0.76);
  padding: 0.85rem 1rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-v2-hero__status strong {
  color: #f6a23a;
  font-size: 0.92rem;
  font-weight: var(--font-weight-display);
  direction: ltr;
  text-align: right;
}

.home-v2-signal-band {
  position: relative;
  padding: clamp(2.75rem, 5vw, 4.5rem) 0;
  background:
    linear-gradient(180deg, rgba(7, 26, 43, 0.96), rgba(15, 41, 64, 0.92)),
    var(--color-hero);
  color: #ffffff;
}

.home-v2-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-v2-signal {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.75rem;
  min-height: 238px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.home-v2-signal::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 3px;
  background: linear-gradient(90deg, #7de7f2, #f6a23a, #2ba7e2);
}

.home-v2-signal__icon {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(125, 231, 242, 0.28);
  border-radius: 8px;
  background: rgba(125, 231, 242, 0.10);
  color: #7de7f2;
}

.home-v2-signal__icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-v2-signal h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.16rem;
  line-height: 1.55;
  font-weight: var(--font-weight-display);
}

.home-v2-signal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.home-v2-flow {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(234, 246, 251, 0.82)),
    var(--color-bg);
}

.home-v2-flow__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.58fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.home-v2-flow__copy h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.45rem, 2.45vw, 2.25rem);
  line-height: 1.45;
  font-weight: var(--font-weight-display);
}

.home-v2-flow__copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 1rem 0 0;
  color: var(--color-muted);
}

.home-v2-flow__steps {
  display: grid;
  gap: 0.75rem;
}

.home-v2-flow__steps span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(43, 110, 159, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-primary);
  padding: 0.85rem 1rem;
  font-weight: var(--font-weight-heading);
  box-shadow: 0 16px 38px rgba(22, 50, 77, 0.09);
}

.home-v2-flow__steps span::before {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  margin-inline-end: 0.65rem;
  border-radius: 50%;
  background: var(--color-orange);
  box-shadow: 0 0 0 7px rgba(246, 162, 58, 0.13);
}

@media (prefers-reduced-motion: no-preference) {
  .home-v2-hero__scan {
    animation: home-v2-scan 6.2s ease-in-out infinite alternate;
  }

  .home-v2-hero__mesh {
    animation: home-v2-mesh-drift 14s linear infinite;
  }

  .home-v2-signal {
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
  }

  .home-v2-signal:hover {
    transform: translateY(-4px);
    border-color: rgba(125, 231, 242, 0.32);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.05)),
      rgba(255, 255, 255, 0.055);
  }
}

@keyframes home-v2-scan {
  from {
    transform: translate3d(-8%, 0, 0);
    opacity: 0.38;
  }

  to {
    transform: translate3d(10%, -1.2%, 0);
    opacity: 0.72;
  }
}

@keyframes home-v2-mesh-drift {
  from {
    background-position: 0 0, 0 0, 0 50%;
  }

  to {
    background-position: 92px 46px, -64px 46px, 250px 50%;
  }
}

@media (max-width: 1020px) {
  .home-v2-hero {
    min-height: auto;
    padding-block: 7.25rem 2.5rem;
  }

  .home-v2-hero__media img {
    object-position: 56% center;
  }

  .home-v2-hero__video {
    object-position: 56% center;
  }

  .home-v2-hero__content {
    width: min(100%, 570px);
  }

  .home-v2-hero__status,
  .home-v2-signal-grid,
  .home-v2-flow__inner {
    grid-template-columns: 1fr;
  }

  .home-v2-hero__status {
    margin-top: 1.5rem;
  }

  .home-v2-signal {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .home-v2-hero {
    padding: 6.75rem 0.875rem 2rem;
  }

  .home-v2-hero__media img {
    object-position: 59% center;
  }

  .home-v2-hero__video {
    object-position: 59% center;
  }

  .home-v2-hero__media::after {
    background:
      linear-gradient(180deg, rgba(3, 10, 18, 0.82) 0%, rgba(3, 10, 18, 0.48) 46%, rgba(3, 10, 18, 0.90) 100%),
      linear-gradient(90deg, rgba(3, 10, 18, 0.62), rgba(3, 10, 18, 0.22));
  }

  .home-v2-hero__content {
    width: min(100%, 22rem);
    margin-inline: auto;
    padding-block: 1.25rem;
    text-align: center;
  }

  .home-v2-hero__eyebrow {
    justify-content: center;
  }

  .home-v2-hero h1 {
    font-size: clamp(2.25rem, 16vw, 3.35rem);
  }

  .home-v2-hero__lead {
    font-size: 0.98rem;
    line-height: 1.9;
  }

  .home-v2-hero__actions {
    flex-direction: column;
  }

  .home-v2-hero__status {
    gap: 0.55rem;
  }

  .home-v2-hero__status span {
    min-height: auto;
    text-align: right;
  }

  .home-v2-flow__steps span {
    min-height: 52px;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  direction: rtl;
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-body);
  text-align: right;
  background:
    linear-gradient(120deg, rgba(43, 167, 226, 0.13), transparent 34%),
    linear-gradient(240deg, rgba(8, 191, 211, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(235, 248, 252, 0.74)),
    var(--color-bg);
  color: var(--color-text);
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 10%, rgba(43, 167, 226, 0.15), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(8, 191, 211, 0.12), transparent 30%),
    linear-gradient(rgba(22, 50, 77, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 50, 77, 0.03) 1px, transparent 1px);
  background-size: auto, auto, 48px 48px, 48px 48px;
  pointer-events: none;
}

.glass-surface {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.nav-open {
  overflow: hidden;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--color-accent);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(0, 184, 169, 0.45);
  outline-offset: 3px;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset-block-start: 1rem;
  inset-inline-start: 1rem;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--color-accent);
  color: #05201e;
  padding: 0.75rem 1rem;
  font-weight: var(--font-weight-heading);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 100;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(5, 19, 34, 0.78), rgba(5, 19, 34, 0));
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.site-header--scrolled,
body.nav-open .site-header {
  background:
    linear-gradient(90deg, rgba(7, 26, 43, 0.88), rgba(11, 47, 76, 0.76)),
    rgba(8, 24, 42, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 88px;
  transition: min-height 220ms ease;
}

.site-header--scrolled .site-header__inner {
  min-height: 72px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  color: #ffffff;
  font-weight: var(--font-weight-display);
  white-space: nowrap;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.22);
}

.site-header .brand-link {
  order: 3;
  margin-inline-start: auto;
  color: #ffffff;
}

.brand-link img {
  width: 86px;
  height: 48px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
}

.brand-link--footer {
  color: #ffffff;
}

.primary-nav {
  order: 1;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-inline-start: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 0.25rem;
  box-shadow: none;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 0.75rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: var(--font-weight-strong);
}

.primary-nav a svg,
.button svg,
.text-link svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.site-header .primary-nav a {
  color: rgba(255, 255, 255, 0.82);
}

.primary-nav a:hover,
.site-header .primary-nav a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.nav-toggle {
  order: 1;
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-toggle span:not(.visually-hidden) {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0.7rem 1.05rem;
  font-weight: var(--font-weight-strong);
  line-height: 1.3;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--color-accent);
  color: #05201e;
}

.button--primary:hover {
  background: #13cec0;
  color: #05201e;
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.button--secondary:hover {
  border-color: var(--color-orange);
  color: #ffffff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--color-primary);
  font-weight: var(--font-weight-heading);
}

.text-link::after {
  content: "";
  width: 1.6rem;
  height: 2px;
  margin-inline-start: 0.5rem;
  background: var(--color-orange);
}

.text-link--icon {
  gap: 0.35rem;
}

.text-link--icon::after {
  display: none;
}

.text-link--icon svg {
  color: var(--color-orange);
  transition: transform 180ms ease;
}

.text-link--icon:hover svg {
  transform: translateX(-3px);
}

.cms-content {
  color: var(--color-text);
  line-height: 2.08;
  overflow-wrap: anywhere;
}

.cms-content > *:first-child {
  margin-top: 0;
}

.cms-content > *:last-child {
  margin-bottom: 0;
}

.cms-content p,
.cms-content ul,
.cms-content ol,
.cms-content blockquote,
.cms-content .article-table-wrap,
.cms-content > table,
.cms-content figure,
.cms-content pre {
  margin: 0 0 1.2rem;
}

.cms-content h2,
.cms-content h3,
.cms-content h4 {
  margin: 2rem 0 0.8rem;
  color: var(--color-primary);
  line-height: 1.45;
  font-weight: var(--font-weight-display);
  text-wrap: balance;
}

.cms-content h2 {
  font-size: clamp(1.35rem, 2.35vw, 1.9rem);
}

.cms-content h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.cms-content a {
  color: var(--color-accent-2);
  font-weight: var(--font-weight-heading);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.cms-content ul,
.cms-content ol {
  padding-inline-start: 1.35rem;
}

.cms-content li + li {
  margin-top: 0.35rem;
}

.cms-content blockquote {
  border-inline-start: 3px solid var(--color-accent);
  border-radius: 8px;
  background: rgba(8, 191, 211, 0.08);
  color: var(--color-primary);
  padding: 0.9rem 1rem;
}

.cms-content figure {
  display: grid;
  min-width: 0;
  gap: 0.7rem;
  margin-block: clamp(1.5rem, 4vw, 2.5rem);
}

.cms-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(22, 50, 77, 0.16);
}

.cms-content figcaption {
  color: #65788a;
  font-size: 0.9rem;
  text-align: center;
}

.cms-content .article-table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  border: 1px solid rgba(84, 119, 146, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(22, 50, 77, 0.07);
}

.cms-content table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
}

.cms-content th,
.cms-content td {
  border: 0;
  border-bottom: 1px solid rgba(84, 119, 146, 0.18);
  padding: 0.9rem 1rem;
  text-align: right;
  vertical-align: top;
}

.cms-content th {
  background: rgba(22, 50, 77, 0.94);
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.8;
  font-weight: var(--font-weight-display);
}

.cms-content tbody tr:nth-child(even) {
  background: rgba(244, 247, 250, 0.78);
}

.cms-content tbody tr:hover {
  background: rgba(230, 238, 245, 0.92);
}

.cms-content td:first-child {
  color: var(--color-primary);
  font-weight: var(--font-weight-display);
}

.cms-content pre,
.cms-content code {
  direction: ltr;
  text-align: left;
}

.cms-content pre {
  overflow-x: auto;
  border-radius: 8px;
  background: rgba(7, 26, 43, 0.92);
  color: #d9f7ff;
  padding: 1rem;
}

@media (max-width: 760px) {
  .cms-content .article-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .cms-content table {
    min-width: 0;
  }

  .cms-content table.is-responsive-table,
  .cms-content table.is-responsive-table tbody,
  .cms-content table.is-responsive-table tr,
  .cms-content table.is-responsive-table td {
    display: block;
    width: 100%;
  }

  .cms-content table.is-responsive-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .cms-content table.is-responsive-table tbody {
    display: grid;
    gap: 0.9rem;
  }

  .cms-content table.is-responsive-table tbody tr {
    overflow: hidden;
    border: 1px solid rgba(84, 119, 146, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 26px rgba(22, 50, 77, 0.06);
  }

  .cms-content table.is-responsive-table tbody tr:nth-child(even),
  .cms-content table.is-responsive-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.98);
  }

  .cms-content table.is-responsive-table tbody td {
    display: grid;
    grid-template-columns: minmax(6.4rem, 42%) minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    border-bottom: 1px solid rgba(84, 119, 146, 0.14);
    padding: 0.9rem 1rem;
    text-align: right;
  }

  .cms-content table.is-responsive-table tbody td:last-child {
    border-bottom: 0;
  }

  .cms-content table.is-responsive-table tbody td::before {
    content: attr(data-label);
    color: #516579;
    font-size: 0.83rem;
    line-height: 1.7;
    font-weight: var(--font-weight-display);
  }

  .cms-content table.is-responsive-table td:first-child {
    color: inherit;
    font-weight: 600;
  }
}

.page-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  min-height: 560px;
  padding: clamp(8rem, 12vw, 10rem) max(1rem, calc((100vw - var(--container)) / 2)) clamp(5rem, 8vw, 7rem);
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 22% 20%, rgba(43, 167, 226, 0.16), transparent 34%),
    var(--color-hero);
  background-size: 36px 36px, 36px 36px, auto;
  color: #ffffff;
}

.page-hero--image {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 470px);
  min-height: min(820px, 100dvh);
  background:
    linear-gradient(90deg, rgba(5, 18, 31, 0.97), rgba(8, 30, 50, 0.72) 42%, rgba(8, 30, 50, 0.18) 82%),
    var(--hero-image) center / cover no-repeat;
}

.page-hero--product-image {
  grid-template-columns: minmax(0, 1fr);
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(4, 15, 27, 0.95) 0%, rgba(5, 20, 34, 0.82) 35%, rgba(5, 20, 34, 0.42) 63%, rgba(5, 20, 34, 0.18) 100%),
    linear-gradient(180deg, rgba(3, 10, 18, 0.30), rgba(3, 10, 18, 0.54)),
    var(--hero-image) center / cover no-repeat;
}

.page-hero--text-only {
  grid-template-columns: minmax(0, 1fr);
}

.page-hero--text-only .page-hero__content {
  justify-self: end;
  width: min(100%, 660px);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 22%, rgba(43, 167, 226, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(8, 191, 211, 0.18), transparent 38%, rgba(40, 120, 200, 0.18));
  pointer-events: none;
}

.page-hero--image::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%);
}

.page-hero--product-image::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 72% 28%, rgba(125, 231, 242, 0.18), transparent 34%);
  background-size: 38px 38px, 38px 38px, auto;
  opacity: 0.58;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.88) 58%, transparent 100%);
}

.page-hero--image .hero-motion__beam,
.page-hero--image .hero-motion__node {
  display: none;
}

.page-hero--product-image .hero-motion__grid {
  display: none;
}

.hero-motion {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-motion__grid {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 1px, transparent 1.5px) 0 0 / 22px 22px,
    linear-gradient(115deg, transparent 0 38%, rgba(0, 184, 169, 0.14), transparent 56%),
    linear-gradient(245deg, transparent 0 48%, rgba(242, 138, 0, 0.12), transparent 66%);
  opacity: 0.52;
  mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 100%);
}

.hero-motion__beam {
  position: absolute;
  width: 38rem;
  height: 1px;
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(0, 184, 169, 0.72), rgba(242, 138, 0, 0.44), transparent);
  box-shadow: 0 0 22px rgba(0, 184, 169, 0.42);
}

.hero-motion__beam--one {
  inset-block-start: 38%;
  inset-inline-start: 4%;
  transform: rotate(-16deg);
}

.hero-motion__beam--two {
  inset-block-start: 59%;
  inset-inline-start: 12%;
  transform: rotate(12deg);
}

.hero-motion__node {
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 8px rgba(0, 184, 169, 0.12), 0 0 34px rgba(0, 184, 169, 0.72);
}

.hero-motion__node--one {
  inset-block-start: 32%;
  inset-inline-start: 18%;
}

.hero-motion__node--two {
  inset-block-start: 55%;
  inset-inline-start: 36%;
  background: var(--color-orange);
  box-shadow: 0 0 0 8px rgba(242, 138, 0, 0.12), 0 0 34px rgba(242, 138, 0, 0.64);
}

.hero-motion__node--three {
  inset-block-start: 70%;
  inset-inline-start: 10%;
  background: var(--color-green);
}

.page-hero--galaxy {
  grid-template-columns: minmax(0, 1fr);
  min-height: 530px;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 13% 48%, rgba(8, 191, 211, 0.26), transparent 33%),
    radial-gradient(ellipse at 66% 26%, rgba(43, 167, 226, 0.25), transparent 38%),
    radial-gradient(ellipse at 48% 76%, rgba(125, 231, 242, 0.14), transparent 27%),
    radial-gradient(ellipse at 82% 80%, rgba(246, 162, 58, 0.13), transparent 31%),
    linear-gradient(115deg, rgba(3, 12, 22, 0.50), rgba(8, 31, 53, 0.18) 48%, rgba(3, 12, 22, 0.48)),
    var(--color-hero);
}

.page-hero--galaxy::before {
  background:
    radial-gradient(ellipse at 74% 34%, rgba(125, 231, 242, 0.24), transparent 30%),
    radial-gradient(ellipse at 23% 58%, rgba(8, 191, 211, 0.20), transparent 38%),
    conic-gradient(from 214deg at 46% 49%, transparent 0 21%, rgba(8, 191, 211, 0.13) 29%, transparent 38%, rgba(246, 162, 58, 0.10) 48%, transparent 62%, rgba(125, 231, 242, 0.10) 71%, transparent 100%),
    linear-gradient(122deg, transparent 0 18%, rgba(8, 191, 211, 0.10) 24%, transparent 39%, rgba(246, 162, 58, 0.08) 54%, transparent 72%);
  opacity: 0.82;
}

.page-hero--galaxy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(125, 231, 242, 0.20) 11%, transparent 12% 48%, rgba(246, 162, 58, 0.14) 49%, transparent 50%),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(125, 231, 242, 0.11) 35px 37px, transparent 38px 76px),
    repeating-linear-gradient(0deg, transparent 0 58px, rgba(125, 231, 242, 0.065) 59px 60px, transparent 61px 124px),
    radial-gradient(circle at 68% 45%, rgba(125, 231, 242, 0.48) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 62%, rgba(246, 162, 58, 0.34) 0 1px, transparent 2px);
  background-size: 620px 1px, 260px 1px, 1px 260px, 180px 120px, 220px 140px;
  background-position: 12% 40%, 0 58%, 38% 0, 0 0, 40px 30px;
  mask-image: radial-gradient(ellipse at 54% 48%, #000 0%, rgba(0, 0, 0, 0.82) 52%, transparent 82%);
  opacity: 0.34;
}

.page-hero--galaxy .page-hero__content {
  justify-self: end;
  width: min(100%, 660px);
}

.page-hero--galaxy .hero-motion {
  z-index: 0;
}

.page-hero--galaxy .hero-motion__grid {
  background:
    radial-gradient(circle, rgba(125, 231, 242, 0.28) 1px, transparent 1.45px) 0 0 / 18px 18px,
    radial-gradient(circle, rgba(255, 255, 255, 0.13) 1px, transparent 1.35px) 9px 8px / 31px 31px,
    linear-gradient(62deg, transparent 0 41%, rgba(125, 231, 242, 0.16) 42%, transparent 43% 55%, rgba(246, 162, 58, 0.10) 56%, transparent 57%),
    conic-gradient(from 38deg at 52% 50%, transparent 0 12%, rgba(8, 191, 211, 0.18) 22%, transparent 34%, rgba(246, 162, 58, 0.12) 48%, transparent 62%, rgba(43, 167, 226, 0.15) 76%, transparent 100%),
    radial-gradient(ellipse at 52% 48%, rgba(8, 191, 211, 0.20), transparent 50%);
  opacity: 0.76;
  mask-image: radial-gradient(ellipse at 54% 48%, #000 0%, #000 72%, transparent 100%);
}

.page-hero--galaxy .hero-motion__grid::before,
.page-hero--galaxy .hero-motion__grid::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-hero--galaxy .hero-motion__grid::before {
  width: min(82vw, 62rem);
  height: min(82vw, 62rem);
  inset-block-start: -8%;
  inset-inline-start: 4%;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 28deg, transparent 0deg 8deg, rgba(125, 231, 242, 0.13) 8.4deg 9.2deg, transparent 9.6deg 21deg),
    radial-gradient(circle, transparent 0 39%, rgba(125, 231, 242, 0.13) 40%, transparent 41% 55%, rgba(246, 162, 58, 0.10) 56%, transparent 57% 100%);
  filter: blur(0.2px) drop-shadow(0 0 24px rgba(8, 191, 211, 0.18));
  opacity: 0.58;
  transform: rotate(-18deg) scaleY(0.42);
}

.page-hero--galaxy .hero-motion__grid::after {
  inset: 16% 4% 12% 8%;
  border-radius: 46% 54% 48% 52%;
  background:
    linear-gradient(100deg, transparent 0 18%, rgba(125, 231, 242, 0.22) 19%, transparent 20% 39%, rgba(246, 162, 58, 0.12) 40%, transparent 41% 100%),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(125, 231, 242, 0.10) 19px 20px, transparent 21px 46px),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, 0.08) 43px 44px, transparent 45px 88px);
  mask-image: radial-gradient(ellipse at 52% 50%, transparent 0 18%, #000 19% 58%, transparent 78%);
  opacity: 0.22;
  transform: rotate(-7deg);
}

.page-hero--galaxy .hero-motion::before,
.page-hero--galaxy .hero-motion::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(125, 231, 242, 0.22);
  border-radius: 50%;
  pointer-events: none;
  filter: drop-shadow(0 0 30px rgba(8, 191, 211, 0.16));
}

.page-hero--galaxy .hero-motion::before {
  width: min(74vw, 52rem);
  height: min(74vw, 52rem);
  inset-block-start: 0;
  inset-inline-start: 3%;
  transform: rotate(-16deg) scaleY(0.40);
  box-shadow: inset 0 0 46px rgba(125, 231, 242, 0.06), 0 0 86px rgba(8, 191, 211, 0.12);
}

.page-hero--galaxy .hero-motion::after {
  width: min(54vw, 38rem);
  height: min(54vw, 38rem);
  inset-block-start: 18%;
  inset-inline-start: 33%;
  transform: rotate(20deg) scaleY(0.33);
  border-color: rgba(246, 162, 58, 0.16);
  box-shadow: inset 0 0 38px rgba(246, 162, 58, 0.05), 0 0 76px rgba(246, 162, 58, 0.10);
}

.page-hero--galaxy .hero-motion__beam {
  width: 66rem;
  height: 1px;
  opacity: 0.68;
  background:
    linear-gradient(90deg, transparent, rgba(8, 191, 211, 0.08), rgba(125, 231, 242, 0.68), rgba(246, 162, 58, 0.28), transparent),
    repeating-linear-gradient(90deg, transparent 0 26px, rgba(255, 255, 255, 0.52) 27px 29px, transparent 30px 54px);
  box-shadow: 0 0 32px rgba(8, 191, 211, 0.30);
}

.page-hero--galaxy .hero-motion__beam--one {
  inset-block-start: 34%;
  inset-inline-start: 2%;
}

.page-hero--galaxy .hero-motion__beam--two {
  inset-block-start: 61%;
  inset-inline-start: 16%;
}

.page-hero--galaxy .hero-motion__node {
  width: 0.58rem;
  height: 0.58rem;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(125, 231, 242, 0.92);
  box-shadow: 0 0 0 8px rgba(8, 191, 211, 0.08), 0 0 28px rgba(8, 191, 211, 0.62), 0 0 90px rgba(125, 231, 242, 0.15);
}

.page-hero--galaxy .hero-motion__node::before {
  content: "";
  position: absolute;
  inset: -1.1rem;
  border: 1px solid rgba(125, 231, 242, 0.12);
  border-radius: 50%;
  transform: scaleX(1.85) rotate(-18deg);
}

.page-hero--galaxy .hero-motion__node::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: clamp(3.4rem, 12vw, 9rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 231, 242, 0.28), transparent);
  opacity: 0.46;
  transform: rotate(var(--node-link-rotation, -18deg));
  transform-origin: right center;
}

.page-hero--galaxy .hero-motion__node--one {
  inset-block-start: 25%;
  inset-inline-start: 22%;
  --node-link-rotation: -22deg;
}

.page-hero--galaxy .hero-motion__node--two {
  inset-block-start: 48%;
  inset-inline-start: 39%;
  --node-link-rotation: 16deg;
}

.page-hero--galaxy .hero-motion__node--three {
  inset-block-start: 72%;
  inset-inline-start: 17%;
  --node-link-rotation: -9deg;
}

.hero-motion__node--four {
  inset-block-start: 19%;
  inset-inline-start: 58%;
  background: var(--color-accent);
  --node-link-rotation: 28deg;
}

.hero-motion__node--five {
  inset-block-start: 31%;
  inset-inline-start: 72%;
  background: var(--color-logo-blue);
  --node-link-rotation: -32deg;
}

.hero-motion__node--six {
  inset-block-start: 62%;
  inset-inline-start: 69%;
  background: var(--color-orange);
  box-shadow: 0 0 0 7px rgba(246, 162, 58, 0.12), 0 0 30px rgba(246, 162, 58, 0.64);
  --node-link-rotation: 24deg;
}

.hero-motion__node--seven {
  inset-block-start: 78%;
  inset-inline-start: 47%;
  background: var(--color-green);
  --node-link-rotation: -16deg;
}

.hero-motion__node--eight {
  inset-block-start: 18%;
  inset-inline-start: 9%;
  background: #7DE7F2;
  --node-link-rotation: 35deg;
}

.hero-motion__node--nine {
  inset-block-start: 82%;
  inset-inline-start: 82%;
  background: var(--color-accent);
  --node-link-rotation: -29deg;
}

.hero-motion__node--ten {
  inset-block-start: 42%;
  inset-inline-start: 7%;
  background: var(--color-orange);
  box-shadow: 0 0 0 7px rgba(246, 162, 58, 0.12), 0 0 30px rgba(246, 162, 58, 0.64);
  --node-link-rotation: 12deg;
}

.page-hero__content,
.page-hero__visual,
.page-hero__dashboard {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--color-accent);
  font-size: 0.88rem;
  font-weight: var(--font-weight-strong);
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.68rem, 3.15vw, 3.05rem);
  line-height: 1.4;
  font-weight: var(--font-weight-display);
  overflow-wrap: anywhere;
}

.page-hero p {
  max-width: 690px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}

.page-hero--home .eyebrow {
  color: #7DE7F2;
  font-size: 0.92rem;
}

.page-hero--home h1 {
  max-width: 680px;
  font-size: clamp(1.82rem, 2.75vw, 2.82rem);
  line-height: 1.34;
  text-wrap: balance;
}

.page-hero--home p {
  max-width: 680px;
  color: rgba(236, 251, 255, 0.86);
  line-height: 1.9;
}

.page-hero__dashboard {
  align-self: end;
  margin-block-start: 3rem;
  padding: 0.85rem;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(7, 13, 20, 0.42);
}

.hero-console {
  display: grid;
  gap: 1rem;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(5, 10, 16, 0.54);
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-console__topline {
  display: flex;
  gap: 0.35rem;
}

.hero-console__topline span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.hero-console__topline span:nth-child(2) {
  background: var(--color-orange);
}

.hero-console__topline span:nth-child(3) {
  background: var(--color-accent);
}

.hero-console__metric {
  display: grid;
  gap: 0.2rem;
}

.hero-console__metric strong {
  color: #ffffff;
  font-size: 1rem;
}

.hero-console__metric span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.hero-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-flow::before {
  content: "";
  position: absolute;
  inset-block: 50%;
  inset-inline: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 184, 169, 0.12), rgba(0, 184, 169, 0.82), rgba(242, 138, 0, 0.76), rgba(0, 184, 169, 0.12));
}

.hero-flow span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: var(--font-weight-heading);
}

.hero-console__bars {
  display: grid;
  gap: 0.55rem;
}

.hero-console__bars span {
  display: block;
  width: var(--bar-size);
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-orange));
  box-shadow: 0 0 20px rgba(0, 184, 169, 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.page-hero__visual {
  display: grid;
  gap: 1rem;
  min-width: 0;
  border-radius: 8px;
  padding: 0.8rem;
  width: 100%;
}

.page-hero__visual--enterprise {
  align-self: end;
  margin-block-start: 2rem;
  padding: 0;
}

.page-hero__fallback {
  position: relative;
  overflow: hidden;
  min-height: 318px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 25%, rgba(0, 184, 169, 0.22), transparent 30%),
    radial-gradient(circle at 28% 74%, rgba(242, 138, 0, 0.16), transparent 28%),
    rgba(4, 10, 16, 0.54);
}

.page-hero__fallback--gpu {
  min-height: 390px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(8, 191, 211, 0.24), transparent 28%),
    radial-gradient(circle at 24% 22%, rgba(43, 167, 226, 0.18), transparent 26%),
    radial-gradient(circle at 78% 76%, rgba(246, 162, 58, 0.16), transparent 28%);
  filter: drop-shadow(0 28px 72px rgba(0, 0, 0, 0.28));
}

.hero-network-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-gpu-chip {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  gap: 0.28rem;
  width: 10.2rem;
  min-height: 8.2rem;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(125, 231, 242, 0.42);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(125, 231, 242, 0.26), transparent 34%),
    linear-gradient(145deg, rgba(14, 55, 87, 0.88), rgba(5, 19, 34, 0.76));
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(8, 191, 211, 0.16), 0 26px 72px rgba(0, 0, 0, 0.30), 0 0 72px rgba(8, 191, 211, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-gpu-chip svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-gpu-chip strong {
  font-size: 0.88rem;
  font-weight: var(--font-weight-heading);
}

.hero-gpu-chip span {
  color: rgba(229, 246, 252, 0.64);
  font-size: 0.76rem;
}

.hero-system-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  min-height: 3.2rem;
  border: 1px solid rgba(125, 231, 242, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(7, 22, 36, 0.42);
  color: rgba(229, 246, 252, 0.84);
  font-size: 0.78rem;
  font-weight: var(--font-weight-heading);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: translate(var(--node-x, 0), var(--node-y, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-system-node::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  margin-inline-end: 0.45rem;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 18px rgba(8, 191, 211, 0.72);
}

.hero-system-node span {
  line-height: 1;
}

.hero-system-node--erp {
  top: 4.2rem;
  right: 1.4rem;
}

.hero-system-node--docs {
  top: 5.4rem;
  left: 0.7rem;
}

.hero-system-node--db {
  right: 2.5rem;
  bottom: 4.6rem;
}

.hero-system-node--api {
  left: 2.1rem;
  bottom: 4rem;
}

.hero-system-node--bi {
  top: 1.35rem;
  left: 50%;
  --node-x: -50%;
}

.hero-system-node--db::before,
.hero-system-node--bi::before {
  background: var(--color-orange);
  box-shadow: 0 0 18px rgba(246, 162, 58, 0.68);
}

.hero-graph-caption {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%);
  width: min(100%, 19rem);
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: var(--font-weight-heading);
  text-align: center;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.55), 0 0 24px rgba(8, 191, 211, 0.34);
}

.hero-network-orbit {
  position: absolute;
  border: 1px solid rgba(0, 184, 169, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(0, 184, 169, 0.16);
  pointer-events: none;
}

.hero-network-orbit--one {
  width: 14rem;
  height: 14rem;
  inset-block-start: 2.25rem;
  inset-inline-start: 3rem;
}

.hero-network-orbit--two {
  width: 9rem;
  height: 9rem;
  inset-block-end: 2rem;
  inset-inline-end: 2.25rem;
  border-color: rgba(242, 138, 0, 0.26);
}

.hero-network-meta {
  position: absolute;
  inset-inline: 1rem;
  inset-block-end: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 10, 16, 0.54);
  color: rgba(255, 255, 255, 0.82);
  padding: 0.75rem 0.9rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-network-meta span {
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: var(--font-weight-display);
}

.hero-network-meta strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.content-band {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.home-signal-band {
  position: relative;
  z-index: 5;
  margin-top: -3.4rem;
  padding-bottom: 1.5rem;
}

.home-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-signal {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.25rem 0.75rem;
  min-height: 104px;
  border-radius: 8px;
  padding: 1rem;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10)),
    linear-gradient(135deg, rgba(43, 167, 226, 0.30), rgba(8, 191, 211, 0.14)),
    rgba(8, 26, 43, 0.72);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 20px 54px rgba(22, 50, 77, 0.16);
}

.home-signal__icon {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(125, 231, 242, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  color: #7DE7F2;
}

.home-signal__icon svg {
  width: 1.18rem;
  height: 1.18rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-signal::before,
.product-card::before,
.feature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.20), transparent);
  transform: translateX(115%);
  transition: transform 520ms ease;
  pointer-events: none;
}

.home-signal:hover::before,
.product-card:hover::before,
.feature-item:hover::before {
  transform: translateX(-115%);
}

.home-signal strong {
  font-size: 0.95rem;
  font-weight: var(--font-weight-heading);
  line-height: 1.55;
}

.home-signal span {
  color: rgba(236, 251, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.75;
}

.content-band--alt {
  background:
    linear-gradient(135deg, rgba(43, 167, 226, 0.06), rgba(255, 255, 255, 0.42) 40%, rgba(8, 191, 211, 0.05)),
    rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.section-title {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-title--compact {
  margin-bottom: 0;
}

.section-title h2,
.cta-section h2,
.faq-section h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.36rem, 2.16vw, 2rem);
  line-height: 1.42;
  font-weight: var(--font-weight-heading);
}

.section-title p {
  margin: 0.75rem 0 0;
  color: var(--color-muted);
}

.feature-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  max-width: 980px;
  margin-inline: auto;
}

.product-grid--catalog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.feature-item,
.product-card,
.article-card,
.contact-panel,
.about-panel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 100%;
  border: 1px solid var(--glass-border-light);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(242, 250, 253, 0.76)),
    radial-gradient(circle at 12% 0%, rgba(43, 167, 226, 0.10), transparent 34%),
    var(--glass-bg-light);
  padding: 1.4rem;
  box-shadow: 0 22px 58px rgba(22, 50, 77, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-card {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1.04 / 1;
  min-height: 0;
  padding: 0;
}

.product-card > :not(.product-card__media) {
  margin-inline: 1.05rem;
}

.product-card > .text-link {
  margin-block: 0.45rem 0.85rem;
}

.product-card__media {
  position: relative;
  display: block;
  flex: 0 0 36%;
  overflow: hidden;
  min-height: 0;
  border-radius: 8px 8px 0 0;
}

.product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 16, 0.00), rgba(5, 10, 16, 0.16)),
    radial-gradient(circle at 18% 20%, rgba(0, 184, 169, 0.12), transparent 32%);
}

.product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 520ms ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.055);
}

.feature-item:hover,
.product-card:hover,
.article-card:hover {
  border-color: rgba(43, 167, 226, 0.34);
  box-shadow: 0 28px 72px rgba(22, 50, 77, 0.18), 0 0 0 1px rgba(8, 191, 211, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform: translateY(-4px);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 184, 169, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(43, 167, 226, 0.16), rgba(8, 191, 211, 0.10)),
    rgba(255, 255, 255, 0.58);
  color: var(--color-primary);
  box-shadow: 0 14px 34px rgba(33, 52, 72, 0.10);
}

.card-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-icon svg path:first-child,
.card-icon svg circle:first-child,
.card-icon svg ellipse:first-child {
  stroke: var(--color-accent);
}

.product-card__icon {
  display: none;
}

.feature-item h3,
.product-card h3,
.article-card h3,
.contact-panel h2,
.about-panel h2 {
  margin: 0 0 0.65rem;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: var(--font-weight-strong);
}

.product-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 0;
  margin-bottom: 0.45rem;
  font-size: 1.02rem;
  line-height: 1.55;
}

.feature-item p,
.product-card p,
.product-card li,
.article-card p,
.contact-panel p,
.about-panel p,
.trust-list {
  color: var(--color-muted);
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  overflow: hidden;
}

.article-card span {
  color: #486172;
}

.article-card h3 {
  font-size: 1.03rem;
  line-height: 1.65;
}

.article-card__image {
  width: calc(100% + 2.8rem);
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: -1.4rem -1.4rem 0;
  filter: saturate(1.04) contrast(1.03);
}

.article-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  border-top: 1px solid rgba(33, 52, 72, 0.09);
  padding-top: 0.9rem;
}

.article-card__date {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--color-secondary);
  font-size: 0.84rem;
  font-weight: var(--font-weight-strong);
}

.article-card__date svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-card__category {
  margin: 0.85rem 0 0.35rem;
  color: #166B86;
  font-size: 0.78rem;
  font-weight: var(--font-weight-strong);
}

.product-card p:not(.product-card__category) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 0;
  margin-block: 0 0.35rem;
  color: #405B6E;
  font-size: 0.9rem;
  line-height: 1.75;
}

.product-card ul {
  display: grid;
  gap: 0.2rem;
  margin: 0.35rem 0 0.55rem;
  padding: 0;
  list-style: none;
}

.product-card li,
.trust-list li {
  position: relative;
  padding-inline-start: 1.45rem;
}

.product-card li {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #4A6475;
  font-size: 0.88rem;
  line-height: 1.65;
}

.product-card li:nth-child(n + 2) {
  display: none;
}

.product-card li::before,
.trust-list li::before {
  content: "";
  position: absolute;
  inset-block-start: 0.72em;
  inset-inline-start: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-orange));
  box-shadow: 0 0 0 4px rgba(43, 167, 226, 0.10);
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(12, 52, 84, 0.78), rgba(43, 167, 226, 0.30)),
    radial-gradient(circle at 0% 0%, rgba(8, 191, 211, 0.28), transparent 34%),
    var(--glass-bg-dark);
  box-shadow: 0 26px 86px rgba(7, 26, 43, 0.26);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #ffffff;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.cta-section h2 {
  color: #ffffff;
}

.cta-section p {
  max-width: 680px;
  margin: 0.75rem 0 0;
  color: rgba(229, 246, 252, 0.82);
}

.cta-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.faq-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.faq-list details {
  border: 1px solid var(--glass-border-light);
  border-radius: 8px;
  background: var(--glass-bg-light);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1rem 1.25rem;
}

.faq-list summary {
  min-height: 44px;
  cursor: pointer;
  color: var(--color-primary);
  font-weight: var(--font-weight-display);
}

.faq-list p {
  margin: 0.75rem 0 0;
  color: var(--color-muted);
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 76% 0%, rgba(43, 167, 226, 0.26), transparent 34%),
    radial-gradient(ellipse at 18% 28%, rgba(8, 191, 211, 0.16), transparent 31%),
    radial-gradient(ellipse at 50% 110%, rgba(246, 162, 58, 0.11), transparent 34%),
    linear-gradient(160deg, #061827 0%, #082f47 45%, #051421 100%),
    var(--color-hero);
  color: rgba(239, 252, 255, 0.88);
  padding: 4.25rem 0 1.25rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(125, 231, 242, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 231, 242, 0.055) 1px, transparent 1px),
    linear-gradient(110deg, transparent 0 40%, rgba(125, 231, 242, 0.11) 46%, transparent 54% 100%);
  background-size: 48px 48px, 48px 48px, auto;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.82) 64%, transparent 100%);
  opacity: 0.86;
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent, rgba(125, 231, 242, 0.11), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%, rgba(0, 0, 0, 0.18));
  border-top: 1px solid rgba(125, 231, 242, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(130px, 1fr));
  gap: 0;
  position: relative;
}

.site-footer__grid > section {
  position: relative;
  min-height: 100%;
  border: 0;
  background: transparent;
  padding: 0.3rem clamp(1rem, 2vw, 1.6rem);
  box-shadow: none;
}

.site-footer__grid > section + section {
  border-inline-start: 1px solid rgba(125, 231, 242, 0.14);
}

.site-footer h2 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.95rem;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: var(--font-weight-heading);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.site-footer h2 svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: var(--color-logo-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(125, 231, 242, 0.26));
}

.site-footer a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 34px;
  color: rgba(232, 248, 253, 0.80);
  font-size: 0.93rem;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer section:not(.site-footer__intro) a::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(125, 231, 242, 0.78);
  box-shadow: 0 0 0 4px rgba(125, 231, 242, 0.08), 0 0 16px rgba(125, 231, 242, 0.18);
  flex: 0 0 auto;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-footer a:hover {
  color: #7DE7F2;
  transform: translateX(-3px);
}

.site-footer section:not(.site-footer__intro) a:hover::before {
  background: var(--color-orange);
  box-shadow: 0 0 0 4px rgba(246, 162, 58, 0.12), 0 0 18px rgba(246, 162, 58, 0.26);
}

.site-footer__intro p {
  max-width: 360px;
  margin-top: 1rem;
  color: rgba(239, 252, 255, 0.86);
  line-height: 2;
}

.site-footer p {
  color: rgba(239, 252, 255, 0.78);
  line-height: 2;
}

.site-footer .brand-link--footer {
  gap: 0.75rem;
  color: #ffffff;
}

.site-footer .brand-link--footer img {
  filter: drop-shadow(0 12px 26px rgba(43, 167, 226, 0.34));
}

.site-footer .brand-link--footer span {
  font-size: 0.98rem;
  font-weight: var(--font-weight-display);
  color: rgba(255, 255, 255, 0.94);
}

.site-footer .text-link {
  min-height: 38px;
  margin-top: 0.35rem;
  color: #ffffff;
}

.site-footer .text-link::after {
  background: var(--color-orange);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(125, 231, 242, 0.16);
  padding-top: 1.25rem;
  color: rgba(239, 252, 255, 0.70);
  font-size: 0.88rem;
}

.placeholder-page {
  padding: 4rem 0;
}

.product-category-block + .product-category-block {
  margin-top: 3rem;
}

.product-detail-grid,
.product-detail-columns {
  display: grid;
  gap: clamp(1rem, 4vw, 2rem);
}

.product-detail-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: start;
}

.product-detail-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-detail-stack {
  display: grid;
  gap: clamp(1rem, 3vw, 1.45rem);
}

.article-detail-stack > * {
  min-width: 0;
}

.product-detail-main p,
.article-body p {
  color: var(--color-muted);
}

.product-detail-columns h2 {
  margin: 0 0 0.85rem;
  color: var(--color-primary);
  font-size: 1.08rem;
}

.article-body {
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border-radius: 8px;
}

.article-body > :where(.article-meta, p, ul, ol, blockquote, h2, h3, h4, .tag-chip-list, .article-callout, .article-cta-inline) {
  width: min(100%, 920px);
  margin-inline: auto;
}

.article-body > :where(figure, .article-table-wrap, table, pre) {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.article-body p {
  margin: 0 auto 1.2rem;
  color: #536a7d;
  font-size: clamp(1.02rem, 1.2vw, 1.09rem);
  line-height: 2.15;
  text-wrap: pretty;
}

.article-body li {
  color: #536a7d;
  line-height: 2.05;
}

.article-body h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-block-start: 1rem;
}

.article-body h2::before {
  content: "";
  flex: 0 0 0.82rem;
  width: 0.82rem;
  height: 0.82rem;
  border: 2px solid rgba(8, 191, 211, 0.36);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(8, 191, 211, 0.92), rgba(246, 162, 58, 0.86));
  box-shadow: 0 10px 24px rgba(8, 191, 211, 0.22);
  transform: rotate(45deg);
}

.article-body h2::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: min(100%, 180px);
  height: 1px;
  background: linear-gradient(90deg, rgba(8, 191, 211, 0), rgba(8, 191, 211, 0.36), rgba(246, 162, 58, 0));
}

.article-body .article-callout {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 191, 211, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 247, 252, 0.82)),
    radial-gradient(circle at 7% 16%, rgba(8, 191, 211, 0.16), transparent 28%);
  color: #29465d;
  padding: clamp(1rem, 2.4vw, 1.35rem) clamp(1rem, 2.4vw, 1.5rem);
  padding-inline-start: clamp(4.4rem, 6vw, 5rem);
  box-shadow: 0 22px 56px rgba(22, 50, 77, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.article-body .article-callout::before {
  content: "";
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-start: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(8, 191, 211, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 191, 211, 0.20), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.76);
}

.article-body .article-callout::after {
  content: "";
  position: absolute;
  inset-block-start: 1.78rem;
  inset-inline-start: 1.78rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--color-accent);
  border-top-color: transparent;
  border-radius: 50%;
}

.article-body .article-callout--security {
  border-color: rgba(28, 191, 166, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 251, 247, 0.82)),
    radial-gradient(circle at 7% 16%, rgba(28, 191, 166, 0.15), transparent 28%);
}

.article-body .article-callout--security::after {
  width: 0.8rem;
  height: 1rem;
  border: 2px solid var(--color-green);
  border-top-left-radius: 0.55rem;
  border-top-right-radius: 0.55rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.article-body .article-callout--operations::after {
  border-color: var(--color-orange);
  border-top-color: transparent;
  border-left-color: transparent;
}

.article-body .article-callout--governance::after {
  border-color: var(--color-accent-2);
}

.article-body .article-checklist,
.article-body .article-step-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0;
  list-style: none;
}

.article-body .article-checklist li,
.article-body .article-step-list li {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(43, 110, 159, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 251, 253, 0.78));
  color: #4f6578;
  padding: 0.85rem 2.4rem 0.85rem 0.95rem;
  box-shadow: 0 14px 34px rgba(22, 50, 77, 0.075);
}

.article-body .article-checklist li + li,
.article-body .article-step-list li + li,
.article-body .article-metric-grid li + li {
  margin-top: 0;
}

.article-body .article-checklist li::before,
.article-body .article-step-list li::before {
  position: absolute;
  inset-block-start: 0.9rem;
  inset-inline-start: 0.9rem;
  display: grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 6px;
  background: rgba(8, 191, 211, 0.13);
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: var(--font-weight-display);
}

.article-body .article-checklist li::before {
  content: "";
  border: 1px solid rgba(8, 191, 211, 0.22);
  background:
    linear-gradient(135deg, rgba(8, 191, 211, 0.22), rgba(246, 162, 58, 0.14)),
    rgba(255, 255, 255, 0.76);
}

.article-body .article-checklist li::after {
  content: "";
  position: absolute;
  inset-block-start: 1.22rem;
  inset-inline-start: 1.22rem;
  width: 0.55rem;
  height: 0.32rem;
  border-inline-start: 2px solid var(--color-green);
  border-block-end: 2px solid var(--color-green);
  transform: rotate(-45deg);
}

.article-body .article-step-list {
  counter-reset: article-step;
}

.article-body .article-step-list li {
  counter-increment: article-step;
}

.article-body .article-step-list li::before {
  content: counter(article-step);
  background:
    linear-gradient(135deg, rgba(22, 50, 77, 0.95), rgba(43, 110, 159, 0.86));
  color: #ffffff;
}

.article-body .article-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.article-body .article-metric-grid li {
  border: 1px solid rgba(8, 191, 211, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.95rem;
}

.article-body .article-cta-inline,
.article-body p:has(a[href="/request-demo"]) {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 162, 58, 0.30);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 236, 0.82)),
    radial-gradient(circle at 10% 10%, rgba(246, 162, 58, 0.18), transparent 28%);
  color: var(--color-primary);
  padding: 1rem 1.2rem;
  box-shadow: 0 20px 52px rgba(22, 50, 77, 0.10);
}

.article-body .article-cta-inline a,
.article-body p:has(a[href="/request-demo"]) a {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  color: var(--color-primary);
  text-decoration: none;
}

.article-body .article-cta-inline a::after,
.article-body p:has(a[href="/request-demo"]) a::after {
  content: "";
  width: 1.5rem;
  height: 1px;
  margin-inline-start: 0.7rem;
  background: var(--color-orange);
}

.article-action-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(220px, 1fr) minmax(0, 1.45fr);
  align-items: center;
  gap: clamp(0.9rem, 2.4vw, 1.4rem);
  min-width: 0;
  border: 1px solid var(--glass-border-light);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 252, 0.76)),
    radial-gradient(circle at 96% 14%, rgba(246, 162, 58, 0.12), transparent 28%),
    var(--glass-bg-light);
  padding: clamp(1rem, 2.6vw, 1.5rem);
  box-shadow: 0 20px 54px rgba(22, 50, 77, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.article-action-panel h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-weight: var(--font-weight-strong);
}

.article-action-panel p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.95;
}

.article-action-panel__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 0.85rem;
}

.article-action-panel__links .text-link {
  justify-content: start;
  min-width: 0;
}

.page-hero--article .page-hero__content {
  width: min(100%, 42rem);
}

.page-hero--article h1 {
  max-width: 28rem;
}

.page-hero--article p {
  max-width: 34rem;
}

.article-body h2,
.article-body h3,
.product-detail-main h2,
.product-detail-main h3 {
  margin: 1.4rem 0 0.6rem;
  color: var(--color-primary);
  line-height: 1.45;
}

.article-body ul,
.article-body ol,
.product-detail-main ul,
.product-detail-main ol {
  color: var(--color-muted);
}

.article-body > :where(.article-meta, ul, ol, blockquote, h2, h3, h4, .tag-chip-list) {
  margin-inline: auto;
}

.product-story-card {
  padding: clamp(1.4rem, 3vw, 2.25rem);
}

.product-story-card::after {
  content: "";
  position: absolute;
  inset-inline: 10%;
  inset-block-end: -4rem;
  height: 7rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(8, 191, 211, 0.18), transparent 68%);
  pointer-events: none;
}

.product-side-rail {
  position: sticky;
  top: calc(var(--header-height) + 1.25rem);
  display: grid;
  gap: 1rem;
  min-width: 0;
  border: 1px solid rgba(43, 110, 159, 0.18);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.90), rgba(239, 250, 252, 0.66)),
    radial-gradient(circle at 18% 8%, rgba(0, 184, 169, 0.15), transparent 28%),
    radial-gradient(circle at 92% 22%, rgba(246, 162, 58, 0.12), transparent 24%),
    var(--glass-bg-light);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  padding: 1.1rem;
  overflow: hidden;
}

.product-side-rail__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}

.product-side-rail__header p {
  margin: 0 0 0.18rem;
  color: var(--color-secondary);
  font-size: 0.84rem;
  font-weight: var(--font-weight-strong);
}

.product-side-rail__header h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: 1.04rem;
  line-height: 1.55;
}

.product-side-rail__icon,
.product-summary-card__icon,
.use-case-card__icon,
.faq-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(43, 167, 226, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(43, 167, 226, 0.18), rgba(8, 191, 211, 0.10)),
    rgba(255, 255, 255, 0.66);
  color: var(--color-primary);
  box-shadow: 0 16px 38px rgba(22, 50, 77, 0.10);
}

.product-side-rail__icon svg,
.product-summary-card__icon svg,
.use-case-card__icon svg,
.faq-section__icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-audience-list {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-audience-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  min-height: 40px;
  border: 1px solid rgba(33, 52, 72, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--color-muted);
  padding: 0.62rem 0.7rem;
}

.product-audience-list svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-side-rail__visual {
  position: relative;
  margin: 0;
  border: 1px solid rgba(43, 110, 159, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 31, 50, 0.96), rgba(15, 77, 111, 0.72)),
    var(--color-hero);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.product-side-rail__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 38%, rgba(5, 24, 42, 0.42)),
    radial-gradient(circle at 15% 20%, rgba(8, 191, 211, 0.18), transparent 34%);
  pointer-events: none;
}

.product-side-rail__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.product-side-rail__metrics {
  display: grid;
  gap: 0.65rem;
}

.product-side-rail__metrics div {
  display: grid;
  gap: 0.2rem;
  border: 1px solid rgba(43, 167, 226, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(236, 249, 251, 0.54)),
    rgba(255, 255, 255, 0.42);
  padding: 0.7rem 0.8rem;
}

.product-side-rail__metrics span {
  color: var(--color-secondary);
  font-size: 0.78rem;
  font-weight: var(--font-weight-strong);
}

.product-side-rail__metrics strong {
  color: var(--color-primary);
  font-size: 0.94rem;
  line-height: 1.5;
}

.product-side-rail__cta {
  justify-content: center;
  width: 100%;
}

.product-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.product-summary-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(43, 110, 159, 0.16);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 251, 253, 0.72)),
    var(--glass-bg-light);
  box-shadow: 0 22px 62px rgba(22, 50, 77, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  padding: clamp(1.15rem, 2.4vw, 1.5rem);
  overflow: hidden;
}

.product-summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  transform: translateX(115%);
  transition: transform 520ms ease;
  pointer-events: none;
}

.product-summary-card:hover::before {
  transform: translateX(-115%);
}

.product-summary-card::after {
  content: "";
  position: absolute;
  inset-inline-end: -2rem;
  inset-block-start: -2.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  opacity: 0.42;
  pointer-events: none;
}

.product-summary-card--problems::after {
  background: radial-gradient(circle, rgba(246, 162, 58, 0.30), transparent 68%);
}

.product-summary-card--benefits::after {
  background: radial-gradient(circle, rgba(0, 184, 169, 0.28), transparent 68%);
}

.product-summary-card--features::after {
  background: radial-gradient(circle, rgba(43, 167, 226, 0.30), transparent 68%);
}

.product-summary-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--color-primary);
  font-size: 1.05rem;
  line-height: 1.55;
}

.product-summary-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.58rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-summary-card li {
  position: relative;
  color: var(--color-muted);
  line-height: 1.85;
  padding-inline-start: 1.45rem;
}

.product-summary-card li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.76em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-orange));
  box-shadow: 0 0 0 4px rgba(43, 167, 226, 0.10);
}

.chatbot-architecture-band {
  padding-block-start: clamp(1.5rem, 4vw, 2.8rem);
}

.chatbot-architecture-figure {
  position: relative;
  margin: clamp(1.2rem, 2.5vw, 1.8rem) 0 0;
  border: 1px solid rgba(43, 110, 159, 0.15);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(240, 250, 252, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 86px rgba(22, 50, 77, 0.13);
  overflow: hidden;
}

.chatbot-architecture-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 74%, rgba(5, 24, 42, 0.10));
  pointer-events: none;
}

.chatbot-architecture-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.01);
}

.chatbot-live-doc {
  margin: clamp(1rem, 2.5vw, 1.6rem) auto 0;
}

.chatbot-live-doc__summary {
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
  list-style: none;
}

.chatbot-live-doc__summary::-webkit-details-marker {
  display: none;
}

.chatbot-live-doc__panel {
  margin-block-start: 1.1rem;
  border: 1px solid rgba(43, 110, 159, 0.16);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 250, 252, 0.76)),
    radial-gradient(circle at 12% 0%, rgba(8, 191, 211, 0.13), transparent 32%);
  box-shadow: 0 24px 72px rgba(22, 50, 77, 0.11);
  padding: clamp(1rem, 2.6vw, 1.55rem);
}

.chatbot-live-doc__intro {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.chatbot-live-doc__intro h2 {
  margin: 0.35rem 0 0.7rem;
  color: var(--color-primary);
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
}

.chatbot-live-doc__intro p:last-child,
.chatbot-live-doc__columns p,
.chatbot-live-doc__boundary p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.9;
}

.chatbot-live-map {
  position: relative;
  display: grid;
  gap: 0.85rem;
  margin: clamp(1rem, 2.5vw, 1.5rem) auto;
  max-width: 940px;
  padding: 1rem;
  border: 1px dashed rgba(43, 110, 159, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(rgba(43, 110, 159, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 110, 159, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.52);
  background-size: 28px 28px;
}

.chatbot-live-map::before,
.chatbot-live-map::after {
  content: "";
  position: absolute;
  inset-inline: 50%;
  width: 1px;
  background: linear-gradient(180deg, rgba(8, 191, 211, 0.10), rgba(8, 191, 211, 0.52), rgba(242, 138, 0, 0.36));
  transform: translateX(50%);
  pointer-events: none;
}

.chatbot-live-map::before {
  inset-block: 4rem 48%;
}

.chatbot-live-map::after {
  inset-block: 52% 4rem;
}

.chatbot-live-node {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.24rem;
  min-height: 4.35rem;
  align-content: center;
  border: 1px solid rgba(8, 191, 211, 0.20);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(22, 50, 77, 0.08);
  padding: 0.75rem;
  text-align: center;
}

.chatbot-live-node span {
  color: var(--color-secondary);
  font-size: 0.82rem;
  font-weight: var(--font-weight-strong);
}

.chatbot-live-node strong {
  color: var(--color-primary);
  font-size: 0.9rem;
  line-height: 1.65;
}

.chatbot-live-node--planner,
.chatbot-live-node--merge {
  width: min(100%, 320px);
  margin-inline: auto;
}

.chatbot-live-agents,
.chatbot-live-output,
.chatbot-live-doc__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.chatbot-live-output {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
  margin-inline: auto;
}

.chatbot-live-node--answer {
  border-color: rgba(242, 138, 0, 0.28);
}

.chatbot-live-doc__columns {
  margin-block-start: 1rem;
}

.chatbot-live-doc__columns article {
  border-inline-start: 2px solid rgba(8, 191, 211, 0.28);
  padding-inline-start: 0.85rem;
}

.chatbot-live-doc__columns h3,
.chatbot-live-doc__boundary h3 {
  margin: 0 0 0.45rem;
  color: var(--color-primary);
  font-size: 1rem;
}

.chatbot-live-doc__boundary {
  margin-block-start: 1rem;
  border: 1px solid rgba(242, 138, 0, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.68);
  padding: 1rem;
}

@media (max-width: 1024px) {
  .chatbot-live-agents,
  .chatbot-live-doc__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .product-card {
    aspect-ratio: auto;
    min-height: 420px;
  }

  .product-card__media {
    flex-basis: 38%;
  }

  .chatbot-live-doc__summary {
    width: 100%;
    justify-content: center;
  }

  .chatbot-live-map {
    padding: 0.75rem;
  }

  .chatbot-live-map::before,
  .chatbot-live-map::after {
    display: none;
  }

  .chatbot-live-agents,
  .chatbot-live-output,
  .chatbot-live-doc__columns {
    grid-template-columns: 1fr;
  }

  .chatbot-live-node--planner,
  .chatbot-live-node--merge {
    width: 100%;
  }
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.15rem);
}

.use-case-card {
  position: relative;
  min-width: 0;
  min-height: 155px;
  border: 1px solid rgba(43, 110, 159, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(238, 250, 252, 0.62)),
    radial-gradient(circle at 12% 0%, rgba(8, 191, 211, 0.14), transparent 38%);
  box-shadow: 0 18px 50px rgba(22, 50, 77, 0.08);
  padding: 1rem;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.use-case-card:hover {
  border-color: rgba(8, 191, 211, 0.32);
  box-shadow: 0 26px 68px rgba(22, 50, 77, 0.14);
  transform: translateY(-3px);
}

.use-case-card__number {
  position: absolute;
  inset-block-start: 0.85rem;
  inset-inline-end: 0.85rem;
  color: rgba(22, 50, 77, 0.16);
  font-size: 1.45rem;
  font-weight: var(--font-weight-heading);
}

.use-case-card__icon {
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1.15rem;
}

.use-case-card h3 {
  position: relative;
  margin: 0;
  color: var(--color-primary);
  font-size: 0.98rem;
  line-height: 1.75;
  font-weight: var(--font-weight-strong);
}

.faq-section__heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.faq-list details {
  position: relative;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.faq-list details::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 0.28rem;
  background: linear-gradient(180deg, var(--color-accent), var(--color-orange));
  opacity: 0.72;
}

.faq-list details[open] {
  border-color: rgba(43, 167, 226, 0.30);
  box-shadow: 0 20px 58px rgba(22, 50, 77, 0.12);
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 8px;
  background: rgba(43, 167, 226, 0.10);
  color: var(--color-primary);
  font-size: 1.2rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
  background: rgba(246, 162, 58, 0.14);
  color: #b35f05;
}

.product-cta-band .cta-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 24%, rgba(125, 231, 242, 0.28), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(246, 162, 58, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(5, 24, 42, 0.98), rgba(16, 74, 109, 0.92) 52%, rgba(5, 24, 42, 0.98));
}

.product-cta-band .cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.product-cta-band .cta-section > * {
  position: relative;
  z-index: 1;
}

.solutions-content {
  display: grid;
  gap: 1.5rem;
}

.solutions-content > .solutions-intro {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.solutions-content > .solutions-intro p {
  color: var(--color-muted);
}

.solution-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: 0.5rem;
}

.solution-industry-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(43, 110, 159, 0.16);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(242, 250, 253, 0.68)),
    radial-gradient(circle at 12% 0%, rgba(8, 191, 211, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 64px rgba(22, 50, 77, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.solution-industry-card:hover {
  border-color: rgba(8, 191, 211, 0.34);
  box-shadow: 0 30px 78px rgba(22, 50, 77, 0.16), 0 0 0 1px rgba(246, 162, 58, 0.08);
  transform: translateY(-4px);
}

.solution-industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: translateX(115%);
  transition: transform 520ms ease;
  pointer-events: none;
}

.solution-industry-card:hover::before {
  transform: translateX(-115%);
}

.solution-industry-card figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px 8px 0 0;
  background: var(--color-hero);
}

.solution-industry-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 16, 0.02), rgba(5, 24, 42, 0.22));
  pointer-events: none;
}

.solution-industry-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.solution-industry-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.solution-industry-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(43, 167, 226, 0.18);
  border-radius: 999px;
  background: rgba(8, 191, 211, 0.10);
  color: var(--color-secondary);
  font-size: 0.78rem;
  font-weight: var(--font-weight-display);
  padding: 0.18rem 0.65rem;
}

.solution-industry-card h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: 1.06rem;
  line-height: 1.55;
}

.solution-industry-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.94rem;
  line-height: 1.9;
}

.solution-industry-card ul {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-industry-card li {
  position: relative;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.8;
  padding-inline-start: 1.25rem;
}

.solution-industry-card li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.72em;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-orange));
  box-shadow: 0 0 0 4px rgba(43, 167, 226, 0.10);
}

.solution-industry-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.1rem;
}

.solution-industry-card__meta span {
  border: 1px solid rgba(33, 52, 72, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--color-secondary);
  font-size: 0.76rem;
  line-height: 1.6;
  padding: 0.16rem 0.55rem;
}

.solutions-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.solutions-tags {
  margin-top: 1.2rem;
}

.employee-monitor-band {
  position: relative;
}

.employee-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.employee-process__step {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 250px;
  border: 1px solid rgba(43, 110, 159, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.72)),
    var(--color-surface);
  box-shadow: 0 18px 46px rgba(22, 50, 77, 0.08);
  padding: 1.15rem;
  overflow: hidden;
}

.employee-process__step:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block-start: 3.4rem;
  inset-inline-end: calc(100% - 0.2rem);
  width: 1rem;
  height: 1rem;
  border-block-start: 2px solid rgba(40, 120, 200, 0.4);
  border-inline-end: 2px solid rgba(40, 120, 200, 0.4);
  transform: rotate(-135deg);
}

.employee-process__icon,
.employee-privacy-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.14), rgba(56, 189, 248, 0.16));
  color: #1d4ed8;
}

.employee-process__icon--warm {
  background: linear-gradient(135deg, rgba(246, 162, 58, 0.16), rgba(28, 191, 166, 0.14));
  color: #d97706;
}

.employee-process__icon svg,
.employee-privacy-card__icon svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.employee-process h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1.5;
}

.employee-process p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.85;
}

.employee-architecture {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(1.25rem, 4vw, 2rem);
  align-items: center;
}

.employee-metric-list {
  margin-top: 1.5rem;
}

.employee-architecture__figure {
  margin: 0;
  border: 1px solid rgba(43, 110, 159, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.employee-architecture__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.employee-indicators-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(1rem, 3vw, 1.6rem);
  align-items: stretch;
}

.employee-indicators-card,
.employee-privacy-card {
  border-radius: 8px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow-soft);
}

.employee-indicators-card {
  border: 1px solid rgba(43, 110, 159, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 248, 255, 0.72)),
    var(--color-surface);
}

.employee-privacy-card {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.95rem;
  border: 1px solid rgba(125, 231, 242, 0.2);
  background:
    linear-gradient(135deg, rgba(6, 24, 58, 0.96), rgba(20, 65, 150, 0.9)),
    var(--color-hero);
  color: #ffffff;
  overflow: hidden;
}

.employee-indicators-card h2,
.employee-privacy-card h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.45;
}

.employee-indicators-card h2 {
  color: var(--color-primary);
}

.employee-privacy-card h2 {
  margin-bottom: 0;
  color: #ffffff;
}

.employee-privacy-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.employee-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.employee-pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(40, 120, 200, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--color-text);
  padding: 0.48rem 0.75rem;
  font-size: 0.92rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
  color: var(--color-primary);
  font-weight: var(--font-weight-display);
  font-size: 0.9rem;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  border: 1px solid rgba(43, 110, 159, 0.14);
  border-radius: 999px;
  background: rgba(244, 248, 251, 0.92);
  padding: 0.32rem 0.78rem;
}

.tag-chip-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(33, 52, 72, 0.10);
  padding-top: 1.25rem;
}

.tag-chip-list > span {
  color: var(--color-primary);
  font-weight: var(--font-weight-display);
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(0, 184, 169, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(0, 184, 169, 0.13), rgba(242, 138, 0, 0.08)),
    rgba(255, 255, 255, 0.72);
  color: var(--color-primary);
  padding: 0.32rem 0.85rem;
  font-size: 0.9rem;
  font-weight: var(--font-weight-display);
}

.tag-chip:hover {
  border-color: rgba(242, 138, 0, 0.52);
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-primary);
}

.tag-archive {
  display: grid;
  gap: 3rem;
}

.tag-archive__section {
  display: grid;
  gap: 1rem;
}

.empty-state {
  border-radius: 8px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.empty-state h2 {
  margin: 0;
  color: var(--color-primary);
}

.empty-state p {
  margin: 0.75rem 0 0;
  color: var(--color-muted);
}

.home-product-spotlight {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background:
    radial-gradient(circle at top right, rgba(8, 191, 211, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(246, 162, 58, 0.16), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(229, 246, 252, 0.72));
  border: 1px solid rgba(16, 77, 109, 0.10);
  box-shadow: 0 26px 68px rgba(22, 50, 77, 0.10);
}

.home-product-spotlight__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1.04fr);
  grid-template-areas: "media copy";
  gap: clamp(1.4rem, 4vw, 2.8rem);
  align-items: center;
}

.home-product-spotlight__copy {
  grid-area: copy;
  display: grid;
  gap: 1rem;
  align-content: start;
  max-width: 36rem;
}

.home-product-spotlight__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding-inline: 0.85rem;
  border-radius: 999px;
  background: rgba(8, 191, 211, 0.12);
  color: var(--color-accent);
  font-size: 0.8rem;
  font-weight: var(--font-weight-display);
}

.home-product-spotlight__copy h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.35;
}

.home-product-spotlight__copy p {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 2;
}

.home-product-spotlight__list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-product-spotlight__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  color: var(--color-text);
  line-height: 1.9;
}

.home-product-spotlight__list li::before {
  content: "";
  width: 0.68rem;
  height: 0.68rem;
  margin-block-start: 0.62rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-accent), var(--color-orange));
  box-shadow: 0 0 0 6px rgba(8, 191, 211, 0.08);
}

.home-product-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1rem;
  align-items: center;
  padding-block-start: 0.2rem;
}

.home-product-spotlight__media {
  grid-area: media;
  display: grid;
  gap: 0.75rem;
  margin: 0;
  min-width: 0;
  max-width: 100%;
}

.home-product-spotlight__frame {
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(16, 77, 109, 0.12);
  border-radius: 22px;
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(234, 247, 252, 0.86));
  box-shadow: 0 24px 70px rgba(22, 50, 77, 0.14);
}

.home-product-spotlight__frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(22, 50, 77, 0.14);
}

.home-product-spotlight__media figcaption {
  color: var(--color-muted);
  font-size: 0.84rem;
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: stretch;
}

.contact-page-grid,
.about-story-grid,
.demo-request-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: stretch;
}

.contact-page-shell {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.45rem);
}

.contact-page-grid {
  align-items: start;
}

.contact-panel,
.about-panel,
.demo-request-aside,
.demo-request-form {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-panel {
  align-self: start;
}

.demo-request-aside,
.demo-request-form {
  position: relative;
  overflow: hidden;
}

.demo-request-aside::before,
.demo-request-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(43, 167, 226, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 48%);
  pointer-events: none;
}

.demo-request-aside > *,
.demo-request-form > * {
  position: relative;
}

.demo-request-aside h2 {
  margin: 0.75rem 0 0;
  color: var(--color-primary);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.demo-request-aside p {
  margin: 0.75rem 0 0;
  color: var(--color-muted);
}

.demo-request-form {
  display: grid;
  gap: 0.95rem;
}

.demo-request-form__intro {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.15rem;
}

.demo-request-form__intro h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.demo-request-form__intro p {
  max-width: 42rem;
  margin: 0;
  color: var(--color-muted);
  line-height: 1.9;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.demo-request-form label {
  color: var(--color-primary);
  font-weight: var(--font-weight-heading);
}

.demo-request-form input,
.demo-request-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(43, 110, 159, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-text);
  padding: 0.75rem 0.85rem;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.demo-request-form textarea {
  resize: vertical;
}

.demo-request-form input:focus,
.demo-request-form textarea:focus {
  border-color: rgba(8, 191, 211, 0.72);
  outline: 3px solid rgba(8, 191, 211, 0.18);
}

.demo-request-form span,
.form-validation {
  color: #b42318;
  font-weight: var(--font-weight-heading);
}

.form-alert {
  border-radius: 8px;
  padding: clamp(1rem, 2.6vw, 1.35rem);
  font-weight: var(--font-weight-heading);
}

.form-alert--success {
  display: grid;
  gap: 0.5rem;
  border: 1px solid rgba(28, 191, 166, 0.32);
  background:
    radial-gradient(circle at 8% 20%, rgba(28, 191, 166, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(28, 191, 166, 0.16), rgba(255, 255, 255, 0.74));
  color: #07514b;
  box-shadow: 0 16px 42px rgba(7, 81, 75, 0.12);
}

.form-alert--success strong {
  color: #06443f;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  line-height: 1.65;
}

.form-alert--success span {
  max-width: 44rem;
  color: #0b5f57;
  font-size: 1rem;
  font-weight: var(--font-weight-body);
  line-height: 1.9;
}

.map-panel {
  display: grid;
  gap: 1rem;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(1rem, 2.5vw, 1.4rem);
}

.map-panel__header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.map-panel__header .card-icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.map-panel h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: 1.2rem;
}

.map-panel p {
  margin: 0.25rem 0 0;
  color: var(--color-muted);
}

.online-map {
  position: relative;
  min-height: clamp(340px, 42vw, 460px);
  overflow: hidden;
  border: 1px solid rgba(43, 110, 159, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(235, 247, 251, 0.95), rgba(246, 251, 253, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 18px 44px rgba(22, 50, 77, 0.12);
}

.online-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.online-map__open {
  position: absolute;
  inset-inline-start: 1rem;
  inset-block-end: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(33, 52, 72, 0.12);
  border-radius: 8px;
  padding: 0.62rem 0.78rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-primary);
  font-weight: var(--font-weight-strong);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(13, 58, 85, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.online-map__open:hover {
  border-color: rgba(8, 191, 211, 0.42);
  color: var(--color-accent);
  transform: translateY(-2px);
}

.online-map__open:active {
  transform: translateY(0);
}

.online-map__open svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.about-company-photo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  border-radius: 8px;
  padding: 0.55rem;
}

.about-company-photo > img {
  display: block;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 1024 / 656;
  object-fit: cover;
  border-radius: 6px;
}

.about-company-photo figcaption {
  position: absolute;
  inset-inline: 1rem;
  inset-block-end: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 8px;
  background: rgba(5, 10, 16, 0.60);
  color: #ffffff;
  padding: 0.65rem 0.85rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-company-photo figcaption img {
  width: 58px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.about-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: stretch;
}

.about-panel--company {
  display: grid;
  gap: 1.15rem;
  align-content: start;
  position: relative;
  overflow: hidden;
}

.about-panel--company::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(43, 167, 226, 0.12), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(246, 162, 58, 0.1), transparent 25%);
  pointer-events: none;
}

.about-panel--company > * {
  position: relative;
}

.about-panel__header {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.about-panel__header .card-icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.about-panel__header h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
  line-height: 1.4;
}

.about-panel__header p {
  margin: 0.4rem 0 0;
  color: var(--color-muted);
  line-height: 1.8;
}

.about-company-copy {
  display: grid;
  gap: 1rem;
}

.about-company-copy p,
.about-company-copy ul {
  margin: 0;
  color: var(--color-muted);
  line-height: 2;
}

.about-company-copy ul {
  display: grid;
  gap: 0.6rem;
  padding: 0;
  list-style: none;
}

.about-company-copy li {
  position: relative;
  padding-inline-start: 1.2rem;
}

.about-company-copy li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.92rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 6px rgba(8, 191, 211, 0.10);
}

.about-licenses-section {
  display: grid;
  gap: 1.2rem;
}

.about-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.about-section-heading .card-icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.about-section-heading h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
}

.about-section-heading p {
  max-width: 42rem;
  margin: 0.4rem 0 0;
  color: var(--color-muted);
  line-height: 1.8;
}

.about-license-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-license-card {
  display: grid;
  overflow: hidden;
  padding: 0.55rem;
  gap: 0.85rem;
}

.about-license-card img {
  display: block;
  width: 100%;
  aspect-ratio: 7 / 10;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(231, 241, 247, 0.92);
}

.about-license-card__body {
  display: grid;
  gap: 0.24rem;
  padding-inline: 0.15rem;
}

.about-license-card__body h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1.7;
}

.about-license-card__body p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 0;
}

.contact-list div {
  display: grid;
  gap: 0.25rem;
  border-bottom: 1px solid rgba(33, 52, 72, 0.10);
  padding-bottom: 0.8rem;
}

.contact-list dt {
  color: var(--color-primary);
  font-weight: var(--font-weight-display);
}

.contact-list dd {
  margin: 0;
  color: var(--color-muted);
}

.contact-list--plain {
  gap: 0.45rem;
}

.contact-list--plain p {
  margin: 0;
  color: var(--color-muted);
}

.contact-list--plain p:nth-child(odd) {
  margin-top: 0.7rem;
  color: var(--color-primary);
  font-weight: var(--font-weight-display);
}

.contact-demo-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  padding: clamp(0.85rem, 2vw, 1.15rem);
}

.contact-demo-strip__icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border-radius: 8px;
  background: rgba(8, 191, 211, 0.12);
  color: var(--color-accent);
}

.contact-demo-strip__icon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.contact-demo-strip strong {
  display: block;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: var(--font-weight-display);
}

.contact-demo-strip p {
  margin: 0.2rem 0 0;
  color: var(--color-muted);
  line-height: 1.7;
}

.contact-demo-strip .button {
  width: auto;
  white-space: nowrap;
}

.contact-panel--profile {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.72rem;
  padding: clamp(1.05rem, 2.2vw, 1.45rem);
}

.contact-panel--profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 14%, rgba(43, 167, 226, 0.16), transparent 30%),
    radial-gradient(circle at 82% 88%, rgba(246, 162, 58, 0.12), transparent 26%);
  pointer-events: none;
}

.contact-panel--profile > * {
  position: relative;
}

.contact-brand {
  display: grid;
  gap: 0.42rem;
  justify-items: start;
}

.contact-brand img {
  display: block;
  width: min(10.6rem, 64%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(22, 50, 77, 0.12));
}

.contact-brand span {
  color: var(--color-muted);
  font-size: 0.88rem;
  font-weight: var(--font-weight-heading);
}

.contact-panel--profile h2 {
  margin: 0.1rem 0 0;
  color: var(--color-primary);
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  line-height: 1.35;
  text-wrap: balance;
}

.contact-panel__lead {
  max-width: 31rem;
  margin: 0;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.contact-methods {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.1rem;
}

.contact-method {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(43, 110, 159, 0.13);
  border-radius: 8px;
  min-height: 4.15rem;
  padding: 0.62rem 0.68rem;
  background: rgba(255, 255, 255, 0.62);
  color: var(--color-text);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(22, 50, 77, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-method:hover {
  border-color: rgba(8, 191, 211, 0.35);
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-2px);
}

.contact-method:active {
  transform: translateY(0);
}

.contact-method__icon {
  display: grid;
  width: 2.28rem;
  height: 2.28rem;
  place-items: center;
  border-radius: 8px;
  background: rgba(8, 191, 211, 0.11);
  color: var(--color-accent);
}

.contact-method__icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.contact-method strong,
.contact-method small {
  display: block;
}

.contact-method strong {
  color: var(--color-primary);
  font-size: 0.94rem;
  font-weight: var(--font-weight-display);
  overflow-wrap: anywhere;
}

.contact-method small {
  margin-top: 0.12rem;
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.trust-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal-ready {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 620ms ease, transform 620ms ease;
  }

  .reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .home-signal:nth-child(2),
  .feature-item:nth-child(2),
  .product-card:nth-child(2),
  .article-card:nth-child(2) {
    transition-delay: 80ms;
  }

  .home-signal:nth-child(3),
  .feature-item:nth-child(3),
  .product-card:nth-child(3),
  .article-card:nth-child(3) {
    transition-delay: 160ms;
  }

  .hero-motion__beam {
    animation: beam-scan 5.8s ease-in-out infinite alternate;
  }

  .hero-motion__node {
    animation: node-pulse 2.8s ease-in-out infinite;
  }

  .hero-motion__node--two {
    animation-delay: 520ms;
  }

  .hero-motion__node--three {
    animation-delay: 1040ms;
  }

  .page-hero--galaxy .hero-motion__grid {
    animation: galaxy-field-drift 24s linear infinite;
  }

  .page-hero--galaxy .hero-motion__grid::before {
    animation: galaxy-arc-precess 28s ease-in-out infinite alternate;
  }

  .page-hero--galaxy .hero-motion__grid::after {
    animation: galaxy-matrix-bloom 16s linear infinite;
  }

  .page-hero--galaxy::before {
    animation: galaxy-nebula-breathe 14s ease-in-out infinite alternate;
  }

  .page-hero--galaxy::after {
    animation: galaxy-data-drift 18s linear infinite;
  }

  .page-hero--galaxy .hero-motion::before {
    animation: galaxy-orbit-one 19s ease-in-out infinite alternate;
  }

  .page-hero--galaxy .hero-motion::after {
    animation: galaxy-orbit-two 22s ease-in-out infinite alternate;
  }

  .page-hero--galaxy .hero-motion__beam {
    animation: galaxy-beam-scan 8.8s ease-in-out infinite alternate;
  }

  .page-hero--galaxy .hero-motion__node {
    animation: galaxy-node-drift 7.2s ease-in-out infinite;
  }

  .page-hero--galaxy .hero-motion__node::before {
    animation: galaxy-node-orbit-ring 9.5s ease-in-out infinite alternate;
  }

  .page-hero--galaxy .hero-motion__node::after {
    animation: galaxy-link-pulse 5.8s ease-in-out infinite alternate;
  }

  .page-hero--galaxy .hero-motion__node--two,
  .page-hero--galaxy .hero-motion__node--five,
  .page-hero--galaxy .hero-motion__node--eight {
    animation-delay: -1.2s;
  }

  .page-hero--galaxy .hero-motion__node--three,
  .page-hero--galaxy .hero-motion__node--six,
  .page-hero--galaxy .hero-motion__node--nine {
    animation-delay: -2.4s;
  }

  .page-hero--galaxy .hero-motion__node--four,
  .page-hero--galaxy .hero-motion__node--seven,
  .page-hero--galaxy .hero-motion__node--ten {
    animation-delay: -3.5s;
  }

  .hero-console__bars span {
    animation: data-bar 3.2s ease-in-out infinite alternate;
  }

  .page-hero__fallback:not(.page-hero__fallback--gpu) span {
    animation: panel-rise 700ms ease both;
  }

  .page-hero__fallback:not(.page-hero__fallback--gpu) span:nth-child(2) {
    animation-delay: 90ms;
  }

  .page-hero__fallback:not(.page-hero__fallback--gpu) span:nth-child(3) {
    animation-delay: 180ms;
  }

  .page-hero__fallback--gpu .hero-gpu-chip {
    animation: graph-core-float 7.2s ease-in-out infinite;
  }

  .page-hero__fallback--gpu .hero-system-node {
    animation: graph-node-float 6.4s ease-in-out infinite;
  }

  .page-hero__fallback--gpu .hero-system-node--docs,
  .page-hero__fallback--gpu .hero-system-node--db {
    animation-delay: -1.6s;
  }

  .page-hero__fallback--gpu .hero-system-node--api,
  .page-hero__fallback--gpu .hero-system-node--bi {
    animation-delay: -3.1s;
  }

}

@keyframes beam-scan {
  from {
    opacity: 0.34;
    transform: translateX(-18px) rotate(var(--beam-rotation, -16deg));
  }

  to {
    opacity: 0.82;
    transform: translateX(18px) rotate(var(--beam-rotation, -16deg));
  }
}

.hero-motion__beam--one {
  --beam-rotation: -16deg;
}

.hero-motion__beam--two {
  --beam-rotation: 12deg;
}

@keyframes node-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.28);
  }
}

@keyframes galaxy-field-drift {
  from {
    background-position: 0 0, 9px 8px, 0 0, center, center;
  }

  to {
    background-position: 96px 54px, -62px 78px, 120px -80px, center, center;
  }
}

@keyframes galaxy-nebula-breathe {
  from {
    opacity: 0.54;
    transform: translate3d(-10px, 0, 0) scale(1);
  }

  to {
    opacity: 0.86;
    transform: translate3d(12px, -8px, 0) scale(1.035);
  }
}

@keyframes galaxy-data-drift {
  from {
    background-position: 12% 40%, 0 58%, 38% 0, 0 0, 40px 30px;
    opacity: 0.22;
  }

  50% {
    opacity: 0.34;
  }

  to {
    background-position: 86% 42%, 220px 57%, 38% 260px, 180px 120px, 260px 170px;
    opacity: 0.22;
  }
}

@keyframes galaxy-arc-precess {
  from {
    transform: translate3d(-10px, 8px, 0) rotate(-18deg) scaleY(0.42);
    opacity: 0.46;
  }

  to {
    transform: translate3d(18px, -10px, 0) rotate(-8deg) scaleY(0.46);
    opacity: 0.66;
  }
}

@keyframes galaxy-matrix-bloom {
  from {
    background-position: 0 0, 0 0, 0 0;
    opacity: 0.16;
  }

  50% {
    opacity: 0.28;
  }

  to {
    background-position: 180px 0, 0 96px, 140px 0;
    opacity: 0.16;
  }
}

@keyframes galaxy-orbit-one {
  from {
    transform: translate3d(-10px, -4px, 0) rotate(-16deg) scaleY(0.40);
    opacity: 0.58;
  }

  to {
    transform: translate3d(16px, 10px, 0) rotate(-10deg) scaleY(0.43);
    opacity: 0.82;
  }
}

@keyframes galaxy-orbit-two {
  from {
    transform: translate3d(12px, 8px, 0) rotate(20deg) scaleY(0.33);
    opacity: 0.46;
  }

  to {
    transform: translate3d(-14px, -10px, 0) rotate(26deg) scaleY(0.36);
    opacity: 0.70;
  }
}

@keyframes galaxy-beam-scan {
  from {
    opacity: 0.34;
    transform: translate3d(-32px, 0, 0) rotate(var(--beam-rotation, -16deg));
  }

  to {
    opacity: 0.72;
    transform: translate3d(34px, -6px, 0) rotate(var(--beam-rotation, -16deg));
  }
}

@keyframes galaxy-node-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  45% {
    transform: translate3d(14px, -10px, 0) scale(1.14);
  }

  70% {
    transform: translate3d(-8px, 7px, 0) scale(0.96);
  }
}

@keyframes galaxy-node-orbit-ring {
  from {
    opacity: 0.24;
    transform: scaleX(1.85) rotate(-18deg);
  }

  to {
    opacity: 0.52;
    transform: scaleX(2.15) rotate(8deg);
  }
}

@keyframes galaxy-link-pulse {
  from {
    opacity: 0.18;
    transform: rotate(var(--node-link-rotation, -18deg)) scaleX(0.72);
  }

  to {
    opacity: 0.52;
    transform: rotate(var(--node-link-rotation, -18deg)) scaleX(1);
  }
}

@keyframes data-bar {
  from {
    transform: scaleX(0.72);
    transform-origin: right;
  }

  to {
    transform: scaleX(1);
    transform-origin: right;
  }
}

@keyframes panel-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes graph-core-float {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, calc(-50% - 8px)) scale(1.018);
  }
}

@keyframes graph-node-float {
  0%,
  100% {
    transform: translate(var(--node-x, 0), var(--node-y, 0));
  }

  50% {
    transform: translate(var(--node-x, 0), calc(var(--node-y, 0) - 10px));
  }
}

@media (max-width: 1020px) {
  .site-header__inner {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    margin-inline-start: 0;
  }

  .primary-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    order: 5;
    border: 0;
    background: rgba(5, 10, 16, 0.76);
    padding: 0.75rem;
  }

  body.nav-open .primary-nav {
    display: flex;
  }

  .primary-nav a {
    padding-inline: 0.75rem;
  }

  .page-hero {
    grid-template-columns: 1fr;
  }

  .page-hero--image {
    min-height: 620px;
    background-position: 58% center;
  }

  .page-hero--article.page-hero--image {
    min-height: 560px;
    background-position: 62% center;
  }

  .page-hero--galaxy {
    min-height: 500px;
  }

  .page-hero--galaxy .page-hero__content {
    justify-self: start;
  }

  .page-hero__dashboard {
    align-self: start;
    margin-block-start: 0;
  }

  .feature-grid,
  .product-grid,
  .article-grid,
  .home-signal-grid,
  .home-product-spotlight__grid,
  .contact-page-grid,
  .demo-request-grid,
  .about-overview-grid,
  .product-detail-grid,
  .product-detail-columns,
  .product-summary-grid,
  .use-case-grid,
  .solution-industries-grid,
  .employee-process,
  .employee-architecture,
  .employee-indicators-grid,
  .contact-grid,
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }

  .article-action-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .article-action-panel__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-side-rail {
    position: relative;
    top: auto;
  }

  .employee-process__step {
    min-height: 220px;
  }

  .employee-process__step:not(:last-child)::after {
    display: none;
  }

  .site-footer__intro {
    grid-column: 1 / -1;
  }

  .site-footer__grid > section:nth-child(2n + 1) {
    border-inline-start: 0;
  }

  .home-product-spotlight__grid {
    grid-template-areas:
      "copy"
      "media";
  }

  .home-product-spotlight__copy {
    max-width: none;
  }

  .home-product-spotlight__media {
    width: min(100%, 46rem);
    justify-self: center;
  }

  .about-license-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .container {
    width: 100%;
    max-width: 100vw;
    margin-inline: 0;
    padding-inline: 0.625rem;
  }

  .site-header__inner {
    min-height: 68px;
  }

  .brand-link img {
    width: 76px;
    height: 43px;
  }

  .page-hero {
    min-height: auto;
    padding-block: 7.5rem 3.25rem;
    overflow-x: clip;
  }

  .page-hero--galaxy {
    min-height: 560px;
    padding-block-end: 4.5rem;
  }

  .page-hero--galaxy .page-hero__content {
    justify-self: center;
  }

  .page-hero--galaxy .hero-motion__grid {
    opacity: 0.62;
    mask-image: radial-gradient(ellipse at 50% 42%, #000 0%, #000 76%, transparent 100%);
  }

  .page-hero--galaxy .hero-motion__beam {
    width: 34rem;
  }

  .page-hero__content {
    width: min(100%, 21rem);
    max-width: calc(100vw - 1.25rem);
    margin-inline: auto;
    padding-inline: 0.5rem;
    text-align: center;
  }

  .page-hero h1 {
    max-width: 17rem;
    margin-inline: auto;
    font-size: clamp(1.42rem, 6.25vw, 1.68rem);
    line-height: 1.48;
  }

  .page-hero p {
    max-width: 19rem;
    margin-inline: auto;
    font-size: 0.98rem;
  }

  .page-hero__dashboard {
    width: min(100%, 21rem);
    justify-self: center;
  }

  .page-hero__visual {
    width: min(100%, 21rem);
    max-width: calc(100vw - 1.25rem);
    justify-self: center;
    overflow: hidden;
  }

  .page-hero__fallback--gpu {
    min-height: 330px;
  }

  .hero-gpu-chip {
    width: 8.8rem;
    min-height: 7rem;
  }

  .hero-system-node {
    min-width: 4.3rem;
    min-height: 2.8rem;
    font-size: 0.74rem;
  }

  .hero-system-node--erp {
    top: 4.5rem;
    right: 0.1rem;
  }

  .hero-system-node--docs {
    top: 5rem;
    left: 0;
  }

  .hero-system-node--db {
    right: 0.4rem;
    bottom: 4.3rem;
  }

  .hero-system-node--api {
    left: 0.35rem;
    bottom: 3.9rem;
  }

  .hero-system-node--bi {
    top: 0.65rem;
  }

  .hero-graph-caption {
    bottom: 0.65rem;
    font-size: 0.86rem;
  }

  .page-hero--image {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(5, 10, 16, 0.94), rgba(7, 13, 20, 0.68)),
      var(--hero-image) 62% center / cover no-repeat;
  }

  .page-hero--product-image {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(5, 10, 16, 0.94) 0%, rgba(5, 16, 28, 0.76) 52%, rgba(5, 10, 16, 0.66) 100%),
      var(--hero-image) center / cover no-repeat;
  }

  .brand-link span {
    display: none;
  }

  .hero-motion__grid {
    mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  }

  .hero-actions,
  .cta-section__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .feature-grid,
  .product-grid,
  .article-grid,
  .home-signal-grid,
  .home-product-spotlight__grid,
  .contact-page-grid,
  .demo-request-grid,
  .about-overview-grid,
  .product-detail-grid,
  .product-detail-columns,
  .product-summary-grid,
  .use-case-grid,
  .solution-industries-grid,
  .employee-process,
  .employee-architecture,
  .employee-indicators-grid,
  .contact-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .article-action-panel__links {
    grid-template-columns: 1fr;
  }

  .article-body .article-checklist,
  .article-body .article-step-list,
  .article-body .article-metric-grid {
    grid-template-columns: 1fr;
  }

  .article-body .article-callout {
    padding-inline-start: 1rem;
    padding-block-start: 4.5rem;
  }

  .article-body .article-callout::before {
    inset-inline-start: auto;
    inset-inline-end: 1rem;
  }

  .article-body .article-callout::after {
    inset-inline-start: auto;
    inset-inline-end: 1.78rem;
  }

  .page-hero--article {
    min-height: 0;
    padding-block: 6.4rem 3rem;
  }

  .page-hero--article .page-hero__content {
    width: min(100%, 22rem);
    max-width: calc(100vw - 1.5rem);
    padding-inline: 0;
    text-align: right;
  }

  .page-hero--article .eyebrow,
  .page-hero--article p,
  .page-hero--article h1 {
    margin-inline: 0;
    text-align: right;
  }

  .page-hero--article h1 {
    max-width: none;
    font-size: clamp(1.56rem, 7.1vw, 1.92rem);
    line-height: 1.7;
  }

  .page-hero--article p {
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.95;
  }

  .page-hero--article .hero-actions {
    align-items: stretch;
    gap: 0.7rem;
  }

  .article-detail-stack {
    gap: 0.95rem;
  }

  .article-body {
    padding: 1rem 0.95rem 1.2rem;
    border-radius: 18px;
  }

  .article-body > :where(.article-meta, p, ul, ol, blockquote, h2, h3, h4, .tag-chip-list, .article-callout, .article-cta-inline) {
    width: 100%;
  }

  .article-body > :where(figure, .article-table-wrap, table, pre) {
    width: 100%;
  }

  .article-body p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 2.05;
  }

  .article-body h2,
  .article-body h3,
  .article-body h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.7rem;
  }

  .article-body h2::before {
    flex-basis: 0.68rem;
    width: 0.68rem;
    height: 0.68rem;
    box-shadow: 0 8px 18px rgba(8, 191, 211, 0.16);
  }

  .article-body h2::after {
    width: 7rem;
    opacity: 0.78;
  }

  .article-body ul,
  .article-body ol {
    padding-inline-start: 1rem;
  }

  .article-body li + li {
    margin-top: 0.45rem;
  }

  .article-body blockquote {
    border-inline-start-width: 2px;
    padding: 0.85rem 0.95rem;
    font-size: 0.96rem;
    line-height: 1.95;
  }

  .article-meta {
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.82rem;
  }

  .article-meta span {
    min-height: 1.95rem;
    padding-inline: 0.68rem;
  }

  .article-body .article-callout {
    border-radius: 14px;
    padding: 4rem 1rem 1rem;
    box-shadow: 0 12px 30px rgba(22, 50, 77, 0.07);
  }

  .article-body .article-callout::before {
    inset-block-start: 0.85rem;
    width: 2.25rem;
    height: 2.25rem;
  }

  .article-body .article-callout::after {
    inset-block-start: 1.55rem;
    inset-inline-end: 1.62rem;
  }

  .article-body .article-checklist li,
  .article-body .article-step-list li,
  .article-body .article-metric-grid li {
    border-radius: 12px;
    padding: 0.82rem 2.2rem 0.82rem 0.9rem;
    box-shadow: 0 8px 22px rgba(22, 50, 77, 0.05);
  }

  .article-body .article-checklist li::before,
  .article-body .article-step-list li::before {
    inset-block-start: 0.82rem;
    inset-inline-start: 0.82rem;
  }

  .article-body .article-checklist li::after {
    inset-block-start: 1.14rem;
    inset-inline-start: 1.14rem;
  }

  .article-body .article-cta-inline,
  .article-body p:has(a[href="/request-demo"]) {
    border-radius: 14px;
    padding: 0.95rem 1rem;
    box-shadow: 0 12px 30px rgba(22, 50, 77, 0.08);
  }

  .article-action-panel {
    gap: 0.8rem;
    border-radius: 18px;
    padding: 1rem;
  }

  .article-action-panel h2 {
    font-size: 1rem;
  }

  .article-action-panel p {
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .article-action-panel__links {
    gap: 0.55rem;
  }

  .article-action-panel__links .text-link {
    min-height: 2.85rem;
    border: 1px solid rgba(43, 110, 159, 0.14);
    border-radius: 12px;
    background: rgba(246, 249, 252, 0.92);
    padding: 0.72rem 0.9rem;
  }

  .tag-chip-list {
    margin-top: 1.5rem;
    padding-top: 1rem;
    gap: 0.45rem;
  }

  .tag-chip {
    min-height: 2rem;
    padding: 0.22rem 0.72rem;
    font-size: 0.84rem;
  }

  .employee-process__step {
    min-height: auto;
  }

.employee-pill-list span {
    width: 100%;
  }

  .product-detail-grid > *,
  .product-detail-columns > *,
  .product-summary-grid > *,
  .use-case-grid > *,
  .solution-industries-grid > *,
  .employee-process > *,
  .employee-architecture > *,
  .employee-indicators-grid > * {
    width: 100%;
    max-width: calc(100vw - 1.25rem);
    justify-self: center;
  }

  .product-detail-main h2,
  .product-detail-main h3,
  .contact-panel h2,
  .product-side-rail__header {
    text-align: center;
  }

  .product-side-rail__header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .product-side-rail__visual img {
    aspect-ratio: 16 / 11;
  }

  .product-summary-card,
  .use-case-card {
    min-height: auto;
  }

  .faq-section__heading {
    justify-content: center;
    text-align: center;
  }

  .site-header,
  .page-hero,
  .content-band,
  .site-footer {
    max-width: 100vw;
    overflow-x: clip;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .home-product-spotlight {
    border-radius: 20px;
    padding: 1rem;
  }

  .home-product-spotlight__copy h2 {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .home-product-spotlight__actions {
    align-items: stretch;
  }

  .home-product-spotlight__actions .text-link {
    justify-content: center;
  }

  .site-footer__grid > section,
  .site-footer__grid > section + section,
  .site-footer__grid > section:nth-child(2n + 1) {
    border-inline-start: 0;
    border-top: 1px solid rgba(125, 231, 242, 0.13);
    padding-block-start: 1.25rem;
  }

  .site-footer__intro {
    border-top: 0 !important;
  }

  .site-footer a {
    min-height: 38px;
  }

  .cta-section,
  .site-footer__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .about-panel__header,
  .about-section-heading {
    flex-direction: column;
  }

  .about-company-photo figcaption {
    inset-inline: 0.75rem;
    inset-block-end: 0.75rem;
    gap: 0.55rem;
    padding: 0.55rem 0.7rem;
  }

  .about-license-grid {
    grid-template-columns: 1fr;
  }

  .about-license-card img {
    aspect-ratio: 16 / 11;
  }

  .contact-brand {
    justify-items: center;
    text-align: center;
  }

  .contact-brand img {
    width: min(10.5rem, 72%);
  }

  .contact-panel__lead {
    text-align: start;
  }

  .contact-demo-strip {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-demo-strip .button {
    width: 100%;
  }

  .contact-panel--profile {
    gap: 0.8rem;
  }

  .online-map {
    min-height: 300px;
  }
}

.seo-landing-intro {
  position: relative;
}

.seo-landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(1rem, 3vw, 1.6rem);
  align-items: stretch;
}

.seo-landing-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
  border-radius: 8px;
  padding: clamp(1.1rem, 2.6vw, 1.55rem);
}

.seo-landing-panel h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.55;
  font-weight: var(--font-weight-display);
}

.seo-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.seo-process-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 260px;
  border: 1px solid rgba(43, 110, 159, 0.17);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(234, 246, 251, 0.72)),
    var(--color-surface);
  padding: 1rem;
  box-shadow: 0 18px 46px rgba(22, 50, 77, 0.08);
}

.seo-process-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-orange));
}

.seo-process-card span {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 8px;
  background: rgba(8, 191, 211, 0.12);
  color: var(--color-primary);
  font-weight: var(--font-weight-display);
}

.seo-process-card h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: 1.02rem;
  line-height: 1.65;
  font-weight: var(--font-weight-display);
}

.seo-process-card p,
.use-case-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 2;
}

.seo-faq-band .faq-shell {
  align-items: start;
}

@media (max-width: 1020px) {
  .seo-landing-grid {
    grid-template-columns: 1fr;
  }

  .seo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-process-card {
    min-height: 220px;
  }
}

@media (max-width: 680px) {
  .seo-landing-grid,
  .seo-process-grid {
    grid-template-columns: 1fr;
  }

  .seo-landing-grid > *,
  .seo-process-grid > * {
    width: 100%;
    max-width: calc(100vw - 1.25rem);
    justify-self: center;
  }

  .seo-process-card {
    min-height: auto;
  }
}
