:root {
  --site-navy-950: #050708;
  --site-navy-900: #090c0e;
  --site-navy-800: #12181c;
  --site-blue-700: #0057d9;
  --site-blue-600: #0969f0;
  --site-cyan-500: #4fdcff;
  --site-cyan-300: #93eaff;
  --site-ink: #111517;
  --site-muted: #596367;
  --site-surface: #ffffff;
  --site-surface-alt: #f1f3f2;
  --site-border: #d8dddb;
  --site-success: #0f8a68;
  --site-shadow-sm: 0 8px 30px rgba(0, 0, 0, 0.07);
  --site-shadow-md: 0 30px 80px rgba(0, 0, 0, 0.16);
  --site-radius-sm: 6px;
  --site-radius-md: 10px;
  --site-radius-lg: 14px;
  --site-content: 1280px;
  --site-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --site-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* MIB Browser product page */
.mib-browser-hero {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 84px) 0 34px;
  letter-spacing: 0;
}

header#masthead .mib-browser-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

header#masthead .mib-browser-hero > p {
  max-width: 880px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.72;
  letter-spacing: -0.006em;
}

header#masthead .mib-browser-hero > p a {
  border-bottom: 1px solid rgba(147, 234, 255, 0.5);
  color: #fff !important;
  font-size: inherit;
  font-weight: 650;
  text-decoration: none;
}

header#masthead .mib-browser-hero > p a:hover {
  border-bottom-color: var(--site-cyan-300);
  color: var(--site-cyan-300) !important;
}

.mib-browser-hero .download-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

header#masthead .mib-browser-hero .btn-download {
  min-width: 184px;
  min-height: 52px;
  padding-inline: 26px;
  box-shadow: 0 14px 32px rgba(9, 105, 240, 0.25);
}

header#masthead .mib-browser-hero .download-other {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 560;
  letter-spacing: 0.025em;
}

header#masthead .mib-browser-hero .download-other a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

header#masthead .mib-browser-hero .product-resource-nav {
  margin-top: 38px;
}

.mib-browser-preview {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  margin: 12px auto -68px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
}

.mib-browser-preview .platform-img {
  display: block;
  width: 100%;
  border-radius: 11px;
  background: #fff;
}

.mib-browser-main {
  overflow: clip;
  padding: 132px 0 96px;
  background:
    radial-gradient(circle at 50% 0, rgba(79, 220, 255, 0.07), transparent 29%),
    linear-gradient(180deg, #f7fafb 0, #fff 430px);
}

.mib-browser-section-heading {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto 42px;
  padding: 0;
  gap: 24px;
}

.mib-browser-section-heading .header-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #cbd9e1);
}

.mib-browser-section-heading .header-line:last-child {
  background: linear-gradient(90deg, #cbd9e1, transparent);
}

.mib-browser-section-heading .header-section {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 700;
  white-space: nowrap;
}

.mib-browser-section-heading .header-section > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #e8f7fb;
}

.mib-browser-section-heading .header-section svg {
  width: 19px;
  height: 14px;
}

.mib-browser-features {
  width: 100%;
  margin: 0;
  padding: 0 24px;
}

.mib-browser-features > aside {
  width: min(1120px, 100%);
  margin: 0 auto !important;
  letter-spacing: 0;
}

.mib-browser-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: clamp(22px, 4vw, 38px) clamp(24px, 5vw, 52px);
  column-gap: clamp(34px, 6vw, 68px);
  border: 1px solid #dce6ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(7, 27, 43, 0.07);
  list-style: none;
}

.mib-browser-feature-grid li {
  position: relative;
  margin: 0 !important;
  padding: 15px 0 15px 38px;
  border-bottom: 1px solid #e7edf1;
  color: #263d49;
  font-size: 0.96rem;
  font-weight: 520;
  line-height: 1.55;
}

.mib-browser-feature-grid li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.mib-browser-feature-grid--odd li:nth-last-child(2) {
  border-bottom: 1px solid #e7edf1;
}

.mib-browser-feature-grid li::before {
  content: "\2713";
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: #e5f4fa;
  color: #0871aa;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1;
}

.mib-browser-feature-grid a {
  color: var(--site-blue-700) !important;
  font-weight: 620;
}

.mib-browser-features aside > p {
  display: none;
}

.mib-browser-section-heading--compare {
  margin-top: clamp(84px, 10vw, 126px);
}

.mib-browser-main .mib-comparison-section {
  margin-top: 0;
}

.mib-browser-main .mib-comparison-content {
  margin-bottom: 0 !important;
}

.mib-browser-main .mib-comparison-intro {
  border-color: #d9e5ec;
  border-left: 4px solid var(--site-blue-600);
  background: #f5f9fb;
  box-shadow: 0 10px 28px rgba(7, 27, 43, 0.045);
}

.mib-browser-main .mib-comparison-table.table1 thead th:last-child {
  background: #104965;
}

.mib-browser-main .mib-comparison-table.table1 tbody tr:hover {
  background: #eef7fb;
}

.mib-browser-main .mib-comparison-table.table1 tbody td:last-child {
  background: rgba(227, 242, 250, 0.34);
}

.mib-browser-main .mib-comparison-content > p:last-child {
  display: none;
}

@media (max-width: 767px) {
  .mib-browser-hero {
    width: min(620px, calc(100% - 32px));
    padding: 34px 0 30px;
  }

  header#masthead .mib-browser-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  header#masthead .mib-browser-hero > p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .mib-browser-main {
    padding: 54px 0 68px;
  }

  .mib-browser-section-heading {
    width: calc(100% - 32px);
    margin-bottom: 28px;
    gap: 14px;
  }

  .mib-browser-section-heading .header-section {
    font-size: 1.55rem;
    white-space: normal;
  }

  .mib-browser-section-heading .header-section > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .mib-browser-features {
    padding: 0 16px;
  }

  .mib-browser-feature-grid {
    grid-template-columns: 1fr;
    padding: 14px 20px;
    border-radius: 14px;
  }

  .mib-browser-feature-grid li:nth-last-child(2) {
    border-bottom: 1px solid #e7edf1;
  }

  .mib-browser-feature-grid li:last-child {
    border-bottom: 0;
  }

  .mib-browser-section-heading--compare {
    margin-top: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mib-browser-hero a,
  .mib-browser-feature-grid a,
  .mib-browser-main .mib-comparison-table.table1 tbody tr {
    transition: none;
  }
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body,
body.html-ltr,
html body {
  margin: 0;
  background: var(--site-surface);
  color: var(--site-ink);
  font-family: var(--site-font);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body * {
  box-sizing: border-box;
}

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

a {
  color: var(--site-blue-700);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--site-blue-600);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--site-cyan-500);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3 {
  color: var(--site-navy-900);
  font-family: var(--site-font) !important;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}

h1,
#content h1 {
  font-size: clamp(2.25rem, 5vw, 4.8rem);
}

h2,
#content h2 {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

h3,
#content h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

p,
li,
td,
th,
label,
input,
select,
textarea,
button {
  font-family: var(--site-font);
}

code,
pre {
  font-family: var(--site-mono);
}

.site-skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: var(--site-navy-950);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

header#masthead > .site-skip-link {
  position: fixed;
  width: auto;
}

.site-main-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: #07090a;
  color: #fff;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--site-content), calc(100% - 40px));
  min-height: 66px;
  margin: 0 auto;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 680;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.site-brand:hover {
  color: #fff;
}

.site-brand__logo {
  display: block;
  width: 154px;
  height: auto;
}

.site-brand--footer .site-brand__logo {
  width: 168px;
}

.site-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
  background: transparent;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 650;
  cursor: pointer;
}

.site-menu-toggle__icon,
.site-menu-toggle__icon::before,
.site-menu-toggle__icon::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
}

.site-menu-toggle__icon {
  position: relative;
}

.site-menu-toggle__icon::before,
.site-menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.site-menu-toggle__icon::before { top: -6px; }
.site-menu-toggle__icon::after { top: 6px; }

.site-navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-navigation > a,
.site-products-menu > summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.site-navigation > a:hover,
.site-products-menu > summary:hover,
.site-products-menu[open] > summary {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.site-navigation > a.site-navigation__current,
.site-products-menu.site-products-menu--current > summary {
  padding-inline: 18px;
  background: #fff;
  color: #080a0b;
  font-weight: 650;
}

.site-navigation > a.site-navigation__current:hover,
.site-products-menu.site-products-menu--current > summary:hover,
.site-products-menu.site-products-menu--current[open] > summary {
  background: var(--site-cyan-300);
  color: #080a0b;
}

.site-products-menu {
  position: relative;
}

.site-products-menu > summary {
  list-style: none;
}

.site-products-menu > summary::-webkit-details-marker {
  display: none;
}

.site-products-menu > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.site-products-menu__panel {
  position: absolute;
  top: calc(100% + 10px);
  right: -250px;
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  width: min(680px, calc(100vw - 40px));
  padding: 24px;
  border: 1px solid var(--site-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--site-shadow-md);
  color: var(--site-ink);
  gap: 20px;
}

.site-products-menu__panel a {
  display: grid;
  gap: 1px;
  padding: 10px;
  border-radius: 10px;
  color: var(--site-ink);
  text-decoration: none;
}

.site-products-menu__panel a:hover {
  background: var(--site-surface-alt);
  color: var(--site-blue-700);
}

.site-products-menu__panel strong {
  font-size: 0.94rem;
}

.site-products-menu__panel small {
  color: var(--site-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.site-products-menu__panel .site-products-menu__all {
  grid-column: 1 / -1;
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--site-border);
  font-weight: 700;
}

/* Existing page shells */
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--site-ink);
}

#logo-events,
body.jquery #logo-events,
nav#main {
  display: none !important;
}

#content-wrapper {
  width: min(var(--site-content), calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 80px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.constrain {
  width: min(var(--site-content), calc(100% - 40px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.content-full #content,
.content-full.full-width #content {
  width: 100%;
  padding: 0;
}

#content h1.block,
#content h2.block {
  margin-top: 2rem;
  padding: 0;
  background: none;
  text-shadow: none;
}

#content h2.block a {
  color: var(--site-navy-900);
  text-decoration: none;
}

header#masthead {
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 78% 16%, rgba(79, 220, 255, 0.14), transparent 26%),
    #080b0d;
  color: #fff;
}

header#masthead::after {
  content: "";
  position: absolute;
  inset: 76px 0 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(114, 220, 245, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 220, 245, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

header#masthead > * {
  position: relative;
  z-index: 1;
}

header#masthead > .site-header {
  z-index: 100;
  isolation: isolate;
}

header#masthead .site-header {
  margin-bottom: 20px;
}

header#masthead h1,
header#masthead h2,
header#masthead h3,
header#masthead .text-white {
  color: #fff;
}

main,
#main-content {
  display: block;
}

main > section,
body.html-ltr main > section {
  scroll-margin-top: 90px;
}

.markup-page,
main .font-xl,
main .font-lg {
  color: var(--site-ink);
}

.header-section {
  color: var(--site-navy-900);
  letter-spacing: -0.02em;
  text-transform: none;
}

.header-section span {
  color: var(--site-cyan-500);
}

.header-line {
  background: var(--site-border);
}

.bg-body {
  background: var(--site-surface-alt);
}

/* Buttons and forms */
.site-button,
a.button,
#content a.button,
.button,
.btn-download,
.download-link,
.btn-body,
.btn-link,
input[type="submit"],
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--site-blue-600);
  box-shadow: none;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
  cursor: pointer;
}

.site-button:hover,
a.button:hover,
#content a.button:hover,
.button:hover,
.btn-download:hover,
.download-link:hover,
.btn-body:hover,
.btn-link:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: var(--site-blue-700);
  box-shadow: none;
  transform: translateY(-1px);
}

.site-button--secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: #fff !important;
}

.site-button--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
textarea {
  max-width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #bdcddd;
  border-radius: 9px;
  background: #fff;
  color: var(--site-ink);
  font-size: 1rem;
  line-height: 1.4;
}

