/* Match the existing Join waitlist panel, with native modal focus handling. */
html.dq-contact-open { overflow: hidden; }
.dq-contact-dialog { box-sizing: border-box; width: min(560px, calc(100% - 24px)); max-height: calc(100dvh - 24px); margin: auto; overflow: auto; overscroll-behavior: contain; padding: clamp(22px, 4vw, 30px); border: 1px solid var(--line, #d9dde3); border-radius: 24px; color: var(--ink, #171a20); background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); font-size: 1rem; line-height: 1.5; }
.dq-contact-dialog::backdrop { background: rgba(10,12,16,.68); backdrop-filter: blur(7px); }
.dq-contact-dialog [hidden] { display: none !important; }
.dq-contact-dialog h2 { margin: 4px 36px 10px 0; font-size: clamp(1.58rem,4vw,2.05rem); line-height: 1.15; letter-spacing: -.035em; }
.dq-contact-close { position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--soft,#f4f5f7); color: inherit; font-size: 1.65rem; cursor: pointer; }
.dq-contact-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-right: 40px; margin-bottom: 15px; }
.dq-contact-top .eyebrow { margin: 0; font-size: .875rem; }
.dq-contact-progress { display: flex; align-items: center; gap: 8px; font-size: .875rem; font-weight: 700; white-space: nowrap; }
.dq-contact-dots { display: flex; gap: 5px; }
.dq-contact-dots i { width: 7px; height: 7px; border-radius: 20px; background: #d9dde3; }
.dq-contact-dots .is-active { width: 18px; background: var(--accent,#e82127); }
.dq-contact-intro { color: var(--muted,#58616b); margin: 0 0 22px; }
.dq-contact-wizard, .dq-contact-step { display: grid; gap: 16px; min-width: 0; }
.dq-contact-step label { display: grid; gap: 7px; font-weight: 650; }
.dq-contact-step input,.dq-contact-step select,.dq-contact-step textarea { box-sizing: border-box; width: 100%; min-width: 0; padding: 12px 14px; border: 1px solid #9ca3af; border-radius: 12px; background: #fff; color: inherit; font: inherit; font-weight: 400; }
.dq-contact-step textarea { min-height: 150px; resize: vertical; }
.dq-contact-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.dq-contact-actions .button:first-child { margin-right: auto; }
.dq-contact-dialog button:disabled { opacity: .6; cursor: wait; transform: none; }
.dq-contact-dialog :focus-visible { outline: 3px solid var(--accent,#e82127); outline-offset: 3px; }
.dq-contact-review { margin: 0; padding: 16px; background: var(--soft,#f4f5f7); border: 1px solid var(--line,#d9dde3); border-radius: 14px; }
.dq-contact-review > div + div { margin-top: 12px; }
.dq-contact-review dt { color: var(--muted,#58616b); font-size: .875rem; }
.dq-contact-review dd { margin: 3px 0 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.dq-contact-review > div:nth-child(2) dd { max-height: 12rem; overflow: auto; }
.dq-contact-note { font-size: .875rem; margin: 0; }
.dq-contact-status { margin: 0; overflow-wrap: anywhere; font-weight: 650; }
.dq-contact-status:empty { display: none; }
.dq-contact-dialog .dq-contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.dq-contact-dialog #dq-contact-turnstile { min-width: 0; max-width: 100%; overflow: auto; }
.dq-contact-reference { overflow-wrap: anywhere; }
.dq-contact-check { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; margin-bottom: 16px; background: #e8f5ed; color: #176b3c; font-size: 1.75rem; }
@media(max-width: 420px) { .dq-contact-top { align-items: flex-start; flex-direction: column; } .dq-contact-actions .button { flex: 1 1 auto; } }
