
/* Phase 11 — editorial verification layer */
.data-proof{margin:24px 0;padding:22px;border:1px solid #d7e3ec;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(6,36,58,.06)}
.data-proof__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.data-proof__head h2{margin:0;font-size:1.45rem;color:#123a58}
.verify-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;font-weight:800;font-size:.84rem}
.verify-a{background:#eaf5ed;color:#2e673c;border:1px solid #c9e2cf}.verify-b{background:#eef5fb;color:#315f7e;border:1px solid #d2e2ef}.verify-c{background:#f6f3ea;color:#6a5a31;border:1px solid #e8dfc4}
.data-proof__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid #e1e8ee;border-radius:14px;overflow:hidden}
.data-proof__item{padding:13px 15px;border-bottom:1px solid #e8edf1}.data-proof__item:nth-child(odd){border-right:1px solid #e8edf1}.data-proof__item b{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#748796;margin-bottom:3px}.data-proof__item span,.data-proof__item a{color:#183d57;overflow-wrap:anywhere}
.data-proof__source{margin-top:14px;padding:13px 15px;border-radius:12px;background:#f7fafc;color:#506779;font-size:.92rem}.data-proof__source a{font-weight:700;color:#0d557f}
.data-proof__note{margin:12px 0 0;color:#5e7180;font-size:.9rem}
.download-proof{display:inline-flex;align-items:center;min-height:42px;padding:0 13px;border:1px solid #cbdbe6;border-radius:10px;margin:6px 8px 0 0;background:#fff;color:#154567!important;font-weight:700}
.verify-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.verify-summary>div{background:#fff;border:1px solid #dce6ed;border-radius:16px;padding:20px}.verify-summary b{display:block;font-size:2rem;color:#154567}.verify-summary span{color:#667b8b}
@media(max-width:700px){.data-proof__grid,.verify-summary{grid-template-columns:1fr}.data-proof__item:nth-child(odd){border-right:0}.data-proof__item{border-bottom:1px solid #e8edf1}}
