
.dvdlg{position:fixed;inset:0;margin:auto;width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 48px);padding:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-lg);overflow:visible}
.dvdlg::backdrop{background:rgba(8,21,35,.52)}
.dvform{overflow-y:auto;max-height:calc(100vh - 48px);padding:30px 32px 28px}
.dvdlg-x{position:absolute;top:8px;right:8px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;color:var(--color-text-faint);background:none;border:0;cursor:pointer;z-index:1}
.dvdlg-x:hover{color:var(--color-text);background:var(--color-surface-alt)}
.dvdlg-x:focus-visible{outline:2px solid var(--color-brand);outline-offset:-2px}
.dvdlg-copy{font-size:var(--text-sm);line-height:1.6;color:var(--color-text-muted);margin:10px 0 22px}

.dvgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.dvfield{display:flex;flex-direction:column;gap:6px}
.dvfield-wide{grid-column:1/-1}
.dvlabel{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-faint)}
.dvlabel i{font-style:normal;text-transform:none;letter-spacing:.02em;opacity:.72}
.dvlabel .req,.dvconsent .req{font-family:var(--font-body);font-weight:600;color:var(--color-brand);position:relative;line-height:0}
.dvlabel .req{margin-left:1px;font-size:.9em;top:-.42em}
.dvconsent .req{margin-left:0;font-size:.8em;top:-.3em}

.dvinput{appearance:none;-webkit-appearance:none;width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:#fff;color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);line-height:1.3;outline:0;transition:border-color .14s,box-shadow .14s}
.dvinput:focus{border-color:var(--color-brand);box-shadow:0 0 0 3px rgba(0,110,183,.16)}
.dvinput[aria-invalid="true"]{border-color:var(--color-danger)}
.dvarea{resize:vertical;min-height:70px;line-height:1.55;border-radius:var(--radius-md)}
.dvselect{padding-right:34px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.6 6 6.4l5-4.8' fill='none' stroke='%2339536d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;background-size:11px 7px}

.dverr{margin:0;font-size:var(--text-sm);line-height:1.45;color:var(--color-danger)}
.dverr[hidden]{display:none}
.dverr-consent{margin:6px 0 0 27px}

.dvconsent{display:flex;gap:10px;align-items:flex-start;margin-top:20px;font-size:var(--text-sm);line-height:1.55;color:var(--color-text-muted)}
.dvconsent input{appearance:none;-webkit-appearance:none;position:relative;flex:0 0 auto;width:17px;height:17px;margin:2px 0 0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;cursor:pointer}
.dvconsent input:checked{background:var(--color-brand);border-color:var(--color-brand)}
.dvconsent input:checked::after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.dvconsent input:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}
.dvconsent input[aria-invalid="true"]{border-color:var(--color-danger)}
.dvconsent a{color:var(--color-brand);text-decoration:underline;text-underline-offset:2px}
.dvconsent-opt{margin-top:10px}

.dvtrap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.dvfoot{margin-top:24px}
.dvsubmit{width:100%;justify-content:center}
.dvsubmit:disabled{cursor:wait;opacity:.72}
.dvstatus{margin:12px 0 0;font-size:var(--text-sm);line-height:1.5;color:var(--color-text-muted)}
.dvstatus.is-error{color:var(--color-danger)}
.dvstatus[hidden]{display:none}

.dvdone{display:none;text-align:center;padding:22px 0 8px}
.dvdlg.is-sent .dvbody{display:none}
.dvdlg.is-sent .dvdone{display:block}
.dvdone:focus{outline:none}
.dvdone-mark{width:46px;height:46px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;background:var(--color-brand)}
.dvdone .dvdlg-copy{margin:10px auto 22px;max-width:44ch}
.dvdone-note{font-family:var(--font-mono);font-size:var(--text-2xs);line-height:1.5;letter-spacing:.02em;color:var(--color-digital);background:var(--color-digital-pale);border:1px solid var(--color-digital-line);padding:9px 12px;margin:0 auto 22px;max-width:46ch}
.dvdone-note[hidden]{display:none}

@media(max-width:720px){
  .dvdlg{width:100vw;max-width:100vw;max-height:100vh;height:100vh;
    max-height:100dvh;height:100dvh;border:0;border-radius:0}
  .dvform{max-height:100vh;max-height:100dvh;padding:26px 18px 24px}
  .dvgrid{grid-template-columns:1fr}
}


@media(min-width:721px) and (max-width:879px){
  .two{grid-template-columns:1fr;gap:34px}
}

.three .card{display:flex;flex-direction:column}
.three .card>.btn{margin-top:auto;align-self:flex-start}