textarea {
  min-height: 120px;
}

fieldset {
  padding: 22px;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-sm);
}

/* Tables and long technical content */
table {
  max-width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px 14px;
  border: 1px solid var(--site-border);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--site-navy-900);
  color: #fff;
}

tbody tr:nth-child(even) {
  background: var(--site-surface-alt);
}

pre {
  overflow-x: auto;
  padding: 18px;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-sm);
  background: var(--site-navy-950);
  color: #e7f4ff;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Homepage */
.home-modern {
  background: #fff;
}

body.home #content-wrapper,
body.page-slug-index #content-wrapper {
  width: 100%;
  padding: 0;
}

body.home .topContent,
body.page-slug-index .topContent {
  padding: 0;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 20px 96px;
  background:
    radial-gradient(circle at 79% 30%, rgba(22, 185, 231, 0.22), transparent 30%),
    linear-gradient(145deg, var(--site-navy-950), var(--site-navy-800));
  color: #fff;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(114, 220, 245, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 220, 245, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, black 48%, black);
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  align-items: center;
  width: min(var(--site-content), 100%);
  margin: 0 auto;
  gap: clamp(46px, 7vw, 96px);
}

.home-eyebrow,
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--site-cyan-300);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-eyebrow::before,
.section-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}

.home-hero h1 {
  max-width: 720px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.7rem, 5.4vw, 5.3rem);
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.home-hero__copy > p:not(.home-eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #c9d8e7;
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
  line-height: 1.7;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.home-product-window {
  position: relative;
  min-height: 420px;
}

.home-product-window__card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: #edf3f9;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.home-product-window__card::before {
  content: "";
  display: block;
  height: 28px;
  background:
    radial-gradient(circle at 16px 14px, #ff6b67 0 4px, transparent 4.5px),
    radial-gradient(circle at 31px 14px, #ffc54d 0 4px, transparent 4.5px),
    radial-gradient(circle at 46px 14px, #43d17b 0 4px, transparent 4.5px),
    #dbe5ef;
}

.home-product-window__card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: left top;
}

.home-product-window__card--primary {
  top: 24px;
  left: 0;
  width: 88%;
  transform: rotate(-1.2deg);
}

.home-product-window__card--secondary {
  right: 0;
  bottom: 6px;
  width: 74%;
  transform: rotate(1.4deg);
}

.home-section {
  padding: 90px 20px;
}

.home-section--tint {
  background: var(--site-surface-alt);
}

.home-section__inner {
  width: min(var(--site-content), 100%);
  margin: 0 auto;
}

.home-section__header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.55fr);
  align-items: end;
  margin-bottom: 46px;
  gap: 60px;
}

.home-section__header h2 {
  margin: 0;
}

.home-section__header p {
  margin: 0;
  color: var(--site-muted);
}

.section-eyebrow {
  color: var(--site-blue-600);
}

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

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-md);
  background: #fff;
  box-shadow: var(--site-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  border-color: #b8d5ec;
  box-shadow: var(--site-shadow-md);
  transform: translateY(-3px);
}

.product-card--wide {
  grid-column: span 1;
}

.product-card__category {
  margin: 0 0 13px;
  color: var(--site-blue-600);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 14px;
}

.product-card p {
  margin: 0 0 22px;
  color: var(--site-muted);
  font-size: 0.97rem;
  line-height: 1.68;
}

.product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 0.93rem;
  font-weight: 720;
  text-decoration: none;
}

.product-card__link::after {
  content: "→";
  transition: transform 160ms ease;
}

.product-card__link:hover::after {
  transform: translateX(3px);
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 74px;
}

.trust-grid h2 {
  margin-top: 0;
}

.trust-grid p {
  color: var(--site-muted);
}

.customer-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-md);
  background: #fff;
  box-shadow: var(--site-shadow-sm);
  list-style: none;
}

.customer-list li {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 16px;
  border-right: 1px solid var(--site-border);
  border-bottom: 1px solid var(--site-border);
  color: #41546a;
  font-size: 0.92rem;
  font-weight: 690;
  text-align: center;
}

.customer-list li:nth-child(3n) { border-right: 0; }
.customer-list li:nth-last-child(-n + 3) { border-bottom: 0; }

.home-cta {
  overflow: hidden;
  border-radius: var(--site-radius-lg);
  padding: clamp(38px, 7vw, 72px);
  background:
    radial-gradient(circle at 85% 20%, rgba(22, 185, 231, 0.26), transparent 32%),
    var(--site-navy-900);
  color: #fff;
}

.home-cta h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
}

.home-cta p {
  max-width: 680px;
  color: #c8d6e5;
}

.home-cta .home-hero__actions {
  margin-top: 26px;
}

/* Standalone content */
.site-standalone {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 90px;
}

.site-standalone h1 {
  margin-top: 0;
}

.site-legacy-shell {
  width: min(var(--site-content), calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0 80px;
}

.site-legacy-shell > table {
  width: 100%;
  border: 0 !important;
}

.site-legacy-shell font {
  font-family: var(--site-font);
}

.site-screenshot-gallery section {
  margin-top: 48px;
  padding: 24px;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-md);
  background: var(--site-surface-alt);
}

.site-screenshot-gallery section h2 {
  margin-top: 0;
}

.site-screenshot-gallery section img {
  display: block;
  margin: 0 auto;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-sm);
  box-shadow: var(--site-shadow-sm);
}

/* Footer */
.site-footer {
  background: var(--site-navy-950);
  color: #c8d6e5;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.6fr);
  width: min(var(--site-content), calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 48px;
  gap: 72px;
}

.site-footer__intro p {
  max-width: 330px;
  margin: 20px 0 0;
  color: #9fb2c5;
  font-size: 0.92rem;
}

.site-brand--footer {
  font-size: 1.15rem;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.site-footer__links > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer__links h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__links a {
  color: #adbed0;
  font-size: 0.88rem;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: var(--site-cyan-300);
}

.site-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__legal p {
  width: min(var(--site-content), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  color: #8197ab;
  font-size: 0.76rem;
  line-height: 1.55;
}

body > footer.bg-black-light,
body > footer#colophon {
  display: none !important;
}

@media (max-width: 1020px) {
  .site-navigation > a,
  .site-products-menu > summary {
    padding-inline: 9px;
    font-size: 0.88rem;
  }

  .home-hero__inner {
    grid-template-columns: 1fr 0.85fr;
  }

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

  .product-card--wide {
    grid-column: span 1;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 860px) {
  .site-header__inner {
    min-height: 68px;
  }

  .site-menu-toggle {
    display: inline-flex;
  }

  .site-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    padding: 14px 20px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--site-navy-950);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
  }

  .js-ready .site-navigation {
    display: none;
  }

  .js-ready .site-header--open .site-navigation {
    display: grid;
  }

  .site-navigation > a,
  .site-products-menu > summary {
    min-height: 46px;
    padding: 11px 10px;
  }

  .site-products-menu__panel {
    position: static;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 5px 0 10px;
    padding: 14px;
    border-color: rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    color: #fff;
  }

  .site-products-menu__panel small {
    color: #a9bed2;
  }

  .site-products-menu__panel a {
    color: #fff;
  }

  .site-products-menu__panel a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--site-cyan-300);
  }

  .site-products-menu__panel .site-products-menu__all {
    border-color: rgba(255, 255, 255, 0.16);
  }

  .home-hero {
    padding-top: 62px;
  }

  .home-hero__inner,
  .home-section__header,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .home-product-window {
    min-height: 360px;
  }

  .home-product-window__card--primary {
    width: 82%;
  }

  .home-product-window__card--secondary {
    width: 70%;
  }

  .home-section__header,
  .trust-grid {
    gap: 26px;
  }

  .site-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px;
  }
}

@media (max-width: 640px) {
  body,
  body.html-ltr,
  html body {
    font-size: 16px;
  }

  .site-header__inner,
  .site-footer__inner,
  .site-footer__legal p,
  .constrain,
  #content-wrapper {
    width: min(100% - 28px, var(--site-content));
  }

  .site-brand {
    font-size: 1.05rem;
  }

  .site-menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  #content-wrapper {
    padding-block: 44px 64px;
  }

  .home-hero {
    padding: 52px 16px 70px;
  }

  .home-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  .home-product-window {
    min-height: 290px;
  }

  .home-product-window__card--primary {
    width: 92%;
  }

  .home-product-window__card--secondary {
    width: 78%;
  }

  .home-product-window__card img {
    max-height: 210px;
  }

  .home-section {
    padding: 66px 16px;
  }

  .product-grid,
  .customer-list {
    grid-template-columns: 1fr;
  }

  .customer-list li,
  .customer-list li:nth-child(3n),
  .customer-list li:nth-last-child(-n + 3) {
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--site-border);
  }

  .customer-list li:last-child {
    border-bottom: 0;
  }

  .site-footer__links {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__inner {
    padding-top: 48px;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@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;
  }
}

/* Second-pass homepage: editorial, product-led technology direction */
.home-modern {
  overflow: clip;
  background: #f4f5f3;
}

.home-shell {
  position: relative;
  z-index: 2;
  width: min(var(--site-content), calc(100% - 48px));
  margin: 0 auto;
}

.tech-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0 0;
  background: #07090a;
  color: #fff;
}

.tech-hero::after {
  content: "";
  position: absolute;
  top: -28vw;
  right: -18vw;
  width: 62vw;
  height: 62vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 220, 255, 0.18), rgba(9, 105, 240, 0.06) 42%, transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

.tech-hero__field {
  position: absolute;
  inset: 0;
  opacity: 0.58;
  pointer-events: none;
  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: 96px 96px;
  mask-image: linear-gradient(90deg, transparent 0%, black 54%, black 100%);
}

.tech-hero__field span {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(147, 234, 255, 0.85);
  background: #07090a;
  box-shadow: 0 0 22px rgba(79, 220, 255, 0.65);
}

.tech-hero__field span:nth-child(1) { top: 13%; right: 9%; }
.tech-hero__field span:nth-child(2) { top: 22%; right: 28%; }
.tech-hero__field span:nth-child(3) { top: 36%; right: 18%; }
.tech-hero__field span:nth-child(4) { top: 44%; right: 42%; }
.tech-hero__field span:nth-child(5) { top: 54%; right: 6%; }
.tech-hero__field span:nth-child(6) { top: 67%; right: 31%; }
.tech-hero__field span:nth-child(7) { top: 74%; right: 14%; }
.tech-hero__field span:nth-child(8) { top: 84%; right: 48%; }
.tech-hero__field span:nth-child(9) { top: 92%; right: 24%; }

.home-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--site-mono);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-kicker span {
  color: var(--site-cyan-300);
}

.home-kicker--dark {
  color: #687276;
}

.home-kicker--dark span {
  color: var(--site-blue-600);
}

.tech-hero h1 {
  max-width: 1220px;
  margin: 0;
  color: #f7f9f8;
  font-size: clamp(3.4rem, 7.5vw, 7.6rem);
  font-weight: 560;
  letter-spacing: -0.072em;
  line-height: 0.9;
}

.tech-hero h1 span {
  display: block;
}

.tech-hero h1 span:nth-child(2) {
  color: #9deaff;
}

.tech-hero__intro {
  display: grid;
  grid-template-columns: minmax(0, 660px) auto;
  align-items: end;
  justify-content: space-between;
  margin-top: clamp(36px, 6vw, 72px);
  gap: 36px;
}

