/* Shared shell extracted from the current DAS 0605 homepage. */
:root {
  --ink: #0b1118;
  --ink-soft: #4d586f;
  --muted: #6d7785;
  --line: rgba(11, 17, 24, 0.12);
  --paper: #f5f7f9;
  --panel: rgba(255, 255, 255, 0.82);
  --white: #fff;
  --cyan: #dff2fd;
  --blue: #5aa8d8;
  --green: #78b86d;
  --orange: #d18a48;
  --radius: 8px;
  --shadow: 0 28px 90px rgba(12, 20, 30, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "HarmonyOS Sans SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--ink);
  background: #f4f6f8;
  letter-spacing: 0;
}

body.nav-locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 clamp(20px, 4vw, 64px);
  color: #fff;
  background: linear-gradient(180deg, rgba(4, 9, 14, 0.78), rgba(4, 9, 14, 0));
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, height 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  height: 64px;
  color: var(--ink);
  background: rgba(248, 250, 252, 0.92);
  border-bottom: 1px solid rgba(11, 17, 24, 0.08);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 190px;
  height: 58px;
  position: relative;
}

.brand img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 160ms ease;
}

.brand-dark {
  opacity: 0;
}

.site-header.is-scrolled .brand-light,
.site-header.is-open .brand-light {
  opacity: 0;
}

.site-header.is-scrolled .brand-dark,
.site-header.is-open .brand-dark {
  opacity: 1;
}

.site-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  height: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.nav-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.site-header.is-scrolled .nav-actions a,
.site-header.is-open .nav-actions a {
  border-color: rgba(11, 17, 24, 0.18);
}

.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 15px;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
}

.nav-link:hover {
  opacity: 0.7;
}

.mega-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2010;
  display: grid;
  gap: 20px;
  width: min(1160px, calc(100vw - 48px));
  padding: 30px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(11, 17, 24, 0.1);
  box-shadow: 0 26px 70px rgba(11, 17, 24, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(calc(-50% + var(--panel-shift, 0px)), -8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}

.has-panel:hover .mega-panel,
.nav-item.is-expanded .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(calc(-50% + var(--panel-shift, 0px)), 0);
  transition-delay: 0s;
}

.site-header .has-panel:hover > .mega-panel,
.site-header .nav-item.is-expanded > .mega-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(calc(-50% + var(--panel-shift, 0px)), 0) !important;
}

.product-panel {
  grid-template-columns: 1.25fr 1fr 1fr;
}

.product-panel-enhanced {
  grid-template-columns: minmax(520px, 1.7fr) minmax(360px, 1.25fr) minmax(300px, 1.05fr);
  gap: 0;
  width: min(1680px, calc(100vw - 40px));
  padding: 0;
  overflow: hidden;
  background: #f8fafc;
}

.product-panel-enhanced .product-nav-column {
  min-height: 0;
  padding: 22px clamp(18px, 1.7vw, 26px) 28px;
}

.product-nav-column-wide-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 16px;
}

.product-panel-enhanced .mega-title {
  margin-bottom: 14px;
  color: #0b1118;
  font-size: 18px;
}

.product-nav-column-wide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  align-content: start;
}

.product-nav-column-wide .mega-title {
  grid-column: 1 / -1;
}

.product-nav-stack {
  min-width: 0;
}

.product-nav-stack .product-nav-group:first-child {
  margin-top: 0;
}

.product-nav-group {
  margin-top: 10px;
}

.product-nav-group:first-of-type {
  margin-top: 0;
}

.product-nav-label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  color: #7a8592;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 720;
  letter-spacing: 0.02em;
}

.product-nav-card {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 56px;
  padding: 8px 8px !important;
  border-top: 1px solid rgba(11, 17, 24, 0.07);
  border-radius: 6px;
  background: transparent;
}

.product-nav-card:hover {
  background: rgba(90, 168, 216, 0.08);
  transform: translateX(2px);
}

.product-nav-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 32px;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.product-nav-icon img {
  display: block;
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}

.product-nav-hardware img {
  max-width: 35px;
  max-height: 35px;
}

.product-nav-card strong {
  display: block;
  color: #0b1118;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 820;
}

.product-nav-card em {
  display: block;
  margin-top: 2px;
  color: #6d7785;
  font-size: 12px;
  line-height: 1.45;
  font-style: normal;
}

.product-panel-enhanced .product-nav-card > span:last-child {
  display: block;
  min-width: 0;
}

.product-panel-enhanced .product-nav-card strong {
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.product-panel-enhanced .product-nav-card em {
  line-height: 1.45 !important;
}

.solution-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  grid-template-columns: 1fr 1fr;
  width: min(760px, calc(100vw - 48px));
}

.industry-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  width: min(1480px, calc(100vw - 64px));
  padding: 0;
  color: #4d535c;
  background: #f7f8fa;
  border: 1px solid rgba(11, 17, 24, 0.08);
  box-shadow: 0 22px 60px rgba(11, 17, 24, 0.14);
  backdrop-filter: none;
}

.industry-panel .mega-column {
  min-height: 250px;
  padding: 26px clamp(20px, 2vw, 34px) 28px;
  border-left: 1px solid rgba(11, 17, 24, 0.08);
}

.industry-panel .mega-column:first-child {
  border-left: 0;
}

.industry-panel .survey-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto repeat(3, auto);
  grid-auto-flow: column;
  column-gap: 18px;
  align-content: start;
}

.industry-panel .survey-column .mega-title {
  grid-column: 1 / -1;
}

.industry-panel .mega-title {
  margin: 0 0 18px;
  color: #151a21;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.25;
  font-weight: 850;
}

.industry-panel .industry-title-link,
.industry-panel .industry-primary-link {
  margin: 0 0 16px;
  padding: 0;
  color: #151a21;
}

.industry-panel .industry-title-link strong,
.industry-panel .industry-primary-link strong {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.25;
  font-weight: 850;
}

