.oi-proof {
  box-sizing: border-box;
  width: 100%;
  margin: 24px 0;
  padding: 22px;
  overflow-wrap: anywhere;
  color: #e5e7eb;
  background: #0b1220;
  border: 1px solid #294256;
  border-left: 4px solid #22d3ee;
  border-radius: 8px;
}

.oi-proof *,
.oi-proof *::before,
.oi-proof *::after {
  box-sizing: border-box;
}

.oi-proof__eyebrow {
  margin: 0 0 7px !important;
  color: #67e8f9 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.oi-proof h2 {
  margin: 0 0 10px !important;
  color: #f8fafc !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

.oi-proof__intro,
.oi-proof__scope {
  max-width: 920px;
  margin: 0 0 15px !important;
  color: #cbd5e1 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.oi-proof__levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.oi-proof__level {
  min-width: 0;
  padding: 13px;
  background: #111c2d;
  border: 1px solid #26384f;
  border-radius: 6px;
}

.oi-proof__level strong {
  display: block;
  margin-bottom: 5px;
  color: #f8fafc !important;
  font-size: 14px;
}

.oi-proof__level span {
  display: block;
  color: #aebed0;
  font-size: 13px;
  line-height: 1.5;
}

.oi-proof__level--estimated {
  border-color: #725d2a;
}

.oi-proof__level--measured {
  border-color: #276749;
}

.oi-proof__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.oi-proof__action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  color: #e5e7eb !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  background: #172337;
  border: 1px solid #3a4c64;
  border-radius: 6px;
}

.oi-proof__action:hover {
  color: #fff !important;
  background: #1e2d45;
  border-color: #67e8f9;
}

.oi-proof__action--primary {
  color: #06111d !important;
  background: #67e8f9;
  border-color: #67e8f9;
}

.oi-proof__action--primary:hover {
  color: #06111d !important;
  background: #a5f3fc;
}

.oi-proof__note,
.oi-proof__affiliate {
  margin: 13px 0 0 !important;
  color: #94a3b8 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.oi-proof__affiliate {
  padding-top: 11px;
  border-top: 1px solid #26384f;
}

@media (max-width: 720px) {
  .oi-proof {
    padding: 17px;
  }

  .oi-proof__levels {
    grid-template-columns: 1fr;
  }

  .oi-proof__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .oi-proof__action {
    width: 100%;
  }
}

.oi-software-proof {
  width: min(980px, calc(100% - 32px));
  margin: 24px auto;
  padding: 18px;
  border: 1px solid rgba(34, 211, 238, 0.32);
  border-left: 4px solid #22d3ee;
  border-radius: 8px;
  background: #0b1220;
  color: #e5e7eb;
  box-sizing: border-box;
}

.oi-software-proof__eyebrow {
  margin: 0 0 6px;
  color: #67e8f9;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.oi-software-proof h2 {
  margin: 0 0 8px;
  color: #f8fafc;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.oi-software-proof__text {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.62;
}

.oi-software-proof__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.oi-software-proof__fact {
  padding: 7px 9px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 6px;
  background: #111827;
  color: #d1d5db;
  font-size: 0.76rem;
  font-weight: 700;
}

.oi-software-proof__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.oi-software-proof__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 6px;
  background: #111827;
  color: #e5e7eb;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.oi-software-proof__links a:first-child {
  border-color: #22d3ee;
  background: #22d3ee;
  color: #071018;
}

.oi-software-proof__limit {
  margin: 12px 0 0;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .oi-software-proof {
    width: calc(100% - 24px);
    margin: 18px auto;
    padding: 15px;
  }

  .oi-software-proof__links a {
    width: 100%;
  }
}