.tech-hero__intro > p {
  margin: 0;
  color: #aeb6b9;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}

.home-actions,
.home-inline-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.site-button--light {
  background: #f7f9f8;
  color: #080a0b !important;
}

.site-button--light:hover {
  background: var(--site-cyan-300);
}

.home-text-link {
  color: #fff;
  font-size: 0.93rem;
  font-weight: 650;
  text-decoration: none;
}

.home-text-link:hover {
  color: var(--site-cyan-300);
}

.home-text-link--dark {
  color: var(--site-ink);
}

.tech-hero__stage {
  position: relative;
  z-index: 2;
  margin: clamp(56px, 8vw, 104px) 0 0;
  border: 1px solid #303638;
  border-bottom: 0;
  background: #151a1c;
  box-shadow: 0 -20px 120px rgba(79, 220, 255, 0.08);
}

.tech-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 14px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-family: var(--site-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  opacity: 0.72;
}

.tech-hero__stage > img {
  display: block;
  width: 100%;
  height: clamp(250px, 29vw, 410px);
  background: #dde5e8;
  object-fit: cover;
  object-position: left top;
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.tech-hero__stage:hover > img {
  transform: scale(1.012);
}

.tech-hero__stage figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  color: #aab4b7;
  font-size: 0.84rem;
}

.tech-hero__stage figcaption a {
  color: #fff;
  font-weight: 650;
  text-decoration: none;
}

.home-statement {
  padding: clamp(96px, 13vw, 190px) 0;
  background: #f4f5f3;
}

.home-statement__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.72fr);
  align-items: start;
  gap: clamp(50px, 10vw, 150px);
}

.home-statement h2 {
  margin: 0;
  color: #0a0d0e;
  font-size: clamp(3.2rem, 6.4vw, 6.8rem);
  font-weight: 560;
  letter-spacing: -0.067em;
  line-height: 0.93;
}

.home-statement__grid > div > p {
  margin: 8px 0 36px;
  color: #30383b;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.home-capabilities {
  margin: 0;
  padding: 0;
  border-top: 1px solid #bfc5c3;
  list-style: none;
}

.home-capabilities li {
  padding: 12px 0;
  border-bottom: 1px solid #d0d4d2;
  color: #4d5659;
  font-family: var(--site-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-showcase {
  padding: 0 0 clamp(90px, 12vw, 170px);
  background: #f4f5f3;
}

.home-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  min-height: 640px;
  border: 1px solid #202729;
}

.home-feature + .home-feature {
  border-top: 0;
}

.home-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 72px);
}

.product-index {
  margin: 0 0 48px;
  color: inherit;
  font-family: var(--site-mono);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  opacity: 0.56;
  text-transform: uppercase;
}

.home-feature h2 {
  margin: auto 0 26px;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.home-feature__copy > p:not(.product-index) {
  max-width: 660px;
  margin: 0 0 34px;
  font-size: 0.98rem;
  line-height: 1.72;
}

.home-feature--dark {
  background: #090c0d;
  color: #bbc3c5;
}

.home-feature--dark h2 {
  color: #fff;
}

.home-feature--dark .home-inline-links a {
  color: #fff;
}

.home-feature--light {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  background: #dff7fb;
  color: #1b2427;
}

.home-feature--light .home-feature__copy {
  order: 2;
}

.home-inline-links a,
.product-tile > a,
.product-tile__copy > a {
  color: inherit;
  font-size: 0.88rem;
  font-weight: 680;
  text-decoration: none;
}

.home-inline-links a:first-child,
.product-tile > a,
.product-tile__copy > a {
  border-bottom: 1px solid currentColor;
}

.home-feature__media {
  align-self: center;
  min-width: 0;
  margin: 0 clamp(28px, 5vw, 64px) 0 0;
  border: 1px solid #394144;
  background: #dfe7e9;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}

.home-feature__media .tech-window-bar {
  background: #14191b;
  color: #fff;
}

.home-feature__media img {
  display: block;
  width: 100%;
  min-height: 270px;
  object-fit: cover;
  object-position: left top;
}

.home-feature__signal {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-left: 1px solid #202729;
}

.home-feature__signal span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #202729;
  color: #091013;
  font-family: var(--site-mono);
  font-size: clamp(1.8rem, 4.6vw, 4.9rem);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.home-feature__signal span:last-child {
  border-bottom: 0;
  background: #4fdcff;
}

.home-catalog {
  padding: clamp(96px, 12vw, 170px) 0;
  background: #080a0b;
  color: #c4cccf;
}

.home-catalog__header {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  align-items: end;
  margin-bottom: clamp(52px, 8vw, 96px);
  gap: 40px;
}

.home-catalog__header .home-kicker {
  margin: 0;
}

.home-catalog__header h2 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 6.5vw, 7rem);
  font-weight: 560;
  letter-spacing: -0.068em;
  line-height: 0.93;
}

.product-tiles {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #33393b;
  background: #33393b;
}

.product-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(30px, 4vw, 54px);
  overflow: hidden;
  background: #101416;
  transition: filter 180ms ease;
}

.product-tile:hover {
  filter: brightness(1.045);
}

.product-tile--full { grid-column: span 12; }
.product-tile--large { grid-column: span 8; }
.product-tile--small { grid-column: span 4; }
.product-tile--half { grid-column: span 6; }

.product-tile h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  color: inherit;
  font-size: clamp(2rem, 3.6vw, 4rem);
  font-weight: 570;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.product-tile p:not(.product-index):not(.product-tile__code) {
  position: relative;
  z-index: 1;
  margin: 0 0 34px;
  font-size: 0.92rem;
  line-height: 1.72;
}

.product-tile > a,
.product-tile__copy > a {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: auto;
}

.product-tile--simulator {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  padding: 0;
  background: #dff7fb;
  color: #11191c;
}

.product-tile--simulator .product-tile__copy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: clamp(34px, 5vw, 66px);
}

.product-tile--simulator figure {
  align-self: stretch;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #c9e8ee;
}

.product-tile--simulator img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: left top;
}

.product-tile--black,
.product-tile--outline {
  background: #101416;
  color: #c2cacc;
}

.product-tile--black h3,
.product-tile--outline h3 {
  color: #fff;
}

.product-tile--cyan {
  background: #4fdcff;
  color: #081013;
}

.product-tile--white {
  background: #f4f5f3;
  color: #14191b;
}

.product-tile__code {
  position: absolute;
  top: 30px;
  right: 18px;
  margin: 0;
  color: currentColor;
  font-family: var(--site-mono);
  font-size: clamp(5rem, 14vw, 13rem);
  font-weight: 800;
  letter-spacing: -0.12em;
  line-height: 0.8;
  opacity: 0.055;
  pointer-events: none;
}

.home-proof {
  padding: 38px 0 42px;
  border-bottom: 1px solid var(--site-border);
  background: #fff;
}

.home-proof__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 24px;
}

.home-proof__heading p {
  margin: 0;
  color: #1b2022;
  font-family: var(--site-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-proof__heading div {
  display: flex;
  gap: 18px;
}

.home-proof__heading a {
  color: #4f585b;
  font-size: 0.78rem;
  text-decoration: none;
}

.customer-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.customer-strip li {
  color: #6c7477;
  font-size: clamp(0.72rem, 1vw, 0.84rem);
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.3;
  white-space: nowrap;
}

.customer-strip li:not(:last-child)::after {
  content: "/";
  margin: 0 12px;
  color: #c2c7c5;
  font-weight: 400;
}

.home-final-cta {
  padding: clamp(100px, 14vw, 200px) 0;
  background: #f4f5f3;
}

.home-final-cta h2 {
  max-width: 1160px;
  margin: 0;
  color: #090c0e;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  font-weight: 560;
  letter-spacing: -0.072em;
  line-height: 0.91;
}

.home-final-cta__bottom {
  display: grid;
  grid-template-columns: minmax(0, 620px) auto;
  align-items: end;
  justify-content: space-between;
  margin-top: clamp(44px, 7vw, 82px);
  gap: 32px;
}

.home-final-cta__bottom > p {
  margin: 0;
  color: #4f595c;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.6;
}

@media (max-width: 1020px) {
  .tech-hero h1 {
    font-size: clamp(3.25rem, 8.4vw, 6.2rem);
  }

  .home-statement__grid,
  .home-catalog__header {
    grid-template-columns: 1fr;
  }

  .home-statement__grid {
    gap: 48px;
  }

  .home-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-feature__media {
    margin: 0 42px 52px;
  }

  .home-feature--light .home-feature__copy {
    order: 0;
  }

  .home-feature__signal {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    min-height: 180px;
    border-top: 1px solid #202729;
    border-left: 0;
  }

  .home-feature__signal span {
    border-right: 1px solid #202729;
    border-bottom: 0;
    font-size: clamp(1.2rem, 4vw, 2.8rem);
  }

  .home-feature__signal span:last-child {
    border-right: 0;
  }

  .product-tile--large,
  .product-tile--small {
    grid-column: span 6;
  }
}

@media (max-width: 860px) {
  .site-navigation > a.site-navigation__current,
  .site-products-menu.site-products-menu--current > summary {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .home-shell {
    width: min(var(--site-content), calc(100% - 30px));
  }

  .tech-hero {
    padding-top: 54px;
  }

  .tech-hero h1 {
    font-size: clamp(2.75rem, 10vw, 4.5rem);
    line-height: 0.94;
  }

  .tech-hero__intro,
  .home-final-cta__bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tech-hero__stage {
    margin-top: 58px;
  }

  .tech-hero__stage > img {
    height: 250px;
  }

  .tech-window-bar span:last-child {
    display: none;
  }

  .tech-hero__stage figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .home-statement h2,
  .home-catalog__header h2,
  .home-final-cta h2 {
    font-size: clamp(2.8rem, 12vw, 4.8rem);
  }

  .home-feature__copy {
    padding: 34px 26px 42px;
  }

  .home-feature__media {
    margin: 0 18px 30px;
  }

  .home-feature__media img {
    min-height: 220px;
  }

  .home-feature__signal {
    grid-template-columns: repeat(2, 1fr);
    min-height: 220px;
  }

  .home-feature__signal span:nth-child(2) {
    border-right: 0;
  }

  .home-feature__signal span:nth-child(-n + 2) {
    border-bottom: 1px solid #202729;
  }

  .product-tile--full,
  .product-tile--large,
  .product-tile--small,
  .product-tile--half {
    grid-column: span 12;
  }

  .product-tile--simulator {
    grid-template-columns: 1fr;
  }

  .product-tile--simulator img {
    min-height: 260px;
  }

  .home-proof__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .customer-strip li:not(:last-child)::after {
    margin-inline: 8px;
  }
}

/* Contact page */
.contact-modern {
  margin: -64px calc(50% - 50vw) -80px;
  overflow: hidden;
  background: #f3f5f4;
  color: var(--site-ink);
}

.contact-shell {
  position: relative;
  width: min(var(--site-content), calc(100% - 48px));
  margin-inline: auto;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  background: #071012;
  color: #fff;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 15%, rgba(79, 220, 255, 0.13), transparent 28%),
    linear-gradient(rgba(114, 220, 245, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 220, 245, 0.04) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 62%);
}

.contact-hero__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  align-items: stretch;
  min-height: 680px;
}

.contact-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 520px;
  padding: clamp(84px, 10vw, 148px) 64px clamp(84px, 10vw, 148px) 0;
}

.contact-eyebrow {
  margin: 0 0 22px;
  color: var(--site-cyan-300);
  font-family: var(--site-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.contact-eyebrow--dark {
  color: var(--site-blue-700);
}

#content .contact-hero h1 {
  max-width: 610px;
  margin: 0;
  color: #f8fbfc;
  font-size: clamp(3.4rem, 6vw, 6.8rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-align: left;
}

.contact-hero__lead {
  max-width: 470px;
  margin: 34px 0 42px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.contact-hero__action {
  display: grid;
  gap: 3px;
  min-width: min(100%, 330px);
  padding: 17px 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: #fff;
  color: #071012;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.contact-hero__action:hover {
  border-color: var(--site-cyan-300);
  background: var(--site-cyan-300);
  color: #071012;
}

.contact-hero__action span {
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hero__action strong {
  font-size: 0.92rem;
  font-weight: 650;
}

.contact-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.36fr);
  gap: 8px;
  min-width: 0;
  margin-right: calc((100vw - min(var(--site-content), calc(100vw - 48px))) / -2);
}

.contact-photo {
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #11191c;
}

.contact-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 16, 18, 0.26), transparent 42%);
}

