.form-section { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e2e9f2; }
.form-section h3 { color: #1e3c72; font-size: 1.2rem; margin-bottom: 1rem; }
.declaration { background: #f8fafc; padding: 1.5rem; border-radius: 12px; margin: 1.5rem 0; }
.declaration label { display: flex; align-items: flex-start; gap: 0.75rem; font-weight: normal; cursor: pointer; }
.declaration input[type="checkbox"] { width: auto; margin-top: 0.2rem; }
.success-box { background: #e6f7e6; border-left: 4px solid #2e7d32; padding: 1.5rem; border-radius: 12px; color: #1e5a1e; }
.success-box h2 { border: none; padding: 0; margin-bottom: 0.5rem; }
.btn-back { display: inline-block; margin-top: 1rem; }
.required { color: #b91c1c; font-weight: bold; margin-left: 2px; }
small { color: #6c8dae; font-size: 0.75rem; }