:root {
  --ink: #143f36;
  --ink-dark: #0c2f29;
  --mint: #dcece3;
  --mint-deep: #8ab79f;
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --coral: #e78456;
  --coral-dark: #c9663c;
  --line: #d7e0da;
  --muted: #60746d;
  --shadow: 0 24px 65px rgba(20, 63, 54, 0.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.demo-banner { padding: 7px 16px; color: #fff; background: var(--ink-dark); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 800; text-decoration: none; letter-spacing: -.04em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 10px; }
.brand-mark svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .brand-wave { fill: none; stroke: var(--coral); stroke-width: 2.4; }
.local-chip { display: inline-flex; gap: 8px; align-items: center; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 600; }
.local-chip span { width: 7px; height: 7px; background: #3e9b6c; border-radius: 50%; box-shadow: 0 0 0 4px #dff1e7; }

.hero { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 44px; padding-top: 32px; padding-bottom: 86px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin-bottom: 18px; color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.eyebrow span { display: inline-block; margin-right: 4px; padding: 5px 9px; color: var(--ink); background: var(--mint); border-radius: 6px; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; }
h1 { max-width: 630px; margin: 0; color: var(--ink-dark); font-size: clamp(48px, 5.4vw, 78px); line-height: .99; letter-spacing: -.065em; }
h1 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 560px; margin: 28px 0 32px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.primary-cta, .continue-button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 25px; color: #fff; background: var(--ink); border: 0; border-radius: 13px; font-weight: 700; box-shadow: 0 10px 28px rgba(20, 63, 54, .2); cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.primary-cta:hover, .continue-button:hover { background: var(--ink-dark); box-shadow: 0 14px 36px rgba(20, 63, 54, .25); transform: translateY(-2px); }
.primary-cta svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.privacy-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.privacy-note svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.hero-visual { position: relative; min-height: 540px; border-radius: 42% 42% 22% 22%; overflow: visible; }
.hero-visual::before { content: ''; position: absolute; inset: 38px 6px 28px 36px; background: linear-gradient(145deg, #dcece3, #c4dfd1); border-radius: 47% 47% 28% 28%; }
.hero-visual::after { content: ''; position: absolute; right: -15px; bottom: 5px; width: 120px; height: 150px; opacity: .25; background-image: radial-gradient(var(--ink) 1.2px, transparent 1.2px); background-size: 12px 12px; }
.sun-disc { position: absolute; top: 75px; right: 60px; z-index: 1; width: 105px; height: 105px; background: #f7c784; border-radius: 50%; }
.house-illustration { position: absolute; inset: 34px 2% 0 3%; z-index: 2; width: 94%; height: 92%; }
.question-card, .range-card { position: absolute; z-index: 4; background: rgba(255, 253, 249, .94); border: 1px solid rgba(20, 63, 54, .09); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.question-card { min-width: 210px; display: flex; gap: 11px; align-items: center; padding: 13px; border-radius: 14px; }
.question-card .mini-icon { width: 36px; height: 36px; display: grid; place-items: center; background: var(--mint); border-radius: 9px; font-weight: 800; }
.question-card div { display: grid; flex: 1; }
.question-card small, .range-card small { color: var(--muted); font-size: 11px; font-weight: 600; }
.question-card strong { margin-top: 2px; font-size: 13px; }
.check { width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: #3d9568; border-radius: 50%; font-size: 12px; }
.card-one { top: 108px; left: 0; transform: rotate(-2deg); }
.card-two { right: -5px; bottom: 130px; transform: rotate(2deg); }
.range-card { bottom: 20px; left: 54px; min-width: 285px; display: grid; padding: 18px 20px; border-radius: 16px; }
.range-card strong { margin: 5px 0 4px; color: var(--coral); font-family: 'Manrope'; font-size: 21px; letter-spacing: -.04em; }
.range-card span { color: var(--muted); font-size: 11px; }

.why-section { padding: 100px 0; background: var(--ink-dark); color: #fff; }
.section-kicker { margin: 0 0 15px; color: #9ec8b4; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.why-section h2 { margin: 0 0 58px; font-size: clamp(34px, 4vw, 55px); line-height: 1.1; letter-spacing: -.05em; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.035); }
.benefit-grid article > span { color: #efaa81; font-family: 'Manrope'; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.benefit-grid h3 { margin: 42px 0 10px; font-size: 19px; }
.benefit-grid p { margin: 0; color: #b7c9c3; font-size: 14px; line-height: 1.6; }
.trust-strip { display: flex; align-items: center; gap: 15px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.trust-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: #f2c598; border-radius: 50%; font-family: 'Manrope'; font-weight: 800; }
.trust-strip p { margin: 0; color: #b7c9c3; font-size: 14px; }
.trust-strip strong { color: #fff; }

.site-footer { padding: 28px 0; color: var(--muted); background: #f1ece4; font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; }
.footer-inner div { display: flex; gap: 20px; }

.wizard { min-height: calc(100vh - 30px); background: var(--paper); }
.wizard-header { height: 76px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; padding: 0 22px; border-bottom: 1px solid #e8ece9; }
.wizard-brand { justify-self: center; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
.icon-button:hover { background: var(--mint); }
.icon-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; }
.progress-wrap { width: min(700px, calc(100% - 40px)); margin: 27px auto 0; }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
.progress-track { height: 5px; overflow: hidden; background: #e8ede9; border-radius: 999px; }
.progress-track span { display: block; width: 7%; height: 100%; background: var(--coral); border-radius: inherit; transition: width .3s ease; }
.wizard-stage { width: min(700px, calc(100% - 40px)); min-height: 590px; margin: 0 auto; padding: 68px 0 80px; }
.wizard-footer { padding: 16px; color: #81928c; font-size: 11px; text-align: center; }
.step-enter { animation: stepIn .28s ease both; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.step-kicker { margin: 0 0 12px; color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.step-title { max-width: 650px; margin: 0; color: var(--ink-dark); font-size: clamp(31px, 5vw, 46px); line-height: 1.12; letter-spacing: -.045em; }
.step-subtitle { max-width: 570px; margin: 15px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.field-label { display: block; margin-bottom: 9px; color: var(--ink); font-size: 13px; font-weight: 700; }
.text-input { width: 100%; height: 60px; padding: 0 17px; color: var(--ink-dark); background: #fff; border: 1.5px solid #ccd8d1; border-radius: 12px; outline: none; transition: border .15s, box-shadow .15s; }
.text-input:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(20,63,54,.09); }
.input-help { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.error-message { min-height: 20px; margin: 8px 0 0; color: #b84d35; font-size: 13px; font-weight: 600; }
.action-row { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.continue-button { min-width: 155px; }
.continue-button:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.keyboard-hint { color: #87958f; font-size: 11px; }

.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.option-grid.single { grid-template-columns: 1fr; }
.option-button { min-height: 66px; display: flex; align-items: center; gap: 13px; padding: 14px 16px; color: var(--ink); text-align: left; background: #fff; border: 1.5px solid #d7e0da; border-radius: 13px; cursor: pointer; transition: border .15s, background .15s, transform .15s; }
.option-button:hover { border-color: var(--mint-deep); background: #f8fbf9; transform: translateY(-1px); }
.option-button.selected { border-color: var(--ink); background: var(--mint); box-shadow: inset 0 0 0 1px var(--ink); }
.option-icon { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--cream); border-radius: 8px; font-weight: 800; }
.selected .option-icon { background: #fff; }
.option-copy { display: grid; gap: 2px; }
.option-copy strong { font-size: 14px; }
.option-copy small { color: var(--muted); font-size: 11px; }
.option-check { width: 19px; height: 19px; display: grid; place-items: center; margin-left: auto; color: transparent; border: 1.5px solid #bccbc3; border-radius: 50%; font-size: 11px; }
.selected .option-check { color: #fff; background: var(--ink); border-color: var(--ink); }
.multi-note { margin: -18px 0 22px; color: var(--muted); font-size: 12px; }

.result-panel { position: relative; overflow: hidden; padding: 38px; color: #fff; background: var(--ink-dark); border-radius: var(--radius); box-shadow: var(--shadow); }
.result-panel::after { content: ''; position: absolute; top: -85px; right: -70px; width: 230px; height: 230px; border: 52px solid rgba(255,255,255,.045); border-radius: 50%; }
.result-panel > * { position: relative; z-index: 1; }
.result-panel .step-kicker { color: #f2b28e; }
.result-panel h2 { margin: 5px 0 8px; color: #fff; font-size: clamp(36px, 7vw, 55px); letter-spacing: -.055em; }
.result-zone { margin: 0; color: #a9c4b9; font-size: 13px; }
.result-divider { height: 1px; margin: 28px 0; background: rgba(255,255,255,.13); }
.result-explanation { display: flex; gap: 13px; align-items: flex-start; color: #dbe7e2; font-size: 15px; line-height: 1.6; }
.spark { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: #f1c194; border-radius: 9px; }
.result-disclaimer { margin: 20px 0 0; color: #91aca1; font-size: 11px; line-height: 1.55; }
.result-actions { margin-top: 24px; }
.result-actions .continue-button { width: 100%; background: var(--coral); }
.result-actions .continue-button:hover { background: var(--coral-dark); }

.consent-box { margin-top: 18px; padding: 16px; color: var(--muted); background: var(--cream); border-radius: 11px; font-size: 12px; line-height: 1.55; }
.checkbox-row { display: flex; gap: 11px; align-items: flex-start; margin-top: 19px; cursor: pointer; }
.checkbox-row input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--ink); }
.checkbox-row span { color: var(--ink); font-size: 13px; line-height: 1.5; }
.coming-soon { text-align: center; }
.coming-icon, .done-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 30px; }
.coming-soon .step-title, .done-screen .step-title { margin-inline: auto; }
.coming-soon .step-subtitle, .done-screen .step-subtitle { margin-inline: auto; }
.done-screen { padding-top: 25px; text-align: center; }
.done-summary { margin: 30px auto; padding: 20px; background: var(--cream); border-radius: 14px; text-align: left; }
.done-summary div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid #ded8cf; font-size: 13px; }
.done-summary div:last-child { border: 0; }
.done-summary span { color: var(--muted); }
.done-summary strong { text-align: right; }
.secondary-button { min-height: 48px; padding: 0 19px; background: transparent; border: 1.5px solid var(--line); border-radius: 11px; font-weight: 700; cursor: pointer; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .privacy-note { justify-content: center; }
  .hero-visual { width: min(620px, 100%); margin: -15px auto 0; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .demo-banner { font-size: 10px; }
  .site-header { height: 72px; }
  .local-chip { display: none; }
  .hero { min-height: auto; gap: 20px; padding-top: 40px; padding-bottom: 60px; }
  h1 { font-size: 46px; }
  .hero-lede { margin: 22px 0 26px; font-size: 16px; }
  .primary-cta { width: 100%; }
  .hero-visual { min-height: 390px; transform: scale(.94); }
  .hero-visual::before { inset: 28px 2px 15px 10px; }
  .house-illustration { inset: 25px 0 0; width: 100%; }
  .sun-disc { top: 58px; right: 30px; width: 74px; height: 74px; }
  .question-card { min-width: 170px; padding: 10px; }
  .question-card .mini-icon { width: 30px; height: 30px; }
  .question-card strong { font-size: 11px; }
  .card-one { top: 74px; left: -7px; }
  .card-two { right: -8px; bottom: 88px; }
  .range-card { left: 17px; bottom: 3px; min-width: 240px; padding: 14px 16px; }
  .range-card strong { font-size: 17px; }
  .why-section { padding: 70px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid h3 { margin-top: 26px; }
  .footer-inner { flex-direction: column; }
  .wizard-header { height: 66px; padding-inline: 9px; }
  .wizard-brand > span:last-child { display: none; }
  .progress-wrap { width: calc(100% - 30px); margin-top: 21px; }
  .wizard-stage { width: calc(100% - 30px); min-height: calc(100vh - 170px); padding: 48px 0 55px; }
  .step-title { font-size: 32px; }
  .step-subtitle { font-size: 15px; }
  .option-grid { grid-template-columns: 1fr; gap: 10px; }
  .option-button { min-height: 61px; }
  .keyboard-hint { display: none; }
  .continue-button { flex: 1; }
  .result-panel { padding: 29px 22px; border-radius: 18px; }
  .result-panel h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Conversational wizard */
.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; }
body.wizard-open { overflow: hidden; background: #edf2ee; }
.wizard:not([hidden]) { height: calc(100vh - 30px); min-height: 690px; display: flex; flex-direction: column; background: #edf2ee; }
.wizard .wizard-header { flex: 0 0 70px; height: 70px; background: rgba(255,253,249,.93); backdrop-filter: blur(14px); }
.wizard .progress-wrap { flex: 0 0 auto; width: min(1120px, calc(100% - 40px)); margin: 16px auto 0; }
.wizard-layout { width: min(1120px, calc(100% - 40px)); min-height: 0; display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(330px, .78fr); flex: 1 1 auto; gap: 20px; margin: 15px auto 0; }
.wizard .wizard-footer { flex: 0 0 auto; padding: 9px 16px 11px; }

.chat-shell { min-width: 0; min-height: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid rgba(20,63,54,.1); border-radius: 20px; box-shadow: 0 16px 46px rgba(20,63,54,.09); }
.chat-intro { min-height: 62px; display: flex; align-items: center; gap: 11px; padding: 11px 18px; background: #fbfcfa; border-bottom: 1px solid #e4eae6; }
.guide-avatar, .chat-avatar { display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: linear-gradient(145deg, #1b594c, #0f392f); border-radius: 50%; font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: -.04em; }
.guide-avatar { width: 39px; height: 39px; font-size: 11px; box-shadow: 0 0 0 4px #e1eee7; }
.chat-intro div { display: grid; gap: 1px; }
.chat-intro strong { color: var(--ink-dark); font-size: 13px; }
.chat-intro span:not(.guide-avatar) { color: var(--muted); font-size: 10px; }
.chat-intro span:not(.guide-avatar)::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #43a575; border-radius: 50%; }

.chat-feed { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 25px 24px 12px; scroll-behavior: smooth; scrollbar-color: #c7d4cc transparent; }
.chat-feed::before { content: 'Today'; display: block; width: max-content; margin: 0 auto 22px; padding: 4px 9px; color: #8a9993; background: #f1f4f2; border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.chat-row { display: flex; align-items: flex-end; gap: 9px; margin: 0 0 14px; }
.chat-avatar { width: 28px; height: 28px; margin-bottom: 3px; font-size: 8px; }
.chat-bubble { max-width: min(82%, 520px); padding: 13px 15px; font-size: 13px; line-height: 1.48; }
.assistant-bubble { color: var(--ink-dark); background: #f0f5f1; border-radius: 16px 16px 16px 5px; }
.assistant-bubble p { margin: 0; }
.assistant-bubble span { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.assistant-bubble .live-ai-reply { margin: -2px 0 9px; padding: 8px 9px; color: #174b3e; background: rgba(105, 189, 146, .13); border: 1px solid rgba(74, 157, 116, .18); border-radius: 9px; font-size: 12px; line-height: 1.45; }
.assistant-bubble .live-ai-reply span { display: inline; margin: 0 5px 0 0; color: #176647; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-ai-reply i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; background: #3ec884; border-radius: 50%; box-shadow: 0 0 8px rgba(62, 200, 132, .8); animation: livePulse 1.8s infinite; }
.ai-thinking-label { display: block; margin: 5px 0 0 4px; color: #698078; font-size: 9px; letter-spacing: .02em; }
.user-row { justify-content: flex-end; }
.user-bubble { color: #fff; background: var(--ink); border-radius: 16px 16px 5px 16px; }
.message-new { animation: messageIn .28s ease both; }
@keyframes messageIn { from { opacity: 0; transform: translateY(7px) scale(.985); } to { opacity: 1; transform: none; } }
.typing-bubble { display: flex; gap: 4px; align-items: center; min-width: 55px; height: 36px; padding: 0 13px; background: #f0f5f1; border-radius: 15px 15px 15px 5px; }
.typing-bubble i { width: 5px; height: 5px; background: #789188; border-radius: 50%; animation: typingDot 1s infinite ease-in-out; }
.typing-bubble i:nth-child(2) { animation-delay: .15s; }
.typing-bubble i:nth-child(3) { animation-delay: .3s; }
@keyframes typingDot { 0%, 60%, 100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

.chat-composer { flex: 0 0 auto; max-height: 48%; overflow-y: auto; padding: 14px 18px 17px; background: #f8faf8; border-top: 1px solid #e1e8e3; scrollbar-color: #c7d4cc transparent; }
.chat-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.chat-option { min-height: 49px; display: flex; align-items: center; gap: 9px; padding: 10px 11px; color: var(--ink); text-align: left; background: #fff; border: 1px solid #d3dfd8; border-radius: 11px; cursor: pointer; transition: background .16s, border .16s, transform .16s, box-shadow .16s; }
.chat-option:hover { border-color: #82aa96; background: #f6faf7; box-shadow: 0 5px 15px rgba(20,63,54,.07); transform: translateY(-1px); }
.chat-option.selected { border-color: var(--ink); background: var(--mint); box-shadow: inset 0 0 0 1px var(--ink); }
.chat-option-icon { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; background: var(--cream); border-radius: 7px; font-weight: 800; }
.chat-option > span:nth-child(2) { display: grid; flex: 1; gap: 2px; }
.chat-option strong { font-size: 11px; line-height: 1.25; }
.chat-option small { color: var(--muted); font-size: 9px; line-height: 1.35; }
.chat-option > i { width: 17px; height: 17px; display: grid; place-items: center; flex: 0 0 auto; color: transparent; border: 1px solid #bdcbc3; border-radius: 50%; font-size: 9px; font-style: normal; }
.chat-option.selected > i { color: #fff; background: var(--ink); border-color: var(--ink); }
.chat-send { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 17px; color: #fff; background: var(--ink); border: 0; border-radius: 11px; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .16s, transform .16s; }
.chat-send:hover { background: var(--ink-dark); transform: translateY(-1px); }
.chat-send:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.chat-send.wide { width: 100%; }
.chat-send span { font-size: 17px; }
.compact-options .chat-send { grid-column: 1 / -1; margin-top: 3px; }

.chat-input-wrap { display: grid; grid-template-columns: 1fr 42px; gap: 7px; padding: 5px; background: #fff; border: 1px solid #cad7cf; border-radius: 13px; box-shadow: 0 5px 16px rgba(20,63,54,.06); }
.chat-input { width: 100%; min-width: 0; height: 42px; padding: 0 10px; color: var(--ink-dark); background: transparent; border: 0; outline: 0; font-size: 13px; }
.chat-input::placeholder { color: #91a098; }
.chat-input-send { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: #fff; background: var(--coral); border: 0; border-radius: 9px; font-size: 20px; cursor: pointer; }
.chat-input-send:hover { background: var(--coral-dark); }
.composer-error { min-height: 16px; margin: 6px 4px 0; color: #b84d35; font-size: 10px; font-weight: 700; }
.prototype-note { margin: 5px 4px 0; color: var(--muted); font-size: 9px; }
.chat-consent { display: flex; gap: 8px; align-items: flex-start; margin-top: 10px; color: var(--muted); font-size: 9px; line-height: 1.4; cursor: pointer; }
.chat-consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 0; accent-color: var(--ink); }
.chat-composer.phone-mode { max-height: 68%; padding: 12px; background: #edf3ef; }
.phone-capture-card { padding: 13px; background: #fff; border: 1px solid #d5e0d9; border-radius: 14px; box-shadow: 0 10px 28px rgba(20,63,54,.08); }
.completion-badge { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.completion-badge > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: #3d9669; border-radius: 50%; font-size: 12px; box-shadow: 0 0 0 5px #e5f2ea; }
.completion-badge div { display: grid; gap: 1px; }
.completion-badge strong { color: var(--ink-dark); font-size: 11px; }
.completion-badge small { color: var(--muted); font-size: 9px; }
.report-preview { padding: 10px 11px; background: linear-gradient(135deg, #f4ede2, #eef5f0); border: 1px solid #e2ded5; border-radius: 10px; }
.report-preview-head { display: flex; align-items: center; gap: 8px; }
.report-icon { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: #fff; border-radius: 7px; box-shadow: 0 4px 10px rgba(20,63,54,.08); }
.report-preview-head div { display: grid; gap: 1px; }
.report-preview-head strong { color: var(--ink-dark); font-size: 10px; }
.report-preview-head small { color: var(--muted); font-size: 8px; }
.report-preview ul { display: flex; flex-wrap: wrap; gap: 4px 12px; margin: 8px 0 0; padding: 0; list-style: none; }
.report-preview li { color: var(--ink); font-size: 8px; font-weight: 700; }
.report-preview li::before { content: '✓'; margin-right: 4px; color: #3d9669; }
.phone-label { display: block; margin: 11px 0 5px; color: var(--ink-dark); font-size: 9px; font-weight: 800; }
.phone-entry { display: grid; grid-template-columns: auto minmax(90px, 1fr) auto; align-items: center; overflow: hidden; background: #fff; border: 1.5px solid #afc2b7; border-radius: 11px; box-shadow: 0 0 0 3px rgba(20,63,54,.04); }
.country-code { padding: 0 9px 0 12px; color: var(--muted); border-right: 1px solid #dce4df; font-size: 11px; font-weight: 700; }
.phone-input { min-width: 0; height: 44px; padding: 0 10px; color: var(--ink-dark); background: transparent; border: 0; outline: 0; font-size: 12px; }
.phone-entry button { height: 36px; display: inline-flex; align-items: center; gap: 7px; margin-right: 4px; padding: 0 12px; color: #fff; background: var(--coral); border: 0; border-radius: 8px; font-size: 9px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.phone-entry button:hover { background: var(--coral-dark); }
.phone-entry button span { font-size: 13px; }
.phone-trust { display: flex; flex-wrap: wrap; gap: 4px 10px; margin-top: 8px; color: #547167; font-size: 7px; font-weight: 700; }
.phone-capture-card .chat-consent { margin-top: 8px; }
.phone-capture-card .prototype-note { margin-top: 7px; padding-top: 7px; border-top: 1px solid #e5e9e6; }
.phone-capture-card .composer-error { margin-bottom: -5px; }
.named-professional { grid-column: 1 / -1; display: grid; padding: 11px 13px; background: #eaf2ed; border-radius: 10px; }
.named-professional span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.named-professional strong { margin-top: 2px; font-size: 12px; }
.named-professional small { color: var(--muted); font-size: 9px; }
.chat-done-card { display: grid; gap: 8px; }
.chat-done-card > div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 11px; background: #fff; border: 1px solid #dde5e0; border-radius: 9px; font-size: 10px; }
.chat-done-card span { color: var(--muted); }
.chat-done-card strong { text-align: right; }

.live-range { position: relative; min-width: 0; overflow: hidden; padding: 24px; color: #fff; background: linear-gradient(155deg, #103b32, #092b25); border-radius: 20px; box-shadow: 0 18px 50px rgba(10,45,38,.18); isolation: isolate; }
.range-glow { position: absolute; top: -110px; right: -100px; z-index: -1; width: 310px; height: 310px; background: radial-gradient(circle, rgba(111,188,150,.25), transparent 67%); border-radius: 50%; transition: background .5s; }
.is-detailed .range-glow { background: radial-gradient(circle, rgba(235,151,101,.28), transparent 67%); }
.live-range.awaiting-save { box-shadow: 0 18px 55px rgba(10,45,38,.24), 0 0 0 2px rgba(231,132,86,.45); }
.awaiting-save .live-range-value { color: #ffd3b9; animation: resultReady 1.6s infinite ease-in-out; }
@keyframes resultReady { 50% { text-shadow: 0 0 20px rgba(255,185,143,.28); transform: scale(1.015); } }
.range-topline { display: flex; justify-content: space-between; align-items: center; color: #b7cec5; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; color: #cce4d9; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 8px; }
.live-pill i { width: 5px; height: 5px; background: #70d5a2; border-radius: 50%; box-shadow: 0 0 0 4px rgba(112,213,162,.12); animation: livePulse 1.8s infinite; }
@keyframes livePulse { 50% { box-shadow: 0 0 0 7px rgba(112,213,162,0); } }
.range-house { position: relative; width: 180px; height: 120px; margin: 20px auto 5px; overflow: hidden; }
.range-house svg { width: 100%; height: 100%; }
.range-ground, .range-home, .range-roof, .range-door, .range-window { fill: none; stroke: #90b8a5; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; transition: stroke .5s, fill .5s; }
.range-home { fill: rgba(144,184,165,.06); }
.range-door, .range-window { stroke-width: 2; }
.is-ready .range-ground, .is-ready .range-home, .is-ready .range-roof, .is-ready .range-door, .is-ready .range-window { stroke: #d2eadd; }
.is-detailed .range-home { fill: rgba(231,132,86,.16); }
.scan-line { position: absolute; left: 20px; right: 20px; top: 15px; height: 2px; background: linear-gradient(90deg, transparent, #71d6a3, transparent); box-shadow: 0 0 10px #71d6a3; animation: houseScan 2.8s infinite ease-in-out; }
@keyframes houseScan { 0%, 100% { top: 20px; opacity: .35; } 50% { top: 101px; opacity: 1; } }
.range-label { margin: 7px 0 6px; color: #9ebbb0; font-size: 10px; font-weight: 700; text-align: center; }
.live-range-value { min-height: 36px; display: block; color: #fff; font-family: 'Manrope', sans-serif; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.15; letter-spacing: -.055em; text-align: center; font-variant-numeric: tabular-nums; }
.range-mask { color: #75978a; letter-spacing: -.02em; animation: maskBreath 1.8s infinite ease-in-out; }
@keyframes maskBreath { 50% { opacity: .5; } }
.range-scale { position: relative; height: 5px; margin: 19px 12px 17px; background: rgba(255,255,255,.12); border-radius: 999px; }
.range-scale span { position: absolute; left: 35%; right: 35%; height: 100%; background: linear-gradient(90deg, #77c6a0, #ef9a69); border-radius: inherit; transition: left .8s, right .8s; }
.is-ready .range-scale span { left: 18%; right: 18%; }
.is-detailed .range-scale span { left: 25%; right: 25%; }
.range-scale i { position: absolute; top: 50%; width: 11px; height: 11px; background: #fff; border: 3px solid #68b88f; border-radius: 50%; opacity: 0; transform: translate(-50%, -50%); transition: left .8s, opacity .4s; }
.is-ready .range-scale i { opacity: 1; }
.pin-low { left: 18%; }
.pin-high { left: 82%; }
.is-detailed .pin-low { left: 25%; border-color: var(--coral); }
.is-detailed .pin-high { left: 75%; border-color: var(--coral); }
.range-context { min-height: 51px; margin: 0; color: #b8cec5; font-size: 10px; line-height: 1.55; text-align: center; }
.range-signals { display: grid; gap: 8px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.11); }
.range-signals div { display: flex; align-items: center; gap: 9px; color: #76998c; font-size: 9px; font-weight: 700; transition: color .35s; }
.range-signals div::before { content: '✓'; width: 16px; height: 16px; display: grid; place-items: center; color: transparent; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; font-size: 8px; transition: color .35s, background .35s; }
.range-signals div.active { color: #d4e7df; }
.range-signals div.active::before { color: #0d342b; background: #87d1aa; border-color: #87d1aa; }
.range-signals div i { height: 3px; flex: 1; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 999px; }
.range-signals div i::after { content: ''; display: block; width: 0; height: 100%; background: #87d1aa; border-radius: inherit; transition: width .7s ease; }
.range-signals div.active i::after { width: 100%; }
.is-detailed .range-signals div.active i::after { background: linear-gradient(90deg, #87d1aa, var(--coral)); }
.range-fineprint { position: absolute; right: 20px; bottom: 14px; left: 20px; margin: 0; color: #608177; font-size: 7px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 800px) {
  body.wizard-open { overflow: hidden; }
  .wizard:not([hidden]) { min-height: 620px; }
  .wizard-layout { width: min(100% - 20px, 620px); grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); gap: 10px; margin-top: 10px; }
  .live-range { order: -1; min-height: 124px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto auto; align-items: center; padding: 14px 17px; border-radius: 15px; }
  .range-topline { grid-column: 1 / -1; }
  .range-house, .range-scale, .range-signals, .range-fineprint { display: none; }
  .range-label { margin: 11px 0 2px; text-align: left; }
  .live-range-value { min-height: 27px; font-size: 22px; text-align: left; }
  .range-context { grid-column: 2; grid-row: 2 / 4; width: 155px; min-height: 0; margin-left: 14px; text-align: right; font-size: 8px; }
  .chat-shell { border-radius: 15px; }
  .chat-intro { min-height: 52px; padding: 8px 13px; }
  .guide-avatar { width: 33px; height: 33px; }
  .chat-feed { padding: 18px 13px 8px; }
  .chat-feed::before { margin-bottom: 16px; }
  .chat-composer { max-height: 49%; padding: 10px 11px 12px; }
}

@media (max-width: 520px) {
  .wizard .wizard-header { flex-basis: 58px; height: 58px; }
  .wizard .progress-wrap { width: calc(100% - 24px); margin-top: 10px; }
  .wizard-layout { width: calc(100% - 12px); margin-top: 8px; }
  .wizard .wizard-footer { display: none; }
  .live-range { min-height: 110px; padding: 11px 13px; }
  .range-context { width: 115px; }
  .range-label { margin-top: 8px; font-size: 8px; }
  .live-range-value { font-size: 18px; }
  .chat-intro span:not(.guide-avatar) { display: none; }
  .chat-bubble { max-width: 88%; font-size: 12px; }
  .chat-avatar { width: 25px; height: 25px; }
  .chat-options { grid-template-columns: 1fr 1fr; gap: 6px; }
  .chat-option { min-height: 45px; padding: 8px; }
  .chat-option-icon { display: none; }
  .chat-option strong { font-size: 10px; }
  .chat-option small { font-size: 8px; }
  .chat-option > i { width: 15px; height: 15px; }
  .named-professional { padding: 9px 10px; }
  .chat-composer.phone-mode { max-height: 66%; padding: 8px; }
  .phone-capture-card { padding: 10px; }
  .report-preview { padding: 8px 9px; }
  .report-preview li { font-size: 7px; }
  .phone-entry { grid-template-columns: auto minmax(70px, 1fr); }
  .phone-entry button { grid-column: 1 / -1; width: calc(100% - 8px); justify-content: center; margin: 0 4px 4px; }
  .country-code, .phone-input { grid-row: 1; }
}

/* Home intelligence visual system */
.landing { position: relative; overflow: hidden; background: radial-gradient(circle at 77% 17%, rgba(103,220,179,.12), transparent 28%), linear-gradient(180deg, #fbfcfa, #fffdf9 76%); }
.landing::before { content: ''; position: absolute; inset: 0 0 auto 52%; z-index: 0; width: 760px; height: 760px; opacity: .32; background-image: linear-gradient(rgba(20,63,54,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(20,63,54,.06) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, #000 0, transparent 68%); transform: perspective(700px) rotateX(58deg) translateY(-240px); pointer-events: none; }
.landing .site-header, .landing .hero { position: relative; z-index: 1; }
.intelligence-eyebrow { display: flex; align-items: center; gap: 8px; }
.intelligence-eyebrow span { display: inline-flex; align-items: center; gap: 7px; color: #dffbeb; background: var(--ink-dark); border: 1px solid rgba(93,222,169,.25); box-shadow: 0 5px 18px rgba(20,63,54,.14); }
.intelligence-eyebrow span i { width: 6px; height: 6px; background: #72e1aa; border-radius: 50%; box-shadow: 0 0 0 4px rgba(114,225,170,.12), 0 0 13px #72e1aa; animation: livePulse 1.8s infinite; }
.truth-chip { width: max-content; display: flex; align-items: center; gap: 9px; margin: -13px 0 25px; padding: 7px 10px; color: #557068; background: rgba(255,255,255,.72); border: 1px solid #dce6e0; border-radius: 8px; box-shadow: 0 5px 18px rgba(20,63,54,.04); font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); }
.truth-chip i { color: var(--coral); font-size: 14px; font-style: normal; }
.intelligence-visual { min-height: 580px; border-radius: 26px; }
.intelligence-visual::before { inset: 5px; background: linear-gradient(145deg, #0b2924, #061c19); border: 1px solid rgba(118,236,187,.15); border-radius: 27px; box-shadow: 0 32px 80px rgba(6,36,30,.23); }
.intelligence-visual::after { right: -28px; bottom: -20px; width: 170px; height: 170px; opacity: .45; background-image: radial-gradient(#79d8aa 1px, transparent 1.4px); background-size: 13px 13px; }
.intelligence-shell { position: absolute; inset: 5px; z-index: 2; overflow: hidden; border-radius: 27px; }
.system-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(114,225,170,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(114,225,170,.16) 1px, transparent 1px); background-size: 31px 31px; mask-image: linear-gradient(to bottom, #000, transparent 87%); animation: systemGrid 14s linear infinite; }
@keyframes systemGrid { to { background-position: 31px 31px; } }
.system-bar { position: absolute; top: 18px; right: 20px; left: 20px; display: flex; justify-content: space-between; align-items: center; color: #8dad9f; font-family: 'Manrope', sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.system-bar span { display: inline-flex; align-items: center; gap: 7px; color: #c5e4d6; }
.system-bar span i { width: 5px; height: 5px; background: #71dda7; border-radius: 50%; box-shadow: 0 0 9px #71dda7; }
.system-bar b { font-size: 7px; font-weight: 700; }
.ai-core { position: absolute; top: 72px; left: 50%; z-index: 4; width: 66px; height: 66px; display: grid; place-items: center; color: #dffbed; background: radial-gradient(circle at 38% 30%, #3a8d6e, #0e3f33 61%, #06241f); border: 1px solid rgba(126,237,191,.55); border-radius: 50%; box-shadow: 0 0 40px rgba(103,231,176,.24), inset 0 0 19px rgba(132,240,195,.17); font-family: 'Manrope'; font-size: 14px; font-weight: 800; transform: translateX(-50%); animation: coreFloat 3.2s infinite ease-in-out; }
.ai-core::after { content: 'HOME INTELLIGENCE'; position: absolute; top: 73px; width: 140px; color: #71978a; font-size: 6px; letter-spacing: .18em; text-align: center; }
.ai-core i { position: absolute; inset: -13px; border: 1px solid rgba(113,221,167,.25); border-radius: 50%; animation: orbitSpin 8s linear infinite; }
.ai-core i::before { content: ''; position: absolute; top: 5px; left: 9px; width: 5px; height: 5px; background: #72e1aa; border-radius: 50%; box-shadow: 0 0 9px #72e1aa; }
.ai-core i:nth-child(2) { inset: -24px; opacity: .62; animation-duration: 12s; animation-direction: reverse; }
.ai-core i:nth-child(3) { inset: -35px; opacity: .3; animation-duration: 17s; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes coreFloat { 50% { transform: translate(-50%, -5px); } }
.wire-home { position: absolute; top: 85px; left: 50%; width: 88%; height: 360px; transform: translateX(-50%); }
.wire-ground, .wire-shape, .wire-roof, .wire-detail, .wire-room, .signal-path { stroke: #72ad93; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.wire-shape { fill: rgba(104,202,156,.035); stroke: #a0d2bb; stroke-width: 2; }
.wire-roof { stroke: #b6e4ce; stroke-width: 2.4; }
.wire-detail, .wire-room { opacity: .62; }
.signal-path { opacity: .45; stroke-dasharray: 4 7; animation: pathFlow 2s linear infinite; }
@keyframes pathFlow { to { stroke-dashoffset: -22; } }
.signal-node { fill: #071f1b; stroke: #75e0ab; stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: signalNode 2s infinite ease-in-out; }
.signal-node.n2 { animation-delay: .45s; }
.signal-node.n3 { animation-delay: .9s; }
@keyframes signalNode { 50% { fill: #75e0ab; transform: scale(1.45); filter: drop-shadow(0 0 7px #75e0ab); } }
.hero-scan { position: absolute; top: 82px; right: 28px; left: 28px; z-index: 3; height: 2px; background: linear-gradient(90deg, transparent, #73e7ad, #baffde, #73e7ad, transparent); box-shadow: 0 0 19px rgba(115,231,173,.75); animation: heroScan 4.2s infinite ease-in-out; }
@keyframes heroScan { 0%, 100% { top: 92px; opacity: .25; } 50% { top: 410px; opacity: 1; } }
.intel-card { position: absolute; z-index: 5; min-width: 158px; display: grid; padding: 11px 12px; color: #d9eee5; background: rgba(9,39,33,.82); border: 1px solid rgba(125,225,182,.2); border-radius: 10px; box-shadow: 0 14px 32px rgba(0,0,0,.23); backdrop-filter: blur(9px); }
.intel-card small { color: #679484; font-size: 6px; font-weight: 800; letter-spacing: .13em; }
.intel-card strong { margin: 4px 0 7px; font-size: 10px; }
.intel-card > span { display: inline-flex; align-items: center; gap: 5px; color: #79d4a9; font-size: 7px; font-weight: 700; }
.intel-card > span i { width: 5px; height: 5px; background: #72dfa9; border-radius: 50%; box-shadow: 0 0 8px #72dfa9; }
.intel-one { top: 166px; left: 18px; }
.intel-two { top: 232px; right: 16px; }
.analysis-console { position: absolute; right: 21px; bottom: 86px; left: 21px; z-index: 5; padding: 11px 13px; color: #b6d0c5; background: rgba(4,24,21,.85); border: 1px solid rgba(116,218,175,.14); border-radius: 10px; backdrop-filter: blur(8px); }
.analysis-console > div { display: flex; align-items: center; gap: 7px; }
.analysis-console > div > span { color: #81e5b5; }
.analysis-console strong { font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.analysis-console > div i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(115,226,175,.45), transparent); }
.analysis-console p { margin: 6px 0 0; color: #78978b; font-family: monospace; font-size: 7px; }
.console-cursor { display: inline-block; width: 5px; height: 9px; margin-left: 3px; vertical-align: -2px; background: #79dcae; animation: cursorBlink .8s steps(1) infinite; }
@keyframes cursorBlink { 50% { opacity: 0; } }
.future-range { position: absolute; right: 21px; bottom: 18px; left: 21px; z-index: 5; display: grid; grid-template-columns: 1fr auto; align-items: end; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.1); }
.future-range small { color: #668b7d; font-size: 6px; font-weight: 800; letter-spacing: .15em; }
.future-range strong { grid-row: 1 / 3; grid-column: 2; color: #f2ad85; font-family: 'Manrope'; font-size: 17px; letter-spacing: -.04em; }
.future-range span { color: #9bb7ac; font-size: 7px; }

.wizard .progress-track span { position: relative; overflow: hidden; background: linear-gradient(90deg, #51ba86, #79e6b0, #e78456); }
.wizard .progress-track span::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent); transform: translateX(-100%); animation: progressScan 2.4s infinite; }
@keyframes progressScan { to { transform: translateX(100%); } }
.intelligence-avatar { position: relative; background: radial-gradient(circle at 35% 28%, #65c99a, #0d3a30 68%); box-shadow: 0 0 0 4px #ddefe6, 0 0 24px rgba(82,195,143,.3); }
.intro-live { display: inline-block !important; width: 5px; height: 5px; margin-right: 3px; background: #43a575; border-radius: 50%; box-shadow: 0 0 7px #43a575; }
.chat-intro span:not(.guide-avatar)::before { display: none; }
.chat-shell { border-color: rgba(54,123,94,.2); box-shadow: 0 18px 52px rgba(12,55,46,.11), 0 0 0 1px rgba(118,225,178,.08); }
.assistant-bubble { background: linear-gradient(135deg, #edf5f0, #f4f6f4); border-left: 2px solid #69bd92; }
.chat-option:hover { border-color: #55bb88; box-shadow: 0 7px 20px rgba(35,130,87,.12), 0 0 0 2px rgba(84,190,137,.08); }
.engine-meta { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 8px 0 0; color: #668d7f; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.engine-meta i { color: #e49265; font-size: 10px; font-style: normal; }
.live-range .range-house { width: 150px; height: 92px; margin: 6px auto 0; }
.live-range .range-context { min-height: 36px; }
.analysis-stream { display: grid; gap: 5px; margin-top: 11px; padding: 10px; background: rgba(0,0,0,.14); border: 1px solid rgba(255,255,255,.07); border-radius: 9px; }
.stream-head { display: flex; align-items: center; gap: 5px; margin-bottom: 2px; color: #77998c; font-size: 6px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stream-head > span { color: #71dba7; }
.stream-head i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(113,219,167,.35), transparent); }
.analysis-stream p { display: flex; align-items: center; gap: 7px; margin: 0; color: #66877b; font-family: monospace; font-size: 7px; line-height: 1.25; transition: color .35s; }
.analysis-stream p > i { width: 5px; height: 5px; flex: 0 0 auto; background: #496b5e; border-radius: 50%; transition: background .35s, box-shadow .35s; }
.analysis-stream p.active { color: #bdd9ce; }
.analysis-stream p.active > i { background: #71dda8; box-shadow: 0 0 7px #71dda8; }
.live-range .range-signals { gap: 5px; margin-top: 9px; padding-top: 9px; }
.live-range .range-signals div { font-size: 7px; }
.live-range .range-signals div::before { width: 13px; height: 13px; font-size: 6px; }
.live-range .range-fineprint { bottom: 8px; font-size: 6px; }

@media (max-width: 900px) {
  .intelligence-visual { width: min(620px, 100%); min-height: 540px; }
}

@media (max-width: 800px) {
  .live-range .engine-meta, .live-range .analysis-stream { display: none; }
}

@media (max-width: 680px) {
  .intelligence-eyebrow { justify-content: center; }
  .truth-chip { margin-right: auto; margin-left: auto; }
  .intelligence-visual { min-height: 430px; transform: none; }
  .intelligence-visual::before, .intelligence-shell { inset: 0; }
  .wire-home { top: 66px; height: 295px; }
  .ai-core { top: 59px; width: 52px; height: 52px; }
  .ai-core::after { top: 59px; }
  .intel-card { min-width: 132px; padding: 9px; }
  .intel-one { top: 139px; left: 9px; }
  .intel-two { top: 189px; right: 8px; }
  .analysis-console { bottom: 67px; }
  .future-range { bottom: 12px; }
  .future-range strong { font-size: 13px; }
}

@media (max-width: 430px) {
  .intelligence-visual { min-height: 390px; }
  .system-bar b { display: none; }
  .intel-card { min-width: 118px; }
  .intel-card strong { font-size: 8px; }
  .analysis-console { right: 10px; left: 10px; }
  .future-range { right: 10px; left: 10px; }
}