.contact-photo img,
.contact-office__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-photo--primary img {
  object-position: 49% center;
}

.contact-photo--detail img {
  object-position: 67% center;
}

.contact-directory {
  padding: clamp(92px, 10vw, 148px) 0;
}

.contact-section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.54fr) minmax(280px, 0.78fr) minmax(300px, 0.68fr);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 86px);
  gap: 36px;
}

.contact-section-heading .contact-eyebrow {
  align-self: start;
}

.contact-section-heading h2 {
  margin: 0;
  color: var(--site-navy-950);
  font-size: clamp(2.7rem, 4.8vw, 5.4rem);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.contact-section-heading > p:last-child {
  margin: 0;
  color: var(--site-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cdd4d5;
  border-left: 1px solid #cdd4d5;
}

.contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 270px;
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid #cdd4d5;
  border-bottom: 1px solid #cdd4d5;
  background: rgba(255, 255, 255, 0.72);
  gap: 0 24px;
  transition: background 180ms ease;
}

.contact-card:hover {
  background: #fff;
}

.contact-card__number {
  padding-top: 5px;
  color: var(--site-blue-700);
  font-family: var(--site-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-card h3 {
  margin: 0 0 16px;
  color: var(--site-navy-950);
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.contact-card p {
  max-width: 380px;
  margin: 0;
  color: var(--site-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.contact-card > a {
  grid-column: 2;
  align-self: end;
  justify-self: start;
  margin-top: 32px;
  color: var(--site-blue-700);
  font-size: 0.9rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.contact-office {
  padding: 0 0 clamp(88px, 10vw, 144px);
}

.contact-office__inner {
  display: grid;
  grid-template-columns: minmax(290px, 0.62fr) minmax(0, 1.38fr);
  min-height: 500px;
  background: #081214;
  color: #fff;
}

.contact-office__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 72px);
}

.contact-office h2 {
  margin: 0 0 32px;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.contact-office address {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.8;
}

.contact-office__photo {
  min-height: 500px;
  margin: 0;
  overflow: hidden;
}

.contact-office__photo img {
  object-position: center 48%;
  filter: saturate(1.08) contrast(1.03);
}

@media (max-width: 980px) {
  .contact-hero__inner {
    grid-template-columns: 1fr;
  }

  .contact-hero__copy {
    max-width: 720px;
    padding-right: 0;
  }

  .contact-hero__visual {
    min-height: 460px;
    margin: 0 calc((100vw - min(var(--site-content), calc(100vw - 48px))) / -2);
  }

  .contact-section-heading {
    grid-template-columns: 1fr 1fr;
  }

  .contact-section-heading .contact-eyebrow {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .contact-modern {
    margin-top: -64px;
  }

  .contact-shell {
    width: min(var(--site-content), calc(100% - 30px));
  }

  .contact-hero__copy {
    padding: 72px 0 64px;
  }

  #content .contact-hero h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .contact-hero__visual {
    grid-template-columns: minmax(0, 1fr) minmax(90px, 0.32fr);
    min-height: 360px;
    margin: 0 -15px;
  }

  .contact-section-heading,
  .contact-card-grid,
  .contact-office__inner {
    grid-template-columns: 1fr;
  }

  .contact-section-heading {
    gap: 26px;
  }

  .contact-card {
    min-height: 240px;
  }

  .contact-office__photo {
    min-height: 340px;
  }
}

@media (max-width: 440px) {
  .contact-hero__action {
    min-width: 100%;
  }

  .contact-hero__visual {
    grid-template-columns: 1fr;
  }

  .contact-photo--detail {
    display: none;
  }

  .contact-card {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 28px 22px;
    gap: 0 14px;
  }

  .contact-office__copy {
    padding: 40px 28px;
  }
}

/* Simplified product-gallery homepage */
.home-clean {
  background: #f5f5f3;
  color: #111517;
}

.clean-shell {
  width: min(var(--site-content), calc(100% - 48px));
  margin: 0 auto;
}

.clean-hero {
  position: relative;
  display: grid;
  min-height: clamp(620px, 76vh, 760px);
  overflow: hidden;
  background: #07090a;
  color: #fff;
}

.clean-hero__image,
.clean-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.clean-hero__image {
  right: 0;
  left: auto;
  width: 64%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(1.08) contrast(1.04) brightness(0.98);
}

.clean-hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, #07090a 0%, #07090a 42%, rgba(7, 9, 10, 0.97) 50%, rgba(7, 9, 10, 0.54) 68%, rgba(7, 9, 10, 0.08) 100%);
}

.clean-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: inherit;
  padding: clamp(78px, 10vh, 112px) 0;
}

.clean-eyebrow {
  margin: 0 0 20px;
  color: var(--site-cyan-300);
  font-family: var(--site-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.clean-eyebrow--dark {
  color: var(--site-blue-600);
}

.clean-hero h1,
#content .clean-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.2vw, 5.65rem);
  font-weight: 570;
  letter-spacing: -0.058em;
  line-height: 0.98;
  text-align: left;
  text-shadow: none;
}

.clean-hero__summary {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

.clean-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
  margin-top: 34px;
}

.clean-link {
  color: #171c1e;
  font-size: 0.88rem;
  font-weight: 680;
  text-decoration: none;
}

.clean-link:hover {
  color: var(--site-blue-600);
}

.clean-link--light {
  color: #fff;
}

.clean-link--light:hover {
  color: var(--site-cyan-300);
}

.product-finder {
  padding: clamp(86px, 10vw, 132px) 0 clamp(96px, 11vw, 150px);
  background: #f5f5f3;
}

.product-finder__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  align-items: end;
  margin-bottom: 52px;
  gap: clamp(40px, 8vw, 110px);
}

.product-finder__header h2,
#content .product-finder__header h2 {
  margin: 0;
  color: #0a0d0e;
  font-size: clamp(3rem, 5.8vw, 6rem);
  font-weight: 570;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.product-finder__guide > p {
  margin: 0 0 22px;
  color: #5d6669;
  font-size: 0.96rem;
  line-height: 1.65;
}

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

.gallery-card {
  min-width: 0;
  background: #fff;
  box-shadow: 0 0 0 1px #dfe2e0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-card:hover {
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.gallery-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.gallery-card figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #15191b;
}

.gallery-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
  transition: transform 480ms ease, filter 480ms ease;
}

.gallery-card:hover figure img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.025);
}

.gallery-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.gallery-card__category {
  margin: 0 0 10px;
  color: var(--site-blue-600);
  font-family: var(--site-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-card h3,
#content .gallery-card h3 {
  margin: 0 0 12px;
  color: #0e1214;
  font-size: clamp(1.22rem, 1.6vw, 1.55rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.gallery-card__body > p:not(.gallery-card__category) {
  margin: 0 0 22px;
  color: #60696c;
  font-size: 0.84rem;
  line-height: 1.58;
}

.gallery-card__body > span {
  margin-top: auto;
  color: #151a1c;
  font-size: 0.78rem;
  font-weight: 700;
}

.home-proof--clean {
  padding: 34px 0 38px;
}

.home-proof--clean .home-proof__heading {
  margin-bottom: 20px;
}

.clean-final-cta {
  padding: clamp(84px, 10vw, 136px) 0;
  background: #07090a;
  color: #fff;
}

.clean-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: clamp(50px, 9vw, 130px);
}

.clean-final-cta h2,
#content .clean-final-cta h2 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  font-weight: 570;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.clean-final-cta__inner > div:last-child > p {
  margin: 0;
  color: #9da7aa;
  font-size: 0.94rem;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .product-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .product-finder__header,
  .clean-final-cta__inner {
    grid-template-columns: 1fr;
  }

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

  .clean-hero__image {
    left: 0;
    width: 100%;
  }

  .clean-hero__shade {
    background: linear-gradient(90deg, rgba(7, 9, 10, 0.96) 0%, rgba(7, 9, 10, 0.84) 54%, rgba(7, 9, 10, 0.42) 100%);
  }
}

@media (max-width: 560px) {
  .clean-shell {
    width: calc(100% - 30px);
  }

  .clean-hero {
    min-height: 660px;
  }

  .clean-hero__shade {
    background:
      linear-gradient(to top, rgba(3, 6, 8, 0.97) 0%, rgba(3, 6, 8, 0.76) 54%, rgba(3, 6, 8, 0.28) 100%),
      linear-gradient(90deg, rgba(3, 6, 8, 0.74), rgba(3, 6, 8, 0.18));
  }

  .clean-hero h1,
  #content .clean-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .product-finder__header h2,
  #content .product-finder__header h2 {
    font-size: 3rem;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-card figure {
    aspect-ratio: 16 / 10;
  }

  .clean-final-cta h2,
  #content .clean-final-cta h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 480px) {
  .tech-hero h1 {
    font-size: clamp(2.3rem, 10.1vw, 2.65rem);
  }

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

  .home-feature__signal span {
    font-size: 1.2rem;
  }
}

/* Homepage photography treatments */
.home-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #111719;
}

.home-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.home-photo:hover img {
  transform: scale(1.018);
}

.home-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 80px 28px 26px;
  background: linear-gradient(to top, rgba(3, 7, 9, 0.86), rgba(3, 7, 9, 0));
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  line-height: 1.5;
}

.tech-hero__stage.home-photo--hero {
  aspect-ratio: 24 / 11;
  min-height: 430px;
  max-height: 620px;
  border: 0;
  background: #101416;
  box-shadow: 0 -20px 120px rgba(79, 220, 255, 0.08);
}

.tech-hero__stage.home-photo--hero > img {
  height: 100%;
  object-position: center 48%;
}

.tech-hero__stage.home-photo--hero figcaption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 110px 30px 28px;
  color: rgba(255, 255, 255, 0.8);
}

.tech-hero__stage.home-photo--hero figcaption a {
  color: #fff;
}

.home-feature__media.home-photo--feature {
  align-self: stretch;
  margin: 0;
  border: 0;
  background: #111719;
  box-shadow: none;
}

.home-feature__media.home-photo--feature img {
  height: 100%;
  min-height: 640px;
  object-position: center;
}

.home-feature__media.home-photo--feature figcaption {
  padding: 100px clamp(24px, 4vw, 52px) clamp(24px, 4vw, 44px);
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
}

.product-tile--simulator .home-photo--tile {
  align-self: stretch;
  min-width: 0;
}

.product-tile--simulator .home-photo--tile img {
  min-height: 440px;
  object-position: center;
}

.product-tile--simulator .home-photo--tile figcaption {
  padding: 100px clamp(22px, 3vw, 40px) clamp(22px, 3vw, 36px);
  font-size: 0.9rem;
}

@media (max-width: 1020px) {
  .home-feature__media.home-photo--feature {
    min-height: 480px;
  }

  .home-feature__media.home-photo--feature img {
    min-height: 480px;
  }
}

@media (max-width: 760px) {
  .tech-hero__stage.home-photo--hero {
    aspect-ratio: 4 / 3;
    min-height: 360px;
  }

  .tech-hero__stage.home-photo--hero figcaption {
    align-items: flex-start;
    padding: 100px 20px 20px;
  }

  .home-feature__media.home-photo--feature,
  .home-feature__media.home-photo--feature img {
    min-height: 360px;
  }

  .product-tile--simulator .home-photo--tile img {
    min-height: 320px;
  }
}

/* Product-specific resource navigation */
.product-resource-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: min(760px, calc(100% - 24px));
  margin: 34px auto 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(12px);
}

header#masthead .product-resource-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

header#masthead .product-resource-nav a:hover {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

.product-resource-nav a span {
  margin-left: 5px;
  color: var(--site-cyan-300);
  font-size: 0.88em;
}

.table1 tfoot th.mib-price-label {
  color: #fff;
}

@media (max-width: 640px) {
  .product-resource-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 430px;
    padding: 6px;
    border-radius: 12px;
  }

  header#masthead .product-resource-nav a {
    min-width: 0;
    padding-inline: 10px;
    border-radius: 8px;
  }

  header#masthead .product-resource-nav a:last-child {
    grid-column: 1 / -1;
  }

  header#masthead .product-resource-nav--four a:last-child {
    grid-column: auto;
  }
}

