/* OVIA Marketplace v10.14 — public-page commercial completion
   Customer-facing editorial and trust content only. No desktop structures are replaced. */

.mp-v1014-enrichment{
  margin:34px auto 46px;
  padding:0 20px;
  max-width:1240px;
  box-sizing:border-box;
}
.mp-v1014-enrichment-inner{
  position:relative;
  overflow:hidden;
  border:1px solid #d8e4f4;
  background:#fff;
  box-shadow:0 14px 36px rgba(18,54,97,.08);
  padding:32px;
}
.mp-v1014-enrichment-inner:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,#0b67e8 0%,#5d43d8 58%,#f28a2c 100%);
}
.mp-v1014-copy{max-width:790px}
.mp-v1014-copy>span{
  display:inline-block;
  margin-bottom:9px;
  color:#0b60d1;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.09em;
}
.mp-v1014-copy h2{
  margin:0;
  color:#082d62;
  font-size:30px;
  line-height:1.12;
  letter-spacing:-.025em;
}
.mp-v1014-copy p{
  margin:12px 0 0;
  color:#52657d;
  font-size:15px;
  line-height:1.7;
  max-width:760px;
}
.mp-v1014-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:25px;
}
.mp-v1014-cards article{
  position:relative;
  min-height:132px;
  padding:20px 19px 18px;
  border:1px solid #deE7f3;
  background:#f8fbff;
  box-sizing:border-box;
}
.mp-v1014-cards article:nth-child(2){background:#fbf9ff;border-color:#e7defb}
.mp-v1014-cards article:nth-child(3){background:#fffaf4;border-color:#f5e2cc}
.mp-v1014-cards article>b{
  display:block;
  margin-bottom:16px;
  color:#7c90aa;
  font-size:11px;
  letter-spacing:.08em;
}
.mp-v1014-cards article h3{
  margin:0 0 7px;
  color:#0a315f;
  font-size:16px;
  line-height:1.25;
}
.mp-v1014-cards article p{
  margin:0;
  color:#617188;
  font-size:13px;
  line-height:1.55;
}
.mp-v1014-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:23px;
}
.mp-v1014-actions a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:0 17px;
  border:1px solid #c9d8ea;
  color:#0a4da7;
  background:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.mp-v1014-actions a.primary{background:#0b63db;border-color:#0b63db;color:#fff}
.mp-v1014-actions a:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(19,65,119,.13);border-color:#78a6df}
.mp-v1014-actions a span{font-size:16px}

/* Keep technical/admin surfaces free of customer marketing panels. */
body:has(.mp-merchandising-dashboard) .mp-v1014-enrichment{display:none}

@media (max-width:900px){
  .mp-v1014-enrichment{
    margin:20px auto 28px;
    padding:0 11px;
  }
  .mp-v1014-enrichment-inner{
    padding:22px 16px 18px;
    box-shadow:0 8px 22px rgba(18,54,97,.07);
  }
  .mp-v1014-enrichment-inner:before{width:3px}
  .mp-v1014-copy>span{font-size:9px;margin-bottom:7px}
  .mp-v1014-copy h2{font-size:22px;line-height:1.15}
  .mp-v1014-copy p{font-size:13px;line-height:1.6;margin-top:9px}
  .mp-v1014-cards{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:17px;
  }
  .mp-v1014-cards article{
    min-height:0;
    padding:14px 14px 13px 48px;
  }
  .mp-v1014-cards article>b{
    position:absolute;
    left:14px;
    top:15px;
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    margin:0;
    border:1px solid #cfe0f5;
    background:#fff;
    color:#0b60d1;
    border-radius:50%;
    font-size:9px;
  }
  .mp-v1014-cards article h3{font-size:14px;margin-bottom:4px}
  .mp-v1014-cards article p{font-size:11px;line-height:1.5}
  .mp-v1014-actions{margin-top:15px;gap:8px}
  .mp-v1014-actions a{flex:1 1 145px;min-height:40px;padding:0 12px;font-size:11px}
}

@media (max-width:480px){
  .mp-v1014-copy h2{font-size:20px}
  .mp-v1014-actions a{flex-basis:100%}
}
