:root {
  --aq-ink: #07254b;
  --aq-ink-2: #0b1a30;
  --aq-panel: #0f2c59;
  --aq-steel: #4c6797;
  --aq-cyan: #a8bdec;
  --aq-cyan-deep: #4c6797;
  --aq-signal: #d97706;
  --aq-paper: #f8fafc;
  --aq-white: #ffffff;
  --aq-text: #0f172a;
  --aq-muted: #64748b;
  --aq-line: #e2e8f0;
  --aq-dark-line: rgba(255, 255, 255, 0.15);
  --aq-success: #059669;
  --aq-danger: #dc2626;
  --aq-container: 1240px;
  --aq-radius: 6px;
  --aq-shadow: 0 18px 48px rgba(7, 37, 75, 0.15);
  --aq-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--aq-paper);
  color: var(--aq-text);
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.aq-menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  touch-action: manipulation;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.aq-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1200;
  padding: 12px 16px;
  background: var(--aq-white);
  color: var(--aq-ink);
  transform: translateY(-140%);
  transition: transform 180ms ease-out;
}

.aq-skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--aq-cyan);
  outline-offset: 3px;
}

.aq-container {
  width: min(calc(100% - 48px), var(--aq-container));
  margin-inline: auto;
}

.aq-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--aq-white);
}

.aq-utility-bar {
  min-height: 34px;
  background: var(--aq-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aq-utility-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #aeb9c1;
  font-size: 12px;
}

.aq-utility-status,
.aq-utility-links,
.aq-contact-line {
  display: flex;
  align-items: center;
  gap: 18px;
}

.aq-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aq-success);
  box-shadow: 0 0 0 4px rgba(55, 185, 139, 0.12);
}

.aq-utility-bar a:hover,
.aq-utility-bar a:focus-visible {
  color: var(--aq-white);
}

.aq-nav-shell {
  background: rgba(10, 14, 18, 0.94);
  border-bottom: 1px solid var(--aq-dark-line);
  backdrop-filter: blur(14px);
}

.aq-nav-inner {
  display: grid;
  min-height: 78px;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
}

.aq-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.aq-brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(76, 103, 151, 0.5);
  color: var(--aq-cyan);
  font-size: 11px;
  font-weight: 700;
}

.aq-brand-mark::before,
.aq-brand-mark::after {
  position: absolute;
  content: "";
}

.aq-brand-mark::before {
  inset: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.aq-brand-mark::after {
  right: 4px;
  bottom: 4px;
  width: 7px;
  height: 7px;
  background: var(--aq-signal);
}

.aq-brand-copy {
  display: block;
  min-width: 0;
}

.aq-brand-name {
  display: block;
  color: var(--aq-white);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.1;
}

.aq-brand-legal {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #8e9ba6;
  font-size: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-brand-tagline {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--aq-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aq-primary-nav > ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.aq-primary-nav a {
  position: relative;
  display: flex;
  min-height: 46px;
  padding: 0 13px;
  align-items: center;
  color: #c5cdd3;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 180ms ease-out;
}

.aq-primary-nav a::after {
  position: absolute;
  right: 13px;
  bottom: 2px;
  left: 13px;
  height: 2px;
  background: var(--aq-cyan);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.aq-primary-nav a:hover,
.aq-primary-nav .is-active > a,
.aq-primary-nav a:focus-visible {
  color: var(--aq-white);
}

.aq-primary-nav a:hover::after,
.aq-primary-nav .is-active > a::after {
  opacity: 1;
  transform: scaleX(1);
}

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

.aq-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--aq-dark-line);
  border-radius: 3px;
  background: transparent;
  color: var(--aq-white);
  cursor: pointer;
}

.aq-menu-toggle-lines,
.aq-menu-toggle-lines::before,
.aq-menu-toggle-lines::after {
  display: block;
  width: 19px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease-out, opacity 180ms ease-out;
}

.aq-menu-toggle-lines::before {
  transform: translateY(-6px);
}

.aq-menu-toggle-lines::after {
  transform: translateY(5px);
}

.aq-menu-toggle[aria-expanded="true"] .aq-menu-toggle-lines {
  background: transparent;
}

.aq-menu-toggle[aria-expanded="true"] .aq-menu-toggle-lines::before {
  transform: translateY(1px) rotate(45deg);
}

.aq-menu-toggle[aria-expanded="true"] .aq-menu-toggle-lines::after {
  transform: rotate(-45deg);
}

.aq-btn,
.aq-btn-ghost,
.aq-btn-light,
.aq-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
}

.aq-btn {
  padding: 0 22px;
  background: var(--aq-cyan);
  color: var(--aq-ink);
}

.aq-btn:hover {
  background: #4c6797;
  color: var(--aq-ink);
  transform: translateY(-1px);
}

.aq-btn-ghost {
  padding: 0 22px;
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--aq-white);
}

.aq-btn-ghost:hover {
  border-color: var(--aq-white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--aq-white);
}

.aq-btn-light {
  padding: 0 22px;
  border-color: var(--aq-line);
  background: var(--aq-white);
  color: var(--aq-text);
}

.aq-btn-light:hover {
  border-color: var(--aq-cyan-deep);
  color: var(--aq-cyan-deep);
}

.aq-arrow {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.aq-hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100dvh - 50px));
  align-items: end;
  overflow: hidden;
  background: var(--aq-ink);
  color: var(--aq-white);
}

.aq-hero-media,
.aq-hero-overlay {
  position: absolute;
  inset: 0;
}

.aq-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.aq-hero-overlay {
  background: rgba(4, 9, 13, 0.65);
}

.aq-hero-overlay::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent 0%, black 45%, black 100%);
}

.aq-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 112px;
  padding-bottom: 84px;
}

.aq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--aq-cyan-deep);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.aq-dark .aq-eyebrow,
.aq-hero .aq-eyebrow {
  color: var(--aq-cyan);
}

.aq-eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.aq-hero h1 {
  max-width: 850px;
  margin-top: 22px;
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 520;
}

.aq-hero-lead {
  max-width: 720px;
  margin-top: 26px;
  color: #d2d9de;
  font-size: 19px;
  line-height: 1.65;
}

.aq-hero-brandline {
  display: block;
  margin-top: 14px;
  color: #9facb6;
  font-size: 13px;
}

.aq-hero-actions {
  display: flex;
  margin-top: 36px;
  flex-wrap: wrap;
  gap: 12px;
}

.aq-hero-proof {
  display: grid;
  margin-top: 68px;
  padding-top: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.aq-company-intro {
  padding-block: 104px;
  border-bottom: 1px solid var(--aq-line);
  background: var(--aq-paper);
}

.aq-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.78fr);
  align-items: center;
  gap: 88px;
}

.aq-company-copy h2 {
  max-width: 720px;
  margin-top: 16px;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 540;
}

.aq-company-lead {
  max-width: 690px;
  margin-top: 24px;
  color: var(--aq-muted);
  font-size: 17px;
}

.aq-company-actions {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px;
}

.aq-company-points {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid var(--aq-line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aq-company-point {
  min-height: 116px;
  padding: 20px 18px 18px 0;
  border-right: 1px solid var(--aq-line);
}

.aq-company-point + .aq-company-point {
  padding-left: 18px;
}

.aq-company-point:last-child {
  border-right: 0;
}

.aq-company-point strong {
  display: block;
  color: var(--aq-text);
  font-size: 14px;
  font-weight: 650;
}

.aq-company-point span {
  display: block;
  margin-top: 7px;
  color: var(--aq-muted);
  font-size: 12px;
  line-height: 1.5;
}

.aq-company-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--aq-radius);
  background: var(--aq-ink);
}

.aq-company-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  filter: saturate(0.68) contrast(1.06);
}

.aq-company-plate {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  padding: 20px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 14, 19, 0.9);
  color: var(--aq-white);
  backdrop-filter: blur(12px);
}

.aq-company-plate-index {
  color: var(--aq-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.aq-company-plate strong,
.aq-company-plate span {
  display: block;
}

.aq-company-plate strong {
  font-size: 14px;
}

.aq-company-plate span {
  margin-top: 3px;
  color: #9eabb4;
  font-size: 11px;
}

.aq-proof-item strong {
  display: block;
  color: var(--aq-white);
  font-size: 24px;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
}

.aq-proof-item span {
  display: block;
  margin-top: 4px;
  color: #95a2ac;
  font-size: 12px;
}

.aq-section {
  padding-block: 112px;
}

.aq-section-sm {
  padding-block: 72px;
}

.aq-section-white {
  background: var(--aq-white);
}

.aq-dark {
  background: var(--aq-ink-2);
  color: var(--aq-white);
}

.aq-section-head {
  display: grid;
  margin-bottom: 52px;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 56px;
}

.aq-section-head h2,
.aq-split-copy h2,
.aq-page-hero h1,
.aq-cta h2 {
  margin-top: 16px;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 540;
}

.aq-section-head > p,
.aq-split-copy > p {
  max-width: 620px;
  color: var(--aq-muted);
}

.aq-dark .aq-section-head > p,
.aq-dark .aq-split-copy > p {
  color: #aab4bc;
}

.aq-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aq-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--aq-line);
  border-radius: var(--aq-radius);
  background: var(--aq-white);
  transition: border-color 220ms ease-out, box-shadow 220ms ease-out, transform 220ms var(--aq-ease);
}

.aq-product-card:hover,
.aq-product-card:focus-within {
  border-color: #aab8c1;
  box-shadow: var(--aq-shadow);
  transform: translateY(-4px);
}

.aq-product-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8ecee;
}

.aq-product-media::after {
  position: absolute;
  inset: 0;
  border-bottom: 3px solid var(--aq-cyan);
  content: "";
  pointer-events: none;
}

.aq-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition: transform 400ms var(--aq-ease), filter 220ms ease-out;
}

.aq-product-card:hover img {
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.025);
}

.aq-product-body {
  min-height: 230px;
  padding: 26px 24px 24px;
}

.aq-index-label {
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.aq-product-card h3 {
  margin-top: 12px;
  font-size: 23px;
}

.aq-product-card p {
  margin-top: 12px;
  color: var(--aq-muted);
  font-size: 14px;
}

.aq-card-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: 18px;
  align-items: center;
  gap: 8px;
  color: var(--aq-text);
  font-size: 13px;
  font-weight: 650;
}

.aq-card-link:hover {
  color: var(--aq-cyan-deep);
}