/* Java and Rust SNMP API product page */
.snmp-api-page {
  overflow-x: clip;
}

.snmp-api-page > section:not(.snmp-api-shared) {
  box-sizing: border-box;
}

.snmp-api-hero__eyebrow {
  margin: 24px 0 10px;
  color: var(--site-cyan-300);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.snmp-api-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
}

.snmp-api-hero__actions .download-button {
  min-width: 190px;
}

header#masthead .snmp-api-button--secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

header#masthead .snmp-api-button--secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.snmp-api-editions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(1160px, calc(100% - clamp(48px, 7vw, 96px)));
  margin: 0 auto clamp(70px, 9vw, 118px);
  gap: 28px;
}

.snmp-api-edition {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-lg);
  background: #fff;
  box-shadow: var(--site-shadow-sm);
}

.snmp-api-edition--rust {
  border-color: rgba(9, 105, 240, 0.34);
  background: linear-gradient(155deg, #fff 48%, #f1f7ff 100%);
}

.snmp-api-edition__label {
  margin: 0 0 10px;
  color: var(--site-blue-700);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.snmp-api-edition h3 {
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.snmp-api-edition ul {
  margin: 8px 0 28px;
  padding-left: 1.25rem;
}

.snmp-api-edition li + li {
  margin-top: 9px;
}

.snmp-api-edition__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: auto;
  padding-top: 4px;
  font-weight: 680;
}

.snmp-api-shared {
  padding: clamp(60px, 8vw, 100px) 24px;
  background: var(--site-surface-alt);
}

.snmp-api-shared__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.snmp-api-shared__inner > h2 {
  margin: 0 0 36px;
}

.snmp-api-shared__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.snmp-api-shared__grid > div {
  min-width: 0;
  padding-top: 22px;
  border-top: 2px solid var(--site-blue-600);
}

.snmp-api-shared__grid h3 {
  margin: 0 0 12px;
}

.snmp-api-shared__grid p {
  margin: 0;
  color: var(--site-muted);
}

@media (max-width: 820px) {
  .snmp-api-editions,
  .snmp-api-shared__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .snmp-api-hero__actions,
  .snmp-api-hero__actions .download-button,
  .snmp-api-hero__actions .download-link {
    width: 100%;
  }

  .snmp-api-editions {
    width: min(100% - 32px, 1160px);
  }
}

/* Legacy license-request page */
.license-page-shell {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding-inline: clamp(28px, 5vw, 72px);
}

@media (max-width: 640px) {
  .license-page-shell {
    padding-inline: 18px;
  }
}

/* Purchase catalog */
.purchase-hero {
  max-width: 760px;
  margin-inline: auto;
}

.purchase-hero__eyebrow {
  margin: 28px 0 0;
  color: var(--site-cyan-300);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.purchase-hero h1 {
  margin-block: 12px 8px;
  color: #fff;
  font-size: clamp(2.9rem, 7vw, 5rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
}

.purchase-hero__intro {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.6;
}

.purchase-catalog {
  padding: clamp(42px, 6vw, 76px) 0 clamp(72px, 8vw, 110px);
  background: #f3f7fa;
}

.purchase-catalog__inner {
  display: block;
  width: min(100%, 1320px);
  max-width: none;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.purchase-list {
  gap: 12px;
  padding: 0;
}

.purchase-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 112px;
  padding: 22px 24px 22px 28px;
  border: 1px solid #dce6ed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(7, 27, 43, 0.045);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.purchase-item:hover {
  border-color: #bfd4e2;
  box-shadow: 0 11px 28px rgba(7, 27, 43, 0.08);
  transform: translateY(-1px);
}

.purchase-item__details {
  min-width: 0;
}

.purchase-item__title {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 12px;
  align-items: center;
  margin: 0;
  color: #102736;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  font-weight: 690;
  letter-spacing: -0.018em;
  line-height: 1.45;
  text-transform: none;
}

.purchase-product-name {
  min-width: min(100%, 360px);
}

.purchase-price-separator {
  display: none;
}

.purchase-price {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 32px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #eaf4fb;
  color: #075c96;
  font-size: 0.84em;
  font-weight: 760;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.purchase-item__note {
  margin: 7px 0 0;
  color: #61727e;
  font-size: 0.9rem;
  line-height: 1.5;
}

.purchase-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.purchase-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.purchase-button:hover {
  transform: translateY(-1px);
}

.purchase-button--primary {
  min-width: 136px;
  background: #0867c9;
  color: #fff;
  box-shadow: 0 7px 16px rgba(8, 103, 201, 0.16);
}

.purchase-button--primary:hover {
  background: #0759ad;
  color: #fff;
}

.purchase-button--secondary {
  min-width: 184px;
  border-color: #b8cfdf;
  background: #fff;
  color: #164761;
}

.purchase-button--secondary:hover {
  border-color: #74a7c9;
  background: #f1f7fb;
  color: #0d3d57;
}

.purchase-actions__or {
  color: #87949d;
  font-size: 0.78rem;
  font-weight: 650;
  text-transform: uppercase;
}

.purchase-notes {
  margin-top: clamp(54px, 7vw, 84px);
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid #dce6ed;
  border-radius: 18px;
  background: #fff;
}

.purchase-notes > aside {
  margin: 0;
}

@media (max-width: 980px) {
  .purchase-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .purchase-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .purchase-hero {
    margin-bottom: 32px;
  }

  .purchase-catalog__inner {
    padding-inline: 14px;
  }

  .purchase-item {
    min-height: 0;
    padding: 20px;
    border-radius: 13px;
  }

  .purchase-item__title {
    display: block;
  }

  .purchase-price {
    width: fit-content;
    margin-top: 10px;
  }

  .purchase-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .purchase-button {
    width: 100%;
  }

  .purchase-actions__or {
    text-align: center;
  }

  .purchase-notes {
    padding: 22px 18px;
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .purchase-item,
  .purchase-button {
    transition: none;
  }
}

/* Download catalog */
.download-hero {
  max-width: 820px;
  margin-inline: auto;
}

.download-hero__eyebrow {
  margin: 28px 0 0;
  color: var(--site-cyan-300);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.download-hero h1 {
  margin-block: 12px 14px;
  color: #fff;
  font-size: clamp(2.9rem, 7vw, 5rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
}

.download-intro {
  width: min(100%, 1060px);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 68px) clamp(24px, 5vw, 56px);
}

.download-intro > aside {
  margin: 0;
  color: #4d606d;
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  letter-spacing: 0;
  line-height: 1.75;
}

.download-intro p {
  display: none;
}

.download-catalog {
  padding: clamp(42px, 6vw, 72px) 0 clamp(72px, 8vw, 110px);
  background: #f3f7fa;
}

.download-catalog__inner {
  display: block;
  width: min(100%, 1320px);
  max-width: none;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.download-list {
  padding: 0;
}

.download-list > h4 {
  position: relative;
  margin: 48px 0 14px;
  padding: 0 0 0 17px;
  color: #102736;
  font-size: clamp(1.2rem, 2vw, 1.52rem);
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.download-list > h4:first-child {
  margin-top: 0;
}

.download-list > h4::before {
  position: absolute;
  top: 0.15em;
  bottom: 0.15em;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: #1684c6;
  content: "";
}

.download-list > h4 a {
  color: inherit;
  text-decoration: none;
}

.download-list > h4 a:hover {
  color: #0867a8;
}

.download-list > aside {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 26px;
  align-items: center;
  min-height: 104px;
  margin-bottom: 10px;
  padding: 20px 22px 20px 26px;
  border: 1px solid #dce6ed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(7, 27, 43, 0.045);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.download-list > aside:hover {
  z-index: 10;
  border-color: #bfd4e2;
  box-shadow: 0 11px 28px rgba(7, 27, 43, 0.08);
  transform: translateY(-1px);
}

.download-list > aside:focus-within {
  z-index: 10;
}

.download-list > aside > h4 {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #102736;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  font-weight: 690;
  letter-spacing: -0.018em;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
}

.download-list > aside > h4 small {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #edf4f8;
  color: #526b7a;
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.download-list > aside > h4 small:empty {
  display: none;
}

.download-list > aside > aside {
  padding: 0;
}

.download-list > aside > aside > aside {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
}

.download-page .btn-download-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #a9c8dc;
  border-radius: 999px;
  background: #fff;
  color: #164761;
  box-shadow: none;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.download-page .btn-download-inline:hover,
.download-page .btn-download-inline:focus-visible {
  border-color: #6da6c8;
  background: #edf6fb;
  color: #0d3d57;
  transform: translateY(-1px);
}

.download-list > aside > aside > aside > .btn-download-inline:only-child {
  min-width: 144px;
  border-color: #0867c9;
  background: #0867c9;
  color: #fff;
  box-shadow: 0 7px 16px rgba(8, 103, 201, 0.16);
}

.download-list > aside > aside > aside > .btn-download-inline:only-child:hover,
.download-list > aside > aside > aside > .btn-download-inline:only-child:focus-visible {
  border-color: #0759ad;
  background: #0759ad;
  color: #fff;
}

.download-page .btn-download-inline span {
  display: inline-flex;
  width: 14px;
  margin-right: 7px;
}

.download-page .btn-download-inline svg {
  display: block;
  width: 14px;
  height: 14px;
}

.download-page .dropdown {
  position: relative;
  display: inline-flex;
}

.download-page .dropdown-content {
  top: calc(100% + 8px);
  left: 50%;
  z-index: 20;
  min-width: 220px;
  padding: 7px;
  border: 1px solid #d7e3eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 27, 43, 0.16);
  transform: translateX(-50%);
}

.download-page .dropdown-content a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #183e54;
  font-size: 0.84rem;
  font-weight: 650;
}

.download-page .dropdown-content a:hover,
.download-page .dropdown-content a:focus-visible {
  background: #edf6fb;
  color: #075c96;
}

.download-page .dropdown:focus-within .dropdown-content {
  display: block;
}

@media (max-width: 980px) {
  .download-list > aside {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .download-list > aside > aside > aside {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .download-hero {
    margin-bottom: 32px;
  }

  .download-intro {
    padding: 34px 20px 40px;
  }

  .download-catalog__inner {
    padding-inline: 14px;
  }

  .download-list > h4 {
    margin-top: 38px;
    padding-left: 14px;
  }

  .download-list > aside {
    min-height: 0;
    padding: 20px;
    border-radius: 13px;
  }

  .download-list > aside > aside > aside {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .download-page .btn-download-inline,
  .download-page .dropdown {
    width: 100%;
  }

  .download-page .dropdown-content {
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .download-list > aside,
  .download-page .btn-download-inline {
    transition: none;
  }
}

/* MIB Browser edition comparison */
.mib-comparison-section {
  width: 100%;
  padding-inline: clamp(20px, 4vw, 56px);
}

.mib-comparison-content {
  width: min(100%, 1220px);
  margin-inline: auto;
  letter-spacing: 0;
}

.mib-comparison-intro {
  width: min(100%, 980px);
  margin: 0 auto clamp(34px, 5vw, 54px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #dce6ed;
  border-radius: 16px;
  background: #f5f9fb;
  color: #445965;
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.75;
}

.mib-comparison-table-wrap {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d7e3eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(7, 27, 43, 0.08);
}

.mib-comparison-table.table1 {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.45;
}

.comparison-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mib-comparison-table.table1 thead th {
  padding: 20px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 0;
  border-radius: 0;
  background: #102736;
  color: #fff;
  font-size: clamp(0.84rem, 1.2vw, 0.98rem);
  font-weight: 720;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-align: center;
  text-shadow: none;
}

.mib-comparison-table.table1 thead th:first-child {
  width: 40%;
  background: #0b202d;
}

.mib-comparison-table.table1 thead th:last-child {
  border-right: 0;
}

.mib-comparison-table.table1 tbody tr {
  background: #fff;
}

.mib-comparison-table.table1 tbody tr:nth-child(even) {
  background: #f6f9fb;
}

.mib-comparison-table.table1 tbody td {
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid #e4ebf0;
  border-bottom: 1px solid #e4ebf0;
  border-radius: 0;
  color: #435762;
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1.45;
  text-align: center;
  text-shadow: none;
}

.mib-comparison-table.table1 tbody th {
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid #e4ebf0;
  border-bottom: 1px solid #e4ebf0;
  border-radius: 0;
  background: transparent;
  color: #18394c;
  font-size: 0.9rem;
  font-weight: 660;
  line-height: 1.45;
  text-align: left;
  text-shadow: none;
}

.mib-comparison-table.table1 tbody td:last-child {
  border-right: 0;
}

.mib-comparison-table.table1 .check,
.mib-comparison-table.table1 .not-included {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 999px;
}

.mib-comparison-table.table1 .check {
  background: #e3f2fa;
  color: #086ba5;
}

.mib-comparison-table.table1 .check::before {
  content: "✓";
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
}

.mib-comparison-table.table1 .not-included {
  color: #a8b3ba;
  font-weight: 650;
}

.mib-comparison-table.table1 tfoot th,
.mib-comparison-table.table1 tfoot td {
  padding: 18px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  background: #0c202d;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.4;
  text-align: center;
  text-shadow: none;
}

.mib-comparison-table.table1 tfoot th {
  color: #fff;
  text-align: left;
}

.mib-comparison-table.table1 tfoot td:last-child {
  border-right: 0;
}

.mib-comparison-table.table1 tfoot p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (max-width: 760px) {
  .mib-comparison-section {
    padding-inline: 14px;
  }

  .mib-comparison-content {
    margin: 0;
  }

  .mib-comparison-intro {
    margin-bottom: 28px;
    padding: 22px 20px;
    border-radius: 13px;
  }

  .mib-comparison-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mib-comparison-table.table1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent;
  }

  .mib-comparison-table.table1 thead {
    display: none;
  }

  .mib-comparison-table.table1 tbody {
    display: grid;
    order: 2;
    gap: 12px;
  }

  .mib-comparison-table.table1 tbody tr {
    display: grid;
    overflow: hidden;
    border: 1px solid #d8e4eb;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(7, 27, 43, 0.045);
  }

  .mib-comparison-table.table1 tbody tr:nth-child(even) {
    background: #fff;
  }

  .mib-comparison-table.table1 tbody td {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 46px;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid #e8eef2;
    font-size: 0.84rem;
    text-align: right;
  }

  .mib-comparison-table.table1 tbody th {
    display: block;
    padding: 14px;
    border: 0;
    border-bottom: 1px solid #e8eef2;
    border-radius: 0;
    background: #edf5f9;
    color: #102f41;
    font-size: 0.92rem;
    font-weight: 660;
    line-height: 1.45;
    text-align: left;
    text-shadow: none;
  }

  .mib-comparison-table.table1 tbody td:last-child {
    border-bottom: 0;
  }

  .mib-comparison-table.table1 tbody td:nth-child(2)::before {
    content: "Personal Edition";
  }

  .mib-comparison-table.table1 tbody td:nth-child(3)::before {
    content: "Professional Edition";
  }

  .mib-comparison-table.table1 tbody td:nth-child(4)::before {
    content: "Enterprise Edition";
  }

  .mib-comparison-table.table1 tbody td::before,
  .mib-comparison-table.table1 tfoot td::before {
    color: #526874;
    font-weight: 650;
    text-align: left;
  }

  .mib-comparison-table.table1 tfoot {
    display: block;
    order: 3;
  }

  .mib-comparison-table.table1 tfoot tr {
    display: grid;
    overflow: hidden;
    border-radius: 13px;
    background: #0c202d;
    box-shadow: 0 10px 28px rgba(7, 27, 43, 0.12);
  }

  .mib-comparison-table.table1 tfoot th,
  .mib-comparison-table.table1 tfoot td {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 50px;
    padding: 11px 14px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.86rem;
    text-align: right;
  }

  .mib-comparison-table.table1 tfoot th {
    display: block;
    padding: 15px 14px;
    color: #fff;
    font-size: 0.94rem;
    text-align: left;
  }

  .mib-comparison-table.table1 tfoot td::before {
    color: rgba(255, 255, 255, 0.7);
  }

  .mib-comparison-table.table1 tfoot td:nth-child(2)::before {
    content: "Personal Edition";
  }

  .mib-comparison-table.table1 tfoot td:nth-child(3)::before {
    content: "Professional Edition";
  }

  .mib-comparison-table.table1 tfoot td:nth-child(4)::before {
    content: "Enterprise Edition";
  }

  .mib-comparison-table.table1 tfoot td:last-child {
    border-bottom: 0;
  }
}

/* About page */
.about-modern {
  margin: -64px calc(50% - 50vw) -80px;
  overflow: hidden;
  background: #f3f6f7;
  color: var(--site-ink);
}

.about-shell {
  position: relative;
  width: min(var(--site-content), calc(100% - 48px));
  margin-inline: auto;
}

.about-eyebrow {
  margin: 0 0 22px;
  color: var(--site-cyan-300);
  font-family: var(--site-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-eyebrow--dark {
  color: var(--site-blue-700);
}

.about-hero {
  position: relative;
  overflow: hidden;
  background: #071012;
  color: #fff;
}

.about-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 16, 18, 0.96) 0%, rgba(7, 16, 18, 0.86) 38%, rgba(7, 16, 18, 0.08) 70%);
  content: "";
}

.about-hero__inner {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  min-height: 690px;
}

.about-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 650px;
  padding: clamp(90px, 11vw, 156px) 48px clamp(90px, 11vw, 156px) 0;
}

#content .about-hero h1 {
  margin: 0;
  color: #f8fbfc;
  font-size: clamp(3.4rem, 6.2vw, 7rem);
  font-weight: 560;
  letter-spacing: -0.068em;
  line-height: 0.92;
  text-align: left;
}

.about-hero__lead {
  max-width: 560px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  line-height: 1.66;
}

.about-hero__photo {
  position: relative;
  min-width: 0;
  min-height: 690px;
  margin: 0 calc((100vw - min(var(--site-content), calc(100vw - 48px))) / -2) 0 -120px;
  overflow: hidden;
  background: #10191d;
}

.about-hero__photo img,
.about-story__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__photo img {
  object-position: 62% center;
  filter: saturate(0.96) contrast(1.03);
}

.about-facts {
  border-bottom: 1px solid #d4dde1;
  background: #fff;
}

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

.about-fact {
  display: grid;
  gap: 9px;
  min-height: 180px;
  align-content: center;
  padding: 38px clamp(24px, 4vw, 48px);
  border-right: 1px solid #d4dde1;
}

.about-fact:first-child {
  border-left: 1px solid #d4dde1;
}

.about-fact strong {
  color: #102736;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.about-fact span {
  max-width: 290px;
  color: #667782;
  font-size: 0.88rem;
  line-height: 1.6;
}

.about-story {
  padding: clamp(88px, 11vw, 152px) 0;
}

.about-story__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(52px, 8vw, 116px);
  align-items: center;
}

.about-story__copy {
  max-width: 570px;
}

#content .about-story h2,
#content .about-portfolio h2,
#content .about-proof h2 {
  margin: 0;
  color: #0d2736;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  font-weight: 560;
  letter-spacing: -0.062em;
  line-height: 0.96;
}

.about-story__copy > p:not(.about-eyebrow) {
  margin: 30px 0 0;
  color: #526672;
  font-size: 1rem;
  line-height: 1.8;
}

.about-story__photo {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #d9e1e5;
  box-shadow: 0 22px 60px rgba(7, 27, 43, 0.12);
}

.about-story__photo img {
  object-position: center;
}

.about-principles {
  padding: clamp(90px, 11vw, 150px) 0;
  background: #081417;
  color: #fff;
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(190px, 0.45fr) minmax(300px, 0.9fr) minmax(280px, 0.65fr);
  gap: 42px;
  align-items: end;
  margin-bottom: clamp(56px, 8vw, 92px);
}

.about-section-heading .about-eyebrow {
  align-self: start;
}

#content .about-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 560;
  letter-spacing: -0.062em;
  line-height: 0.95;
}

.about-section-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  line-height: 1.75;
}

.about-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.about-principle {
  min-height: 330px;
  padding: clamp(30px, 4vw, 50px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.about-principle > span {
  color: var(--site-cyan-300);
  font-family: var(--site-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.about-principle h3 {
  margin: 80px 0 22px;
  color: #fff;
  font-size: clamp(1.6rem, 2.5vw, 2.45rem);
  font-weight: 590;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.about-principle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
  line-height: 1.72;
}

.about-portfolio {
  padding: clamp(88px, 11vw, 150px) 0;
  background: #fff;
}

.about-portfolio__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(52px, 9vw, 130px);
}

.about-portfolio__list {
  border-top: 1px solid #cdd8de;
}

.about-portfolio__list article {
  display: grid;
  grid-template-columns: minmax(160px, 0.52fr) minmax(0, 1fr);
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid #cdd8de;
}

.about-portfolio__list h3 {
  margin: 0;
  color: #16384b;
  font-size: 1.12rem;
  font-weight: 670;
  letter-spacing: -0.025em;
}

.about-portfolio__list p {
  margin: 0;
  color: #61737e;
  font-size: 0.92rem;
  line-height: 1.7;
}

.about-proof {
  padding: clamp(78px, 9vw, 118px) 0;
  background: #0c2432;
  color: #fff;
}

.about-proof__inner {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 60px;
  align-items: end;
}

#content .about-proof h2 {
  max-width: 760px;
  color: #fff;
}

.about-proof__links {
  display: grid;
  gap: 10px;
  min-width: 260px;
}

.about-proof__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 680;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.about-proof__links a:hover {
  border-color: #fff;
  background: #fff;
  color: #0c2432;
}

@media (max-width: 980px) {
  .about-hero__inner,
  .about-story__inner,
  .about-portfolio__inner {
    grid-template-columns: 1fr;
  }

  .about-hero__copy {
    max-width: 760px;
    padding-right: 0;
  }

  .about-hero__photo {
    min-height: 480px;
    margin: 0 calc((100vw - min(var(--site-content), calc(100vw - 48px))) / -2);
  }

  .about-hero::before {
    background: linear-gradient(180deg, rgba(7, 16, 18, 0.98) 0%, rgba(7, 16, 18, 0.88) 44%, rgba(7, 16, 18, 0.08) 72%);
  }

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

  .about-section-heading .about-eyebrow {
    grid-column: 1 / -1;
  }

  .about-story__photo {
    min-height: 520px;
  }

  .about-proof__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .about-modern {
    margin-top: -64px;
  }

  .about-shell {
    width: min(var(--site-content), calc(100% - 30px));
  }

  .about-hero__inner {
    min-height: auto;
  }

  .about-hero__copy {
    padding: 76px 0 66px;
  }

  #content .about-hero h1 {
    font-size: clamp(3.15rem, 15vw, 5rem);
  }

  .about-hero__photo {
    min-height: 340px;
    margin-inline: -15px;
  }

  .about-facts__grid,
  .about-section-heading,
  .about-principles__grid,
  .about-proof__inner {
    grid-template-columns: 1fr;
  }

  .about-fact {
    min-height: 145px;
    border-left: 1px solid #d4dde1;
    border-bottom: 1px solid #d4dde1;
  }

  .about-story__photo {
    min-height: 390px;
  }

  .about-section-heading {
    gap: 28px;
  }

  .about-principle {
    min-height: 280px;
  }

  .about-principle h3 {
    margin-top: 54px;
  }

  .about-portfolio__list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-proof__links {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-proof__links a {
    transition: none;
  }
}

/* SysUpTime edition comparison */
.sys-comparison-section {
  width: 100%;
  padding: 10px clamp(20px, 4vw, 56px) clamp(72px, 9vw, 118px);
}

.sys-comparison-table-wrap {
  width: min(100%, 1120px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #d7e3eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(7, 27, 43, 0.08);
}

.sys-comparison-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  color: #435762;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.45;
}

.sys-comparison-table tr:first-child td {
  padding: 20px 16px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.11) !important;
  background: #102736 !important;
  color: #fff !important;
  font-size: clamp(0.84rem, 1.2vw, 0.98rem) !important;
  font-weight: 720 !important;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-align: center;
}

.sys-comparison-table tr:first-child td:first-child {
  width: 44%;
  background: #0b202d !important;
  text-align: left;
}

.sys-comparison-table tr:first-child td:last-child {
  border-right: 0 !important;
}

.sys-comparison-table tr:not(:first-child) {
  background: #fff;
}

.sys-comparison-table tr:nth-child(odd):not(:first-child) {
  background: #f6f9fb;
}

.sys-comparison-table tr:not(:first-child) td {
  height: auto !important;
  padding: 15px 16px !important;
  border: 0 !important;
  border-right: 1px solid #e4ebf0 !important;
  border-bottom: 1px solid #e4ebf0 !important;
  background: transparent !important;
  color: #435762 !important;
  font-size: 0.9rem !important;
  font-weight: 560;
  line-height: 1.45;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.sys-comparison-table tr:not(:first-child) td:first-child {
  color: #18394c !important;
  font-weight: 660;
  text-align: left;
}

.sys-comparison-table tr:not(:first-child) td:last-child {
  border-right: 0 !important;
}

.sys-comparison-table tr:last-child td {
  border-bottom: 0 !important;
}

.sys-comparison-table p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.sys-comparison-table .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  background: #e3f2fa;
  color: #086ba5;
}

.sys-comparison-table .check::before {
  content: "✓";
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
}

.sys-comparison-table td p:empty::before {
  color: #a8b3ba;
  content: "—";
  font-weight: 650;
}

@media (max-width: 760px) {
  .sys-comparison-section {
    padding: 4px 14px 72px;
  }

  .sys-comparison-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .sys-comparison-table {
    display: block;
    background: transparent;
  }

  .sys-comparison-table tbody {
    display: grid;
    gap: 12px;
  }

  .sys-comparison-table tr:first-child {
    display: none;
  }

  .sys-comparison-table tr:not(:first-child) {
    display: grid;
    overflow: hidden;
    border: 1px solid #d8e4eb;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(7, 27, 43, 0.045);
  }

  .sys-comparison-table tr:nth-child(odd):not(:first-child) {
    background: #fff;
  }

  .sys-comparison-table tr:not(:first-child) td {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 46px;
    padding: 10px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #e8eef2 !important;
    font-size: 0.84rem !important;
    text-align: right;
  }

  .sys-comparison-table tr:not(:first-child) td:first-child {
    display: block;
    padding: 14px !important;
    background: #edf5f9 !important;
    color: #102f41 !important;
    font-size: 0.92rem !important;
    text-align: left;
  }

  .sys-comparison-table tr:not(:first-child) td:last-child {
    border-bottom: 0 !important;
  }

  .sys-comparison-table tr:not(:first-child) td:nth-child(2)::before {
    color: #526874;
    content: "Personal Edition";
    font-weight: 650;
    text-align: left;
  }

  .sys-comparison-table tr:not(:first-child) td:nth-child(3)::before {
    color: #526874;
    content: "Professional Edition";
    font-weight: 650;
    text-align: left;
  }
}

/* Java and Rust SNMP Agent Builder product page */
.snmp-agent-page {
  overflow-x: clip;
}

.snmp-agent-free {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  box-sizing: border-box;
  margin: 0 auto clamp(76px, 10vw, 118px);
  padding: clamp(24px, 4vw, 36px);
  gap: clamp(24px, 5vw, 58px);
  border: 1px solid var(--site-border);
  border-left: 4px solid var(--site-blue-600);
  border-radius: var(--site-radius-md);
  background: var(--site-surface-alt);
}

.snmp-agent-free h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.snmp-agent-free p:not(.snmp-agent-edition__label) {
  max-width: 850px;
  margin: 0;
  color: var(--site-muted);
  line-height: 1.65;
}

.snmp-agent-free__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 850px;
  margin: 24px 0 0;
  padding: 20px 0 0;
  gap: 18px;
  border-top: 1px solid var(--site-border);
  list-style: none;
}

.snmp-agent-free__details li {
  color: var(--site-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.snmp-agent-free__details strong {
  display: block;
  margin-bottom: 5px;
  color: var(--site-ink);
  font-size: 0.92rem;
}

.snmp-agent-free .snmp-agent-outline-button {
  min-width: 190px;
  white-space: nowrap;
}

.snmp-agent-hero__eyebrow {
  margin: 24px 0 10px;
  color: var(--site-cyan-300);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.snmp-agent-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
}

.snmp-agent-hero__actions .download-button {
  min-width: 220px;
}

header#masthead .snmp-agent-button--secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

header#masthead .snmp-agent-button--secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.snmp-agent-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1160px, calc(100% - 48px));
  margin: clamp(64px, 8vw, 100px) auto 44px;
}

.snmp-agent-section-heading .header-section {
  margin: 0;
  padding: 0 18px;
  text-align: center;
}

.snmp-agent-editions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(1160px, calc(100% - clamp(48px, 7vw, 96px)));
  margin: 0 auto clamp(72px, 9vw, 118px);
  gap: 28px;
}

.snmp-agent-edition {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-lg);
  background: #fff;
  box-shadow: var(--site-shadow-sm);
}

.snmp-agent-edition--rust {
  border-color: rgba(9, 105, 240, 0.36);
  background: linear-gradient(155deg, #fff 44%, #eef6ff 100%);
  box-shadow: 0 22px 55px rgba(9, 78, 162, 0.12);
}

.snmp-agent-edition__label {
  margin: 0 0 10px;
  color: var(--site-blue-700);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.snmp-agent-edition h2 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.snmp-agent-edition > p:not(.snmp-agent-edition__label):not(.snmp-agent-license-note) {
  color: var(--site-muted);
}

.snmp-agent-edition ul {
  margin: 10px 0 28px;
  padding-left: 1.25rem;
}

.snmp-agent-edition li + li {
  margin-top: 9px;
}

.snmp-agent-edition__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: auto;
  padding-top: 8px;
  font-weight: 680;
}

.snmp-agent-license-note {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--site-blue-600);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.72);
  color: #173b59;
  font-size: 0.94rem;
  font-weight: 620;
}

.snmp-agent-rust {
  padding: clamp(68px, 9vw, 112px) 24px;
  background:
    radial-gradient(circle at 90% 8%, rgba(41, 139, 255, 0.12), transparent 28%),
    var(--site-surface-alt);
}

.snmp-agent-rust__inner,
.snmp-agent-java {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.snmp-agent-rust__inner > h2,
.snmp-agent-java__intro > h2,
.snmp-agent-reference h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.1;
}

.snmp-agent-rust__lead,
.snmp-agent-java__intro > p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--site-muted);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.snmp-agent-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  gap: 24px;
}

.snmp-agent-highlight-grid article {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--site-border);
  border-top: 3px solid var(--site-blue-600);
  border-radius: var(--site-radius-md);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--site-shadow-sm);
}

