/* Texas Bridge quiz additions (2026-09). Layers on questionnaire.css + questionnaire-august23.css.
   Cream page, dark ink, mint accent — same tokens the august23 theme already sets. */
:root { --ld-ink: #0F2F29; --ld-ink2: #1E2B28; --ld-muted: #4F5D58; --ld-line: #E6E0D6; --ld-sunk: #F3EFE7; --ld-mint-soft: #DDF6F1; --ld-mint-ink: #005F52; --ld-warn: #A8512A; --ld-warn-soft: #FBEFE7; --ld-ok: #1A7A4F; --ld-ok-soft: #E6F4EC; }

/* strips under the header */
.ld-tx-strip { background: var(--ld-mint-soft); color: var(--ld-mint-ink); font-size: 13.5px; text-align: center; padding: 8px 16px; }
.ld-reserved-bar { background: var(--ld-ink); color: #FAF7F2; font-size: 13px; text-align: center; padding: 8px 14px; display: flex; justify-content: center; gap: 8px; align-items: center; }
.ld-reserved-bar b { color: var(--brand-primary, #00CEB5); }

/* page-one hero */
.ld-hero { display: flex; flex-direction: column; gap: 14px; margin-bottom: 8px; text-align: left; }
.ld-hero-h1 { font-size: clamp(28px, 6.2vw, 36px); line-height: 1.12; margin: 0; }
.ld-hero-h1 em { font-style: italic; color: var(--ld-mint-ink); }
.ld-hero-tags { display: flex; flex-wrap: wrap; gap: 8px 14px; font-size: 14.5px; color: var(--ld-ink2); }
.ld-hero-tags span::before { content: "✓"; color: var(--brand-primary-hover, #00A591); font-weight: 700; margin-right: 6px; }
.ld-hero-legal { font-size: 12.5px; color: var(--ld-muted); line-height: 1.5; margin: 14px 0 0; }
.ld-step-hero .question-headline { font-size: 21px; margin-top: 6px; }
.ld-step-hero .question-headline em { font-style: italic; color: var(--ld-mint-ink); }

/* chips */
.ld-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: var(--ld-mint-soft); color: var(--ld-mint-ink); width: fit-content; }
.ld-chip--ink { background: var(--ld-ink); color: #FAF7F2; }
.ld-chip--soft { margin-bottom: 10px; }

/* option layouts */
.option-stack { display: flex; flex-direction: column; gap: 10px; }
.option-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.option-chips .radio-option { width: auto; margin: 0; }
.option-chips .option-box { padding: 10px 14px; font-size: 15px; }
.ld-next-hidden { display: none !important; }
.ld-textarea { min-height: 90px; resize: vertical; line-height: 1.45; padding: 12px 14px; }
.ld-followup-group { padding-top: 2px; }

/* answer notes (state step) */
.ld-answer-notes { display: flex; flex-direction: column; gap: 10px; margin: 4px 0 14px; }
.ld-note { display: flex; gap: 10px; align-items: flex-start; background: var(--ld-sunk); border-radius: 12px; padding: 12px 14px; font-size: 14.5px; color: var(--ld-ink2); text-align: left; }
.ld-note-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-primary, #00CEB5); margin-top: 7px; flex: 0 0 auto; }
.ld-tx-note { font-size: 14.5px; color: var(--ld-muted); text-align: left; margin: 0 0 12px; }
.ld-tx-note b { color: var(--ld-ink); font-weight: 600; }
.ld-after-body { font-size: 12.5px; color: var(--ld-muted); margin: 12px 0 0; }

/* projection */
.is-projection .headline em { font-style: italic; color: var(--ld-mint-ink); }
.ld-projection { background: #fff; border: 1.5px solid var(--ld-line); border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 12px; margin: 14px 0; text-align: left; }
.ld-projection-big { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; font-variant-numeric: tabular-nums; }
.ld-projection-big b { font-family: var(--font-headline, inherit); font-size: 32px; font-weight: 600; color: var(--ld-ink); }
.ld-projection-big span { color: var(--ld-muted); }
.ld-projection-big small { font-size: 13px; color: var(--ld-muted); }
.ld-projection-legend { display: flex; gap: 8px 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--ld-ink2); }
.ld-projection-legend i { display: inline-block; width: 14px; height: 3px; border-radius: 2px; vertical-align: middle; margin-right: 6px; }

/* intro-offer bottom sheet */
.ld-sheet-bg { position: fixed; inset: 0; background: rgba(15,47,41,.42); z-index: 1040; opacity: 0; transition: opacity .25s; }
.ld-sheet-bg.show { opacity: 1; }
.ld-sheet { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1041; background: #fff; border-radius: 20px 20px 0 0; box-shadow: 0 -12px 40px rgba(0,0,0,.18); transform: translateY(105%); transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.ld-sheet.show { transform: none; }
.ld-sheet-in { max-width: 560px; margin: 0 auto; padding: 18px 18px 22px; display: grid; grid-template-columns: 1fr auto; gap: 10px 14px; align-items: start; text-align: left; }
.ld-sheet-badge { grid-column: 1; grid-row: 1; justify-self: start; background: var(--ld-ok-soft); color: var(--ld-ok); font-size: 12px; font-weight: 700; letter-spacing: .04em; padding: 5px 10px; border-radius: 999px; }
.ld-sheet-x { grid-column: 2; grid-row: 1; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--ld-line); background: #fff; color: var(--ld-ink); font-size: 16px; display: grid; place-items: center; }
.ld-sheet-body { grid-column: 1 / -1; display: grid; grid-template-columns: 84px 1fr; gap: 12px; align-items: center; }
.ld-sheet-body img { width: 84px; height: 84px; border-radius: 12px; object-fit: cover; border: 1px solid var(--ld-line); }
.ld-sheet-body h3 { font-family: var(--font-headline, inherit); font-size: 21px; font-weight: 600; line-height: 1.15; color: var(--ld-ink); margin: 0; }
.ld-sheet-body p { font-size: 15px; color: var(--ld-ink2); margin: 4px 0 0; }
.ld-sheet-cta { grid-column: 1 / -1; margin-top: 0 !important; }
@media (prefers-reduced-motion: reduce) { .ld-sheet, .ld-sheet-bg { transition: none; } }

/* proof cards: label as clinic visits */
.ldip-section .ldsp-clinic::before { content: ""; }