.industry-panel .industry-primary-link span {
  display: block;
  margin-top: 6px;
  color: rgba(77, 83, 92, 0.58);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.industry-panel .industry-sub-link {
  padding-left: 14px;
}

.industry-panel .industry-sub-link strong {
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 650;
}

.industry-panel a {
  padding: 8px 0;
  border-top: 0;
  color: #4d535c;
  background: transparent;
}

.industry-panel a:hover {
  color: #0b1118;
  background: transparent;
  transform: translateX(2px);
}

.industry-panel a strong {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.45;
  font-weight: 760;
}

.industry-panel a span {
  color: rgba(77, 83, 92, 0.62);
}

.support-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  grid-template-columns: 1fr;
  width: min(320px, calc(100vw - 48px));
}

.mega-column {
  min-width: 0;
  padding: 2px 10px;
  border-left: 1px solid rgba(11, 17, 24, 0.08);
}

.mega-column:first-child {
  border-left: 0;
}

.mega-title {
  margin: 0 0 16px;
  color: #111820;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 850;
}

.mega-kicker {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin: 0 0 10px;
  padding: 0 12px;
  color: #152638;
  background: rgba(90, 168, 216, 0.14);
  border: 1px solid rgba(90, 168, 216, 0.3);
  border-left: 4px solid var(--cyan);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
}

.mega-group {
  margin-bottom: 18px;
  padding: 14px 14px 12px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(11, 17, 24, 0.08);
}

.mega-group:last-child {
  margin-bottom: 0;
}

.mega-panel a {
  display: block;
  padding: 10px 12px;
  border-top: 1px solid rgba(11, 17, 24, 0.07);
  color: #0b1118;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.mega-panel a:hover {
  background: rgba(11, 17, 24, 0.05);
  transform: translateX(2px);
}

.mega-panel a strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.mega-panel a span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 160ms ease;
}

.nav-toggle span:first-child {
  transform: translateY(-4px);
}

.nav-toggle span:last-child {
  transform: translateY(4px);
}

.site-header.is-open .nav-toggle span:first-child {
  transform: rotate(42deg);
}

.site-header.is-open .nav-toggle span:last-child {
  transform: rotate(-42deg);
}

.section {
  position: relative;
  padding: clamp(88px, 10vw, 148px) clamp(20px, 4vw, 64px);
}

.section-dark,
.section-deep {
  color: #fff;
  background: #060a0f;
}

.section-deep {
  background:
    radial-gradient(circle at 18% 8%, rgba(90, 168, 216, 0.22), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(120, 184, 109, 0.13), transparent 28%),
    linear-gradient(180deg, #070b11 0%, #101820 100%);
}

.hero-section {
  min-height: clamp(660px, 86svh, 900px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: clamp(72px, 8vh, 112px);
}

.hero-canvas,
.about-canvas,
.cta-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 8, 0.82) 0%, rgba(2, 5, 8, 0.28) 48%, rgba(2, 5, 8, 0.72) 100%),
    linear-gradient(180deg, rgba(2, 5, 8, 0.2), rgba(2, 5, 8, 0.84));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px);
}

.hero-content h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(50px, 8vw, 112px);
  line-height: 1;
  font-weight: 760;
  color: #fff;
  text-wrap: balance;
}

.hero-rail {
  position: absolute;
  left: clamp(20px, 4vw, 64px);
  bottom: clamp(28px, 5vw, 56px);
  z-index: 2;
  display: flex;
  gap: 12px;
}

.hero-rail span {
  display: block;
  width: clamp(46px, 7vw, 96px);
  height: 2px;
  background: rgba(255, 255, 255, 0.32);
}

.hero-rail span:first-child {
  background: #fff;
}

.section-heading {
  width: min(1020px, 100%);
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inverse .eyebrow,
.section-dark .eyebrow,
.section-deep .eyebrow {
  color: var(--cyan);
}

h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.08;
  font-weight: 760;
  text-wrap: balance;
}

.section-lead {
  max-width: 860px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.6;
}

.inverse .section-lead {
  color: rgba(255, 255, 255, 0.72);
}

.tech-section {
  background:
    linear-gradient(180deg, #f5f7f9, #eef2f5);
  overflow: hidden;
}

.evolution-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1320px, 100%);
  margin: 0 auto;
  background: rgba(11, 17, 24, 0.14);
  border: 1px solid rgba(11, 17, 24, 0.14);
}

.evolution-track::before {
  content: "";
  position: absolute;
  top: 72px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--orange));
}

.evolution-card {
  position: relative;
  min-height: 380px;
  padding: 42px 30px 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 251, 0.92)),
    repeating-linear-gradient(135deg, rgba(11, 17, 24, 0.04) 0 1px, transparent 1px 12px);
}

.evolution-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 0 62px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 17, 24, 0.18);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(11, 17, 24, 0.08);
}

.evolution-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.evolution-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
}

.evolution-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.evolution-card .card-subtitle {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
}

.product-groups {
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  width: min(1460px, 100%);
  margin: 0 auto;
}

