.vta-independent-notice {
  color: #d5e2e8;
  background: #0b2434;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.vta-independent-notice__inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 9px;
  font-size: 11px;
  line-height: 1.45;
}

.vta-independent-notice strong {
  color: #fff;
}

.vta-release-chip {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid rgba(88,227,181,.25);
  border-radius: 999px;
  color: #9eeacc;
  background: rgba(88,227,181,.07);
  font-weight: 750;
  letter-spacing: .04em;
}

.primary-nav {
  gap: clamp(10px, 1.35vw, 21px);
}

.primary-nav a {
  white-space: nowrap;
}

.vta-evidence-guide {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(88,227,181,.12), transparent 30%),
    linear-gradient(180deg, #f8fbfb, #eef4f5);
}

.vta-evidence-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(14,64,80,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,64,80,.05) 1px, transparent 1px);
  background-size: 56px 56px;
}

.vta-evidence-guide > .container {
  position: relative;
  z-index: 1;
}

.vta-evidence-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.vta-evidence-guide__card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dbe6e9;
  border-radius: 18px;
  color: #123f4f;
  background: rgba(255,255,255,.9);
  box-shadow: 0 7px 26px rgba(7,31,45,.045);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.vta-evidence-guide__card:hover,
.vta-evidence-guide__card:focus-visible {
  transform: translateY(-5px);
  border-color: #87b8ae;
  outline: none;
  box-shadow: 0 18px 38px rgba(7,31,45,.09);
}

.vta-evidence-guide__card--decision {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #0a2839, #10475a);
}

.vta-evidence-guide__number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 32px;
  border-radius: 10px;
  color: #087a6c;
  background: #e4f6ef;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 850;
}

.vta-evidence-guide__card--decision .vta-evidence-guide__number {
  color: #071b2c;
  background: #58e3b5;
}

.vta-evidence-guide__type {
  display: block;
  color: #087a8d;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vta-evidence-guide__card--decision .vta-evidence-guide__type {
  color: #79e7c3;
}

.vta-evidence-guide__card strong {
  display: block;
  margin: 10px 0 12px;
  color: inherit;
  font-family: Manrope, sans-serif;
  font-size: 1.18rem;
  line-height: 1.3;
}

.vta-evidence-guide__card p {
  margin: 0;
  color: #5d747e;
  font-size: .86rem;
  line-height: 1.65;
}

.vta-evidence-guide__card--decision p {
  color: #b8cbd3;
}

.vta-evidence-guide__card small {
  display: block;
  margin-top: auto;
  padding-top: 22px;
  color: #087a6c;
  font-weight: 800;
}

.vta-evidence-guide__card--decision small {
  color: #79e7c3;
}

@media (max-width: 1220px) {
  .vta-evidence-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vta-independent-notice__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding-block: 10px;
  }

  .vta-release-chip {
    align-self: flex-start;
  }
}

@media (max-width: 680px) {
  .vta-evidence-guide__grid {
    grid-template-columns: 1fr;
  }

  .vta-evidence-guide__card {
    min-height: 265px;
  }
}
