/* Scoped to the booking quiz; the landing retains its current visual system. */
#lead-sheet [hidden]{display:none!important}
#lead-sheet .lead-dialog{width:min(720px,100%);padding:28px 32px;scrollbar-gutter:stable}
#lead-sheet .lead-top{align-items:center;margin-bottom:24px}
#lead-sheet .quiz-meta{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
#lead-sheet .quiz-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);margin:0 0 12px}
#lead-sheet h2{font-size:clamp(28px,5vw,38px);line-height:1.15;max-width:560px;text-transform:none}
#lead-sheet #quiz-intro{font-size:15px;line-height:1.6;color:var(--muted);margin:14px 0 0;max-width:540px}
#lead-sheet .form-error:empty{display:none}
#lead-sheet .quiz-note{font-size:13px;line-height:1.6;color:var(--muted);margin:12px 0}
#lead-sheet fieldset{margin:20px 0}
#lead-sheet .situation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
#lead-sheet .choice-grid label{position:relative}
#lead-sheet .choice-grid span{display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left;padding:15px;min-height:76px;font-size:14px;line-height:1.45;background:rgba(255,255,255,.4);transition:background .15s,border-color .15s}
#lead-sheet .choice-grid span::before{content:'';width:17px;height:17px;flex:0 0 17px;border:1px solid #788079;border-radius:5px;background:transparent}
#lead-sheet .choice-grid input:checked+span{background:var(--ink);color:var(--paper);border-color:var(--ink)}
#lead-sheet .choice-grid input:checked+span::before{content:'';box-shadow:inset 0 0 0 4px var(--ink);color:var(--ink);background:var(--paper);border-color:var(--paper);display:grid;place-items:center;font-size:12px}
#lead-sheet .quiz-age{grid-template-columns:repeat(2,minmax(0,1fr))}
#lead-sheet .quiz-age span{min-height:64px}
#lead-sheet .quiz-age span::before{border-radius:50%}
#lead-sheet .quiz-more{margin-top:12px;border:0}
#lead-sheet .quiz-more summary{font-family:var(--body);font-size:14px;font-weight:500;padding:12px 0;color:var(--muted);cursor:pointer}
#lead-sheet .quiz-more summary::after{display:none}
#lead-sheet .quiz-nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:24px}
#lead-sheet .quiz-nav .quiz-forward{margin-left:auto;min-width:170px;justify-content:space-between}
#lead-sheet .quiz-back{font:500 14px var(--body);color:var(--muted);padding:14px 0;border:0;background:none;cursor:pointer;min-height:48px}
#lead-sheet .quiz-back:hover{color:var(--ink)}
#lead-sheet button:focus-visible,#lead-sheet a:focus-visible,#lead-sheet summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
#lead-sheet .quiz-age-note{border-left:2px solid var(--blue);padding:8px 0 8px 16px;font-size:15px;line-height:1.6}
#lead-sheet .quiz-brief{margin:22px 0;padding:18px 20px;background:var(--paper2);border-radius:16px;font-size:14px;line-height:1.65}
#lead-sheet .quiz-brief-label{margin:0 0 10px;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:600}
#lead-sheet #quiz-agenda{padding-left:18px;margin:0}
#lead-sheet #quiz-agenda li+li{margin-top:8px}
#lead-sheet #quiz-format-context:empty{display:none}
#lead-sheet .quiz-brief .quiz-note{margin-bottom:0}
#lead-sheet .quiz-contact-intro{font-size:15px;line-height:1.6}
#lead-sheet .consent-copy{font-size:12px;line-height:1.55}
#lead-sheet .lead-submit{font-size:14px;text-transform:none;letter-spacing:0}
#lead-sheet .quiz-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.quiz-preview-badge{position:fixed;left:12px;bottom:12px;z-index:45;background:#18211d;color:#fff;padding:9px 14px;border-radius:8px;font:12px/1.4 sans-serif;box-shadow:0 2px 14px #0002}
@media(max-width:600px){#lead-sheet .lead-dialog{padding:22px 18px;max-height:94dvh}#lead-sheet .lead-top{margin-bottom:20px}#lead-sheet .situation-grid{grid-template-columns:1fr}#lead-sheet .choice-grid span{min-height:58px;padding:12px 14px;font-size:14px}#lead-sheet .quiz-meta{font-size:11px}#lead-sheet .field-row{grid-template-columns:1fr;gap:20px}#lead-sheet .quiz-brief{padding:16px}#lead-sheet .lead-close{width:44px;height:44px;flex-basis:44px}}
@media(prefers-reduced-motion:reduce){#lead-sheet,#lead-sheet .lead-dialog,#lead-sheet .choice-grid span{transition:none}}

#lead-sheet .quiz-nav{position:sticky;bottom:-28px;background:var(--paper);padding:12px 0;margin-top:12px;z-index:2}
#lead-sheet .lead-top{margin-bottom:18px}
#lead-sheet .choice-grid span{min-height:68px;padding:12px 14px}
@media(max-width:600px){#lead-sheet .quiz-nav{bottom:-22px}#lead-sheet .choice-grid span{min-height:58px}}

#lead-sheet .lead-top{justify-content:flex-end;margin-bottom:8px}
#lead-sheet .quiz-field{display:block;position:relative;margin:28px 0}
#lead-sheet .quiz-field input{width:100%;box-sizing:border-box;padding:20px 52px 20px 18px;font-size:20px;border:1px solid #788079;border-radius:12px;background:rgba(255,255,255,.4)}
#lead-sheet .quiz-field-check{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#236b41;font-size:24px}
#lead-sheet .consent{margin:28px 0;font-size:16px;line-height:1.5}
#lead-sheet .consent a{text-decoration:underline;text-underline-offset:3px}

#lead-sheet .consent{display:flex;align-items:flex-start;gap:12px;margin:24px 0;font-size:14px;line-height:1.5;text-transform:none;letter-spacing:0}
#lead-sheet .consent input[type=checkbox]{appearance:auto;position:static;opacity:1;flex:0 0 20px;width:20px;height:20px;min-height:0;margin:1px 0 0;padding:0;accent-color:var(--ink);cursor:pointer}
#lead-sheet .consent input:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
#lead-sheet .consent>span{display:block;min-width:0}

#lead-sheet .quiz-nav .quiz-back{flex-shrink:0;white-space:nowrap}
#lead-sheet .quiz-nav .lead-submit{width:auto;flex:1;min-width:0}

/* Public-site field and typography tokens. */
#lead-sheet h2{font-weight:500;letter-spacing:-.04em}
#lead-sheet .quiz-field input{background:transparent;border:0;border-bottom:1.5px solid var(--line);border-radius:0;padding:10px 38px 10px 0;min-height:48px;font:400 16px var(--body)}
#lead-sheet .quiz-field input:focus{outline:none;border-bottom-color:var(--blue)}
#lead-sheet .quiz-field input[aria-invalid=true]{border-bottom-color:#A52419}
#lead-sheet .quiz-field-check{color:var(--ink)}
#lead-sheet .form-status:empty{display:none}
@media(max-width:580px){#lead-sheet .quiz-nav .lead-submit{font-size:12px;gap:8px;padding-left:14px}#lead-sheet .quiz-nav .lead-submit b{flex-shrink:0}}