.aq-sector-grid {
  display: grid;
  border-top: 1px solid var(--aq-dark-line);
  border-left: 1px solid var(--aq-dark-line);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.aq-sector-item {
  min-height: 250px;
  padding: 28px 24px;
  border-right: 1px solid var(--aq-dark-line);
  border-bottom: 1px solid var(--aq-dark-line);
  transition: background-color 200ms ease-out;
}

.aq-sector-item:hover {
  background: rgba(76, 103, 151, 0.06);
}

.aq-sector-num {
  display: block;
  color: var(--aq-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.aq-sector-item h3 {
  margin-top: 76px;
  font-size: 21px;
}

.aq-sector-item p {
  margin-top: 12px;
  color: #95a2ac;
  font-size: 13px;
}

.aq-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: stretch;
}

.aq-split-media {
  min-height: 650px;
  overflow: hidden;
}

.aq-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aq-split-copy {
  display: flex;
  padding: 80px clamp(32px, 6vw, 94px);
  flex-direction: column;
  justify-content: center;
}

.aq-metric-list {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid var(--aq-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aq-metric {
  min-height: 130px;
  padding: 22px 18px 20px 0;
  border-bottom: 1px solid var(--aq-line);
}

.aq-metric:nth-child(odd) {
  border-right: 1px solid var(--aq-line);
}

.aq-metric:nth-child(even) {
  padding-left: 22px;
}

.aq-metric strong {
  display: block;
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 27px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.aq-metric span {
  display: block;
  margin-top: 4px;
  color: var(--aq-muted);
  font-size: 12px;
}

.aq-lab-band {
  position: relative;
  overflow: hidden;
  background: var(--aq-panel);
  color: var(--aq-white);
}

.aq-lab-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 76px;
}

.aq-lab-copy {
  padding-block: 96px;
}

.aq-lab-copy h2 {
  margin-top: 16px;
  font-size: clamp(38px, 4vw, 58px);
}

.aq-lab-copy p {
  margin-top: 24px;
  color: #b6c0c8;
}

.aq-lab-checks {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.aq-lab-checks li {
  display: grid;
  min-height: 54px;
  padding-block: 12px;
  grid-template-columns: 26px 1fr;
  align-items: center;
  border-top: 1px solid var(--aq-dark-line);
  color: #d8dfe4;
  font-size: 14px;
}

.aq-lab-checks i {
  color: var(--aq-cyan);
  font-style: normal;
}

.aq-lab-visual {
  position: relative;
  min-height: 600px;
}

.aq-lab-visual img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06);
}

.aq-lab-status {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: min(320px, calc(100% - 48px));
  padding: 22px;
  grid-template-columns: 1fr auto;
  gap: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(8, 14, 19, 0.88);
  backdrop-filter: blur(12px);
}

.aq-lab-status span {
  color: #a8b5bf;
  font-size: 11px;
}

.aq-lab-status strong {
  color: var(--aq-success);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
}

.aq-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--aq-line);
}

.aq-process-step {
  position: relative;
  min-height: 260px;
  padding: 28px 30px 0 0;
  border-right: 1px solid var(--aq-line);
}

.aq-process-step + .aq-process-step {
  padding-left: 30px;
}

.aq-process-step:last-child {
  border-right: 0;
}

.aq-process-step h3 {
  margin-top: 64px;
  font-size: 22px;
}

.aq-process-step p {
  margin-top: 14px;
  color: var(--aq-muted);
  font-size: 14px;
}

.aq-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.aq-section-side {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.aq-section-side p {
  color: var(--aq-muted);
}

.aq-news-home {
  background: var(--aq-paper);
}

.aq-news-home .aq-news-card {
  background: var(--aq-white);
  border: 1px solid var(--aq-line);
  border-radius: var(--aq-radius);
  overflow: hidden;
  transition: border-color 220ms ease-out, box-shadow 220ms ease-out, transform 220ms var(--aq-ease);
}

.aq-news-home .aq-news-card:hover,
.aq-news-home .aq-news-card:focus-within {
  border-color: #aab8c1;
  box-shadow: var(--aq-shadow);
  transform: translateY(-4px);
}

.aq-news-home .aq-news-card-body {
  padding: 24px;
}

.aq-news-card {
  border-bottom: 1px solid var(--aq-line);
}

.aq-news-card > a:first-child {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dde3e6;
}

.aq-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms var(--aq-ease);
}

.aq-news-card:hover img {
  transform: scale(1.025);
}

.aq-news-card-body {
  padding: 22px 0 28px;
}

.aq-news-meta {
  display: flex;
  gap: 16px;
  color: var(--aq-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.aq-news-card h3 {
  margin-top: 12px;
  font-size: 23px;
  line-height: 1.25;
}

.aq-news-card p {
  margin-top: 12px;
  color: var(--aq-muted);
  font-size: 14px;
}

.aq-cta {
  background: var(--aq-cyan);
  color: var(--aq-ink);
}

.aq-cta-inner {
  display: grid;
  min-height: 360px;
  padding-block: 72px;
  grid-template-columns: 1fr minmax(400px, 0.82fr);
  align-items: center;
  gap: 80px;
}

.aq-cta h2 {
  max-width: 700px;
}

.aq-cta p {
  max-width: 620px;
  margin-top: 18px;
  color: #17363b;
}

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

.aq-field {
  min-width: 0;
}

.aq-field-full {
  grid-column: 1 / -1;
}

.aq-field label {
  display: block;
  margin-bottom: 7px;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
}

.aq-field input,
.aq-field textarea,
.aq-field select,
.aq-search-form input {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid #a8b2b8;
  border-radius: 3px;
  background: var(--aq-white);
  color: var(--aq-text);
}

.aq-field textarea {
  min-height: 126px;
  resize: vertical;
}

.aq-field input:focus,
.aq-field textarea:focus,
.aq-field select:focus,
.aq-search-form input:focus {
  border-color: var(--aq-cyan-deep);
  box-shadow: 0 0 0 3px rgba(76, 103, 151, 0.2);
  outline: 0;
}

.aq-form-note {
  margin-top: 12px;
  color: var(--aq-muted);
  font-size: 12px;
}

.aq-cta-form .aq-btn-light {
  min-width: 180px;
  margin-top: 20px;
  border-color: var(--aq-ink);
  background: var(--aq-ink);
  color: var(--aq-white);
}

.aq-page-hero {
  position: relative;
  display: grid;
  min-height: 430px;
  padding-block: 110px 70px;
  align-items: end;
  overflow: hidden;
  background: var(--aq-ink);
  color: var(--aq-white);
}

.aq-page-hero-media,
.aq-page-hero-media::after {
  position: absolute;
  inset: 0;
}

.aq-page-hero-media::after {
  background: rgba(4, 9, 13, 0.74);
  content: "";
}

.aq-page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aq-page-hero-content {
  position: relative;
  z-index: 1;
}

.aq-page-hero h1 {
  max-width: 850px;
}

.aq-page-hero p {
  max-width: 680px;
  margin-top: 18px;
  color: #c3ccd2;
}

.aq-breadcrumb {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 9px;
  color: #93a1ab;
  font-size: 12px;
}

.aq-breadcrumb a:hover {
  color: var(--aq-cyan);
}

.aq-filter-bar {
  display: flex;
  margin-bottom: 38px;
  padding-bottom: 14px;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid var(--aq-line);
}

.aq-filter-pill {
  display: inline-flex;
  min-height: 44px;
  padding: 0 16px;
  align-items: center;
  border: 1px solid var(--aq-line);
  border-radius: 3px;
  background: var(--aq-white);
  color: var(--aq-muted);
  font-size: 12px;
  cursor: pointer;
}

.aq-filter-pill:hover,
.aq-filter-pill.is-active {
  border-color: var(--aq-ink);
  background: var(--aq-ink);
  color: var(--aq-white);
}

.aq-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.aq-spec-table th,
.aq-spec-table td {
  padding: 16px;
  border-bottom: 1px solid var(--aq-line);
  text-align: left;
  vertical-align: top;
}

.aq-spec-table th {
  width: 36%;
  color: var(--aq-muted);
  font-size: 12px;
  font-weight: 550;
}

.aq-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: 72px;
  align-items: start;
}

.aq-gallery-main {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--aq-line);
  background: var(--aq-white);
}

.aq-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aq-gallery-thumbs {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.aq-gallery-thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--aq-line);
  background: var(--aq-white);
  cursor: pointer;
}

.aq-gallery-thumb.is-active {
  border-color: var(--aq-cyan-deep);
}

.aq-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aq-product-summary h1 {
  margin-top: 12px;
  font-size: clamp(38px, 4vw, 56px);
}

.aq-product-summary > p {
  margin-top: 20px;
  color: var(--aq-muted);
}

.aq-product-actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 10px;
}

.aq-richtext {
  max-width: 820px;
  color: #293640;
}

.aq-richtext h2,
.aq-richtext h3,
.aq-richtext h4 {
  margin: 1.8em 0 0.65em;
}

.aq-richtext p,
.aq-richtext ul,
.aq-richtext ol {
  margin: 0 0 1.2em;
}

.aq-richtext img {
  margin-block: 24px;
}

.aq-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 72px;
  align-items: start;
}

.aq-sidebar {
  position: sticky;
  top: 132px;
  padding: 24px;
  border: 1px solid var(--aq-line);
  background: var(--aq-white);
}

.aq-sidebar h3 {
  font-size: 18px;
}

.aq-sidebar-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.aq-sidebar-list li {
  border-top: 1px solid var(--aq-line);
}

.aq-sidebar-list a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  color: var(--aq-muted);
  font-size: 13px;
}

.aq-sidebar-list a:hover {
  color: var(--aq-cyan-deep);
}

.aq-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 80px;
}

.aq-contact-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.aq-contact-list li {
  padding: 18px 0;
  border-top: 1px solid var(--aq-line);
}

.aq-contact-list span {
  display: block;
  color: var(--aq-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.aq-contact-list strong,
.aq-contact-list a {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 550;
}

.aq-form-panel {
  padding: 40px;
  border: 1px solid var(--aq-line);
  background: var(--aq-white);
  box-shadow: var(--aq-shadow);
}

.aq-form-panel h2 {
  margin-bottom: 26px;
  font-size: 30px;
}

.aq-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.aq-pagination,
.pagination {
  display: flex !important;
  margin: 40px 0 0 !important;
  padding: 0 !important;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.aq-pagination a,
.aq-pagination span,
.pagination a,
.pagination span {
  display: grid !important;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px !important;
  place-items: center;
  border: 1px solid var(--aq-line) !important;
  border-radius: 3px !important;
  background: var(--aq-white) !important;
  color: var(--aq-text) !important;
}

.aq-pagination .active,
.pagination .active,
.pagination .active a {
  border-color: var(--aq-ink) !important;
  background: var(--aq-ink) !important;
  color: var(--aq-white) !important;
}

.aq-site-footer {
  padding-top: 76px;
  background: #080c10;
  color: var(--aq-white);
}

.aq-footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.6fr 0.75fr 1fr;
  gap: 32px;
}

.aq-footer-brand p {
  max-width: none;
  margin-top: 22px;
  color: #8f9ba4;
  font-size: 13px;
}

.aq-footer-title {
  margin-bottom: 18px;
  color: #cfd7dc;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.aq-footer-links,
.aq-footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aq-footer-links li,
.aq-footer-contact li {
  margin-top: 10px;
}

.aq-footer-links a,
.aq-footer-contact li {
  color: #8f9ba4;
  font-size: 13px;
}

.aq-footer-links a:hover,
.aq-footer-contact a:hover {
  color: var(--aq-cyan);
}

.aq-footer-bottom {
  display: flex;
  min-height: 78px;
  margin-top: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--aq-dark-line);
  color: #6f7c85;
  font-size: 11px;
}

.aq-credit-link {
  color: #81909a;
}

.aq-empty-state {
  padding: 48px;
  border: 1px solid var(--aq-line);
  background: var(--aq-white);
  text-align: center;
}

.aq-empty-state h2 {
  font-size: 28px;
}

.aq-empty-state p {
  margin: 12px auto 0;
  color: var(--aq-muted);
}

.aq-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* The legacy live-chat profile belongs to the previous business identity. */
.onlinelive-card-container,
.onlinelive-mobile-icon-container,
.onlinelive-chat-window,
.onlinelive-chat-menu {
  display: none !important;
}

/* Compatibility layer for CMS rich content and remaining legacy templates. */
#section-subheader .sigma_subheader {
  display: grid !important;
  min-height: 360px !important;
  padding: 100px 0 54px !important;
  align-items: end !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: var(--aq-ink) !important;
}

#section-subheader .sigma_subheader::before {
  background: rgba(4, 9, 13, 0.72) !important;
}

#section-subheader h1 {
  color: var(--aq-white) !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  font-weight: 540 !important;
}

.section {
  padding: 96px 0;
}

