:root {
  --page: #fcfcfa;
  --hero: #eef1ff;
  --section: #f4f5f8;
  --panel: #ffffff;
  --panel-alt: #f7f7fb;
  --ink: #17181d;
  --muted: #595d69;
  --line: #dde0e9;
  --line-strong: #babfcd;
  --accent: #3156d3;
  --accent-dark: #213b9a;
  --accent-2: #f6c744;
  --accent-soft: #9bace9;
  --accent-wash: #e8ecff;
  --focus: #efb91c;
  --button-text: #ffffff;
  --shadow: rgba(39, 54, 118, 0.18);
  --footer: #17181d;
  --footer-text: #f4f5f8;
}

.proof-band {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 12%;
  width: 22px;
  height: 100%;
  background: var(--accent-2);
}

.seal {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.product-topline .product-value {
  max-width: 360px;
  font-size: 23px;
}

.proof-state {
  color: var(--accent-dark);
  font-weight: 800;
}

.proof-warning {
  color: #9b5312;
  font-weight: 800;
}

@media (max-width: 620px) {
  .proof-band {
    display: none;
  }
}
