.demand-survey-offer{border:1px solid var(--accent-subtle);background:linear-gradient(135deg, color-mix(in srgb, var(--accent-bg) 76%, white), var(--bg-surface));border-radius:1rem;padding:clamp(1.25rem,4vw,2rem)}.demand-survey-offer h2{max-width:28ch;margin-top:.55rem;font-size:clamp(1.45rem,2.7vw,1.85rem)}.demand-survey-offer-copy{max-width:44rem;color:var(--text-secondary);margin-top:.9rem;font-size:.9375rem;line-height:1.65}.demand-survey-offer-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:1.25rem;padding:0;list-style:none;display:grid}.demand-survey-offer-facts li{border:1px solid color-mix(in srgb, var(--accent-subtle) 70%, var(--border-subtle));background:color-mix(in srgb, var(--bg-surface) 84%, transparent);border-radius:.7rem;padding:.85rem}.demand-survey-offer-facts strong,.demand-survey-offer-facts span{display:block}.demand-survey-offer-facts strong{color:var(--text-primary);font-size:.8125rem}.demand-survey-offer-facts span{color:var(--text-muted);margin-top:.3rem;font-size:.75rem;line-height:1.45}.demand-survey-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.75rem;display:grid}.demand-survey-contact-requirement{color:var(--danger-fg);margin-top:.75rem;font-size:.8125rem;font-weight:600}.demand-survey-contact-requirement[hidden]{display:none}.demand-survey-contact-grid label>span{color:var(--text-primary);font-size:.8125rem;font-weight:600;display:block}.demand-survey-contact-grid input{margin-top:.45rem;padding:.8rem .9rem}.demand-survey-contact-wide{grid-column:1/-1}.demand-survey-privacy-note{color:var(--text-muted);margin:1.25rem 0;font-size:.75rem;line-height:1.65}.demand-survey-privacy-note a,.demand-survey-home-link{color:var(--text-primary);text-underline-offset:.2em;font-weight:600;text-decoration:underline}.demand-survey-actions{border-top:1px solid var(--border-subtle);justify-content:space-between;gap:1rem;padding-top:1.5rem;display:flex}.demand-survey-actions button,.demand-survey-schedule{border-radius:.65rem;min-height:3rem;padding:.75rem 1.2rem;font-size:.9rem;font-weight:700}.demand-survey-back{border:1px solid var(--border-strong);background:var(--bg-surface);color:var(--text-secondary);align-items:center;gap:.5rem;display:inline-flex}.demand-survey-back span[aria-hidden=true]{font-size:1.15rem;line-height:1}.demand-survey-next,.demand-survey-submit,.demand-survey-schedule{border:1px solid var(--accent-fg);background:var(--accent-fg);color:var(--accent-on-strong);margin-left:auto}.demand-survey-actions button:disabled{cursor:not-allowed;opacity:.6}.demand-survey-status{min-height:1.5rem;color:var(--text-secondary);border-radius:.5rem;margin-top:1rem;font-size:.8125rem}.demand-survey-status.is-error{background:var(--danger-bg);color:var(--danger-fg);padding:.75rem}.demand-survey-status.is-success{color:var(--success-fg)}.demand-survey-success{text-align:center;padding:clamp(2rem,5vw,3.5rem)}.demand-survey-schedule{align-items:center;gap:.65rem;margin:1.75rem auto 0;text-decoration:none;display:inline-flex}.demand-survey-success-schedule[hidden]{display:none}.demand-survey-success-schedule>p{color:var(--text-secondary);margin-top:1.25rem}.demand-survey-home-link{width:fit-content;margin:1.25rem auto 0;font-size:.875rem;display:block}@media (width<=640px){.demand-survey-offer-facts,.demand-survey-contact-grid{grid-template-columns:1fr}.demand-survey-contact-wide{grid-column:auto}}.demand-survey-progress{background:var(--bg-s2);border-radius:999px;height:.375rem;overflow:hidden}.demand-survey-progress span{border-radius:inherit;background:var(--accent-fg);width:0;height:100%;transition:width .18s;display:block}.demand-survey-progress-label{color:var(--text-muted);margin-top:.75rem;font-size:.75rem;font-weight:600}.demand-survey-draft-note{color:var(--text-muted);margin-top:.4rem;font-size:.75rem;line-height:1.5}.demand-survey-step{min-height:24rem;padding:clamp(2rem,5vw,3.5rem) 0 1.5rem;scroll-margin-top:5.5rem}.demand-survey-step[hidden]{display:none}.demand-survey-step-meta{color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;justify-content:space-between;gap:1rem;margin-bottom:1.15rem;font-size:.75rem;font-weight:700;display:flex}.demand-survey-question{border:0;margin:0;padding:0}.demand-survey-prompt,.demand-survey-contact-heading h2,.demand-survey-offer h2{max-width:42rem;color:var(--text-primary);letter-spacing:-.025em;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25;display:block}.demand-survey-step[data-offer-step]{min-height:auto;padding-bottom:2rem}.demand-survey-help,.demand-survey-contact-heading>p:last-child{color:var(--text-secondary);margin-top:.75rem;font-size:.9375rem;line-height:1.6}.demand-survey-prompt [data-survey-pipe]{color:var(--accent-fg)}.demand-survey-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem;display:grid}.demand-survey-choice{border:1px solid var(--border-subtle);background:var(--bg-surface);min-height:3.75rem;color:var(--text-secondary);border-radius:.75rem;align-items:center;gap:.75rem;padding:.9rem 1rem;font-size:.9rem;font-weight:500;line-height:1.4;transition:border-color .16s,background .16s,color .16s;display:flex;position:relative}.demand-survey-choice:hover{border-color:var(--border-strong);background:var(--bg-canvas)}.demand-survey-choice:has(input:checked){border-color:var(--accent-fg);background:var(--accent-bg);color:var(--text-primary)}.demand-survey-choice:has(input:focus-visible){box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-fg) 22%, transparent)}.demand-survey-choice input{width:1rem;height:1rem;accent-color:var(--accent-fg);flex:none}.demand-survey-question textarea,.demand-survey-contact-grid input{border:1px solid var(--border-strong);background:var(--bg-surface);width:100%;color:var(--text-primary);border-radius:.75rem;outline:none}.demand-survey-question textarea{resize:vertical;min-height:10rem;margin-top:1.5rem;padding:1rem;line-height:1.6}.demand-survey-conditional-text{margin-top:.75rem;display:block}.demand-survey-conditional-text[hidden]{display:none}.demand-survey-conditional-action{border:1px solid var(--accent-subtle);background:var(--accent-bg);border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:.9rem 1rem;display:flex}.demand-survey-conditional-action[hidden]{display:none}.demand-survey-conditional-action p{color:var(--text-secondary);font-size:.8125rem}.demand-survey-conditional-action a{color:var(--accent-fg);text-underline-offset:.2em;flex:none;align-items:center;gap:.45rem;font-size:.875rem;font-weight:700;display:inline-flex}.demand-survey-conditional-text>span{color:var(--text-primary);font-size:.8125rem;font-weight:600;display:block}.demand-survey-conditional-text textarea{min-height:7rem;margin-top:.45rem}.demand-survey-question textarea:focus,.demand-survey-contact-grid input:focus{border-color:var(--accent-fg);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-fg) 22%, transparent)}.demand-survey-selection-error{min-height:1.25rem;color:var(--danger-fg);margin-top:.75rem;font-size:.8125rem;font-weight:600}@media (width<=640px){.demand-survey-step{min-height:28rem}.demand-survey-choices{grid-template-columns:1fr}.demand-survey-conditional-action{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.demand-survey-progress span,.demand-survey-choice{transition:none}}.demand-survey-hero{border-bottom:1px solid var(--border-subtle);background:radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--accent-subtle) 72%, transparent), transparent 34%), radial-gradient(circle at 86% 20%, color-mix(in srgb, var(--info-bg) 75%, transparent), transparent 30%), var(--bg-surface);padding:4.5rem 1.5rem 5rem;position:relative;overflow:hidden}.demand-survey-hero-inner,.demand-survey-shell{width:min(100%,56rem);margin-inline:auto}.demand-survey-hero h1{letter-spacing:-.04em;max-width:14ch;margin:1rem auto 0;font-size:clamp(2.125rem,4.5vw,3.75rem);line-height:1.07}.demand-survey-hero-copy{max-width:43rem;color:var(--text-secondary);margin:1.5rem auto 0;font-size:1.0625rem;line-height:1.75}.demand-survey-facts{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.demand-survey-facts span{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-surface) 86%, transparent);color:var(--text-secondary);border-radius:999px;padding:.55rem .85rem;font-size:.8125rem;font-weight:600}.demand-survey-shell{padding:5rem 1.5rem 6rem}.demand-survey-form-heading{text-align:center;max-width:42rem;margin:0 auto 2.25rem}.demand-survey-form-heading h2,.demand-survey-success h2{letter-spacing:-.03em;margin-top:.65rem;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15}.demand-survey-form-heading>p:last-child,.demand-survey-success>p{color:var(--text-secondary);margin-top:1rem;line-height:1.7}.demand-survey-kicker,.demand-survey-concept-kicker{color:var(--accent-fg);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:700}.demand-survey-card,.demand-survey-success{border:1px solid var(--border-subtle);background:var(--bg-surface);border-radius:1rem}.demand-survey-card{padding:clamp(1.25rem,4vw,2.5rem)}@media (width<=640px){.demand-survey-hero{padding-block:3.5rem 4rem}.demand-survey-shell{padding-block:4rem}}