.snmp-agent-highlight-grid h3,
.snmp-agent-workflow h3,
.snmp-agent-java-features h3 {
  margin: 0 0 10px;
}

.snmp-agent-highlight-grid p,
.snmp-agent-workflow p {
  margin: 0;
  color: var(--site-muted);
}

.snmp-agent-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 56px 0 0;
  padding: 0;
  gap: 22px;
  list-style: none;
}

.snmp-agent-workflow li {
  display: flex;
  min-width: 0;
  gap: 15px;
  align-items: flex-start;
}

.snmp-agent-workflow li > span {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--site-blue-700);
  color: #fff;
  font-weight: 780;
}

.snmp-agent-rust__cta {
  margin-top: 48px;
}

.snmp-agent-inline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--site-blue-700);
  color: #fff;
  font-weight: 720;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.snmp-agent-inline-button:hover {
  background: #064da8;
  color: #fff;
  transform: translateY(-1px);
}

.snmp-agent-java {
  padding: clamp(76px, 10vw, 124px) 24px;
}

.snmp-agent-java__intro {
  margin-bottom: 42px;
}

.snmp-agent-java__media {
  overflow: hidden;
  margin: 0 0 54px;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-lg);
  background: #eaf1f6;
  box-shadow: var(--site-shadow-md);
}

