/* B1 — Certification & Compliance trust block (EFFECT-PIGMENT GEO)
   Self-contained styles; linked from pages, does NOT touch inline <style> blocks. */
.cert-trust {
  background: #fff;
  border-top: 1px solid #e4e8ec;
  border-bottom: 1px solid #e4e8ec;
  padding: 20px 0;
}
.cert-trust .ct-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.ct-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
}
.ct-lab {
  font-size: 11.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5b6770;
  font-weight: 700;
  margin-right: 4px;
}
.ct-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #eef4fb;
  color: #0c2233;
  border: 1px solid #cfe0f2;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
}
.ct-chip i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1a6fc4;
  color: #fff;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ct-ppwr {
  text-align: center;
  color: #5b6770;
  font-size: 12.5px;
  line-height: 1.6;
  margin: 12px auto 0;
  max-width: 840px;
}
.ct-ppwr a { color: #1a6fc4; font-weight: 600; }

/* About lite variant — single sentence, no box, clearly distinct from Certificates page */
.ct-lite {
  text-align: center;
  color: #5b6770;
  font-size: 13.5px;
  line-height: 1.7;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}
.ct-lite b { color: #0c2233; }
.ct-lite a { color: #1a6fc4; font-weight: 600; }

@media (max-width: 600px) {
  .ct-bar { gap: 8px 10px; }
  .ct-chip { font-size: 12.5px; padding: 5px 11px; }
}