.product-group {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.product-group-title {
  position: sticky;
  top: 92px;
  margin: 0;
  color: var(--cyan);
  font-size: clamp(24px, 3.1vw, 44px);
  line-height: 1.1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  position: relative;
  min-height: clamp(420px, 42vw, 620px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #111820;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 10, 15, 0.06) 0%, rgba(6, 10, 15, 0.24) 38%, rgba(6, 10, 15, 0.9) 100%),
    linear-gradient(90deg, rgba(6, 10, 15, 0.56) 0%, rgba(6, 10, 15, 0.08) 52%, rgba(6, 10, 15, 0.42) 100%);
  z-index: 1;
}

.product-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #111820;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.product-card:hover .product-visual img {
  transform: scale(1.06);
  transition: transform 320ms ease;
}

.product-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.product-copy h4 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.product-copy p {
  min-height: 48px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.55;
}

.product-copy a {
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
}

.scenes-section {
  overflow: hidden;
  background: #eceeef;
}

.scene-tabs {
  display: flex;
  gap: 12px;
  width: min(1420px, 100%);
  margin: 0 auto 34px;
  padding: 0 0 6px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.scene-tabs button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(11, 17, 24, 0.12);
  border-radius: 2px;
  color: rgba(11, 17, 24, 0.45);
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-size: 16px;
  font-weight: 650;
}

.scene-tabs button.is-active {
  color: #0b1118;
  background: #fff;
  border-color: rgba(11, 17, 24, 0.28);
}

.scene-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  gap: 28px;
  width: min(1780px, calc(100vw + 260px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.scene-stage,
.scene-peek {
  min-height: clamp(620px, 54vw, 860px);
  overflow: hidden;
  color: #fff;
  background: #282d31;
}

.scene-stage {
  position: relative;
}

.scene-surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 18%, rgba(223, 242, 253, 0.18), transparent 22%),
    linear-gradient(140deg, #20262b 0%, #2d3236 48%, #252b2f 100%);
}

.scene-visual,
.scene-grid-plane,
.scene-code-column,
.scene-map-panel {
  position: absolute;
}

.scene-visual {
  inset: 0;
}

.scene-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.scene-grid-plane {
  width: 118%;
  height: 48%;
  left: -8%;
  bottom: -3%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: perspective(900px) rotateX(63deg) rotateZ(-3deg);
}

.scene-code-column {
  width: 26%;
  min-width: 240px;
  height: 76%;
  right: 5%;
  top: 6%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0 2px, transparent 2px 22px),
    linear-gradient(180deg, rgba(11, 17, 24, 0.22), rgba(11, 17, 24, 0.72));
  transform: perspective(620px) rotateY(-18deg) rotateX(4deg);
}

.scene-map-panel {
  width: 44%;
  height: 44%;
  right: 13%;
  top: 23%;
  border: 1px solid rgba(223, 242, 253, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 0 60px rgba(223, 242, 253, 0.08);
  transform: perspective(740px) rotateY(-28deg) rotateX(16deg);
}

.scene-stage[data-tone="mining"] .scene-surface,
.scene-visual[data-tone="mining"] {
  background-color: #263039;
}

.scene-stage[data-tone="city"] .scene-surface,
.scene-visual[data-tone="city"] {
  filter: hue-rotate(18deg);
}

.scene-stage[data-tone="water"] .scene-surface,
.scene-visual[data-tone="water"] {
  filter: hue-rotate(70deg) saturate(0.8);
}

.scene-stage[data-tone="heritage"] .scene-surface,
.scene-visual[data-tone="heritage"] {
  filter: hue-rotate(-24deg) saturate(0.74);
}

.scene-panel {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
  width: min(600px, calc(100% - 64px));
  padding: 24px;
  background: rgba(14, 18, 22, 0.84);
}

.scene-panel p,
.scene-panel h3 {
  margin: 0;
}

.scene-panel p {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.scene-panel h3 {
  max-width: 540px;
  font-size: clamp(28px, 2.9vw, 46px);
  line-height: 1.12;
  font-weight: 720;
}

.scene-panel a {
  display: inline-flex;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 750;
}

.scene-display {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 44px;
  z-index: 2;
}

.scene-display h4 {
  margin: 0 0 20px;
  font-size: clamp(48px, 5.6vw, 86px);
  line-height: 0.96;
  font-weight: 720;
  text-transform: uppercase;
}

.scene-progress {
  height: 32px;
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.scene-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(223, 242, 253, 0.9), rgba(120, 184, 109, 0.9));
  transition: width 260ms ease;
}

.scene-display p {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(22px, 3.2vw, 46px);
  line-height: 1.16;
  font-weight: 650;
}

.scene-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 88px;
  height: 54px;
  border: 0;
  color: rgba(255, 255, 255, 0.3);
  background: rgba(31, 36, 40, 0.78);
  cursor: pointer;
  font-size: 34px;
}

.scene-arrow:hover {
  color: #fff;
  background: rgba(31, 36, 40, 0.96);
}

.scene-arrow-prev {
  left: 32px;
}

.scene-arrow-next {
  right: 32px;
}

.scene-peek {
  position: relative;
  padding: 40px 28px;
  opacity: 0.98;
  background:
    linear-gradient(180deg, rgba(11, 17, 24, 0.12), rgba(11, 17, 24, 0.68)),
    linear-gradient(135deg, #2e3438, #20262b);
}

.scene-peek::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.14) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: skewY(-8deg);
  opacity: 0.6;
}

.scene-peek h3,
.scene-peek p {
  position: relative;
  margin: 0;
}

.scene-peek h3 {
  margin-top: 330px;
  font-size: 34px;
  line-height: 1.1;
}

.scene-peek p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.5;
}

.about-section {
  overflow: hidden;
}

.about-section > .section-heading,
.about-grid {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.metric-card {
  min-height: 260px;
  padding: 34px;
  background: rgba(7, 12, 18, 0.74);
  backdrop-filter: blur(10px);
}

.metric-card strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.08;
}

.metric-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.news-section {
  background: #f7f8fa;
}

.news-section .section-heading {
  width: min(1320px, 100%);
}

.news-section .section-lead {
  margin-right: auto;
  margin-left: auto;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1320px, 100%);
  margin: 0 auto;
  background: rgba(11, 17, 24, 0.12);
  border: 1px solid rgba(11, 17, 24, 0.12);
}