.snmp-agent-java__media img {
  display: block;
  width: 100%;
  height: auto;
}

.snmp-agent-java-features {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-lg);
  background: #fff;
  box-shadow: var(--site-shadow-sm);
}

.snmp-agent-java-features > h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.snmp-agent-java-features ul {
  column-count: 2;
  column-gap: clamp(30px, 6vw, 70px);
  margin: 28px 0 0;
  padding-left: 1.25rem;
}

.snmp-agent-java-features li {
  break-inside: avoid;
  margin: 0 0 12px;
}

.snmp-agent-jmx-note {
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--site-border);
  color: var(--site-muted);
  font-size: 0.84rem;
}

.snmp-agent-reference {
  padding: 0 24px clamp(80px, 10vw, 126px);
}

.snmp-agent-reference > div {
  width: min(1160px, 100%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(9, 105, 240, 0.24);
  border-radius: var(--site-radius-lg);
  background: linear-gradient(145deg, #f6faff 0%, #fff 70%);
}

.snmp-agent-reference p:not(.snmp-agent-edition__label) {
  max-width: 920px;
  color: var(--site-muted);
}

.snmp-agent-reference a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
}

.snmp-agent-page a:focus-visible,
header#masthead .snmp-agent-hero a:focus-visible {
  outline: 3px solid var(--site-cyan-300);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .snmp-agent-free {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .snmp-agent-free .snmp-agent-outline-button {
    min-width: 0;
    justify-self: start;
  }

  .snmp-agent-free__details {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .snmp-agent-editions,
  .snmp-agent-workflow {
    grid-template-columns: 1fr;
  }

  .snmp-agent-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .snmp-agent-free {
    width: calc(100% - 32px);
    padding: 24px 20px;
  }

  .snmp-agent-free .snmp-agent-outline-button {
    width: 100%;
  }

  .snmp-agent-hero__actions,
  .snmp-agent-hero__actions .download-button,
  .snmp-agent-hero__actions .download-link {
    width: 100%;
  }

  .snmp-agent-editions {
    width: min(100% - 32px, 1160px);
  }

  .snmp-agent-section-heading {
    width: calc(100% - 32px);
  }

  .snmp-agent-section-heading .header-line {
    display: none;
  }

  .snmp-agent-highlight-grid {
    grid-template-columns: 1fr;
  }

  .snmp-agent-java-features ul {
    column-count: 1;
  }

  .snmp-agent-inline-button {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Accessible Java and Rust edition tabs */
.snmp-agent-tabs-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: clamp(80px, 10vw, 128px);
}

.snmp-agent-tabs-shell .snmp-agent-section-heading {
  width: 100%;
  margin-top: clamp(56px, 8vw, 96px);
}

.snmp-agent-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
  margin: 0 auto 30px;
  padding: 6px;
  gap: 6px;
  border: 1px solid var(--site-border);
  border-radius: 18px;
  background: #edf3f8;
  box-shadow: inset 0 1px 2px rgba(16, 47, 76, 0.06);
}

.snmp-agent-tab {
  min-width: 0;
  padding: 17px 20px 16px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: #32516b;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.snmp-agent-tab > span,
.snmp-agent-tab > small {
  display: block;
}

.snmp-agent-tab > span {
  font-size: 1.08rem;
  font-weight: 760;
}

.snmp-agent-tab > small {
  margin-top: 3px;
  color: #688096;
  font-size: 0.78rem;
  line-height: 1.4;
}

.snmp-agent-tab:hover {
  color: var(--site-blue-700);
}

.snmp-agent-tab[aria-selected="true"] {
  border-color: rgba(9, 105, 240, 0.22);
  background: #fff;
  color: var(--site-blue-700);
  box-shadow: 0 8px 22px rgba(13, 72, 129, 0.1);
}

.snmp-agent-tab[aria-selected="true"] > small {
  color: #526d85;
}

.snmp-agent-tab:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--site-cyan-300);
  outline-offset: 3px;
}

.snmp-agent-tab-panel {
  overflow: hidden;
  border: 1px solid var(--site-border);
  border-radius: clamp(18px, 3vw, 28px);
  background: #fff;
  box-shadow: 0 28px 70px rgba(19, 60, 96, 0.12);
}

.snmp-agent-tab-panel[hidden] {
  display: none;
}

.snmp-agent-tab-panel:focus-visible {
  outline: 3px solid var(--site-cyan-300);
  outline-offset: 5px;
}

.snmp-agent-tab-panel--rust {
  background:
    radial-gradient(circle at 92% 2%, rgba(40, 137, 255, 0.1), transparent 26%),
    #fff;
}

.snmp-agent-panel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(34px, 6vw, 70px);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

.snmp-agent-panel-hero h2 {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 5vw, 3.8rem);
  line-height: 1.04;
}

