/* Performance Consulting: page shell, background, and unique media components. */

.af-ambient-wall {
  display: block;
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 0;
}

html,
body {
  background: #000000 !important;
  color: #ffffff !important;
}

.g-load-transition__container,
.g-main-container,
.g-core-header,
.g-core-content {
  background: transparent !important;
}

.g-load-transition__container,
.g-main-container,
.g-core-content,
#dynamic-navbar-root,
#dynamic-footer-root {
  position: relative;
  z-index: 1;
}

#dynamic-navbar-root {
  z-index: 20;
}

.g-core-header {
  display: none;
}

.g-core-content {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.g-main-container,
.g-main-container > main,
.g-core-content.js-post-content.js-main-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
}

.af-perf-hero__graphic {
  background: rgba(255, 255, 255, 0.045);
}

.af-perf-hero__graphic img {
  display: block;
  height: auto;
  width: 100%;
}

.af-perf-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.4rem;
}

.af-perf-video-copy {
  align-content: start;
  display: grid;
  gap: 0.75rem;
}

.af-perf-video wistia-player[media-id="rj2bar3xxp"]:not(:defined) {
  background-size: contain;
  height: 100%;
  padding-top: 0;
}

.af-perf-outcome-card img {
  height: 3.2rem;
  object-fit: contain;
  width: 3.2rem;
}

.af-perf-proof-card {
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.af-perf-proof-card__top {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 5.4rem minmax(0, 1fr);
}

.af-perf-proof-card__stat {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 143, 69, 0.24), rgba(184, 255, 129, 0.16)),
    rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(184, 255, 129, 0.26);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 850;
  height: 5.4rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 5.4rem;
}

.af-perf-proof-card a {
  color: rgba(184, 255, 129, 0.92) !important;
  font-weight: 760;
  text-decoration: none;
}

.af-perf-proof-card a:is(:hover, :focus-visible) {
  text-decoration: underline;
}

.af-perf-deliverable {
  grid-template-columns: 2.4rem minmax(0, 1fr);
}

.af-perf-stack {
  align-items: center;
}

.af-perf-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.af-perf-chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.72rem 0.85rem;
}

@media (max-width: 44.99rem) {
  .af-perf-proof-card__top {
    grid-template-columns: 4.7rem minmax(0, 1fr);
  }

  .af-perf-proof-card__stat {
    font-size: 1.12rem;
    height: 4.7rem;
    width: 4.7rem;
  }
}