.news-card {
  min-height: 300px;
  padding: 28px;
  background:
    linear-gradient(180deg, #fff, #f4f7f9);
}

.news-card p:first-child {
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.news-card h3 {
  margin: 0 0 16px;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.28;
}

.news-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.partner-section {
  text-align: center;
}

.partner-section h2 {
  width: min(1080px, 100%);
  margin: 0 auto 54px;
}

.partner-wall {
  display: grid;
  gap: 18px;
  width: min(1280px, 100%);
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.partner-marquee {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: partner-scroll 34s linear infinite;
}

.partner-marquee.is-reverse {
  animation-direction: reverse;
  animation-duration: 42s;
}

.partner-logo {
  display: grid;
  place-items: center;
  flex: 0 0 180px;
  height: 86px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.partner-logo img {
  display: block;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}

.partner-wall:hover .partner-marquee {
  animation-play-state: paused;
}

.cta-section {
  position: relative;
  min-height: 78svh;
  display: grid;
  align-items: center;
  padding: clamp(88px, 10vw, 142px) clamp(20px, 4vw, 64px);
  color: #fff;
  overflow: hidden;
  background: #05080c;
}

.cta-content {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  margin: 0 auto;
  text-align: center;
}

.cta-content h2 {
  font-size: clamp(44px, 7vw, 98px);
}

.cta-content p {
  margin: 22px 0 36px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2.4vw, 28px);
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-weight: 760;
}

.cta-actions a:first-child {
  color: var(--ink);
  background: #fff;
}

.site-footer {
  padding: clamp(64px, 8vw, 110px) clamp(20px, 4vw, 64px) 28px;
  color: rgba(255, 255, 255, 0.78);
  background: #060a0f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand,
.footer-nav,
.footer-info,
.footer-bottom {
  width: min(1420px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.footer-brand {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand img {
  width: 210px;
  height: auto;
}

.footer-brand p {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3.2vw, 44px);
  line-height: 1.12;
  font-weight: 760;
  text-align: right;
  white-space: nowrap;
}

.footer-nav {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(280px, 1.4fr) repeat(3, minmax(120px, 0.7fr));
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
  padding: 42px 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column:first-child .footer-col-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 30px);
}

.footer-column:first-child .footer-col-block {
  min-width: 0;
}

.footer-column h2,
.footer-column h3,
.footer-column p,
.footer-column a {
  display: block;
  margin: 0;
}

.footer-column h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 820;
}

.footer-column h3,
.footer-column p {
  width: 100%;
  margin: 18px 0 8px;
  padding: 7px 10px;
  color: #dff2fd;
  background: rgba(223, 242, 253, 0.06);
  border: 1px solid rgba(223, 242, 253, 0.18);
  border-left: 3px solid var(--cyan);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.footer-column a {
  padding: 5px 0 5px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.45;
}

.footer-column a:hover {
  color: #fff;
  border-left-color: var(--cyan);
}

.footer-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  padding: 34px 0;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
}

.footer-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.footer-badges {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.footer-badges div {
  width: 112px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.footer-badges span,
.footer-badges img {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.footer-badges p {
  margin: 0;
}

.footer-cert {
  display: grid;
  place-items: center;
  width: 128px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.footer-cert img {
  width: 118px;
  height: 86px;
  object-fit: contain;
  margin-bottom: 8px;
}

.footer-cert p {
  margin: 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.5;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.subpage-main {
  background: #f4f6f8;
}

.sub-hero {
  position: relative;
  min-height: 74svh;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 4vw, 64px) 72px;
  color: #fff;
  overflow: hidden;
  background: #060a0f;
}

.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 8, 0.88), rgba(2, 5, 8, 0.34), rgba(2, 5, 8, 0.78)),
    linear-gradient(90deg, rgba(223, 242, 253, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(223, 242, 253, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 72% 28%, rgba(120, 184, 109, 0.22), transparent 24%),
    radial-gradient(circle at 26% 74%, rgba(90, 168, 216, 0.2), transparent 26%);
  background-size: auto, 58px 58px, 58px 58px, auto, auto;
  transform: skewY(-2deg) scale(1.05);
}

.sub-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 24%;
  width: min(420px, 38vw);
  aspect-ratio: 1;
  border: 1px solid rgba(223, 242, 253, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(223, 242, 253, 0.05);
}

.sub-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.sub-kicker {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
}

.sub-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(46px, 7.2vw, 106px);
  line-height: 0.98;
  font-weight: 760;
  text-wrap: balance;
}

.sub-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.62;
}

.sub-jump {
  position: sticky;
  top: 64px;
  z-index: 20;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px clamp(20px, 4vw, 64px);
  background: rgba(244, 246, 248, 0.92);
  border-bottom: 1px solid rgba(11, 17, 24, 0.08);
  backdrop-filter: blur(18px);
}

.sub-jump a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid rgba(11, 17, 24, 0.12);
  border-radius: 999px;
  color: rgba(11, 17, 24, 0.68);
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
}

.sub-section {
  padding: clamp(76px, 8vw, 128px) clamp(20px, 4vw, 64px);
}

.sub-section.dark {
  color: #fff;
  background:
    radial-gradient(circle at 18% 16%, rgba(90, 168, 216, 0.16), transparent 28%),
    linear-gradient(180deg, #080d13, #111820);
}

.sub-wrap {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.sub-heading {
  margin: 0 0 34px;
}

.sub-heading h2 {
  max-width: 940px;
  font-size: clamp(34px, 4.8vw, 68px);
}

.sub-heading p {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.72;
}

.dark .sub-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.sub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(11, 17, 24, 0.12);
  border: 1px solid rgba(11, 17, 24, 0.12);
}

.dark .sub-card-grid {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}

.sub-card {
  min-height: 220px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.96));
}

.dark .sub-card {
  background: rgba(8, 13, 19, 0.76);
}

.sub-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.22;
}

.sub-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.dark .sub-card p {
  color: rgba(255, 255, 255, 0.66);
}

.sub-text-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sub-text-item {
  padding: 20px 22px;
  border: 1px solid rgba(11, 17, 24, 0.1);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(11, 17, 24, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.sub-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sub-media-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: #111820;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.sub-media-card img,
.sub-media-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 10, 15, 0.08), rgba(6, 10, 15, 0.82));
}

.sub-media-card span {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 760;
}

.sub-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sub-link-grid a {
  display: block;
  padding: 18px;
  border: 1px solid rgba(11, 17, 24, 0.1);
  background: #fff;
  font-weight: 760;
}

.sub-cta {
  padding: clamp(70px, 9vw, 120px) clamp(20px, 4vw, 64px);
  color: #fff;
  background: #05080c;
  text-align: center;
}

.sub-cta h2 {
  font-size: clamp(38px, 6vw, 82px);
}

.sub-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.sub-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-weight: 760;
}

.sub-cta-actions a:first-child {
  color: var(--ink);
  background: #fff;
}

