
/* Regional Livestock Bridge — Investor Hub */
.investor-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:20px 0 10px}
.investor-kpi{background:#fff;border:1px solid #dbe5f4;border-radius:14px;padding:18px 12px;text-align:center;box-shadow:0 8px 24px rgba(8,35,88,.05)}
.investor-kpi strong{display:block;color:#0033a0;font-size:1.02rem;line-height:1.3;margin-bottom:8px}
.investor-kpi span{display:block;color:#44546a;font-size:.9rem;line-height:1.35}
.investor-note{margin:12px 0 0;color:#5d6878;font-size:.92rem}
.investor-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:16px;counter-reset:flow}
.investor-flow .guide-card{position:relative;padding-top:46px}
.investor-flow .guide-card:before{counter-increment:flow;content:counter(flow, decimal-leading-zero);position:absolute;top:16px;inset-inline-start:18px;color:#0033a0;font-weight:800;letter-spacing:.05em}
.investor-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid #dbe5f4;background:#fff}
.investor-table{width:100%;border-collapse:collapse;min-width:720px}
.investor-table th,.investor-table td{padding:13px 14px;border-bottom:1px solid #e5ebf5;vertical-align:top;text-align:start}
.investor-table th{background:#0033a0;color:#fff;font-weight:700}
.investor-table tr:last-child td{border-bottom:0}
.investor-badge{display:inline-block;padding:4px 9px;border-radius:999px;background:#eef3ff;color:#0033a0;font-size:.8rem;font-weight:800}
.investor-form-panel{background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #dbe5f4;border-radius:18px;padding:24px;margin-top:18px;box-shadow:0 12px 32px rgba(8,35,88,.06)}
.investor-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.investor-field{display:flex;flex-direction:column;gap:7px}
.investor-field.full{grid-column:1/-1}
.investor-field label{font-weight:700;color:#17253c}
.investor-field input,.investor-field select,.investor-field textarea{width:100%;border:1px solid #cbd7e8;border-radius:10px;background:#fff;color:#13213a;padding:11px 12px;font:inherit;min-height:44px}
.investor-field textarea{min-height:120px;resize:vertical}
.investor-field input:focus,.investor-field select:focus,.investor-field textarea:focus{outline:3px solid rgba(0,51,160,.12);border-color:#0033a0}
.investor-check{display:flex;align-items:flex-start;gap:9px;margin:12px 0;color:#44546a;font-size:.9rem}
.investor-check input{margin-top:4px}
.investor-form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.investor-disclaimer{border-inline-start:4px solid #0033a0;background:#f5f8ff;padding:14px 16px;border-radius:10px;margin:18px 0;color:#46546a}
.investor-doc-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
@media(max-width:980px){.investor-kpis{grid-template-columns:repeat(3,1fr)}.investor-flow{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.investor-kpis{grid-template-columns:1fr 1fr}.investor-flow,.investor-form-grid{grid-template-columns:1fr}.investor-field.full{grid-column:auto}}
@media(max-width:430px){.investor-kpis{grid-template-columns:1fr}}

/* V83.2 — Investor CTA buttons: explicit styles so generic guide/link rules cannot flatten them. */
.investor-doc-actions .btn,.investor-form-actions .btn{
  min-height:46px;
  padding:11px 20px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  text-decoration:none!important;
  font:inherit;
  font-weight:800;
  line-height:1.25;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.investor-doc-actions .btn-primary,.investor-form-actions .btn-primary{
  background:#0033a0!important;
  color:#fff!important;
  border:1px solid #0033a0!important;
  box-shadow:0 8px 18px rgba(0,51,160,.18);
}
.investor-doc-actions .btn-primary:hover,.investor-form-actions .btn-primary:hover{
  background:#00277a!important;
  color:#fff!important;
  border-color:#00277a!important;
  transform:translateY(-1px);
}
.investor-doc-actions .btn-secondary,.investor-form-actions .btn-secondary{
  background:#fff!important;
  color:#0033a0!important;
  border:1px solid #0033a0!important;
}
.investor-doc-actions .btn-secondary:hover,.investor-form-actions .btn-secondary:hover{
  background:#eef4ff!important;
  color:#00277a!important;
  border-color:#00277a!important;
  transform:translateY(-1px);
}
.investor-doc-actions .btn:focus-visible,.investor-form-actions .btn:focus-visible{
  outline:3px solid rgba(0,51,160,.24);
  outline-offset:2px;
}
@media(max-width:560px){
  .investor-doc-actions,.investor-form-actions{width:100%}
  .investor-doc-actions .btn,.investor-form-actions .btn{flex:1 1 180px;text-align:center}
}
