/* Shared sales entry and Spark Life qualification; scoped to this flow. */
.q-dialog, .q-shell, .q-dialog *, .q-shell * { box-sizing: border-box; }
.q-dialog, .q-shell { color: #e9edf3; font-family: 'Geist', 'Inter', sans-serif; font-size: 16px; line-height: 1.6; }
.q-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 40px; overflow-y: auto; border: 1px solid rgba(205,220,240,.16); border-radius: 16px; background: linear-gradient(145deg,rgba(29,42,55,.98),rgba(10,17,25,.98) 70%); box-shadow: inset 0 1px 0 #ffffff09, 0 28px 90px #0009; }
.q-dialog::backdrop { background: rgba(2,6,10,.72); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.q-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; border-radius: 8px; color: #aab5c3; background: transparent; font-size: 26px; cursor: pointer; }
.q-close:hover { color: #fff; background: #ffffff09; }
.q-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; font-size: 12px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; color: #a9cadd; }
.q-eyebrow::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #7dd3fc; box-shadow: 0 0 12px #38bdf84d; }
.q-dialog h2 { font-size: clamp(26px,4vw,32px); line-height: 1.2; letter-spacing: -.035em; font-weight: 400; margin: 0 0 16px; padding-right: 12px; }
.q-dialog p { color: #aab5c3; margin: 0 0 20px; }
.q-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.q-actions-stack { display: grid; margin-top: 28px; }
.q-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 12px 20px; font: 500 14px/1.4 'Geist',sans-serif; border: 1px solid #e7edf4; border-radius: 6px; background: #e7edf4; color: #111820; text-decoration: none; cursor: pointer; transition: background 160ms; }
.q-button:hover { background: #fff; }
.q-button-secondary { background: #dce6f409; color: #e7edf4; border-color: #cddcf033; }
.q-button-secondary:hover { background: #dce6f414; }
.q-button:disabled { opacity: .55; cursor: wait; }
.q-text-button { padding: 8px 0; border: 0; background: none; color: #b9cbdc; text-decoration: underline; text-underline-offset: 4px; font: inherit; font-size: 14px; cursor: pointer; }
.q-dialog :focus-visible, .q-shell :focus-visible { outline: 2px solid #7dd3fc; outline-offset: 4px; }
.q-main { padding: 64px 24px 88px; background: radial-gradient(ellipse at 50% 0%, #233d531f, transparent 58%), #070b0f; }
.q-shell { width: 100%; max-width: 740px; margin: auto; }
.q-heading { margin: 0 auto 32px; max-width: 660px; text-align: center; }
.q-heading .q-eyebrow { justify-content: center; }
.q-heading h1 { font-size: clamp(32px,4vw,46px); font-weight: 400; line-height: 1.12; letter-spacing: -.045em; margin: 0 0 18px; }
.q-heading p { color: #aab5c3; margin: 0; }
.q-card { border: 1px solid #cddcf01f; border-radius: 16px; background: linear-gradient(145deg,#18232eaa,#0c131cdd 68%); box-shadow: inset 0 1px 0 #ffffff09,0 22px 60px #0003; overflow: hidden; }
.q-form-content { padding: 30px 32px 32px; }
.q-step-title { font-size: 22px; font-weight: 400; letter-spacing: -.025em; margin: 0 0 5px; }
.q-step-intro { color: #94a4b7; font-size: 14px; margin: 0 0 26px; }
.q-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.q-field { display: flex; flex-direction: column; min-width: 0; gap: 8px; }
.q-field-wide { grid-column: 1 / -1; }
.q-field label, .q-choices legend { color: #dce5ef; font-size: 14px; font-weight: 500; }
.q-field input, .q-field select, .q-field textarea, .q-share-link { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #cddcf029; border-radius: 6px; background: #070c12a6; color: #e7edf4; font: 400 16px/1.4 'Geist',sans-serif; color-scheme: dark; }
.q-field input::placeholder { color: #637388; }
.q-field input:hover, .q-field select:hover { border-color: #cddcf04d; }
.q-field [aria-invalid='true'] { border-color: #eaa4a4; }
.q-field small, .q-help { color: #95a6b9; font-size: 13px; line-height: 1.5; margin: 0; }
.q-optional { color: #8596aa; font-size: 12px; font-weight: 400; }
.q-error { color: #f3b4b4; font-size: 13px; margin: 0; }
.q-error:empty { display: none; }
.q-alert { background: #c65c5c10; border: 1px solid #df999940; padding: 12px 16px; border-radius: 6px; color: #f0bbbb; font-size: 14px; margin-bottom: 20px; }
.q-choices { padding: 0; border: 0; margin: 0; min-width: 0; }
.q-choices legend { padding: 0; margin: 0 0 12px; }
.q-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.q-choice { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 10px 12px; border: 1px solid #cddcf020; border-radius: 6px; font-size: 13px; color: #b5c3d2; cursor: pointer; }
.q-choice:has(input:checked) { color: #e7edf4; border-color: #7dd3fc66; background: #38bdf80a; }
.q-choice input { width: 16px; height: 16px; accent-color: #9acde8; flex-shrink: 0; }
.q-form-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #cddcf014; }
.q-form-footer .q-button:last-child { margin-left: auto; }
.q-privacy { text-align: center; margin: 20px auto 0; max-width: 590px; color: #8b9bae; font-size: 12px; }
.q-privacy a, .q-help a { color: #b9cbdc; text-decoration: underline; text-underline-offset: 3px; }
.q-result { padding: 40px 32px; scroll-margin-top: 100px; }
.q-result h2 { font-size: clamp(26px,4vw,34px); font-weight: 400; line-height: 1.2; letter-spacing: -.035em; margin: 16px 0; }
.q-result p { color: #aab5c3; margin: 0 0 24px; }
.q-result-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #7dd3fc33; border-radius: 12px; background: #7dd3fc08; color: #bae6fd; font-size: 22px; }
.q-share-field { display: grid; gap: 8px; margin: 24px 0 16px; font-size: 13px; color: #aab5c3; }
.q-share-link { font-size: 13px; }
.q-status { min-height: 24px; font-size: 13px; color: #bae6fd; margin-top: 12px; }
.q-booking-frame { width: 100%; min-height: 680px; margin-top: 24px; }
.q-preview { text-align: center; padding: 8px; color: #b5c3d2; background: #7dd3fc0a; border-radius: 6px; font-size: 12px; margin-bottom: 20px; }
.q-shell [hidden], .q-dialog [hidden] { display: none !important; }
@media (max-width: 600px) {
  .q-main { padding: 36px 16px 56px; }
  .q-heading { margin-bottom: 26px; }
  .q-form-content, .q-result { padding: 24px 20px; }
  .q-grid { grid-template-columns: 1fr; gap: 20px; }
  .q-dialog { padding: 38px 24px 24px; }
  .q-choice-grid { grid-template-columns: 1fr; }
  .q-actions > .q-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .q-button { transition: none; } }

.q-details { border-top: 1px solid #cddcf01f; padding-top: 18px; }
.q-details summary { cursor: pointer; color: #c6d3e2; font-size: 14px; min-height: 32px; }
.q-details summary .q-optional { margin-left: 8px; }
.q-details[open] summary { margin-bottom: 20px; }

.q-form-section + .q-form-section { margin-top: 30px; padding-top: 28px; border-top: 1px solid #cddcf01f; }
.q-interests { padding-top: 24px; margin-top: 4px; border-top: 1px solid #cddcf01f; }
