body.wbz-static-page {
  margin: 0;
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}

body.wbz-static-page #navbar .nav-inner {
  width: min(1200px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
}

body.wbz-static-page #navbar .nav-logo,
body.wbz-static-page #navbar .nav-actions {
  flex: 0 0 auto;
}

body.wbz-static-page #navbar .nav-links {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.55vw, 28px);
}

body.wbz-static-page #navbar .nav-links > li {
  flex: 0 0 auto;
  min-width: max-content;
}

body.wbz-static-page #navbar .nav-link {
  white-space: nowrap;
  word-break: keep-all;
  line-height: 1.1;
}

body.wbz-static-page #navbar .nav-links__mobile-item {
  display: none;
}

body.wbz-static-page main {
  padding: 150px 0 88px;
}

.wbz-page-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.wbz-page-hero {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.wbz-page-eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.wbz-page-title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.04;
  font-weight: 900;
}

.wbz-page-desc {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.8;
  max-width: 880px;
}

.wbz-page-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  background: #08080a;
}

.wbz-page-back:hover {
  border-color: rgba(255, 255, 255, .28);
}

.wbz-page-section {
  margin-top: 40px;
}

.wbz-page-section__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 40px);
  line-height: 1.1;
  font-weight: 900;
}

.wbz-surface {
  border: 1px solid rgba(255, 255, 255, .08);
  background: #050505;
  padding: 22px;
}

.wbz-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, .08);
  background: #050505;
}

.wbz-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.wbz-table--wide {
  min-width: 960px;
}

.wbz-table th,
.wbz-table td {
  padding: 12px 14px;
  border-right: 1px solid rgba(255, 255, 255, .055);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  vertical-align: top;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wbz-table th:last-child,
.wbz-table td:last-child {
  border-right: 0;
}

.wbz-table thead th {
  color: #fff;
  background: #101010;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wbz-table tbody th {
  width: 132px;
  color: #fff;
  font-weight: 850;
  background: rgba(255, 255, 255, .025);
}

.wbz-table tbody tr:last-child th,
.wbz-table tbody tr:last-child td {
  border-bottom: 0;
}

.wbz-grid {
  display: grid;
  gap: 18px;
}

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

.wbz-card {
  border: 1px solid rgba(255, 255, 255, .08);
  background: #0a0a0d;
  padding: 18px;
}

.wbz-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.wbz-card__text {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.75;
}

.wbz-build-vs-mobile {
  display: none;
}

.wbz-build-vs-mobile__card {
  border: 1px solid rgba(255, 255, 255, .08);
  background: #0a0a0d;
  padding: 16px;
}

.wbz-build-vs-mobile__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.wbz-build-vs-mobile__item {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.wbz-build-vs-mobile__item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.wbz-build-vs-mobile__label {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.wbz-build-vs-mobile__text {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wbz-build-vs-mobile__item--highlight {
  margin-top: 8px;
  padding: 14px 12px;
  border: 1px solid rgba(30, 64, 255, .28);
  background: rgba(30, 64, 255, .08);
}

.wbz-build-vs-mobile__item--highlight .wbz-build-vs-mobile__label {
  color: #8fa2ff;
}

.wbz-footer {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .52);
  font-size: 13px;
}

.wbz-footer a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .wbz-table-wrap {
    overflow: visible;
  }

  .wbz-table,
  .wbz-table--wide {
    min-width: 0;
  }
}

@media (min-width: 900px) and (max-width: 1280px) {
  body.wbz-static-page #navbar .nav-inner {
    gap: 16px;
  }

  body.wbz-static-page #navbar .nav-links {
    gap: 16px;
  }

  body.wbz-static-page #navbar .nav-actions {
    gap: 10px;
  }

  body.wbz-static-page #navbar .nav-link {
    font-size: 13px;
  }
}

@media (max-width: 1023px) and (min-width: 900px) {
  .wbz-grid--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  body.wbz-static-page #navbar .nav-links {
    display: none;
  }

  body.wbz-static-page #navbar .nav-inner {
    width: min(calc(100% - 28px), 1200px);
    min-height: 78px;
  }

  body.wbz-static-page main {
    padding: 112px 0 64px;
  }

  .wbz-page-shell {
    width: min(calc(100% - 28px), 1200px);
  }

  .wbz-page-title {
    font-size: 24px;
    line-height: 1.16;
  }

  .wbz-page-desc {
    font-size: 14px;
    line-height: 1.75;
  }

  .wbz-surface {
    padding: 14px;
  }

  .wbz-grid--cards {
    grid-template-columns: 1fr;
  }

  .wbz-table-wrap {
    overflow-x: auto;
  }

  .wbz-table th,
  .wbz-table td {
    font-size: 13px;
    padding: 10px 12px;
  }

  .wbz-build-vs-table-wrap {
    display: none;
  }

  .wbz-build-vs-mobile {
    display: grid;
    gap: 12px;
  }
}
