/* Requisites page (landing/requisites.html) */

.req-section{ padding:2.5rem 0 3rem; }
.req-section #container{ display:flex; flex-direction:column; gap:1.5rem; }
.req-header{ margin-bottom:.5rem; }
.req-grid{ display:grid; gap:1rem 1.25rem; grid-template-columns:repeat(auto-fit, minmax(260px, 1fr)); }
.req-card{ background:#fff; border-radius:1.25rem; padding:1.25rem 1.5rem; box-shadow:0 16px 40px rgba(8,107,120,.08); }
.req-item{ display:flex; justify-content:space-between; gap:1rem; padding:.4rem 0; border-bottom:1px dashed #e6eff1; }
.req-item:last-child{ border-bottom:0; }
.req-key{ color:#64748b; }
.req-val{ font-weight:800; color:#0b3b40; }
.req-note{ color:#475569; }