.product-detail-main {
  background: #f4f6f8;
}

.product-detail-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #05080c;
}

.product-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 8, 0.86), rgba(2, 5, 8, 0.24) 50%, rgba(2, 5, 8, 0.72)),
    linear-gradient(180deg, rgba(2, 5, 8, 0.18), rgba(2, 5, 8, 0.84));
  pointer-events: none;
}

.product-detail-hero > .product-detail-media {
  position: absolute;
  inset: 0;
  margin: 0;
  min-height: 0;
  border: 0;
}

.product-detail-hero > .product-detail-media img,
.product-detail-hero > .product-detail-media video {
  opacity: 0.9;
}

.product-detail-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 140px clamp(20px, 4vw, 64px) clamp(60px, 8vw, 110px);
}

.product-detail-hero-copy h1 {
  max-width: 1040px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 8vw, 126px);
  line-height: 0.95;
  font-weight: 760;
  text-wrap: balance;
}

.product-detail-hero-copy p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.56;
}

.product-detail-jump {
  position: sticky;
  top: 64px;
  z-index: 20;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px clamp(20px, 4vw, 64px);
  background: rgba(244, 246, 248, 0.94);
  border-bottom: 1px solid rgba(11, 17, 24, 0.1);
  backdrop-filter: blur(18px);
}

.product-detail-jump a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid rgba(11, 17, 24, 0.12);
  border-radius: 999px;
  color: rgba(11, 17, 24, 0.72);
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 760;
}

.product-detail-section {
  padding: clamp(78px, 8vw, 132px) clamp(20px, 4vw, 64px);
}

.product-detail-section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 20% 10%, rgba(90, 168, 216, 0.18), transparent 30%),
    linear-gradient(180deg, #070c12, #101820);
}

.product-detail-wrap {
  width: min(1360px, 100%);
  margin: 0 auto;
}

.product-detail-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: end;
  margin-bottom: 32px;
}

.product-detail-copy h2 {
  margin: 0;
  font-size: clamp(36px, 5.8vw, 82px);
  line-height: 0.98;
  font-weight: 760;
  text-wrap: balance;
}

.product-detail-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.72;
}

.product-detail-section-dark .product-detail-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.product-detail-visuals {
  display: grid;
  gap: 18px;
}

.product-detail-media {
  position: relative;
  min-height: clamp(320px, 48vw, 680px);
  margin: 0;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(223, 242, 253, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(223, 242, 253, 0.07) 1px, transparent 1px),
    #101820;
  background-size: 48px 48px;
  border: 1px solid rgba(11, 17, 24, 0.1);
}

.product-detail-section-dark .product-detail-media {
  border-color: rgba(255, 255, 255, 0.12);
}

.product-detail-media img,
.product-detail-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-media span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(6, 10, 15, 0.66);
  font-size: 13px;
  font-weight: 760;
}

.product-detail-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: rgba(11, 17, 24, 0.12);
  border: 1px solid rgba(11, 17, 24, 0.12);
}

.product-detail-section-dark .product-detail-card-grid {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}

.product-detail-card {
  min-height: 260px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.product-detail-section-dark .product-detail-card {
  background: rgba(8, 13, 19, 0.76);
}

.product-detail-card .product-detail-media {
  min-height: 210px;
  margin-bottom: 18px;
}

.product-detail-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.18;
}

.product-detail-card p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.66;
}

.product-detail-section-dark .product-detail-card p {
  color: rgba(255, 255, 255, 0.66);
}

.product-tabs {
  display: grid;
  gap: 18px;
}

.product-tab-buttons {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.product-tab-buttons button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  color: rgba(11, 17, 24, 0.7);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(11, 17, 24, 0.12);
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
}

.product-detail-section-dark .product-tab-buttons button {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.product-tab-buttons button.is-active {
  color: #fff;
  background: #111820;
}

.product-detail-section-dark .product-tab-buttons button.is-active {
  color: var(--ink);
  background: #fff;
}

.product-tab-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
  gap: 24px;
  align-items: stretch;
}

.product-tab-panel.is-active {
  display: grid;
}

.product-tab-copy {
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 17, 24, 0.1);
}

.product-detail-section-dark .product-tab-copy {
  background: rgba(8, 13, 19, 0.76);
  border-color: rgba(255, 255, 255, 0.12);
}

.product-tab-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 42px);
}

