/* Styles for Ouvidoria page */
:root { --muted: #6b7280; --brand-900: #003366; --card-bg: #fff; }
.form-card { background: var(--card-bg); padding:18px; border-radius:12px; box-shadow:0 8px 24px rgba(2,6,23,0.06); border:1px solid rgba(16,24,40,0.04); }
.form-card label { display:block; margin-top:12px; color:var(--muted); font-weight:600; }
.form-card input, .form-card textarea { width:100%; padding:10px 12px; border-radius:8px; border:1px solid #e6e9ef; margin-top:6px; }
.section-illustration { width:100%; height:auto; border-radius:10px; }
.lead { color:var(--brand-900); font-weight:600; }

@media (max-width:768px){ .grid-2 { grid-template-columns: 1fr; } }

/* Outline CTA to pair with primary CTA */
.btn-outline { display:inline-block; padding:10px 18px; border-radius:10px; border:2px solid var(--brand-900); color:var(--brand-900); text-decoration:none; font-weight:700; }
.btn-outline:hover { background: rgba(0,51,102,0.06); }