.snmp-agent-panel-hero p:not(.snmp-agent-edition__label) {
  max-width: 780px;
  margin: 0;
  color: var(--site-muted);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.75;
}

.snmp-agent-panel-actions {
  display: flex;
  flex-direction: column;
  min-width: 218px;
  gap: 12px;
}

.snmp-agent-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  box-sizing: border-box;
  padding: 10px 21px;
  border: 1px solid rgba(9, 105, 240, 0.34);
  border-radius: 999px;
  background: #fff;
  color: var(--site-blue-700);
  font-weight: 720;
  text-align: center;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.snmp-agent-outline-button:hover {
  border-color: var(--site-blue-700);
  background: #f2f7ff;
}

.snmp-agent-product-shot {
  margin: 0 clamp(24px, 6vw, 70px) clamp(54px, 7vw, 82px);
  overflow: hidden;
  border: 1px solid #253342;
  border-radius: clamp(14px, 2.5vw, 22px);
  background: #17191d;
  box-shadow: 0 24px 55px rgba(11, 25, 39, 0.24);
}

.snmp-agent-product-shot--java {
  border-color: var(--site-border);
  background: #eaf1f6;
}

.snmp-agent-product-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.snmp-agent-product-shot figcaption {
  padding: 14px 18px;
  background: #20252b;
  color: #cbd5df;
  font-size: 0.84rem;
  line-height: 1.55;
}

.snmp-agent-product-shot--java figcaption {
  background: #f5f8fa;
  color: var(--site-muted);
}

.snmp-agent-panel-section {
  padding: 0 clamp(24px, 6vw, 70px) clamp(58px, 8vw, 88px);
}

.snmp-agent-panel-section > h3,
.snmp-agent-java-features > h3 {
  margin: 0;
  font-size: clamp(1.75rem, 3.7vw, 2.65rem);
  line-height: 1.14;
}

.snmp-agent-panel-section .snmp-agent-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.snmp-agent-panel-section .snmp-agent-highlight-grid article {
  padding: 23px;
}

.snmp-agent-highlight-grid h4,
.snmp-agent-workflow h4 {
  margin: 0 0 10px;
  font-size: 1.04rem;
}

.snmp-agent-tab-panel .snmp-agent-workflow {
  margin-top: 34px;
}

.snmp-agent-tab-panel .snmp-agent-license-note {
  margin: 0 clamp(24px, 6vw, 70px) clamp(48px, 7vw, 70px);
  padding: 21px 24px;
  border: 1px solid rgba(9, 105, 240, 0.2);
  border-left: 4px solid var(--site-blue-600);
  border-radius: 12px;
  background: #f2f7ff;
  line-height: 1.65;
}

.snmp-agent-end-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 clamp(24px, 6vw, 70px) clamp(54px, 7vw, 74px);
  gap: 14px 24px;
  font-weight: 680;
}

.snmp-agent-tab-panel .snmp-agent-java-features {
  margin: 0 clamp(24px, 6vw, 70px) clamp(58px, 8vw, 88px);
}

.snmp-agent-tab-panel .snmp-agent-reference {
  padding: 0 clamp(24px, 6vw, 70px) clamp(58px, 8vw, 88px);
}

.snmp-agent-tab-panel .snmp-agent-reference > div {
  width: 100%;
}

.snmp-agent-tab-panel .snmp-agent-reference h3 {
  margin: 0 0 18px;
  font-size: clamp(1.75rem, 3.7vw, 2.65rem);
  line-height: 1.14;
}

.snmp-agent-noscript-note {
  max-width: 820px;
  box-sizing: border-box;
  margin: 0 auto 24px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff4d6;
  color: #624b12;
  text-align: center;
}

.snmp-agent-noscript-note + .snmp-agent-tab-panel {
  margin-bottom: 36px;
}

@media (max-width: 900px) {
  .snmp-agent-panel-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .snmp-agent-panel-actions {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }

  .snmp-agent-panel-section .snmp-agent-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .snmp-agent-tabs-shell {
    width: calc(100% - 24px);
  }

  .snmp-agent-tabs {
    grid-template-columns: 1fr;
    margin-bottom: 18px;
  }

  .snmp-agent-tab {
    padding: 13px 15px;
  }

  .snmp-agent-panel-hero {
    padding: 30px 20px 34px;
  }

  .snmp-agent-panel-actions,
  .snmp-agent-panel-actions a {
    width: 100%;
  }

  .snmp-agent-product-shot {
    margin-right: 12px;
    margin-bottom: 48px;
    margin-left: 12px;
    border-radius: 12px;
  }

  .snmp-agent-product-shot figcaption {
    padding: 12px 14px;
  }

  .snmp-agent-panel-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .snmp-agent-panel-section .snmp-agent-highlight-grid {
    grid-template-columns: 1fr;
  }

  .snmp-agent-tab-panel .snmp-agent-license-note {
    margin-right: 20px;
    margin-left: 20px;
  }

  .snmp-agent-end-actions {
    padding-right: 20px;
    padding-left: 20px;
  }

  .snmp-agent-end-actions .snmp-agent-inline-button {
    width: 100%;
  }

  .snmp-agent-tab-panel .snmp-agent-java-features,
  .snmp-agent-tab-panel .snmp-agent-reference {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .snmp-agent-tab,
  .snmp-agent-inline-button,
  .snmp-agent-outline-button {
    transition: none;
  }
}

/* MIBGen Rust SNMP Agent Builder FAQ */
.snmp-agent-hero .product-resource-nav {
  max-width: min(920px, calc(100% - 24px));
}

.rust-agent-faq-hero {
  padding-bottom: clamp(52px, 7vw, 82px);
}

.rust-agent-faq-page {
  overflow-x: clip;
  padding: clamp(62px, 8vw, 104px) 24px clamp(82px, 10vw, 126px);
  background:
    radial-gradient(circle at 92% 2%, rgba(35, 137, 255, 0.1), transparent 24%),
    #f4f8fb;
}

.rust-agent-faq-shell {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.rust-agent-faq-intro {
  box-sizing: border-box;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(9, 105, 240, 0.2);
  border-radius: var(--site-radius-lg);
  background: #fff;
  box-shadow: var(--site-shadow-sm);
}

.rust-agent-faq-intro h2,
.rust-agent-faq-cta h2 {
  margin: 0 0 16px;
  color: #102f49;
  font-size: clamp(1.75rem, 3.6vw, 2.65rem);
  line-height: 1.12;
}

.rust-agent-faq-intro > p:last-child,
.rust-agent-faq-cta p:not(.snmp-agent-edition__label) {
  max-width: 850px;
  margin: 0;
  color: var(--site-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.rust-agent-faq-group {
  margin-top: clamp(58px, 8vw, 86px);
}

.rust-agent-faq-group__heading {
  margin-bottom: 26px;
}

.rust-agent-faq-group__heading > p {
  margin: 0 0 8px;
  color: var(--site-blue-700);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rust-agent-faq-group__heading h2 {
  margin: 0;
  color: #102f49;
  font-size: clamp(1.75rem, 3.7vw, 2.7rem);
  line-height: 1.13;
}

.rust-agent-faq-list {
  display: grid;
  gap: 13px;
}

.rust-agent-faq-list details {
  overflow: hidden;
  border: 1px solid var(--site-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(17, 58, 92, 0.045);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.rust-agent-faq-list details[open] {
  border-color: rgba(9, 105, 240, 0.3);
  box-shadow: 0 12px 30px rgba(17, 74, 126, 0.08);
}

.rust-agent-faq-list summary {
  position: relative;
  padding: 20px 58px 20px 23px;
  color: #173a56;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  font-weight: 720;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.rust-agent-faq-list summary::-webkit-details-marker {
  display: none;
}

.rust-agent-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #eef5ff;
  color: var(--site-blue-700);
  content: "+";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}

.rust-agent-faq-list details[open] summary::after {
  content: "\2212";
}

.rust-agent-faq-list summary:hover {
  color: var(--site-blue-700);
}

.rust-agent-faq-list summary:focus-visible {
  z-index: 1;
  outline: 3px solid var(--site-cyan-300);
  outline-offset: -3px;
}

.rust-agent-faq-answer {
  padding: 0 23px 23px;
  border-top: 1px solid #eaf0f4;
  color: var(--site-muted);
}

.rust-agent-faq-answer p {
  margin: 17px 0 0;
  line-height: 1.75;
}

.rust-agent-faq-answer code {
  padding: 2px 5px;
  border-radius: 5px;
  background: #eef3f7;
  color: #193d59;
  font-size: 0.9em;
}

.rust-agent-faq-answer ul {
  margin: 17px 0 0;
  padding-left: 1.3rem;
}

.rust-agent-faq-answer li {
  line-height: 1.7;
}

.rust-agent-faq-answer li + li {
  margin-top: 9px;
}

.rust-agent-faq-answer pre {
  overflow-x: auto;
  margin: 16px 0 0;
  padding: 15px 17px;
  border: 1px solid #dce7ee;
  border-radius: 9px;
  background: #f5f8fa;
  color: #173a56;
  line-height: 1.55;
}

.rust-agent-faq-answer pre code {
  padding: 0;
  background: transparent;
  white-space: pre;
}

.rust-agent-faq-answer blockquote {
  margin: 18px 0 0;
  padding: 4px 0 4px 20px;
  border-left: 3px solid var(--site-blue-600);
  color: #526b7d;
}

.rust-agent-faq-answer blockquote p:first-child {
  margin-top: 0;
}

.java-agent-faq-media {
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  margin: 20px 0 0;
  border: 1px solid var(--site-border);
  border-radius: 10px;
  background: #f3f7fa;
}

.java-agent-faq-media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.rust-agent-faq-page a {
  font-weight: 680;
}

.rust-agent-faq-page a:focus-visible {
  outline: 3px solid var(--site-cyan-300);
  outline-offset: 3px;
}

.rust-agent-faq-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  box-sizing: border-box;
  margin-top: clamp(64px, 9vw, 94px);
  padding: clamp(28px, 5vw, 48px);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  border: 1px solid rgba(9, 105, 240, 0.24);
  border-radius: var(--site-radius-lg);
  background: linear-gradient(145deg, #f0f7ff 0%, #fff 72%);
}

.rust-agent-faq-cta__actions {
  display: flex;
  flex-direction: column;
  min-width: 220px;
  gap: 15px;
  align-items: center;
  text-align: center;
}

@media (max-width: 720px) {
  .rust-agent-faq-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rust-agent-faq-list summary {
    padding: 18px 52px 18px 18px;
  }

  .rust-agent-faq-list summary::after {
    right: 17px;
  }

  .rust-agent-faq-answer {
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
  }

  .rust-agent-faq-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .rust-agent-faq-cta__actions,
  .rust-agent-faq-cta__actions .snmp-agent-inline-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rust-agent-faq-list details {
    transition: none;
  }
}
