@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Gujarati:wght@400;500;600;700&display=swap');
html,body{font-family:'Noto Sans Gujarati',system-ui,-apple-system,'Segoe UI',sans-serif}
.qa-banner{display:flex;gap:10px;align-items:center;background:#eef5f4;color:#145252;border:1px solid #d8e6df;border-radius:8px;padding:10px 14px;margin:0 0 16px;font-size:.9rem;line-height:1.5}
.qa-banner strong{font-weight:700;white-space:nowrap}
.qa-banner span{color:#4b6662}
.eyebrow{font-size:.82rem;letter-spacing:.04em;color:#1e5a54;font-weight:700}
.report-card h2{font-size:1.25rem;margin-top:24px}
@media(max-width:600px){.qa-banner{align-items:flex-start;flex-direction:column;gap:2px}.qa-banner strong{white-space:normal}}
