:root{--dgvv-navy:#193b66;--dgvv-magenta:#b20b78;--dgvv-text:#292d33;--dgvv-muted:#6d7480;--dgvv-line:#e5e8ed;--dgvv-bg:#f7f8fa}
.dgvv-card{font-family:inherit;background:#fff;border:1px solid var(--dgvv-line);border-radius:10px;box-shadow:0 12px 30px rgba(20,44,72,.09);overflow:hidden;color:var(--dgvv-text);max-width:100%}
.dgvv-head{padding:22px 22px 14px;border-top:4px solid var(--dgvv-magenta)}
.dgvv-eyebrow{display:inline-block;color:var(--dgvv-magenta);font-size:11px;font-weight:800;letter-spacing:.08em;margin-bottom:6px}
.dgvv-head h2{font-size:22px;line-height:1.2;margin:0 0 8px;font-weight:750}.dgvv-head p{font-size:13px;line-height:1.55;color:var(--dgvv-muted);margin:0}
.dgvv-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--dgvv-line);border-bottom:1px solid var(--dgvv-line);background:var(--dgvv-bg)}
.dgvv-progress button{appearance:none;border:0;background:transparent;padding:10px 4px;font-size:11px;color:var(--dgvv-muted);font-weight:650;cursor:default}.dgvv-progress button span{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#dfe4ea;color:#59616b;margin-right:3px}.dgvv-progress button.is-active{color:var(--dgvv-navy)}.dgvv-progress button.is-active span,.dgvv-progress button.is-done span{background:var(--dgvv-magenta);color:#fff}
.dgvv-form{padding:20px 22px 22px}.dgvv-step{display:none}.dgvv-step.is-active{display:block}.dgvv-form label{display:block;margin:0 0 14px}.dgvv-form label>span{display:block;font-size:12px;font-weight:700;margin-bottom:6px}
.dgvv-form input[type=text],.dgvv-form input[type=email],.dgvv-form input[type=number],.dgvv-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfd5dd;border-radius:6px;background:#fff;padding:10px 11px;font:inherit;font-size:14px;color:var(--dgvv-text);outline:none;transition:border-color .15s,box-shadow .15s}.dgvv-form input:focus,.dgvv-form textarea:focus{border-color:var(--dgvv-navy);box-shadow:0 0 0 3px rgba(25,59,102,.10)}
.dgvv-grid{display:grid;gap:12px}.dgvv-grid-2{grid-template-columns:1fr 1fr}.dgvv-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.dgvv-primary,.dgvv-secondary{border:0;border-radius:6px;padding:11px 16px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;cursor:pointer}.dgvv-primary{background:var(--dgvv-magenta);color:#fff}.dgvv-primary:hover{filter:brightness(.93)}.dgvv-secondary{background:#eef1f4;color:#38414d}.dgvv-submit{min-width:170px}.dgvv-primary[disabled]{opacity:.6;cursor:wait}
.dgvv-upload{border:1px dashed #c6ccd5;border-radius:8px;padding:14px;margin-bottom:14px;background:#fafbfc}.dgvv-upload strong{display:block;font-size:13px}.dgvv-upload small{display:block;color:var(--dgvv-muted);font-size:11px;line-height:1.4;margin-top:3px}.dgvv-upload-btn{display:inline-flex!important;align-items:center;margin:12px 0 4px!important;padding:9px 12px;border:1px solid var(--dgvv-navy);border-radius:5px;color:var(--dgvv-navy);font-size:12px;font-weight:750;cursor:pointer;background:#fff}.dgvv-upload-btn input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;overflow:hidden!important}.dgvv-photo-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:8px}.dgvv-photo-preview img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:5px;border:1px solid var(--dgvv-line)}.dgvv-file-name{font-size:11px;color:var(--dgvv-muted);word-break:break-word}.dgvv-privacy-note{font-size:11px;line-height:1.4;color:var(--dgvv-muted);margin:9px 0 0}
.dgvv-consent{display:flex!important;align-items:flex-start;gap:8px;font-size:11px;line-height:1.45}.dgvv-consent input{margin-top:3px}.dgvv-consent span{font-weight:400!important;margin:0!important}.dgvv-consent a{color:var(--dgvv-magenta)}.dgvv-message{display:none;padding:10px 12px;border-radius:6px;margin:12px 0;font-size:12px}.dgvv-message.is-error{display:block;background:#fff1f1;color:#9d2020;border:1px solid #f0c7c7}.dgvv-hp{position:absolute!important;left:-9999px!important;opacity:0!important}.dgvv-success{padding:34px 22px;text-align:center}.dgvv-success-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#edf8f0;color:#248340;font-size:28px;font-weight:800}.dgvv-success h3{font-size:20px;margin:0 0 8px}.dgvv-success p{color:var(--dgvv-muted);font-size:13px}.dgvv-success strong{color:var(--dgvv-navy);font-size:14px}
@media(max-width:767px){.dgvv-head{padding:18px 16px 12px}.dgvv-head h2{font-size:20px}.dgvv-form{padding:16px}.dgvv-grid-2{grid-template-columns:1fr}.dgvv-progress button{font-size:10px}.dgvv-progress button span{display:flex;margin:0 auto 3px}.dgvv-photo-preview{grid-template-columns:repeat(3,1fr)}.dgvv-actions{justify-content:stretch}.dgvv-actions button{flex:1}}