.container,
.fb-container {
  width: min(calc(100% - 48px), var(--aq-container)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.modal-content,
.widget,
.sigma_post,
.fb-service-card,
.fb-product-inquiry-box {
  border-radius: var(--aq-radius) !important;
}

@media (max-width: 1180px) {
  .aq-nav-inner {
    grid-template-columns: 1fr auto;
  }

  .aq-primary-nav {
    position: fixed;
    top: 112px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    background: var(--aq-ink);
  }

  .aq-primary-nav.is-open {
    display: block;
  }

  .aq-primary-nav > ul {
    width: min(calc(100% - 48px), var(--aq-container));
    margin-inline: auto;
    padding-block: 28px;
    flex-direction: column;
    align-items: stretch;
  }

  .aq-primary-nav a {
    min-height: 56px;
    padding-inline: 0;
    border-bottom: 1px solid var(--aq-dark-line);
    font-size: 17px;
  }

  .aq-primary-nav a::after {
    display: none;
  }

  .aq-menu-toggle {
    display: flex;
  }

  .aq-nav-actions > .aq-btn {
    display: none;
  }

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

  .aq-company-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    gap: 48px;
  }

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

  .aq-footer-grid {
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 34px;
  }
}

@media (max-width: 860px) {
  .aq-container,
  .container,
  .fb-container {
    width: min(calc(100% - 32px), var(--aq-container)) !important;
  }

  .aq-utility-status > span:last-child,
  .aq-utility-links > span {
    display: none;
  }

  .aq-brand-legal {
    max-width: 280px;
  }

  .aq-hero {
    min-height: 740px;
  }

  .aq-hero-content {
    padding-bottom: 56px;
  }

  .aq-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aq-section {
    padding-block: 80px;
  }

  .aq-section-head,
  .aq-cta-inner,
  .aq-contact-grid,
  .aq-content-layout,
  .aq-product-detail {
    grid-template-columns: 1fr;
  }

  .aq-company-intro {
    padding-block: 80px;
  }

  .aq-company-grid {
    grid-template-columns: 1fr;
  }

  .aq-company-visual,
  .aq-company-visual img {
    min-height: 460px;
    height: 460px;
  }

  .aq-section-head,
  .aq-cta-inner,
  .aq-contact-grid,
  .aq-content-layout,
  .aq-product-detail {
    gap: 36px;
  }

  .aq-split {
    grid-template-columns: 1fr;
  }

  .aq-split-media {
    min-height: 480px;
  }

  .aq-split-copy {
    padding: 64px 32px;
  }

  .aq-lab-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .aq-lab-visual,
  .aq-lab-visual img {
    min-height: 440px;
    height: 440px;
  }

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

  .aq-process-step:nth-child(2) {
    border-right: 0;
  }

  .aq-news-grid {
    grid-template-columns: 1fr;
  }

  .aq-news-card {
    display: grid;
    grid-template-columns: 42% 1fr;
  }

  .aq-news-card > a:first-child {
    aspect-ratio: auto;
    min-height: 240px;
  }

  .aq-news-card-body {
    padding: 24px;
  }

  .aq-sidebar {
    position: static;
  }

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

@media (max-width: 560px) {
  .aq-utility-inner {
    justify-content: center;
  }

  .aq-utility-links {
    display: none;
  }

  .aq-nav-inner {
    min-height: 72px;
    gap: 12px;
  }

  .aq-primary-nav {
    top: 106px;
  }

  .aq-brand-name {
    font-size: 15px;
  }

  .aq-brand-legal {
    max-width: 190px;
    font-size: 9px;
  }

  .aq-hero {
    min-height: 720px;
  }

  .aq-hero h1 {
    font-size: 45px;
  }

  .aq-hero-lead {
    font-size: 16px;
  }

  .aq-hero-actions,
  .aq-hero-actions .aq-btn,
  .aq-hero-actions .aq-btn-ghost {
    width: 100%;
  }

  .aq-hero-proof {
    margin-top: 44px;
    gap: 18px;
  }

  .aq-section,
  .aq-section-sm {
    padding-block: 64px;
  }

  .aq-section-head h2,
  .aq-split-copy h2,
  .aq-page-hero h1,
  .aq-cta h2 {
    font-size: 36px;
  }

  .aq-product-grid,
  .aq-sector-grid,
  .aq-process-grid,
  .aq-form-grid,
  .aq-footer-grid {
    grid-template-columns: 1fr;
  }

  .aq-company-intro {
    padding-block: 64px;
  }

  .aq-company-actions,
  .aq-company-actions .aq-btn,
  .aq-company-actions .aq-btn-light {
    width: 100%;
  }

  .aq-company-points {
    grid-template-columns: 1fr;
  }

  .aq-company-point,
  .aq-company-point + .aq-company-point {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--aq-line);
  }

  .aq-company-visual,
  .aq-company-visual img {
    min-height: 380px;
    height: 380px;
  }

  .aq-company-plate {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .aq-product-body {
    min-height: 0;
  }

  .aq-sector-item {
    min-height: 190px;
  }

  .aq-sector-item h3 {
    margin-top: 40px;
  }

  .aq-process-step,
  .aq-process-step + .aq-process-step {
    min-height: 220px;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--aq-line);
  }

  .aq-news-card {
    display: block;
  }

  .aq-news-card > a:first-child {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .aq-news-card-body {
    padding-inline: 0;
  }

  .aq-cta-inner {
    min-height: 0;
    padding-block: 58px;
  }

  .aq-form-panel,
  .aq-empty-state {
    padding: 26px 20px;
  }

  .aq-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

/* CMS-native multi-page brochure layer. */
:root {
  --aq-container: 1500px;
}

.ui-site-header .aq-container {
  width: min(calc(100% - 72px), var(--aq-container));
}

.ui-site-header .aq-nav-inner {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.55fr) auto;
  gap: 30px;
}

.ui-site-header .aq-primary-nav > ul {
  justify-content: flex-end;
  gap: 10px;
}

.ui-site-header .aq-primary-nav > ul > li {
  position: relative;
}

.ui-site-header .aq-primary-nav > ul > li > a {
  min-height: 52px;
  padding-inline: 10px;
  font-size: 12px;
}

.aq-nav-caret {
  margin-left: 7px;
  color: #81919b;
  font-size: 12px;
  line-height: 1;
}

.aq-nav-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  min-width: 258px;
  padding: 9px;
  border: 1px solid rgba(76, 103, 151, 0.28);
  background: rgba(10, 14, 18, 0.98);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.aq-nav-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aq-nav-dropdown li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.aq-nav-dropdown a {
  min-height: 42px !important;
  padding: 8px 11px !important;
  justify-content: space-between;
  color: #b9c6cc !important;
  font-size: 12px !important;
  white-space: normal !important;
}

.aq-nav-dropdown a::after {
  display: none !important;
}

.aq-site-header .has-dropdown:hover > .aq-nav-dropdown,
.aq-site-header .has-dropdown:focus-within > .aq-nav-dropdown {
  display: block;
}

.ui-language-links {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.ui-language-links a {
  display: inline-grid;
  min-width: 30px;
  min-height: 23px;
  padding: 0 6px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #9eabb4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.ui-language-links a:hover,
.ui-language-links a.is-active,
.ui-language-links a:focus-visible {
  border-color: var(--aq-cyan);
  background: var(--aq-cyan);
  color: var(--aq-ink);
}

.ui-media-frame img {
  filter: saturate(0.94) contrast(1.06) brightness(0.96);
}

.ui-media-frame::after {
  background: linear-gradient(145deg, rgba(7, 16, 22, 0.02), rgba(7, 16, 22, 0.42));
}

.ui-media-frame:not(.has-authenticated-asset) .ui-media-overlay {
  background: rgba(7, 16, 22, 0.70);
}

.ui-media-frame:not(.has-authenticated-asset) .ui-media-overlay strong {
  font-size: 13px;
}

.ui-home-section {
  padding-block: 112px;
}

.ui-home-dark {
  background: var(--aq-ink-2);
  color: var(--aq-white);
}

.ui-home-dark .aq-eyebrow,
.ui-home-dark h2,
.ui-home-dark h3 {
  color: var(--aq-white);
}

.ui-home-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}

.ui-home-heading h2,
.ui-list-intro h2 {
  max-width: 850px;
  margin-top: 14px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.08;
}

.ui-home-heading .aq-btn,
.ui-home-heading .aq-btn-light {
  flex: 0 0 auto;
}

.ui-home-lead {
  max-width: 820px;
  margin-top: 24px;
  color: var(--aq-muted);
  font-size: 18px;
  line-height: 1.7;
}

.ui-home-dark .ui-home-lead {
  color: #b8c5cc;
}

.ui-capability-grid {
  display: grid;
  margin-top: 56px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--aq-line);
  border-bottom: 1px solid var(--aq-line);
}

.ui-capability-grid > div {
  min-height: 180px;
  padding: 27px 25px 27px 0;
}

.ui-capability-grid > div + div {
  padding-left: 25px;
  border-left: 1px solid var(--aq-line);
}

.ui-capability-grid span,
.ui-card-index {
  display: block;
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ui-home-dark .ui-card-index {
  color: var(--aq-signal);
}

.ui-capability-grid strong {
  display: block;
  margin-top: 22px;
  font-size: 18px;
}

.ui-capability-grid p {
  margin-top: 9px;
  color: var(--aq-muted);
  font-size: 13px;
}

.ui-solution-cards,
.ui-product-cards {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ui-product-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ui-solution-card,
.ui-product-card {
  min-width: 0;
  border: 1px solid var(--aq-line);
  background: var(--aq-white);
}

.ui-home-dark .ui-solution-card {
  border-color: rgba(255, 255, 255, 0.15);
  background: #101a22;
}

.ui-card-media,
.ui-news-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #16242d;
}

.ui-card-media img,
.ui-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms var(--aq-ease);
}

.ui-solution-card:hover .ui-card-media img,
.ui-product-card:hover .ui-card-media img,
.ui-news-grid article:hover .ui-news-image img {
  transform: scale(1.035);
}

.ui-solution-card > div,
.ui-product-card-body {
  padding: 25px 24px 28px;
}

.ui-solution-card h3,
.ui-product-card h3,
.ui-news-copy h3 {
  margin-top: 12px;
  font-size: 21px;
  line-height: 1.2;
}

.ui-solution-card p,
.ui-product-card p,
.ui-news-copy p {
  margin-top: 13px;
  color: var(--aq-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ui-home-dark .ui-solution-card p {
  color: #aab8c0;
}

.ui-inline-link {
  display: inline-flex;
  margin-top: 20px;
  align-items: center;
  gap: 9px;
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ui-home-dark .ui-inline-link {
  color: var(--aq-cyan);
}

.ui-home-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 84px;
  align-items: center;
}

.ui-home-feature-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(76, 103, 151, 0.4);
  background: #12232c;
}

.ui-home-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05) brightness(0.94);
}

.ui-home-feature-media span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 15px;
  border-left: 2px solid var(--aq-signal);
  background: rgba(7, 16, 22, 0.78);
  color: var(--aq-white);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.ui-home-feature h2 {
  max-width: 700px;
  margin-top: 14px;
  color: var(--aq-white);
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.08;
}

.ui-home-feature p {
  max-width: 630px;
  margin-top: 24px;
  color: #b8c5cc;
  font-size: 17px;
  line-height: 1.72;
}

.ui-home-feature .aq-btn-light {
  margin-top: 30px;
}

.ui-news-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ui-news-grid > article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  border: 1px solid var(--aq-line);
  border-top: 2px solid var(--aq-ink);
  background: var(--aq-white);
}

