/* Trust Center refinements use the existing Apeiris shell tokens and components. */
.trust-subnav{position:sticky;top:0;z-index:30;background:rgba(7,10,15,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.trust-subnav a[aria-current="location"]{background:rgba(59,130,246,.14);color:#fff}
#current-posture,#integrity,#engineering,#security,#privacy,#evidence,#compliance,#boundaries,#documents,#contact{scroll-margin-top:72px}
a.card{display:block;transition:border-color .15s,background .15s,transform .15s}
a.card:hover{border-color:rgba(59,130,246,.55);background:rgba(59,130,246,.045);transform:translateY(-1px)}

/* In-page verifier — the proof lives on the page, not behind a link. */
.trust-verify{margin:22px 0 6px;padding:22px 24px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(59,130,246,.06),rgba(255,255,255,.02))}
.tv-head{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.tv-head b{font-size:16px}
.tv-head p{margin:5px 0 0;color:var(--muted);font-size:13.5px;max-width:62ch;line-height:1.55}
.tv-head .btn{flex:none;white-space:nowrap}
.tv-props{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin:16px 0 0;padding:0}
.tv-props li{font-size:12px;font-weight:600;color:#cfe0f5;padding:4px 10px;border:1px solid rgba(59,130,246,.28);border-radius:999px;background:rgba(59,130,246,.07)}
.tv-props li::before{content:"✓ ";color:#56b4e9}
.tv-rows{margin-top:16px;border:1px solid var(--line);border-radius:12px;background:rgba(0,0,0,.18);overflow:hidden}
.tv-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px}
.tv-row+.tv-row{border-top:1px solid var(--line)}
.tv-label{font-size:14px;font-weight:600}
.tv-sub{display:block;font-weight:400;color:var(--muted);font-size:12px;margin-top:2px}
.tv-badge{display:inline-flex;align-items:center;gap:6px;font-family:ui-monospace,Menlo,monospace;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;border:1px solid;white-space:nowrap}
.b-ok{color:#34d399;border-color:#10b98155;background:#10b98118}
.b-fail{color:#f87171;border-color:#ef444455;background:#ef444418}
.b-wait{color:var(--muted);border-color:var(--line);background:rgba(255,255,255,.02)}
.tv-detail{margin-top:12px}
.tv-table{width:100%;border-collapse:collapse;font-size:13px}
.tv-table td{padding:7px 10px;border-bottom:1px solid var(--line)}
.tv-table tr:last-child td{border-bottom:0}
.tv-table td:first-child{font-family:ui-monospace,Menlo,monospace;font-size:12px;color:var(--muted)}
.tv-table td:last-child{text-align:right}
.tv-foot{margin:14px 0 0;color:var(--muted);font-size:13px;line-height:1.55}

@media(max-width:650px){
  #current-posture,#integrity,#engineering,#security,#privacy,#evidence,#compliance,#boundaries,#documents,#contact{scroll-margin-top:68px}
  .trust-subnav .container{padding-left:14px;padding-right:14px}
  .trust-subnav a{padding:7px 11px;font-size:13px}
  #privacy .metric-strip{grid-template-columns:1fr}
  #privacy .metric{border-right:0;border-bottom:1px solid var(--line2)}
  #privacy .metric:last-child{border-bottom:0}
  .trust-verify{padding:18px 16px}
  .tv-head .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){a.card{transition:none}}
