.sd-modal { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(36, 53, 110, 0.9); backdrop-filter: blur(4px); }
.sd-modal-content { background: #fff; margin: 50px auto; padding: 30px; width: 90%; max-width: 450px; border-radius: 15px; position: relative; border-top: 8px solid #e8bf21; }
.sd-close { position: absolute; right: 20px; top: 15px; font-size: 25px; cursor: pointer; color: #24356e; }
.agern-logo { max-width: 180px; display: block; margin: 0 auto 15px; }
.agern-intro h3 { color: #24356e; text-align: center; margin-bottom: 5px; }
.agern-intro p { text-align: center; font-size: 14px; color: #555; }
.step h4 { color: #24356e; border-left: 4px solid #e8bf21; padding-left: 10px; margin: 20px 0; }
.step input, .step select { width: 100%; padding: 12px; margin-bottom: 12px; border: 1px solid #ddd; border-radius: 5px; box-sizing: border-box; }
.row-flex { display: flex; justify-content: space-between; }
button, #btn-submit { background: #24356e; color: #fff; border: none; padding: 15px; border-radius: 5px; font-weight: bold; cursor: pointer; transition: 0.3s; width: 100%; }
button:hover { background: #1a2752; }
.next-step { background: #e8bf21; color: #24356e; }
.next-step:hover { background: #d4ae1e; }
.prev-step { background: #f0f0f0; color: #666; margin-right: 10px; width: 40%; }
.lgpd-container { font-size: 11px; background: #f9f9f9; padding: 10px; display: flex; gap: 8px; margin-bottom: 15px; }
.success-msg { text-align: center; color: #24356e; padding: 30px; }