.product-tab-copy p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.product-detail-section-dark .product-tab-copy p {
  color: rgba(255, 255, 255, 0.66);
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes scan {
  0%,
  100% {
    transform: translateX(-90px);
    opacity: 0;
  }
  20%,
  80% {
    opacity: 1;
  }
  50% {
    transform: translateX(90px);
  }
}

@keyframes grid-drift {
  to {
    background-position: 84px 84px;
  }
}

@keyframes partner-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 18px;
  }

  .nav-actions a {
    padding: 0 10px;
    font-size: 12px;
  }

  .product-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evolution-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-group {
    grid-template-columns: 1fr;
  }

  .product-group-title {
    position: static;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scene-showcase {
    grid-template-columns: 120px minmax(0, 1fr) 120px;
    width: min(1400px, calc(100vw + 160px));
    gap: 18px;
  }

  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-column:first-child .footer-col-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-column:first-child:not(:has(.footer-col-row)) {
    column-count: 2;
  }

  .footer-column:nth-child(2):not(:has(.footer-col-row)) {
    column-count: 2;
  }

  .footer-info {
    grid-template-columns: 1fr;
  }

  .sub-card-grid,
  .sub-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sub-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-detail-copy,
  .product-tab-panel {
    grid-template-columns: 1fr;
  }

  .product-detail-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .site-header {
    height: 64px;
    padding: 0 18px;
  }

  .site-header.is-open {
    height: 100vh;
    min-height: 100dvh;
    align-items: flex-start;
  }

  .brand {
    width: 156px;
    height: 64px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-top: 11px;
  }

  .site-nav {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    display: none;
    align-items: stretch;
    gap: 0;
    height: auto;
    min-height: calc(100dvh - 64px);
    padding: 10px 18px 36px;
    overflow: auto;
    color: var(--ink);
    background: rgba(248, 250, 252, 0.98);
  }

  .nav-actions {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px 0 0;
  }

  .nav-actions a {
    justify-content: center;
    min-height: 42px;
    border-color: rgba(11, 17, 24, 0.16);
    color: var(--ink);
  }

  .site-header.is-open .site-nav {
    display: block;
  }

  .nav-item,
  .nav-link {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
  }

  .nav-link {
    padding: 18px 0;
    border-bottom: 1px solid rgba(11, 17, 24, 0.1);
    font-size: 18px;
  }

  .mega-panel {
    position: static;
    width: 100%;
    padding: 14px 0 28px;
    display: none;
    border: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-item.is-expanded .mega-panel {
    display: grid;
  }

  .has-panel:hover .mega-panel,
  .nav-item.is-expanded .mega-panel {
    transform: none !important;
  }

  .site-header .has-panel:hover > .mega-panel,
  .site-header .nav-item.is-expanded > .mega-panel {
    transform: none !important;
  }

  .product-panel,
  .solution-panel,
  .industry-panel,
  .support-panel {
    grid-template-columns: 1fr;
  }

  .product-panel-enhanced {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .product-panel-enhanced .product-nav-column {
    min-height: 0;
    padding: 0;
    border-left: 0;
  }

  .product-nav-card {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 58px;
    padding: 9px 0 !important;
  }

  .product-nav-icon {
    width: 38px;
    height: 38px;
  }

  .product-nav-icon img,
  .product-nav-hardware img {
    max-width: 30px;
    max-height: 30px;
  }

  .industry-panel {
    width: 100%;
    color: var(--ink);
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .industry-panel .mega-column {
    min-height: 0;
    padding: 0;
    border-left: 0;
  }

  .industry-panel .survey-column {
    display: block;
  }

  .industry-panel .mega-title {
    color: #152638;
    font-size: 17px;
  }

  .industry-panel a {
    color: rgba(11, 17, 24, 0.74);
  }

  .mega-column {
    padding: 0;
    border-left: 0;
  }

  .mega-group {
    padding: 12px;
  }

  .hero-section {
    min-height: 82svh;
    min-height: 82dvh;
    padding-bottom: 84px;
  }

  .hero-content h1 {
    max-width: 720px;
  }

  .section {
    padding: 82px 18px;
  }

  .section-heading {
    margin-bottom: 36px;
    text-align: left;
  }

  .section-lead {
    margin-left: 0;
  }

  .evolution-track,
  .product-grid,
  .about-grid,
  .news-grid,
  .partner-wall {
    grid-template-columns: 1fr;
  }

  .evolution-card {
    min-height: auto;
  }

  .evolution-track::before {
    left: 49px;
    top: 38px;
    bottom: 40px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .evolution-icon {
    width: 56px;
    height: 56px;
    margin: 0 0 42px;
  }

  .evolution-icon svg {
    width: 30px;
    height: 30px;
  }

  .product-card {
    min-height: 520px;
    grid-column: auto;
  }

  .scene-tabs {
    margin-bottom: 18px;
  }

  .scene-tabs button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 14px;
  }

  .scene-showcase {
    display: block;
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .scene-peek {
    display: none;
  }

  .scene-stage {
    min-height: 660px;
  }

  .scene-panel {
    top: 18px;
    left: 18px;
    width: calc(100% - 36px);
    padding: 18px;
  }

  .scene-panel p {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .scene-panel h3 {
    font-size: 28px;
  }

  .scene-panel a {
    font-size: 15px;
  }

  .scene-display {
    left: 22px;
    right: 22px;
    bottom: 26px;
  }

  .scene-display h4 {
    font-size: 42px;
    line-height: 1;
  }

  .scene-progress {
    height: 28px;
    margin-bottom: 24px;
  }

  .scene-display p {
    font-size: 22px;
    line-height: 1.22;
  }

  .scene-arrow {
    top: auto;
    bottom: 168px;
    width: 58px;
    height: 42px;
    font-size: 24px;
  }

  .scene-arrow-prev {
    left: 22px;
  }

  .scene-arrow-next {
    right: 22px;
  }

  .about-grid,
  .news-grid,
  .partner-wall {
    background: transparent;
    border: 0;
    gap: 12px;
  }

  .metric-card,
  .news-card {
    min-height: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .news-card {
    border-color: rgba(11, 17, 24, 0.1);
  }

  .partner-logo {
    flex-basis: 148px;
    height: 74px;
    padding: 14px 18px;
  }

  .partner-logo img {
    max-height: 40px;
  }

  .footer-brand {
    display: block;
  }

  .footer-brand p {
    margin-top: 26px;
    text-align: left;
    white-space: nowrap;
  }

  .news-section .section-heading {
    text-align: center;
  }

  .news-section .section-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-column:first-child .footer-col-row {
    grid-template-columns: 1fr;
  }

  .footer-column:first-child:not(:has(.footer-col-row)) {
    column-count: 1;
  }

  .footer-column:nth-child(2):not(:has(.footer-col-row)) {
    column-count: 1;
  }

  .footer-contact {
    grid-template-columns: 1fr;
  }

  .footer-badges {
    flex-wrap: wrap;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom div {
    margin-top: 14px;
  }

  .sub-hero {
    min-height: 64svh;
    padding: 96px 18px 54px;
  }

  .sub-hero h1 {
    font-size: 46px;
  }

  .sub-hero p {
    font-size: 17px;
  }

  .sub-jump {
    top: 64px;
    padding: 12px 18px;
  }

  .sub-section {
    padding: 76px 18px;
  }

  .sub-card-grid,
  .sub-text-list,
  .sub-media-grid,
  .sub-link-grid {
    grid-template-columns: 1fr;
  }

  .sub-media-card {
    min-height: 320px;
  }

  .sub-cta-actions {
    display: grid;
  }

  .product-detail-hero {
    min-height: 88svh;
  }

  .product-detail-hero-copy {
    padding: 108px 18px 58px;
  }

  .product-detail-hero-copy h1 {
    font-size: 48px;
  }

  .product-detail-hero-copy p {
    font-size: 17px;
  }

  .product-detail-jump {
    top: 64px;
    padding: 12px 18px;
  }

  .product-detail-section {
    padding: 76px 18px;
  }

  .product-detail-copy {
    display: block;
  }

  .product-detail-copy h2 {
    margin-bottom: 22px;
    font-size: 40px;
  }

  .product-detail-media {
    min-height: 300px;
  }

  .product-detail-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    background: transparent;
    border: 0;
  }

  .product-detail-card {
    border: 1px solid rgba(11, 17, 24, 0.1);
  }

  .product-tab-panel.is-active {
    display: block;
  }

  .product-tab-copy {
    margin-top: 14px;
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .hero-content h1 {
    font-size: 48px;
    line-height: 1.04;
  }

  h2 {
    font-size: 36px;
  }

  .section-lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .footer-brand p {
    white-space: normal;
  }

  .product-copy {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .product-card {
    min-height: 460px;
  }

  .sub-hero h1 {
    font-size: 40px;
  }

  .sub-heading h2,
  .sub-cta h2 {
    font-size: 36px;
  }

  .sub-media-card {
    min-height: 260px;
  }

  .product-detail-hero-copy h1 {
    font-size: 42px;
  }

  .product-detail-copy h2 {
    font-size: 34px;
  }

  .product-detail-media {
    min-height: 260px;
  }
}

/* Subpage normalization: keep legacy content usable while aligning with the new site shell. */
body { background: #f4f6f8; color: var(--ink); }
body > main, body > .page-main, body > .content, body > .wrap { position: relative; z-index: 1; }
main:not(.home-main) { overflow: hidden; }
img, video { max-width: 100%; }
table { width: 100%; border-collapse: collapse; }
th, td { border-color: rgba(11, 17, 24, 0.12); }
.site-header + main, .site-header + section, .site-header + div:not(.footer-brand) { }
.nb, .ft { display: none !important; }
.site-header .has-panel:hover > .mega-panel,
.site-header .nav-item.is-expanded > .mega-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(calc(-50% + var(--panel-shift, 0px)), 0) !important;
}

@media (max-width: 960px) {
  .site-header .has-panel:hover > .mega-panel,
  .site-header .nav-item.is-expanded > .mega-panel {
    transform: none !important;
  }
}

/* Industry menu: follows the site's light shell while keeping document-defined domains. */
.industry-panel {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  width: min(1480px, calc(100vw - 48px));
  padding: 0;
  color: #4d535c;
  background: #f7f8fa;
  border: 1px solid rgba(11, 17, 24, 0.08);
  box-shadow: 0 22px 60px rgba(11, 17, 24, 0.14);
  backdrop-filter: none;
}

.industry-panel .mega-column {
  min-height: 250px;
  padding: 26px clamp(20px, 2vw, 34px) 28px;
  border-left: 1px solid rgba(11, 17, 24, 0.08);
}

.industry-panel .mega-column:first-child {
  border-left: 0;
}

.industry-panel .survey-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto repeat(3, auto);
  grid-auto-flow: column;
  column-gap: 18px;
  align-content: start;
}

.industry-panel .survey-column .mega-title {
  grid-column: 1 / -1;
}

.industry-panel .mega-title {
  margin: 0 0 18px;
  color: #151a21;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.25;
  font-weight: 850;
}

.industry-panel .industry-title-link,
.industry-panel .industry-primary-link {
  margin: 0 0 16px;
  padding: 0;
  color: #151a21;
}

.industry-panel .industry-title-link strong,
.industry-panel .industry-primary-link strong {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.25;
  font-weight: 850;
}

.industry-panel .industry-primary-link span {
  display: block;
  margin-top: 6px;
  color: rgba(77, 83, 92, 0.58);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.industry-panel .industry-sub-link {
  padding-left: 14px;
}

.industry-panel .industry-sub-link strong {
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 650;
}

.industry-panel a {
  padding: 8px 0;
  border-top: 0;
  color: #4d535c;
  background: transparent;
}

.industry-panel a:hover {
  color: #0b1118;
  background: transparent;
  transform: translateX(2px);
}

.industry-panel a strong {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.45;
  font-weight: 760;
}

@media (max-width: 1180px) {
  .industry-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .industry-panel {
    grid-template-columns: 1fr;
    width: 100%;
    color: var(--ink);
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .industry-panel .mega-column {
    min-height: 0;
    padding: 0;
    border-left: 0;
  }

  .industry-panel .survey-column {
    display: block;
  }

  .industry-panel .mega-title {
    color: #152638;
    font-size: 17px;
  }
}

/* Unified typography system */
:root {
  --type-h1-size: 64px;
  --type-h1-line: 1.08;
  --type-h1-weight: 760;
  --type-h2-size: 44px;
  --type-h2-line: 1.16;
  --type-h2-weight: 740;
  --type-h3-size: 24px;
  --type-h3-line: 1.28;
  --type-h3-weight: 720;
  --type-body-size: 16px;
  --type-body-line: 1.7;
  --type-body-weight: 400;
  --type-lead-size: 18px;
  --type-lead-line: 1.68;
  --type-small-size: 14px;
  --type-small-line: 1.55;
  --type-button-size: 14px;
  --type-button-line: 1.2;
  --type-button-weight: 700;
}

body {
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
  font-weight: var(--type-body-weight);
}

:where(h1, h2, h3, h4, h5, h6, p, li, dd, dt, a, button, input, textarea) {
  letter-spacing: 0;
}

:where(h1, .hero-content h1, .sub-hero h1, .product-detail-hero-copy h1) {
  font-size: var(--type-h1-size) !important;
  line-height: var(--type-h1-line) !important;
  font-weight: var(--type-h1-weight) !important;
}

:where(h2, .section-heading h2, .partner-section h2, .cta-content h2, .sub-heading h2, .sub-cta h2, .product-detail-copy h2) {
  font-size: var(--type-h2-size) !important;
  line-height: var(--type-h2-line) !important;
  font-weight: var(--type-h2-weight) !important;
}

:where(h3, .evolution-card h3, .scene-panel h3, .news-feature h3, .sub-card h3, .product-detail-card h3, .product-tab-copy h3, .product-copy h3, .scene-peek h3) {
  font-size: var(--type-h3-size) !important;
  line-height: var(--type-h3-line) !important;
  font-weight: var(--type-h3-weight) !important;
}

:where(p, li, dd, .section-lead, .sub-hero p, .sub-heading p, .product-detail-hero-copy p, .product-detail-copy p, .product-tab-copy p, .news-feature p, .scene-panel p) {
  font-size: var(--type-body-size) !important;
  line-height: var(--type-body-line) !important;
  font-weight: var(--type-body-weight) !important;
}

:where(.section-lead, .sub-hero p, .product-detail-hero-copy p, .cta-content p) {
  font-size: var(--type-lead-size) !important;
  line-height: var(--type-lead-line) !important;
}

:where(small, .mega-panel a span, .hero-rail span, .mega-kicker, .news-date, .footer-bottom, .footer-contact p, .footer-badges p, .sub-kicker, .sub-jump a, .product-detail-eyebrow) {
  font-size: var(--type-small-size) !important;
  line-height: var(--type-small-line) !important;
}

:where(button, .nav-link, .nav-actions a, .mega-panel a strong, .btn, .bnp, .bng, .bp, .bn, .soft-btn, .doc-btn, .auth-btn, .sub-tab, .page-tab, .filter-btn) {
  font-size: var(--type-button-size) !important;
  line-height: var(--type-button-line) !important;
  font-weight: var(--type-button-weight) !important;
}

:where(.footer-column h2, .footer-column h3, .mega-title) {
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 740 !important;
}

.industry-panel .industry-title-link strong {
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 740 !important;
  color: #151a21 !important;
}

@media (max-width: 960px) {
  :root {
    --type-h1-size: 44px;
    --type-h2-size: 34px;
    --type-h3-size: 22px;
    --type-lead-size: 17px;
  }
}

@media (max-width: 520px) {
  :root {
    --type-h1-size: 38px;
    --type-h2-size: 30px;
    --type-h3-size: 20px;
    --type-body-size: 15px;
    --type-lead-size: 16px;
    --type-small-size: 13px;
  }
}

.site-footer .footer-nav {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.4fr) minmax(280px, 1.4fr) repeat(3, minmax(120px, 0.7fr)) !important;
  gap: clamp(24px, 3vw, 42px) !important;
  align-items: start !important;
  padding: 42px 0 38px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer .footer-column:first-child,
.site-footer .footer-column:nth-child(2) {
  grid-column: auto !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.site-footer .footer-column:first-child:not(:has(.footer-col-row)),
.site-footer .footer-column:nth-child(2):not(:has(.footer-col-row)) {
  column-count: auto !important;
  columns: auto !important;
}

.site-footer .footer-column h2 {
  margin-bottom: 18px !important;
}

.site-footer .footer-column h3 {
  margin: 18px 0 10px !important;
}

.site-footer .footer-column p {
  margin: 0 0 8px !important;
}

.site-footer .footer-info {
  border-top: 0 !important;
}

.site-footer .footer-badges img {
  display: block !important;
  width: 86px !important;
  height: 86px !important;
  object-fit: contain !important;
  margin: 0 auto 10px !important;
}

.site-footer .footer-cert {
  display: grid !important;
  place-items: center !important;
  width: 128px !important;
  min-height: 112px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.site-footer .footer-cert img {
  width: 118px !important;
  height: 86px !important;
  object-fit: contain !important;
  margin: 0 auto 8px !important;
}

.site-footer .footer-cert p {
  margin: 0 !important;
}

@media (max-width: 1180px) {
  .site-footer .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .site-footer .footer-nav {
    grid-template-columns: 1fr !important;
  }
}

.site-footer .footer-nav.footer-nav-compact {
  grid-template-columns:
    minmax(120px, 0.82fr)
    minmax(136px, 0.9fr)
    minmax(128px, 0.86fr)
    minmax(260px, 1.45fr)
    minmax(78px, 0.52fr)
    minmax(90px, 0.58fr)
    minmax(92px, 0.6fr) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  padding: 34px 0 30px !important;
}

.site-footer .footer-nav.footer-nav-compact .footer-column h2 {
  margin-bottom: 14px !important;
}

.site-footer .footer-nav.footer-nav-compact .footer-column p {
  margin: 14px 0 6px !important;
  padding: 0 !important;
  color: #dff2fd !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.site-footer .footer-nav.footer-nav-compact .footer-column a {
  padding: 4px 0 4px 10px !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
}

.site-footer .footer-industry-column {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 20px !important;
  align-content: start !important;
}

.site-footer .footer-industry-column h2 {
  grid-column: 1 / -1 !important;
}

.site-footer .footer-minor-column a {
  white-space: nowrap !important;
}

.site-footer .footer-contact {
  gap: 6px 28px !important;
  align-content: start !important;
}

.site-footer .footer-contact p {
  line-height: 1.28 !important;
}

.site-footer .footer-badges {
  align-items: center !important;
  gap: 14px !important;
}

.site-footer .footer-cert.footer-cert-logo {
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.site-footer .footer-cert.footer-cert-logo img {
  width: 96px !important;
  height: 48px !important;
  margin: 0 !important;
  object-fit: contain !important;
  filter: grayscale(1) brightness(0) invert(1) !important;
  opacity: 0.86 !important;
}

.site-footer .footer-cert.footer-cert-logo p {
  display: none !important;
}

@media (max-width: 1280px) {
  .site-footer .footer-nav.footer-nav-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .site-footer .footer-industry-column {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 820px) {
  .site-footer .footer-nav.footer-nav-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .site-footer .footer-nav.footer-nav-compact,
  .site-footer .footer-industry-column {
    grid-template-columns: 1fr !important;
  }
}

.site-footer .footer-industry-column {
  display: block !important;
}

.site-footer .footer-industry-column h2 {
  grid-column: auto !important;
}