.ui-news-grid .ui-news-image {
  flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.ui-news-copy {
  flex: 1 1 auto;
  min-width: 0;
  padding: 22px 24px 26px;
}

.ui-news-meta {
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ui-list-intro {
  max-width: 850px;
  margin-bottom: 45px;
}

.ui-list-intro p {
  margin-top: 20px;
  color: var(--aq-muted);
  font-size: 17px;
  line-height: 1.7;
}

.ui-category-tabs {
  display: flex;
  margin-bottom: 64px;
  padding-bottom: 13px;
  flex-wrap: wrap;
  gap: 7px;
  border-bottom: 1px solid var(--aq-line);
}

.ui-category-tabs a {
  display: inline-flex;
  min-height: 40px;
  padding: 0 14px;
  align-items: center;
  border: 1px solid var(--aq-line);
  color: var(--aq-muted);
  font-size: 12px;
}

.ui-category-tabs a:hover,
.ui-category-tabs a.is-active {
  border-color: var(--aq-ink);
  background: var(--aq-ink);
  color: var(--aq-white);
}

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

.ui-news-list {
  grid-template-columns: 1fr;
}

.ui-single-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
}

.ui-content-lead {
  max-width: 850px;
  margin-bottom: 38px !important;
  color: var(--aq-muted);
  font-size: 21px;
  line-height: 1.65;
}

.ui-content-block {
  margin-top: 42px;
  padding-top: 25px;
  border-top: 1px solid var(--aq-line);
}

.ui-content-block h2 {
  margin-top: 0;
  font-size: 30px;
}

.ui-content-block li {
  margin: 8px 0;
}

.ui-content-note {
  margin-top: 42px !important;
  padding: 18px 20px;
  border-left: 2px solid var(--aq-signal);
  background: #eef2f3;
  color: var(--aq-muted);
}

.ui-contact-page-grid,
.ui-product-inquiry {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 78px;
  align-items: start;
}

.ui-contact-page-copy h2,
.ui-product-inquiry h2 {
  max-width: 620px;
  margin-top: 14px;
  font-size: clamp(40px, 4.4vw, 66px);
  line-height: 1.08;
}

.ui-contact-page-copy > p,
.ui-product-inquiry > div:first-child > p {
  max-width: 570px;
  margin-top: 24px;
  color: var(--aq-muted);
  font-size: 17px;
  line-height: 1.72;
}

.ui-contact-desk-list {
  margin-top: 45px;
  border-top: 1px solid var(--aq-line);
}

.ui-contact-desk-list > div {
  display: grid;
  padding: 17px 0;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--aq-line);
}

