/* TOBI quality patch: verified-materials and shell consistency */
.tobi-evidence-panel {
  position: relative;
  display: flex;
  min-height: 184px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .38);
  border-radius: 16px;
  padding: clamp(22px, 4vw, 42px);
  background:
    radial-gradient(circle at 85% 0%, rgba(255, 91, 46, .13), transparent 34%),
    linear-gradient(145deg, #09192f 0%, #102d50 58%, #0a1f39 100%);
  color: #f8fafc;
  box-shadow: 0 18px 50px rgba(2, 12, 27, .18);
  text-align: left;
}
.tobi-evidence-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}
.tobi-evidence-panel > * { position: relative; z-index: 1; }
.tobi-evidence-panel__eyebrow {
  color: #ffad94;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tobi-evidence-panel strong { max-width: 24ch; font-size: clamp(20px, 3vw, 30px); line-height: 1.22; }
.tobi-evidence-panel p { max-width: 58ch; margin: 0; color: rgba(241, 245, 249, .88); font-size: 14px; line-height: 1.75; }
.tobi-evidence-panel a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 999px;
  padding: 10px 16px;
  background: #ff5b2e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.tobi-evidence-panel a:hover, .tobi-evidence-panel a:focus-visible { background: #d94e28; outline: 3px solid rgba(255, 173, 148, .6); outline-offset: 3px; }
.hero-product .tobi-evidence-panel, .product-image-glow .tobi-evidence-panel { min-height: min(55vh, 460px); }
@media (max-width: 720px) {
  .tobi-evidence-panel { min-height: 196px; border-radius: 14px; padding: 24px; }
  .hero-product .tobi-evidence-panel, .product-image-glow .tobi-evidence-panel { min-height: 260px; }
}

.tobi-product-fact-note {
  margin: 16px 0 0;
  border-left: 3px solid #ff5b2e;
  padding: 12px 16px;
  border-radius: 0 10px 10px 0;
  background: #fff1ec;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.65;
}

.product-card__visual-empty {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  padding: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,91,46,.22), transparent 35%),
    linear-gradient(145deg, #071a31, #102e50);
  color: #fff;
}
.product-card__visual-empty b { font-size: clamp(28px, 4vw, 46px); letter-spacing: -.04em; }
.product-card__visual-empty span { max-width: 22ch; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.45; }