.ui-contact-desk-list span,
.ui-contact-desk-list small {
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ui-contact-desk-list strong {
  font-size: 14px;
  font-weight: 600;
}

.ui-contact-desk-list small {
  grid-column: 2;
  color: var(--aq-muted);
  text-transform: none;
}

@media (max-width: 1280px) {
  .ui-site-header .aq-nav-inner {
    grid-template-columns: minmax(250px, 0.64fr) minmax(0, 1.6fr) auto;
    gap: 18px;
  }

  .ui-site-header .aq-primary-nav > ul {
    gap: 3px;
  }

  .ui-site-header .aq-primary-nav > ul > li > a {
    padding-inline: 7px;
    font-size: 11px;
  }
}

@media (max-width: 1180px) {
  .ui-site-header .aq-nav-inner {
    grid-template-columns: 1fr auto;
  }

  .ui-site-header .aq-primary-nav > ul {
    align-items: stretch;
  }

  .ui-site-header .aq-primary-nav > ul > li > a {
    min-height: 56px;
    padding-inline: 0;
    font-size: 17px;
  }

  .aq-nav-dropdown {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 8px 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .aq-nav-dropdown a {
    min-height: 42px !important;
    border-bottom: 0 !important;
    font-size: 14px !important;
  }

  .ui-home-heading,
  .ui-contact-page-grid,
  .ui-product-inquiry,
  .ui-home-feature {
    gap: 42px;
  }

  .ui-product-cards,
  .ui-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .ui-site-header .aq-container {
    width: min(calc(100% - 32px), var(--aq-container));
  }

  .ui-utility-inner {
    gap: 12px;
  }

  .ui-utility-links > a,
  .ui-utility-links > .ui-utility-divider,
  .ui-utility-links > .ui-utility-label {
    display: none;
  }

  .ui-home-heading,
  .ui-home-feature,
  .ui-contact-page-grid,
  .ui-product-inquiry,
  .ui-single-layout {
    grid-template-columns: 1fr;
  }

  .ui-home-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ui-home-heading .aq-btn,
  .ui-home-heading .aq-btn-light {
    width: auto;
  }

  .ui-capability-grid {
    grid-template-columns: 1fr;
  }

  .ui-capability-grid > div,
  .ui-capability-grid > div + div {
    min-height: 0;
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid var(--aq-line);
  }

  .ui-capability-grid > div:last-child {
    border-bottom: 0;
  }

  .ui-solution-cards,
  .ui-product-cards,
  .ui-product-list {
    grid-template-columns: 1fr;
  }

  .ui-news-grid {
    grid-template-columns: 1fr;
  }

  .ui-news-grid > article {
    grid-template-columns: 42% 1fr;
  }

  .ui-home-feature-media,
  .ui-home-feature-media img {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .ui-utility-inner {
    justify-content: space-between;
  }

  .aq-utility-status {
    max-width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ui-home-section {
    padding-block: 78px;
  }

  .ui-home-heading h2,
  .ui-list-intro h2,
  .ui-home-feature h2,
  .ui-contact-page-copy h2,
  .ui-product-inquiry h2 {
    font-size: 38px;
  }

  .ui-news-grid > article {
    grid-template-columns: 1fr;
  }

  .ui-news-grid .ui-news-image {
    min-height: 210px;
  }

  .ui-contact-desk-list > div {
    grid-template-columns: 1fr;
  }

  .ui-contact-desk-list small {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Valve solution brochure: multilingual, visual-editor-ready surface. */
[data-lang-only] {
  display: none !important;
}

body[data-site-language="en"] [data-lang-only="en"],
body[data-site-language="ru"] [data-lang-only="ru"],
body[data-site-language="de"] [data-lang-only="de"] {
  display: inline !important;
}

[data-lang-panel] {
  display: none;
}

body[data-site-language="en"] [data-lang-panel="en"],
body[data-site-language="ru"] [data-lang-panel="ru"],
body[data-site-language="de"] [data-lang-panel="de"] {
  display: block;
}

.ui-site-header .aq-nav-inner {
  grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1fr) auto;
  gap: 18px;
}

.ui-anchor-nav > ul {
  justify-content: flex-end;
  gap: 8px;
}

.ui-anchor-nav a {
  padding-inline: 10px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.ui-anchor-nav a::after {
  right: 7px;
  left: 7px;
}

.ui-nav-actions {
  gap: 8px;
}

.ui-language-switch {
  display: inline-flex;
  min-height: 34px;
  padding: 2px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.ui-language-switch button {
  min-width: 31px;
  min-height: 28px;
  padding: 0 5px;
  border: 0;
  background: transparent;
  color: #9eabb4;
  cursor: pointer;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
}

.ui-language-switch button:hover,
.ui-language-switch button[aria-pressed="true"] {
  background: var(--aq-cyan);
  color: var(--aq-ink);
}

.ui-header-cta {
  min-height: 38px;
  padding-inline: 13px;
  font-size: 11px;
}

.ui-utility-divider {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
}

.ui-utility-label {
  color: var(--aq-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.ui-hero {
  position: relative;
  overflow: hidden;
  background: #071016;
  color: var(--aq-white);
  scroll-margin-top: 120px;
}

.ui-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(76, 103, 151, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(76, 103, 151, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to right, black 0%, transparent 82%);
  pointer-events: none;
}

.ui-hero-grid {
  position: relative;
  display: grid;
  min-height: 710px;
  padding-top: 96px;
  padding-bottom: 76px;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: 74px;
}

.ui-hero-copy {
  position: relative;
  z-index: 1;
}

.ui-kicker,
.ui-section-index,
.ui-media-overlay span,
.ui-media-caption,
.ui-hero-bottom,
.ui-hero-tags,
.ui-form-label,
.ui-news-meta,
.ui-cert-code,
.ui-calculator-head,
.ui-status-copy,
.ui-lab-readout,
.ui-trace-line,
.ui-desk-card > span {
  font-family: "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ui-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--aq-cyan);
  font-size: 10px;
  font-weight: 700;
}

.ui-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aq-signal);
  box-shadow: 0 0 0 4px rgba(242, 184, 75, 0.13);
}

.ui-edit-line {
  margin-top: 22px;
  color: #8799a4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  line-height: 1.55;
}

.ui-hero h1 {
  max-width: 800px;
  margin-top: 18px;
  color: var(--aq-white);
  font-size: clamp(42px, 5.3vw, 78px);
  font-weight: 500;
  line-height: 1.04;
}

.ui-hero-intro {
  max-width: 630px;
  margin-top: 26px;
  color: #b8c5cc;
  font-size: 17px;
  line-height: 1.72;
}

.ui-hero-actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 10px;
}

.ui-hero-tags {
  display: flex;
  margin-top: 42px;
  flex-wrap: wrap;
  gap: 8px;
}

.ui-hero-tags span,
.ui-spec-chips span {
  display: inline-flex;
  min-height: 30px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid rgba(76, 103, 151, 0.42);
  color: #c5f5f7;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.ui-hero-visual {
  position: relative;
  min-width: 0;
}

.ui-media-frame {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #131f27;
}

.ui-media-frame::before {
  position: absolute;
  inset: 16px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  content: "";
  pointer-events: none;
}

.ui-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.52) contrast(1.14) brightness(0.72);
}

.ui-media-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(7, 16, 22, 0.08), rgba(7, 16, 22, 0.76));
  content: "";
  pointer-events: none;
}

.ui-media-overlay {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  padding: 15px 16px;
  border-left: 2px solid var(--aq-signal);
  background: rgba(7, 16, 22, 0.82);
}

.ui-media-overlay span {
  display: block;
  color: var(--aq-signal);
  font-size: 9px;
}

.ui-media-overlay strong {
  display: block;
  margin-top: 5px;
  color: var(--aq-white);
  font-size: 12px;
  font-weight: 500;
}

.ui-media-frame.has-authenticated-asset img {
  filter: saturate(0.92) contrast(1.04) brightness(0.98);
}

.ui-media-frame.has-authenticated-asset::after {
  background: linear-gradient(145deg, rgba(7, 16, 22, 0.02), rgba(7, 16, 22, 0.14));
}

.ui-media-frame.has-authenticated-asset .ui-media-overlay {
  display: none;
}

.ui-media-hero {
  min-height: 500px;
  border: 1px solid rgba(76, 103, 151, 0.32);
  box-shadow: 20px 20px 0 rgba(76, 103, 151, 0.08);
}

.ui-hero-readout {
  display: grid;
  position: absolute;
  right: -20px;
  bottom: -28px;
  width: 190px;
  padding: 15px;
  grid-template-columns: 1fr;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0e1b23;
  color: #8fa2ad;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.ui-hero-readout strong {
  color: var(--aq-cyan);
  font-size: 12px;
  font-weight: 500;
}

.ui-hero-bottom {
  display: grid;
  min-height: 62px;
  padding-block: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #84949e;
  font-size: 9px;
}

.ui-proof-band {
  background: #e7ecef;
  color: var(--aq-ink);
}

.ui-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ui-proof-grid > div {
  min-height: 124px;
  padding: 24px 20px 20px 0;
  border-right: 1px solid #c7d1d6;
}

.ui-proof-grid > div + div {
  padding-left: 20px;
}

.ui-proof-grid > div:last-child {
  border-right: 0;
}

.ui-proof-grid strong {
  display: block;
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 25px;
  font-weight: 500;
}

.ui-proof-grid span {
  display: block;
  margin-top: 8px;
  color: #53636d;
  font-size: 12px;
}

.ui-proof-grid > div > .ui-lang-panel {
  display: none;
  margin-top: 0;
  color: inherit;
  font-size: inherit;
}

body[data-site-language="en"] .ui-proof-grid > div > .ui-lang-panel[data-lang-panel="en"],
body[data-site-language="ru"] .ui-proof-grid > div > .ui-lang-panel[data-lang-panel="ru"],
body[data-site-language="de"] .ui-proof-grid > div > .ui-lang-panel[data-lang-panel="de"] {
  display: block;
}

.ui-proof-grid .ui-lang-panel > .zan-edit {
  display: block;
  margin-top: 8px;
  color: #53636d;
  font-size: 12px;
}

.ui-scenario {
  padding-block: 112px;
  scroll-margin-top: 120px;
}

.ui-scenario-light {
  background: #f7f9fa;
  color: var(--aq-text);
}

.ui-scenario-dark {
  background: #111c24;
  color: var(--aq-white);
}

.ui-scenario-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 84px;
}

.ui-scenario-grid-reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.ui-scenario-grid-reverse .ui-scenario-media {
  order: 2;
}

.ui-scenario-grid-reverse .ui-scenario-copy {
  order: 1;
}

.ui-scenario-media {
  min-width: 0;
}

.ui-scenario-media .ui-media-frame {
  min-height: 510px;
}

.ui-scenario-media .ui-media-frame img {
  min-height: 510px;
}

.ui-media-caption {
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
  gap: 20px;
  color: var(--aq-muted);
  font-size: 9px;
}

.ui-dark .ui-media-caption,
.ui-scenario-dark .ui-media-caption {
  color: #80909a;
}

.ui-section-index {
  color: var(--aq-cyan-deep);
  font-size: 10px;
  font-weight: 700;
}

.ui-scenario-dark .ui-section-index,
.ui-lab .ui-section-index,
.ui-certifications .ui-section-index {
  color: var(--aq-cyan);
}

.ui-scenario-copy h2,
.ui-section-head h2,
.ui-section-head-dark h2,
.ui-contact-head h2,
.ui-company-grid h2 {
  max-width: 720px;
  margin-top: 16px;
  font-size: clamp(34px, 4.15vw, 59px);
  font-weight: 520;
  line-height: 1.08;
}

.ui-scenario-lead,
.ui-section-head p,
.ui-section-head-dark p,
.ui-contact-head p,
.ui-company-grid > div > p {
  max-width: 680px;
  margin-top: 23px;
  color: var(--aq-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ui-scenario-dark .ui-scenario-lead,
.ui-scenario-dark .ui-section-head p {
  color: #b7c3ca;
}

.ui-fact-list,
.ui-risk-grid {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--aq-line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ui-fact-list > div,
.ui-risk-grid > div {
  min-height: 111px;
  padding: 20px 14px 18px 0;
  border-right: 1px solid var(--aq-line);
}

.ui-fact-list > div + div,
.ui-risk-grid > div + div {
  padding-left: 14px;
}

.ui-fact-list > div:last-child,
.ui-risk-grid > div:last-child {
  border-right: 0;
}

.ui-fact-list strong,
.ui-risk-grid strong {
  display: block;
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 18px;
  font-weight: 500;
}

.ui-fact-list span,
.ui-risk-grid span {
  display: block;
  margin-top: 7px;
  color: var(--aq-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ui-scenario-dark .ui-fact-list,
.ui-scenario-dark .ui-risk-grid {
  border-color: rgba(255, 255, 255, 0.16);
}

.ui-scenario-dark .ui-fact-list > div,
.ui-scenario-dark .ui-risk-grid > div {
  border-color: rgba(255, 255, 255, 0.16);
}

.ui-scenario-dark .ui-fact-list span,
.ui-scenario-dark .ui-risk-grid span {
  color: #9aaab3;
}

.ui-lead-calculator {
  margin-top: 34px;
  padding: 20px;
  border: 1px solid #c8d2d7;
  background: #edf2f4;
}

.ui-calculator-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #53636d;
  font-size: 9px;
}

.ui-calc-status {
  color: var(--aq-cyan-deep);
}

.ui-calc-fields {
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.ui-calc-fields label,
.ui-form-grid label {
  display: block;
  color: #52636c;
  font-size: 11px;
  font-weight: 650;
}

.ui-calc-fields input,
.ui-calc-fields select {
  width: 100%;
  min-height: 40px;
  margin-top: 6px;
  padding: 7px 9px;
  border: 1px solid #b8c5cb;
  border-radius: 2px;
  background: var(--aq-white);
  color: var(--aq-text);
}

.ui-calc-result {
  display: block;
  margin-top: 15px;
  color: var(--aq-ink);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 14px;
}

.ui-lead-calculator small {
  display: block;
  margin-top: 7px;
  color: #6b7b84;
  font-size: 10px;
}

.ui-spec-chips {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 8px;
}

.ui-trace-line {
  display: flex;
  margin-top: 36px;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  color: #8fa1ab;
  font-size: 9px;
}

.ui-trace-line i {
  width: 24px;
  height: 1px;
  background: var(--aq-cyan);
}

.ui-lab,
.ui-certifications {
  background: #0d1820;
  color: var(--aq-white);
}

.ui-lab {
  padding-block: 112px;
  scroll-margin-top: 120px;
}

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

.ui-section-head-dark > div:first-child {
  min-width: 0;
}

.ui-section-head-dark h2 {
  max-width: 760px;
}

.ui-section-head-dark p {
  max-width: 630px;
  color: #afbdc5;
}

.ui-lab-status-pill {
  flex: 0 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(242, 184, 75, 0.52);
  color: var(--aq-signal);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  white-space: nowrap;
}

.ui-lab-grid {
  display: grid;
  margin-top: 56px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 76px;
}

.ui-lab-media .ui-media-frame {
  min-height: 460px;
  border: 1px solid rgba(76, 103, 151, 0.26);
}

.ui-lab-media .ui-media-frame img {
  min-height: 460px;
}

.ui-lab-readout {
  display: grid;
  margin-top: 12px;
  padding: 14px 16px;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #8d9da6;
  font-size: 9px;
}

.ui-lab-readout strong {
  color: var(--aq-cyan);
  font-size: 15px;
  font-weight: 500;
}

.ui-status-copy {
  padding: 17px 18px;
  border-left: 2px solid var(--aq-signal);
  background: rgba(255, 255, 255, 0.055);
  color: #dde7eb;
  font-size: 11px;
  line-height: 1.65;
}

.ui-scope-grid {
  display: grid;
  margin-top: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ui-scope-grid > div {
  min-height: 116px;
  padding: 18px 13px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.ui-scope-grid > div + div {
  padding-left: 13px;
}

.ui-scope-grid > div:last-child {
  border-right: 0;
}

.ui-scope-grid strong {
  display: block;
  color: var(--aq-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 500;
}

.ui-scope-grid span {
  display: block;
  margin-top: 7px;
  color: #99aab4;
  font-size: 11px;
  line-height: 1.45;
}

.ui-timeline {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ui-timeline-row {
  display: grid;
  min-height: 53px;
  padding: 0 12px;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #9aaab2;
  font-size: 12px;
}

.ui-timeline-row > span {
  color: #6d7d87;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.ui-timeline-row strong {
  color: #dbe5e9;
  font-weight: 550;
}

.ui-timeline-row em {
  color: #84949d;
  font-size: 10px;
  font-style: normal;
}

.ui-timeline-row.is-done > span,
.ui-timeline-row.is-done em {
  color: var(--aq-success);
}

.ui-timeline-row.is-active {
  background: rgba(76, 103, 151, 0.06);
}

.ui-timeline-row.is-active > span,
.ui-timeline-row.is-active em {
  color: var(--aq-signal);
}

.ui-lab-note {
  margin-top: 18px;
  color: #82939d;
  font-size: 11px;
  line-height: 1.6;
}

.ui-assembly {
  padding-block: 112px;
  background: #f4f6f7;
  scroll-margin-top: 120px;
}

.ui-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
}

.ui-section-head > div:first-child {
  min-width: 0;
}

.ui-section-head > .aq-btn-light {
  flex: 0 0 auto;
}

.ui-assembly-grid {
  display: grid;
  margin-top: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
  align-items: stretch;
  gap: 56px;
}

.ui-assembly-media .ui-media-frame {
  min-height: 440px;
}

.ui-assembly-media .ui-media-frame img {
  min-height: 440px;
}

.ui-assembly-steps {
  border-top: 1px solid #c9d3d8;
}

.ui-assembly-steps > div {
  display: grid;
  min-height: 108px;
  padding: 18px 0;
  grid-template-columns: 42px 1fr;
  align-content: center;
  gap: 0 14px;
  border-bottom: 1px solid #c9d3d8;
}

.ui-assembly-steps span {
  grid-row: span 2;
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.ui-assembly-steps strong {
  font-size: 17px;
  font-weight: 600;
}

.ui-assembly-steps p {
  margin-top: 5px;
  color: var(--aq-muted);
  font-size: 12px;
}

.ui-certifications {
  padding-block: 112px;
  scroll-margin-top: 120px;
}

.ui-cert-grid {
  display: grid;
  margin-top: 56px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.ui-cert-grid article {
  min-height: 270px;
  padding: 25px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ui-cert-code {
  color: var(--aq-cyan);
  font-size: 10px;
}

.ui-cert-grid h3 {
  margin-top: 70px;
  font-size: 20px;
  font-weight: 550;
}

.ui-cert-grid p {
  margin-top: 12px;
  color: #9eafb8;
  font-size: 12px;
  line-height: 1.55;
}

.ui-cert-grid b {
  display: block;
  margin-top: 18px;
  color: var(--aq-signal);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 500;
}

.ui-company {
  padding-block: 112px;
  background: #fff;
  scroll-margin-top: 120px;
}

.ui-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  align-items: end;
  gap: 74px;
}

.ui-company-facts {
  display: grid;
  border-top: 1px solid var(--aq-line);
  grid-template-columns: 1fr;
}

.ui-company-facts > div {
  padding: 17px 0;
  border-bottom: 1px solid var(--aq-line);
}

.ui-company-facts strong {
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 22px;
  font-weight: 500;
}

.ui-company-facts span {
  display: block;
  margin-top: 4px;
  color: var(--aq-muted);
  font-size: 11px;
}

.ui-news-head {
  display: flex;
  margin-top: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--aq-line);
  padding-top: 23px;
}

.ui-news-head .ui-section-index {
  color: var(--aq-muted);
}

.ui-news-grid {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.ui-news-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
}

.ui-news-number {
  color: var(--aq-cyan-deep);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.ui-news-meta {
  color: var(--aq-muted);
  font-size: 9px;
}

.ui-news-grid h3 {
  margin-top: 14px;
  font-size: 21px;
  line-height: 1.22;
}

.ui-news-grid p {
  margin-top: 12px;
  color: var(--aq-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* Keep editorial imagery inspectable instead of collapsing it into a marker column. */
.ui-news-grid .ui-news-image {
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #d9e2ec;
}

.ui-news-grid .ui-news-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.ui-contact {
  padding-block: 112px;
  background: #e9eef0;
  scroll-margin-top: 120px;
}

.ui-contact-head {
  max-width: 900px;
}

.ui-contact-layout {
  display: grid;
  margin-top: 54px;
  grid-template-columns: minmax(250px, 0.52fr) minmax(0, 1fr);
  align-items: start;
  gap: 64px;
}

.ui-desk-list {
  border-top: 1px solid #b8c5ca;
}

.ui-desk-card {
  padding: 19px 0;
  border-bottom: 1px solid #b8c5ca;
}

.ui-desk-card > span {
  color: var(--aq-cyan-deep);
  font-size: 9px;
}

.ui-desk-card strong {
  display: block;
  margin-top: 9px;
  font-size: 15px;
  font-weight: 600;
}

.ui-desk-card p {
  margin-top: 6px;
  color: #5c6b73;
  font-size: 12px;
}

.ui-desk-card small {
  display: block;
  margin-top: 12px;
  color: #78878e;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.ui-inquiry-shell {
  padding: 30px;
  border: 1px solid #c5d0d5;
  background: #fff;
}

.ui-form-label {
  color: var(--aq-cyan-deep);
  font-size: 10px;
  font-weight: 700;
}

.ui-form-grid {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 14px;
}

.ui-form-grid label {
  color: #43545d;
}

.ui-form-grid input,
.ui-form-grid textarea,
.ui-form-grid select {
  display: block;
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #b9c6cc;
  border-radius: 2px;
  background: #fff;
  color: var(--aq-text);
}

.ui-form-grid textarea {
  min-height: 122px;
  resize: vertical;
}

.ui-form-grid input:focus,
.ui-form-grid textarea:focus {
  border-color: var(--aq-cyan-deep);
  box-shadow: 0 0 0 3px rgba(76, 103, 151, 0.18);
  outline: 0;
}

.ui-form-full {
  grid-column: 1 / -1;
}

.ui-file-field input {
  padding: 8px;
  font-size: 11px;
}

.ui-inquiry-form .aq-btn {
  margin-top: 22px;
}

.ui-footer-status {
  color: var(--aq-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
}

/* Light footer keeps the navy wordmark and navigation fully legible. */
.ui-site-footer {
  padding-top: 52px;
  background: #f3f6fa;
  color: #0f172a;
  border-top: 1px solid #d8e1ec;
}

.ui-site-logo-footer {
  display: block;
  width: min(90%, 342px);
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  object-fit: contain;
}

.aq-footer-brand p {
  color: #475569;
  font-size: 13px;
  line-height: 1.65;
}

@media (min-width: 1181px) {
  .aq-footer-brand p,
  .aq-footer-links a {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

.aq-footer-title {
  color: #07254b;
  font-size: 13px;
}

.aq-footer-links a,
.aq-footer-contact li {
  color: #475569;
  font-size: 14px;
}

.aq-footer-links a:hover,
.aq-footer-contact a:hover {
  color: #07254b;
}

.aq-footer-bottom {
  min-height: 64px;
  margin-top: 40px;
  border-top-color: #d8e1ec;
  color: #64748b;
  font-size: 12px;
}

.ui-footer-status {
  color: #4c6797;
}

/* Keep the company identity and all four navigation groups on one desktop row. */
@media (min-width: 1181px) {
  .aq-footer-grid {
    grid-template-columns: minmax(430px, 1.85fr) repeat(4, minmax(0, 0.85fr));
    gap: 32px;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .aq-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (max-width: 1280px) {
  .ui-site-header .aq-nav-inner {
    grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1fr) auto;
    gap: 10px;
  }

  .ui-anchor-nav a {
    padding-inline: 6px;
    font-size: 11px;
  }

  .ui-anchor-nav a::after {
    right: 5px;
    left: 5px;
  }

  .ui-header-cta {
    display: none;
  }
}

@media (max-width: 1180px) {
  .ui-site-header .aq-nav-inner {
    grid-template-columns: 1fr auto;
  }

  .ui-anchor-nav {
    top: 112px;
  }

  .ui-anchor-nav a {
    white-space: normal;
    line-height: 1.35;
  }

  .ui-nav-actions {
    justify-content: flex-end;
  }

  .ui-hero-grid,
  .ui-scenario-grid,
  .ui-scenario-grid-reverse,
  .ui-lab-grid,
  .ui-assembly-grid,
  .ui-contact-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .ui-scenario-grid-reverse .ui-scenario-media,
  .ui-scenario-grid-reverse .ui-scenario-copy {
    order: initial;
  }

  .ui-hero-grid {
    min-height: 0;
    padding-top: 80px;
  }

  .ui-hero-visual {
    max-width: 760px;
  }

  .ui-section-head-dark,
  .ui-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .ui-company-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 860px) {
  .ui-hero-grid {
    padding-top: 60px;
    padding-bottom: 54px;
  }

  .ui-hero h1 {
    font-size: clamp(38px, 10vw, 60px);
  }

  .ui-hero-bottom,
  .ui-proof-grid,
  .ui-calc-fields,
  .ui-scope-grid,
  .ui-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ui-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .ui-proof-grid > div:nth-child(n + 3) {
    border-top: 1px solid #c7d1d6;
  }

  .ui-scenario,
  .ui-lab,
  .ui-assembly,
  .ui-certifications,
  .ui-company,
  .ui-contact {
    padding-block: 76px;
  }

  .ui-scenario-media .ui-media-frame,
  .ui-scenario-media .ui-media-frame img {
    min-height: 390px;
  }

  .ui-media-hero,
  .ui-media-hero img {
    min-height: 400px;
  }

  .ui-fact-list,
  .ui-risk-grid {
    grid-template-columns: 1fr;
  }

  .ui-fact-list > div,
  .ui-fact-list > div + div,
  .ui-risk-grid > div,
  .ui-risk-grid > div + div {
    min-height: 0;
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--aq-line);
  }

  .ui-fact-list > div:last-child,
  .ui-risk-grid > div:last-child {
    border-bottom: 0;
  }

  .ui-lab-status-pill {
    white-space: normal;
  }

  .ui-news-grid {
    gap: 20px;
  }

  .ui-news-grid article {
    grid-column: 1 / -1;
  }

  .ui-inquiry-shell {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .ui-hero-actions,
  .ui-hero-actions .aq-btn,
  .ui-hero-actions .aq-btn-ghost {
    width: 100%;
  }

  .ui-hero-bottom,
  .ui-proof-grid,
  .ui-calc-fields,
  .ui-scope-grid,
  .ui-cert-grid,
  .ui-news-grid,
  .ui-form-grid {
    grid-template-columns: 1fr;
  }

  .ui-hero-bottom {
    gap: 12px;
  }

  .ui-proof-grid > div,
  .ui-proof-grid > div + div {
    min-height: 0;
    padding: 17px 0;
    border-right: 0;
    border-top: 1px solid #c7d1d6;
  }

  .ui-proof-grid > div:first-child {
    border-top: 0;
  }

  .ui-media-hero,
  .ui-media-hero img,
  .ui-scenario-media .ui-media-frame,
  .ui-scenario-media .ui-media-frame img,
  .ui-lab-media .ui-media-frame,
  .ui-lab-media .ui-media-frame img,
  .ui-assembly-media .ui-media-frame,
  .ui-assembly-media .ui-media-frame img {
    min-height: 310px;
  }

  .ui-media-overlay {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .ui-hero-readout {
    right: 12px;
    bottom: -20px;
  }

  .ui-media-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .ui-section-head h2,
  .ui-section-head-dark h2,
  .ui-scenario-copy h2,
  .ui-contact-head h2,
  .ui-company-grid h2 {
    font-size: 35px;
  }

  .ui-timeline-row {
    grid-template-columns: 30px 1fr;
    gap: 7px;
  }

  .ui-timeline-row em {
    grid-column: 2;
  }

  .ui-news-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ui-news-head .aq-btn-light {
    width: 100%;
  }
}


/* ==========================================================================
   UI-UX-PRO-MAX ULTIMATE HIGH-END INDUSTRIAL TECH THEME REBOOT (2026-08-01)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --aq-ink: #071a33;
  --aq-ink-2: #0b203c;
  --aq-panel: #102a4b;
  --aq-steel: #4c6797;
  --aq-cyan: #a8bdec;
  --aq-cyan-deep: #4c6797;
  --aq-signal: #c2a15b;
  --aq-paper: #f4f7fa;
  --aq-white: #ffffff;
  --aq-text: #0f172a;
  --aq-muted: #475569;
  --aq-line: #d7e0ea;
  --aq-dark-line: rgba(168, 189, 236, 0.18);
  --aq-radius: 8px;
  --aq-shadow: 0 18px 44px rgba(7, 37, 75, 0.14);
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background-color: var(--aq-paper);
}

h1, h2, h3, .aq-brand-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.02em;
}

.ui-site-header {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.aq-utility-bar {
  background: #020508;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.aq-nav-shell {
  background: rgba(4, 9, 14, 0.88) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(76, 103, 151, 0.2) !important;
}

.aq-brand-mark {
  border-color: var(--aq-cyan) !important;
  box-shadow: 0 0 15px rgba(76, 103, 151, 0.3);
  background: linear-gradient(135deg, rgba(76, 103, 151, 0.1), transparent);
}

.aq-brand-name {
  font-family: 'Cinzel', serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  background: linear-gradient(180deg, #ffffff 0%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ui-brand-tagline {
  color: var(--aq-cyan) !important;
  letter-spacing: 0.1em !important;
  font-weight: 600 !important;
}

.aq-primary-nav a {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
  color: #94a3b8 !important;
}

.aq-primary-nav a:hover,
.aq-primary-nav .is-active > a {
  color: var(--aq-cyan) !important;
  text-shadow: 0 0 12px rgba(76, 103, 151, 0.4);
}

.aq-primary-nav a::after {
  height: 2px !important;
  background: var(--aq-cyan) !important;
  box-shadow: 0 0 8px var(--aq-cyan) !important;
}

.aq-btn {
  border: 1px solid #365b88 !important;
  background: #365b88 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 8px 18px rgba(7, 37, 75, 0.18) !important;
  transition: background-color 180ms ease-out, border-color 180ms ease-out,
    box-shadow 180ms ease-out, color 180ms ease-out, transform 180ms ease-out !important;
}

.aq-btn:hover {
  border-color: #07254b !important;
  background: #07254b !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 22px rgba(7, 37, 75, 0.24) !important;
}

.aq-hero {
  background: #02060a !important;
}

.aq-hero-overlay {
  background: radial-gradient(circle at 70% 30%, rgba(76, 103, 151, 0.15) 0%, transparent 60%),
              linear-gradient(180deg, rgba(7, 26, 51, 0.35) 0%, rgba(7, 26, 51, 0.92) 100%) !important;
}

.aq-hero h1 {
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.05 !important;
  text-shadow: 0 10px 30px rgba(0,0,0,0.8);
}

.ui-media-frame {
  border-radius: var(--aq-radius) !important;
  box-shadow: 0 20px 40px rgba(7, 26, 51, 0.34), 0 0 0 1px rgba(168, 189, 236, 0.22) !important;
  overflow: hidden !important;
}

.ui-media-frame img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease !important;
}

.ui-media-frame:hover img {
  transform: scale(1.04) !important;
  filter: saturate(1.1) contrast(1.05) !important;
}

.ui-scenario-dark, .ui-lab, .ui-certifications {
  background: linear-gradient(180deg, #071a33 0%, #0b203c 100%) !important;
  border-bottom: 1px solid rgba(168, 189, 236, 0.14);
}

.ui-scenario-light, .ui-assembly, .ui-company {
  background: #f8fafc !important;
}

.ui-scenario-copy h2, .ui-section-head h2, .ui-section-head-dark h2 {
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.ui-fact-list > div strong, .ui-proof-grid strong, .ui-scope-grid strong {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  color: var(--aq-cyan-deep) !important;
  text-shadow: none;
}

.ui-scenario-dark .ui-fact-list > div strong {
  color: var(--aq-cyan) !important;
}

.ui-inquiry-shell {
  border-radius: 12px !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08) !important;
  border: 1px solid #e2e8f0 !important;
}

.ui-cert-grid article {
  background: rgba(13, 26, 36, 0.6) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(168, 189, 236, 0.18) !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}

.ui-cert-grid article:hover {
  border-color: var(--aq-cyan) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 30px rgba(7, 37, 75, 0.24) !important;
}

.ui-language-links a {
  padding: 4px 10px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
}

.ui-language-links a.is-active {
  background: var(--aq-cyan) !important;
  color: #04090e !important;
  box-shadow: 0 0 10px rgba(76, 103, 151, 0.4) !important;
}


.ui-site-logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}
.ui-brand-logo-wrap {
  display: flex;
  align-items: center;
  padding: 6px 0;
}

/* Light brand header: the navy wordmark needs a pale surface for full contrast. */
.ui-site-header {
  color: #07254b;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(7, 37, 75, 0.1);
}

.aq-utility-bar {
  background: #07254b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #dbe6f4;
  font-size: 13px;
}

.aq-utility-inner {
  color: #dbe6f4;
}

.aq-utility-bar a {
  color: #dbe6f4;
  text-decoration: none;
  font-weight: 600;
  transition: color 180ms ease-out, background-color 180ms ease-out,
    border-color 180ms ease-out;
}

.aq-utility-bar a:hover,
.aq-utility-bar a:focus-visible {
  color: #ffffff;
}

.ui-utility-label {
  color: #a8bdec !important;
}

.ui-language-links a {
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #dbe6f4 !important;
  box-shadow: none !important;
}

.ui-language-links a:hover,
.ui-language-links a:focus-visible,
.ui-language-links a.is-active {
  border-color: #a8bdec !important;
  background: #a8bdec !important;
  color: #07254b !important;
  box-shadow: none !important;
}

.aq-nav-shell {
  background: rgba(248, 250, 252, 0.98) !important;
  border-bottom: 1px solid #dbe4ef !important;
  backdrop-filter: blur(16px) saturate(125%) !important;
}

.ui-site-header .aq-nav-inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 10px 0;
}

.ui-brand-logo-wrap {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 4px 0;
}

.ui-site-logo {
  width: auto;
  height: auto;
  max-width: min(100%, 218px);
  max-height: 56px;
  object-fit: contain;
  filter: none;
}

.aq-primary-nav a,
.aq-primary-nav > ul > li > a {
  color: #334155 !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.aq-primary-nav > ul > li > a {
  min-height: 46px;
  padding: 0 11px;
  border-radius: 4px;
  transition: color 180ms ease-out, background-color 180ms ease-out;
}

.aq-primary-nav > ul > li > a:hover,
.aq-primary-nav > ul > li > a:focus-visible,
.aq-primary-nav > ul > li.is-active > a {
  color: #07254b !important;
  background: #eaf0f7;
}

.aq-primary-nav a::after {
  height: 2px !important;
  background: #4c6797 !important;
  box-shadow: none !important;
}

.aq-nav-caret {
  color: #64748b;
}

.aq-nav-dropdown {
  border: 1px solid #dbe4ef;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 37, 75, 0.14);
}

.aq-nav-dropdown li + li {
  border-top-color: #e8edf3;
}

.aq-nav-dropdown a {
  color: #334155 !important;
}

.aq-nav-dropdown a:hover,
.aq-nav-dropdown a:focus-visible {
  color: #07254b !important;
  background: #edf2f8;
}

.ui-header-cta {
  border: 1px solid #07254b !important;
  background: #07254b !important;
  color: #ffffff !important;
  letter-spacing: 0 !important;
  box-shadow: 0 8px 18px rgba(7, 37, 75, 0.2) !important;
}

.ui-header-cta:hover,
.ui-header-cta:focus-visible {
  border-color: #4c6797 !important;
  background: #4c6797 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(76, 103, 151, 0.24) !important;
  transform: translateY(-1px) !important;
}

.aq-menu-toggle {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #07254b;
}

.ui-site-header :focus-visible {
  outline-color: #4c6797;
}

@media (max-width: 1280px) {
  .ui-site-header .aq-nav-inner {
    grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1fr) auto;
    gap: 12px;
  }

  .ui-site-logo {
    max-width: 198px;
  }

  .aq-primary-nav > ul > li > a {
    padding-inline: 7px;
    font-size: 11px !important;
  }
}

@media (max-width: 1180px) {
  .ui-site-header .aq-nav-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .aq-primary-nav {
    top: 116px;
    background: #f8fafc;
    border-top: 1px solid #dbe4ef;
  }

  .ui-site-header .aq-primary-nav > ul > li > a {
    min-height: 56px;
    padding-inline: 0;
    border-bottom-color: #dbe4ef;
    border-radius: 0;
    font-size: 16px !important;
  }

  .aq-nav-dropdown {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .aq-nav-dropdown a {
    border-bottom: 0 !important;
    color: #4c6797 !important;
  }
}

@media (max-width: 560px) {
  .ui-site-logo {
    max-width: 190px;
    max-height: 50px;
  }
}

/* Readability pass for the hero proof strip and laboratory feature band. */
.ui-hero-bottom {
  min-height: 70px;
  padding-block: 18px;
  color: #c7d4e2;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.ui-home-lab {
  background: linear-gradient(135deg, #071a33 0%, #0b203c 100%) !important;
  color: #ffffff;
  border-top: 1px solid rgba(168, 189, 236, 0.16);
  border-bottom: 1px solid rgba(168, 189, 236, 0.16);
}

.ui-home-lab .aq-eyebrow {
  color: #a8bdec;
}

.ui-home-lab .ui-home-feature h2 {
  color: #ffffff;
}

.ui-home-lab .ui-home-feature p {
  color: #d4deea;
}

@media (max-width: 560px) {
  .ui-hero-bottom {
    font-size: 13px;
  }

  .ui-news-grid > article {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ui-news-copy {
    padding: 23px 20px 26px;
  }

  .ui-news-grid .ui-news-image,
  .ui-news-grid .ui-news-image img {
    min-height: 0;
  }
}

/* 2026-08-06 evidence-led public redesign */
:root {
  --aq-ink: #10243e;
  --aq-ink-2: #14202b;
  --aq-panel: #1d3b4f;
  --aq-steel: #58707f;
  --aq-cyan: #75d1c7;
  --aq-cyan-deep: #167c73;
  --aq-signal: #e4572e;
  --aq-paper: #f3f6f6;
  --aq-text: #17212b;
  --aq-muted: #5d6b75;
  --aq-line: #d5dddf;
  --aq-success: #1b8a5a;
  --aq-radius: 4px;
  --aq-shadow: 0 16px 36px rgba(20, 32, 43, 0.12);
}

html {
  scroll-padding-top: 126px;
}

body,
button,
input,
textarea,
select {
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0 !important;
}

body {
  background: var(--aq-paper);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
strong,
small,
th,
td,
label,
legend {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.aq-container {
  width: min(calc(100% - 48px), 1240px);
}

.aq-utility-bar {
  background: var(--aq-ink-2) !important;
}

.aq-status-dot {
  background: var(--aq-success);
  box-shadow: 0 0 0 4px rgba(27, 138, 90, 0.18);
}

.aq-nav-shell {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom-color: var(--aq-line) !important;
}

.ui-site-header .aq-nav-inner {
  min-height: 78px;
}

.aq-primary-nav > ul > li > a {
  min-height: 48px;
  font-size: 12px !important;
  text-transform: none;
}

.aq-primary-nav > ul > li > a:hover,
.aq-primary-nav > ul > li > a:focus-visible,
.aq-primary-nav > ul > li.is-active > a {
  background: #e8f0ef;
  color: var(--aq-ink) !important;
}

.aq-primary-nav a::after {
  background: var(--aq-signal) !important;
}

.aq-nav-dropdown {
  border-top: 3px solid var(--aq-signal);
  border-radius: 0 0 var(--aq-radius) var(--aq-radius);
}

.aq-btn,
.aq-btn-ghost,
.aq-btn-light {
  min-height: 46px;
  border-radius: var(--aq-radius) !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

.aq-btn,
.ui-header-cta {
  border-color: var(--aq-signal) !important;
  background: var(--aq-signal) !important;
  box-shadow: none !important;
}

.aq-btn:hover,
.aq-btn:focus-visible,
.ui-header-cta:hover,
.ui-header-cta:focus-visible {
  border-color: #b93b1c !important;
  background: #b93b1c !important;
  box-shadow: none !important;
}

.ui-hero {
  background: var(--aq-ink-2) !important;
}

.ui-hero::before {
  display: none;
}

.ui-hero-grid {
  min-height: 670px;
  padding-top: 84px;
  padding-bottom: 68px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: 68px;
}

.ui-hero h1 {
  max-width: 730px;
  font-size: 60px !important;
  font-weight: 620;
  line-height: 1.05;
  text-shadow: none;
}

.ui-hero-intro {
  color: #ced8dd;
  font-size: 18px;
}

.ui-hero-tags span {
  min-height: 32px;
  border-color: rgba(117, 209, 199, 0.45);
  color: var(--aq-cyan);
}

.ui-engineering-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(117, 209, 199, 0.38);
  background: #182b36;
  box-shadow: 18px 18px 0 rgba(117, 209, 199, 0.08);
  isolation: isolate;
}

.ui-engineering-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(rgba(117, 209, 199, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(117, 209, 199, 0.18) 1px, transparent 1px);
  background-size: 48px 48px;
}

.ui-flow-line {
  position: absolute;
  top: 50%;
  height: 22px;
  border-top: 2px solid var(--aq-cyan);
  border-bottom: 2px solid var(--aq-cyan);
  transform: translateY(-50%);
}

.ui-flow-line::before,
.ui-flow-line::after {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--aq-signal);
  border-right: 2px solid var(--aq-signal);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.ui-flow-line-a {
  left: 4%;
  width: 40%;
}

.ui-flow-line-b {
  right: 4%;
  width: 40%;
}

.ui-flow-line-a::before {
  left: 18%;
}

.ui-flow-line-a::after {
  right: 18%;
}

.ui-flow-line-b::before {
  left: 18%;
}

.ui-flow-line-b::after {
  right: 18%;
}

.ui-valve-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  border: 3px solid #d6e2e4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ui-valve-body::before,
.ui-valve-body::after {
  position: absolute;
  top: 50%;
  width: 78px;
  height: 78px;
  border: 2px solid var(--aq-signal);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.ui-valve-body::before {
  left: -46px;
}

.ui-valve-body::after {
  right: -46px;
}

.ui-valve-body span {
  position: absolute;
  inset: 34px;
  border: 2px solid var(--aq-cyan);
  border-radius: 50%;
}

.ui-valve-body i {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 18px;
  height: 112px;
  border: 2px solid #d6e2e4;
  background: #182b36;
  transform: translateX(-50%);
}

.ui-visual-label {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding-left: 12px;
  border-left: 3px solid var(--aq-signal);
  color: #d6e2e4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.ui-visual-readout {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  width: min(250px, calc(100% - 44px));
  padding: 15px;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(20, 32, 43, 0.94);
  color: #aebdc4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.ui-visual-readout strong {
  color: var(--aq-cyan);
  font-size: 12px;
}

.ui-hero-bottom {
  color: #c4d0d5;
  letter-spacing: 0 !important;
}

.ui-proof-band {
  background: #e4eceb;
}

.ui-proof-grid > div {
  border-color: #c5d2d1;
}

.ui-proof-grid strong {
  color: var(--aq-signal) !important;
}

.ui-home-dark,
.ui-home-lab {
  background: var(--aq-ink) !important;
}

.ui-solution-card,
.ui-product-card,
.ui-article-card,
.ui-case-card {
  border-radius: var(--aq-radius);
  box-shadow: none;
}

.ui-solution-mark,
.ui-product-symbol,
.ui-product-detail-visual {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(117, 209, 199, 0.2);
  background: #173342;
}

.ui-solution-mark span {
  color: rgba(255, 255, 255, 0.18);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 74px;
}

.ui-solution-mark i,
.ui-product-symbol span,
.ui-product-detail-visual span {
  position: absolute;
  width: 88px;
  height: 88px;
  border: 2px solid var(--aq-cyan);
  border-radius: 50%;
}

.ui-solution-mark i::before,
.ui-solution-mark i::after,
.ui-product-symbol span::before,
.ui-product-symbol span::after,
.ui-product-detail-visual span::before,
.ui-product-detail-visual span::after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 2px;
  background: var(--aq-signal);
  content: "";
}

.ui-solution-mark i::before,
.ui-product-symbol span::before,
.ui-product-detail-visual span::before {
  right: 100%;
}

.ui-solution-mark i::after,
.ui-product-symbol span::after,
.ui-product-detail-visual span::after {
  left: 100%;
}

.ui-product-symbol i,
.ui-product-detail-visual i {
  position: absolute;
  width: 34px;
  height: 120px;
  border: 2px solid #d6e2e4;
  transform: rotate(45deg);
}

.ui-product-detail-visual {
  min-height: 500px;
  border: 1px solid var(--aq-line);
}

.ui-product-detail-visual span {
  width: 180px;
  height: 180px;
}

.ui-product-detail-visual i {
  height: 230px;
}

.ui-product-detail-visual small {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: #d6e2e4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.ui-technology-links {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid var(--aq-line);
}

.ui-technology-links > a {
  display: grid;
  min-height: 76px;
  padding: 16px 18px;
  grid-template-columns: 64px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--aq-line);
  background: #fff;
}

.ui-technology-links > a:hover,
.ui-technology-links > a:focus-visible {
  background: #e8f0ef;
}

.ui-tech-index {
  color: var(--aq-signal);
  font-family: "SFMono-Regular", Consolas, monospace;
}

.ui-lab-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(117, 209, 199, 0.3);
  background: #173342;
}

.ui-lab-rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.ui-lab-rings i {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 2px solid rgba(117, 209, 199, 0.62);
  border-radius: 50%;
}

.ui-lab-rings i:nth-child(2) {
  width: 160px;
  height: 160px;
  border-color: var(--aq-signal);
}

.ui-lab-rings i:nth-child(3) {
  width: 58px;
  height: 58px;
  border-color: #d6e2e4;
}

.ui-lab-status {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  padding: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 16px;
  background: rgba(20, 32, 43, 0.94);
  color: #aebdc4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.ui-lab-status strong {
  color: var(--aq-cyan);
  font-size: 10px;
}

.ui-empty-state {
  display: grid;
  min-height: 220px;
  margin-top: 36px;
  padding: 34px;
  align-content: center;
  justify-items: start;
  gap: 12px;
  border: 1px dashed #9babad;
  background: #fff;
}

.ui-empty-state strong {
  color: var(--aq-ink);
  font-size: 24px;
}

.ui-empty-state p {
  max-width: 760px;
  color: var(--aq-muted);
}

.ui-article-grid,
.ui-case-grid {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ui-article-card {
  display: grid;
  min-height: 250px;
  grid-template-columns: 130px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--aq-line);
  background: #fff;
}

.ui-article-mark {
  display: grid;
  place-items: center;
  background: var(--aq-ink);
  color: var(--aq-cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
}

.ui-article-card > div:last-child,
.ui-case-card > div {
  padding: 26px;
}

.ui-article-card h3,
.ui-case-card h2 {
  margin-top: 10px;
  font-size: 23px;
}

.ui-article-card p,
.ui-case-card p {
  margin-top: 12px;
  color: var(--aq-muted);
}

.ui-case-filters {
  display: grid;
  margin-bottom: 36px;
  padding: 22px;
  gap: 18px;
  border: 1px solid var(--aq-line);
  background: #fff;
}

.ui-case-filters fieldset {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  border: 0;
}

.ui-case-filters legend {
  padding: 9px 0;
  color: var(--aq-ink);
  font-weight: 650;
}

.ui-case-filters fieldset > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ui-case-filters button {
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid var(--aq-line);
  border-radius: var(--aq-radius);
  background: #fff;
  color: var(--aq-text);
  cursor: pointer;
}

.ui-case-filters button:hover,
.ui-case-filters button:focus-visible,
.ui-case-filters button.is-active {
  border-color: var(--aq-signal);
  color: #a82d13;
}

.ui-case-card {
  overflow: hidden;
  border: 1px solid var(--aq-line);
  background: #fff;
}

.ui-case-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e4eceb;
}

.ui-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ui-case-gallery {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ui-case-gallery figure {
  margin: 0;
}

.ui-case-gallery figcaption {
  padding-top: 8px;
  color: var(--aq-muted);
  font-size: 13px;
}

.ui-download-list {
  display: grid;
  gap: 12px;
}

.ui-download-list article {
  display: grid;
  min-height: 94px;
  padding: 18px 20px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  align-items: center;
  gap: 24px;
  border: 1px solid var(--aq-line);
  background: #fff;
}

.ui-download-list article > div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 5px 14px;
}

.ui-file-icon {
  display: grid;
  width: 44px;
  height: 52px;
  grid-row: 1 / 3;
  place-items: center;
  border: 1px solid var(--aq-signal);
  color: var(--aq-signal);
  font-size: 10px;
  font-weight: 700;
}

.ui-download-list h2 {
  font-size: 18px;
}

.ui-download-list small,
.ui-file-field small {
  color: var(--aq-muted);
}

.ui-contact-page-grid,
.ui-product-inquiry {
  align-items: start;
}

.ui-inquiry-shell {
  border-radius: var(--aq-radius) !important;
  box-shadow: none !important;
}

.ui-inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--aq-ink);
  font-size: 13px;
  font-weight: 650;
}

.ui-inquiry-form input,
.ui-inquiry-form textarea,
.ui-inquiry-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b8c5c8;
  border-radius: var(--aq-radius);
  background: #fff;
  color: var(--aq-text);
}

.ui-inquiry-form textarea {
  min-height: 150px;
  resize: vertical;
}

.ui-inquiry-form input:focus,
.ui-inquiry-form textarea:focus,
.ui-inquiry-form select:focus {
  border-color: var(--aq-cyan-deep);
  outline: 3px solid rgba(22, 124, 115, 0.16);
}

.ui-file-field {
  padding: 14px;
  border: 1px dashed #9babad;
  background: #f7f9f9;
}

.ui-privacy-note {
  margin-top: 28px;
  padding: 15px 17px;
  border-left: 3px solid var(--aq-signal);
  background: #e8f0ef;
  color: var(--aq-muted);
  font-size: 14px;
}

.aq-page-hero,
.aq-page-hero-light,
.aq-page-hero-dark {
  min-height: 360px;
  background: #e4eceb !important;
  color: var(--aq-ink) !important;
}

.aq-page-hero-dark {
  background: var(--aq-ink) !important;
  color: #fff !important;
}

.aq-page-hero h1 {
  font-size: 50px !important;
}

.aq-page-hero-media {
  display: none;
}

.aq-site-footer {
  background: #dfe8e7;
  color: var(--aq-text);
}

.aq-footer-grid {
  grid-template-columns: 1.4fr repeat(5, minmax(0, 1fr));
  gap: 30px;
}

.aq-footer-title,
.aq-footer-links a,
.aq-footer-brand p,
.aq-footer-bottom {
  color: var(--aq-text) !important;
}

.ui-site-logo-footer {
  max-width: 210px;
}

.aq-mobile-bar {
  display: none;
}

@media (max-width: 1180px) {
  .ui-hero-grid {
    min-height: 610px;
    padding-top: 64px;
    padding-bottom: 56px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 40px;
  }

  .ui-hero h1 {
    font-size: 48px !important;
  }

  .ui-engineering-visual {
    min-height: 430px;
  }

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

@media (max-width: 860px) {
  .ui-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ui-hero h1 {
    font-size: 44px !important;
  }

  .ui-engineering-visual {
    min-height: 420px;
  }

  .ui-hero-bottom,
  .ui-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ui-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .ui-article-grid,
  .ui-case-grid {
    grid-template-columns: 1fr;
  }

  .ui-download-list article {
    grid-template-columns: 1fr;
  }

  .aq-page-hero h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .aq-container {
    width: min(calc(100% - 30px), 1240px);
  }

  .aq-utility-status,
  .ui-utility-label,
  .ui-utility-divider,
  .ui-header-cta {
    display: none !important;
  }

  .aq-utility-inner {
    justify-content: flex-end;
  }

  .ui-site-logo {
    max-width: 174px;
  }

  .ui-hero-grid {
    padding-top: 50px;
    padding-bottom: 44px;
    gap: 38px;
  }

  .ui-hero h1 {
    font-size: 36px !important;
    line-height: 1.08;
  }

  .ui-hero-intro {
    font-size: 16px;
  }

  .ui-engineering-visual {
    min-height: 340px;
    box-shadow: none;
  }

  .ui-engineering-grid {
    background-size: 38px 38px;
  }

  .ui-valve-body {
    width: 126px;
    height: 126px;
  }

  .ui-valve-body i {
    top: -78px;
    height: 86px;
  }

  .ui-visual-readout {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  .ui-hero-bottom {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ui-hero-bottom span {
    min-height: 38px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ui-proof-grid {
    grid-template-columns: 1fr;
  }

  .ui-proof-grid > div,
  .ui-proof-grid > div:nth-child(2) {
    min-height: 92px;
    padding: 18px 0 !important;
    border-right: 0;
    border-bottom: 1px solid #c5d2d1;
  }

  .ui-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .ui-product-cards,
  .ui-solution-cards {
    grid-template-columns: 1fr;
  }

  .ui-technology-links > a {
    grid-template-columns: 40px minmax(0, 1fr) 22px;
    gap: 10px;
  }

  .ui-lab-visual {
    min-height: 350px;
  }

  .ui-article-card {
    grid-template-columns: 1fr;
  }

  .ui-article-mark {
    min-height: 78px;
  }

  .ui-case-filters fieldset {
    grid-template-columns: 1fr;
  }

  .ui-case-gallery {
    grid-template-columns: 1fr;
  }

  .ui-product-detail-visual {
    min-height: 340px;
  }

  .ui-empty-state {
    padding: 24px 20px;
  }

  .aq-page-hero,
  .aq-page-hero-light,
  .aq-page-hero-dark {
    min-height: 300px;
  }

  .aq-page-hero h1 {
    font-size: 34px !important;
  }

  .aq-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .aq-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: grid;
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--aq-line);
    background: rgba(255, 255, 255, 0.98);
  }

  .aq-mobile-bar a {
    display: grid;
    min-width: 0;
    padding: 7px 4px 5px;
    place-items: center;
    align-content: center;
    gap: 2px;
    color: var(--aq-ink);
  }

  .aq-mobile-bar a + a {
    border-left: 1px solid var(--aq-line);
  }

  .aq-mobile-bar span {
    font-size: 19px;
    line-height: 1;
  }

  .aq-mobile-bar small {
    max-width: 100%;
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .aq-footer-grid {
    grid-template-columns: 1fr;
  }

  .ui-hero-actions > a,
  .ui-home-heading > a,
  .aq-cta a {
    width: 100%;
  }

  .ui-hero-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ui-hero-tags span {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
