:root{--ink:#071c15;--muted:#65736e;--brand:#0b5139;--brand-2:#eaf3ed;--line:#dce4df;--paper:#fbfcfa;--white:#fff;--shadow:0 18px 50px rgba(7,28,21,.1);--radius:24px;--display:Inter,'Helvetica Neue',Arial,sans-serif;--body:Inter,'Helvetica Neue',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit;color:inherit}button,a{touch-action:manipulation}.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}[hidden]{display:none!important}
.site-header{height:76px;padding:0 clamp(20px,4vw,64px);display:flex;align-items:center;gap:28px;background:#061b14;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);position:relative;z-index:20}.wordmark{display:flex;align-items:center;flex:none;color:#fff;text-decoration:none}.brand-logo{display:inline-flex;align-items:center;gap:1px;height:56px;font:800 20px/1 var(--display);letter-spacing:-.055em;white-space:nowrap}.brand-logo__mark{display:block;width:82px;height:56px;object-fit:contain}.brand-logo__base{color:#fff}.brand-logo__highlight{color:#73d6a7}.primary-nav{display:flex;align-items:stretch;gap:30px;height:100%}.primary-nav a{display:flex;align-items:center;color:#ced9d4;text-decoration:none;font-size:14px;font-weight:600;border-bottom:2px solid transparent}.primary-nav a.is-active{color:#fff;border-color:#b7d1c0}.header-actions{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:14px}.header-actions a,.back-link{color:#fff;text-decoration:none}.market-chip{padding:10px 15px;border:1px solid rgba(255,255,255,.2);border-radius:999px}
.experience-shell{min-height:calc(100dvh - 76px);display:grid;grid-template-columns:minmax(390px,39%) minmax(0,61%)}.local-context{position:relative;min-height:calc(100dvh - 76px);overflow:hidden;background:#e9f0eb}.local-context>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 64%}.local-context:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(241,247,243,.98),rgba(241,247,243,.84) 50%,rgba(6,31,23,.18))}.local-overlay{position:relative;z-index:1;padding:clamp(45px,7vh,82px) clamp(30px,5vw,80px);max-width:650px}.eyebrow,.ai-label{margin:0 0 16px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.12em}.local-overlay h1{margin:0;font:800 clamp(38px,4.4vw,65px)/1.02 var(--display);letter-spacing:-.055em}.local-overlay>p:not(.eyebrow){max-width:500px;margin:24px 0;color:#3c4b45;font-size:16px;line-height:1.6}.how-it-works{list-style:none;margin:34px 0 0;padding:0;display:grid;gap:14px}.how-it-works li{display:flex;align-items:center;gap:12px}.how-it-works li>span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:var(--brand);color:#fff;font-weight:700;font-size:12px}.how-it-works p{margin:0;font-size:14px;font-weight:600}
.ai-experience{padding:clamp(34px,6vh,70px) clamp(28px,5vw,78px);min-width:0}.experience-heading{max-width:850px}.experience-heading h2{margin:0;font:800 clamp(38px,4.7vw,68px)/1.01 var(--display);letter-spacing:-.06em}.experience-heading>p:last-child{margin:18px 0 0;max-width:620px;color:var(--muted);font-size:16px;line-height:1.55}.adaptive-workspace{margin-top:30px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,37%);gap:20px;align-items:start}.results-pane{min-height:480px}.initial-note{height:100%;min-height:480px;border:1px dashed #ccd9d1;border-radius:var(--radius);display:grid;place-content:center;justify-items:center;text-align:center;padding:40px;background:linear-gradient(145deg,#fff,#f4f8f5)}.initial-note>span{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--brand-2);font-size:28px;color:var(--brand)}.initial-note h3{margin:20px 0 8px;font:700 22px var(--display)}.initial-note p{max-width:380px;margin:0;color:var(--muted);line-height:1.55}
.conversation-panel{position:sticky;top:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 36px rgba(7,28,21,.06);padding:18px;min-height:480px;display:flex;flex-direction:column}.conversation-topline{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid #edf1ee;font-size:12px;color:var(--muted)}.conversation-topline>div{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:14px}.live-dot{width:8px;height:8px;background:#22a263;border-radius:50%;box-shadow:0 0 0 4px #eaf6ef}.conversation-messages{min-height:190px;max-height:310px;overflow:auto;padding:18px 3px 10px;display:flex;flex-direction:column;gap:14px}.message{max-width:92%}.message>span{display:block;margin-bottom:4px;color:#7a8782;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.message p{margin:0;padding:10px 12px;border-radius:14px;background:#f1f5f2;font-size:14px;line-height:1.45}.message-user{align-self:flex-end}.message-user>span{text-align:right}.message-user p{background:#0d3f2f;color:#fff;border-bottom-right-radius:4px}.message-assistant p{border-bottom-left-radius:4px}.message[data-pending-message] p{color:var(--muted);font-style:italic}.ai-thinking-dots{display:inline-flex;gap:3px;margin-left:7px;vertical-align:middle}.ai-thinking-dots i{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.35;animation:aiThinking 1.25s infinite ease-in-out}.ai-thinking-dots i:nth-child(2){animation-delay:.15s}.ai-thinking-dots i:nth-child(3){animation-delay:.3s}@keyframes aiThinking{0%,80%,100%{transform:translateY(0);opacity:.3}40%{transform:translateY(-2px);opacity:1}}.quick-prompts{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 12px}.quick-prompts button,.suggested-refinements button{border:1px solid var(--line);border-radius:999px;background:#fff;padding:7px 10px;font-size:11px;cursor:pointer}.quick-prompts button:hover,.suggested-refinements button:hover{border-color:#8bb09b;background:#f4f9f5}.conversation-form{margin-top:auto;border:1px solid #cfd9d3;border-radius:17px;padding:12px;background:#fff;box-shadow:0 7px 24px rgba(7,28,21,.06)}.conversation-form:focus-within{border-color:#75a288;box-shadow:0 0 0 3px #e4f0e8}.conversation-form textarea{display:block;width:100%;min-height:66px;max-height:150px;resize:none;border:0;outline:0;line-height:1.45;font-size:14px}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.composer-footer small{color:#89938f;font-size:9px}.composer-footer button{width:36px;height:36px;border:0;border-radius:50%;background:var(--brand);color:#fff;font-size:21px;cursor:pointer}.composer-footer button:disabled{opacity:.45;cursor:wait}.form-feedback{min-height:16px;margin:6px 0 -4px;color:#a4362c;font-size:11px}.privacy-note{margin:12px 0 0;text-align:center;color:#8b9591;font-size:10px}
.experience-panel{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;min-height:480px;box-shadow:0 12px 36px rgba(7,28,21,.05)}.experience-summary{padding-bottom:18px;border-bottom:1px solid #edf1ee}.experience-summary h3{margin:0;font:750 27px/1.15 var(--display);letter-spacing:-.035em}.experience-summary>p:last-child{margin:8px 0 0;color:var(--muted);line-height:1.5}.clarification{margin:18px 0 0;padding:17px 18px;border-radius:15px;background:#eef6f1;border-left:3px solid var(--brand);line-height:1.5}.criteria-summary{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0}.criteria-summary>div{min-width:112px;padding:10px 12px;border:1px solid var(--line);border-radius:13px;background:#fafcfb}.criteria-summary dt{font-size:10px;color:var(--muted)}.criteria-summary dd{margin:3px 0 0;font-size:13px;font-weight:700}.matching-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.property-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s ease}.property-card:hover,.property-card:focus-within{transform:translateY(-2px);box-shadow:var(--shadow)}.property-visual{height:180px;background:linear-gradient(135deg,#dbe6df,#f0f5f2);display:grid;place-items:center;color:#728078;font-size:12px}.property-visual img{width:100%;height:100%;object-fit:cover}.property-card-content{padding:16px}.property-price{display:block;color:#0c774d;font-size:17px}.property-card h4{margin:7px 0 4px;font:700 16px/1.25 var(--display)}.property-place,.property-facts{margin:0;color:var(--muted);font-size:12px}.property-facts{margin-top:6px}.match-reasons{list-style:none;padding:10px 0 0;margin:11px 0 0;border-top:1px solid #eef1ef;display:grid;gap:5px;font-size:12px}.match-reasons li:before{content:'✓';color:#168254;font-weight:800;margin-right:6px}.tradeoffs{margin-top:9px;color:#6b726e;font-size:11px}.tradeoffs summary{cursor:pointer}.tradeoffs ul{padding-left:17px}.property-link{display:flex;justify-content:center;margin-top:13px;padding:10px;border-radius:10px;background:#082d21;color:#fff;text-decoration:none;font-size:12px;font-weight:700}.catalog-empty{grid-column:1/-1;min-height:260px;padding:36px;display:grid;place-content:center;text-align:center;border-radius:18px;background:#f4f8f5}.catalog-empty>span{font-size:38px;color:var(--brand)}.catalog-empty h4{max-width:500px;margin:14px auto 8px;font:700 22px/1.2 var(--display)}.catalog-empty p{max-width:500px;margin:0;color:var(--muted);line-height:1.5}.suggested-refinements{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.has-results .experience-shell{display:block}.has-results .local-context{display:none}.has-results .ai-experience{max-width:1500px;margin:0 auto;padding-top:34px}.has-results .experience-heading h2{font-size:clamp(30px,3vw,46px)}.has-results .adaptive-workspace{grid-template-columns:minmax(0,68%) minmax(320px,32%)}
.lead-dialog{width:min(92vw,480px);padding:0;border:0;border-radius:22px;box-shadow:0 28px 90px rgba(5,24,18,.3)}.lead-dialog::backdrop{background:rgba(4,22,16,.58);backdrop-filter:blur(4px)}.lead-dialog form{padding:24px}.dialog-heading{display:flex;justify-content:space-between;align-items:start}.dialog-heading p{margin:0;color:var(--brand);font-size:10px;font-weight:800;letter-spacing:.1em}.dialog-heading h2{margin:5px 0 0;font:750 24px var(--display)}.dialog-heading button{border:0;background:#eff3f0;border-radius:50%;width:32px;height:32px;font-size:20px;cursor:pointer}.lead-dialog label{display:grid;gap:6px;margin-top:16px;font-size:12px;color:var(--muted)}.lead-dialog input{height:44px;border:1px solid var(--line);border-radius:11px;padding:0 12px}.lead-dialog form>p{color:var(--muted);font-size:11px;line-height:1.45}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.dialog-actions button,.whatsapp-handoff{border:0;border-radius:10px;padding:11px 16px;background:var(--brand);color:#fff;font-weight:700;cursor:pointer;text-decoration:none;font-size:13px}.dialog-actions .dialog-cancel{background:#eef2ef;color:var(--ink)}.whatsapp-handoff{display:block;margin-top:10px;text-align:center}.honeypot{position:absolute!important;left:-10000px!important}
.broker-choice{margin-top:18px;padding-top:15px;border-top:1px solid var(--line)}.broker-choice__heading{display:grid;gap:4px;margin-bottom:10px}.broker-choice__heading strong{font-size:13px}.broker-choice__heading span{font-size:11px;color:var(--muted);line-height:1.35}.broker-choice__cards{display:grid;gap:8px}.broker-card{position:relative;display:flex!important;grid-template-columns:none!important;align-items:center;gap:10px;margin:0!important;padding:9px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer}.broker-card>input{position:absolute;opacity:0;pointer-events:none}.broker-card.is-selected{border-color:#61ae85;box-shadow:0 0 0 2px #dff1e6}.broker-card__avatar{display:grid;flex:0 0 48px;place-items:center;width:48px;height:48px;overflow:hidden;border-radius:50%;background:#e6f0e9;color:#095238;font-size:14px;font-weight:800}.broker-card__avatar img{width:100%;height:100%;object-fit:cover}.broker-card__body{display:grid;gap:2px;min-width:0}.broker-card__body strong{font-size:13px;line-height:1.15}.broker-card__body small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.broker-card__body em{color:#13704a;font-size:10px;font-style:normal;font-weight:700}.broker-card__badges{display:flex;gap:4px;flex-wrap:wrap;margin-top:2px}.broker-card__badges i{padding:3px 5px;border-radius:999px;background:#edf5ef;color:#32624a;font-size:9px;font-style:normal}.broker-card__check{display:none;place-items:center;flex:0 0 19px;width:19px;height:19px;margin-left:auto;border-radius:50%;background:#107348;color:#fff;font-size:11px}.broker-card.is-selected .broker-card__check{display:grid}.broker-auto-choice{display:flex!important;grid-template-columns:none!important;align-items:center;gap:7px;margin:10px 0 0!important;color:#42554c!important;font-size:11px!important;cursor:pointer}.broker-auto-choice input{width:15px;height:15px;padding:0}
.listing-page{background:#f7f9f7}.listing-page .site-header{justify-content:space-between}.listing-shell{max-width:1420px;margin:0 auto;padding:34px clamp(18px,4vw,56px) 80px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px}.listing-content,.listing-actions{border:1px solid var(--line);border-radius:24px;background:#fff}.listing-content{padding:20px}.listing-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:210px 210px;gap:8px;overflow:hidden;border-radius:17px}.listing-gallery img{width:100%;height:100%;object-fit:cover}.listing-gallery img:first-child{grid-row:1/3}.media-placeholder{grid-column:1/-1;grid-row:1/-1;display:grid;place-items:center;background:#e9f0eb;color:var(--muted)}.listing-main{display:flex;justify-content:space-between;gap:28px;align-items:start;padding:25px 5px 16px}.listing-main h1{margin:0;font:750 clamp(26px,3vw,42px)/1.08 var(--display);letter-spacing:-.04em}.listing-location{color:var(--muted)}.listing-price{font-size:24px;color:#087148;white-space:nowrap}.listing-facts{display:flex;gap:8px;flex-wrap:wrap;list-style:none;padding:16px 5px;margin:0;border-top:1px solid var(--line)}.listing-facts li{padding:9px 12px;background:#f1f5f2;border-radius:10px;font-size:13px}.listing-description{padding:18px 5px}.listing-description h2{font:700 20px var(--display)}.listing-description p{color:#4e5e57;line-height:1.65}.listing-actions{position:sticky;top:20px;padding:24px;height:max-content}.listing-actions h2{font:750 25px var(--display);margin:0}.listing-actions p{color:var(--muted);line-height:1.5}.primary-action,.secondary-action{display:block;width:100%;padding:13px;border-radius:11px;text-align:center;text-decoration:none;font-weight:700;font-size:13px}.primary-action{margin-top:9px;border:0;background:var(--brand);color:#fff;cursor:pointer}.secondary-action{border:1px solid var(--line);color:var(--ink)}
:focus-visible{outline:3px solid #8fc2a2;outline-offset:3px}@media(max-width:1080px){.experience-shell{grid-template-columns:34% 66%}.local-overlay{padding:40px 28px}.local-overlay h1{font-size:38px}.ai-experience{padding:38px 26px}.adaptive-workspace{grid-template-columns:1fr}.conversation-panel{position:relative;top:auto}.results-pane{min-height:0}.initial-note{min-height:300px}.has-results .adaptive-workspace{grid-template-columns:minmax(0,64%) minmax(300px,36%)}.matching-results{grid-template-columns:1fr}.listing-shell{grid-template-columns:1fr}.listing-actions{position:relative;top:auto}}
@media(min-width:769px) and (max-height:760px){.site-header{height:64px}.experience-shell,.local-context{min-height:calc(100dvh - 64px)}.local-overlay{padding-top:38px}.local-overlay h1{font-size:48px}.local-overlay>p:not(.eyebrow){margin:15px 0;font-size:14px}.how-it-works{margin-top:20px;gap:8px}.ai-experience{padding-top:26px;padding-bottom:18px}.experience-heading h2{font-size:48px}.experience-heading>p:last-child{margin-top:10px;font-size:14px}.adaptive-workspace{margin-top:16px}.initial-note,.conversation-panel,.experience-panel{min-height:350px}.conversation-panel{padding:13px}.conversation-messages{min-height:90px;max-height:132px;padding:12px 3px 6px;gap:8px}.message p{padding:8px 10px;font-size:12px}.quick-prompts{margin:5px 0 7px}.quick-prompts button{padding:5px 8px;font-size:10px}.conversation-form{padding:9px}.conversation-form textarea{min-height:43px;font-size:12px}.privacy-note{margin-top:6px}}
@media(max-width:768px){.site-header{height:64px;padding:0 18px}.wordmark{font-size:24px}.primary-nav,.market-chip{display:none}.experience-shell{display:flex;flex-direction:column;min-height:calc(100dvh - 64px)}.local-context{min-height:300px;order:2}.local-context>img{object-position:center 73%}.local-overlay{padding:35px 22px}.local-overlay h1{font-size:38px;max-width:570px}.local-overlay>p:not(.eyebrow){margin:16px 0;font-size:14px}.how-it-works{display:none}.ai-experience{order:1;padding:28px 16px 70px}.experience-heading h2{font-size:40px}.adaptive-workspace,.has-results .adaptive-workspace{display:flex;flex-direction:column}.results-pane{width:100%}.conversation-panel{order:-1;width:100%;min-height:0;padding:14px}.has-results .conversation-panel{order:initial;position:sticky;bottom:8px;z-index:10;box-shadow:0 12px 46px rgba(7,28,21,.22)}.has-results .conversation-messages{max-height:170px}.has-results .quick-prompts{display:none}.initial-note{min-height:250px}.experience-panel{min-height:0;padding:18px}.matching-results{grid-template-columns:1fr}.property-card{display:grid;grid-template-columns:128px 1fr}.property-visual{height:100%;min-height:210px}.property-card-content{padding:14px}.listing-shell{padding:16px 12px 110px}.listing-content{padding:10px}.listing-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;height:300px}.listing-gallery img{flex:0 0 90%;scroll-snap-align:start}.listing-main{display:block}.listing-price{display:block;margin-top:16px}.listing-actions{border-radius:18px}.listing-actions .primary-action{position:fixed;z-index:12;left:12px;right:12px;bottom:12px;width:calc(100% - 24px);box-shadow:0 10px 30px rgba(7,28,21,.28)}}
@media(max-width:390px){.local-context{min-height:270px}.local-overlay h1{font-size:33px}.experience-heading h2{font-size:34px}.experience-heading>p:last-child{font-size:14px}.property-card{grid-template-columns:108px 1fr}.property-price{font-size:15px}.composer-footer small{display:none}.listing-gallery{height:250px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.ai-thinking-dots i{animation:none!important}}
.lead-dialog[open]{position:fixed;inset:0}

/* Fase 7B.1 — intenção bidirecional, chips e painel estruturado */
.header-actions{gap:18px}.new-search-button{display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:9px 14px;background:rgba(255,255,255,.08);color:#fff;font-size:12px;font-weight:750;cursor:pointer}.new-search-button:hover{background:rgba(255,255,255,.16)}.new-search-button:disabled{opacity:.45;cursor:wait}
.search-filters{margin-top:16px;padding:13px 0 2px;border-bottom:1px solid #edf1ee}.search-filters-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.search-filters-heading h4{margin:0;font:700 13px var(--display)}.search-filters-heading p{min-height:15px;margin:3px 0 0;color:#47735f;font-size:10px}.search-filters-heading>button{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:10px;padding:7px 10px;background:#fff;font-size:11px;font-weight:700;cursor:pointer}.search-filters-heading>button:hover{background:#f2f7f4}.filter-chips{display:flex;gap:7px;overflow-x:auto;padding:9px 1px 11px;scrollbar-width:thin}.filter-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;min-height:29px;border:1px solid #cadbd1;border-radius:999px;padding:5px 9px;background:#f3f8f5;color:#194f3b;font-size:11px;font-weight:650}.filter-chip.is-fixed{border-color:#dfe6e2;background:#fafbfa;color:#65736e}.filter-chip button{display:grid;place-items:center;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:#dae9e0;color:#124c37;font-size:15px;line-height:1;cursor:pointer}.filter-chip button:hover{background:#c6ddcf}
.filter-dialog{position:fixed;inset:0 0 0 auto;width:min(94vw,470px);height:100dvh;max-height:none;margin:0;padding:0;border:0;border-left:1px solid var(--line);background:#fff;color:var(--ink);box-shadow:-24px 0 70px rgba(7,28,21,.18)}.filter-dialog::backdrop{background:rgba(4,22,16,.52);backdrop-filter:blur(2px)}.filter-dialog form{height:100%;display:flex;flex-direction:column}.filter-dialog-heading{display:flex;justify-content:space-between;gap:20px;padding:23px 24px 17px;border-bottom:1px solid var(--line)}.filter-dialog-heading .eyebrow{margin-bottom:5px}.filter-dialog-heading h2{margin:0;font:750 25px/1.1 var(--display);letter-spacing:-.035em}.filter-dialog-heading>div>p:last-child{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.filter-close{flex:0 0 auto;width:34px;height:34px;border:0;border-radius:50%;background:#eef3f0;font-size:22px;cursor:pointer}.filter-groups{overflow-y:auto;padding:4px 24px 20px}.filter-groups fieldset{margin:0;padding:18px 0;border:0;border-bottom:1px solid #edf1ee}.filter-groups legend{margin-bottom:12px;padding:0;font-size:13px;font-weight:800}.filter-groups label{display:grid;gap:5px;color:#55645e;font-size:11px}.filter-groups input:not([type=checkbox]),.filter-groups select{width:100%;height:42px;padding:0 11px;border:1px solid #d5dfd9;border-radius:10px;background:#fff;font-size:13px}.filter-groups input:disabled{background:#f2f5f3;color:#6a7772}.field-help{display:block;margin-top:6px;color:#8a9590;font-size:10px}.filter-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.filter-check-grid label{display:flex;align-items:center;gap:6px;min-height:38px;padding:8px 10px;border:1px solid #e0e6e2;border-radius:9px;background:#fafcfb;color:var(--ink);cursor:pointer}.filter-check-grid input{accent-color:var(--brand)}.filter-check-grid-wide{margin-top:12px}.filter-input-pair,.filter-input-trio{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.filter-input-trio{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:10px}.filter-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.filter-dialog .form-feedback{padding:0 24px;margin:0}.filter-dialog-actions{display:flex;gap:10px;margin-top:auto;padding:15px 24px 20px;border-top:1px solid var(--line);background:#fff}.filter-dialog-actions button{height:43px;border-radius:10px;padding:0 16px;font-size:12px;font-weight:800;cursor:pointer}.filter-clear{border:1px solid var(--line);background:#fff}.filter-apply{flex:1;border:0;background:var(--brand);color:#fff}.filter-dialog-actions button:disabled{opacity:.5;cursor:wait}
@media(max-width:768px){.header-actions{gap:12px}.header-actions>a{display:none}.new-search-button{padding:8px 11px}.search-filters{margin-top:12px}.filter-dialog{inset:auto 0 0;width:100%;height:min(88dvh,720px);border-left:0;border-top:1px solid var(--line);border-radius:22px 22px 0 0;box-shadow:0 -20px 60px rgba(7,28,21,.2)}.filter-dialog-heading{padding:19px 18px 14px}.filter-groups{padding:3px 18px 18px}.filter-dialog-actions{padding:13px 18px max(17px,env(safe-area-inset-bottom))}.filter-dialog .form-feedback{padding:0 18px}}
@media(max-width:390px){.new-search-button span{display:none}.new-search-button{font-size:11px}.filter-check-grid,.filter-input-trio,.filter-feature-grid{grid-template-columns:1fr 1fr}.filter-input-pair{grid-template-columns:1fr}.filter-dialog-heading h2{font-size:22px}}
.filter-dialog{max-width:none}
@media(max-width:768px){.has-results .conversation-panel{order:-1;position:relative;bottom:auto;z-index:1;box-shadow:0 12px 36px rgba(7,28,21,.08)}.has-results .conversation-messages{max-height:160px}.has-results .conversation-form textarea{min-height:56px}}

/* Fase 7B.2 — entrada neutra e contexto geográfico explícito */
.market-selector{position:relative}.market-selector summary{list-style:none;display:flex;align-items:center;gap:9px;padding:10px 15px;border:1px solid rgba(255,255,255,.22);border-radius:999px;cursor:pointer;white-space:nowrap}.market-selector summary::-webkit-details-marker{display:none}.market-selector__menu{position:absolute;right:0;top:calc(100% + 10px);width:220px;padding:7px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.market-selector__menu a{display:block;padding:10px 11px;border-radius:9px;color:var(--ink);font-size:12px}.market-selector__menu a:hover,.market-selector__menu a[aria-current=page]{background:var(--brand-2);color:var(--brand)}
.ai-experience{display:flex;align-items:stretch;padding:clamp(24px,4vh,46px) clamp(24px,4vw,58px)}.adaptive-workspace{width:100%;margin-top:0;display:block}.conversation-panel{position:relative;top:auto;min-height:calc(100dvh - 76px - clamp(48px,8vh,92px));max-width:none}.conversation-messages{min-height:clamp(190px,34vh,380px);max-height:42vh}.has-results .adaptive-workspace{display:grid;grid-template-columns:minmax(0,68%) minmax(320px,32%);gap:20px}.has-results .results-pane{min-height:480px}.has-results .conversation-panel{position:sticky;top:20px;min-height:480px}
@media(max-width:1080px){.has-results .adaptive-workspace{grid-template-columns:minmax(0,62%) minmax(300px,38%)}.conversation-messages{max-height:34vh}}
@media(max-width:768px){.market-selector summary{max-width:145px;overflow:hidden;text-overflow:ellipsis}.market-selector__menu{position:fixed;top:65px;right:10px}.ai-experience{padding:18px 14px 54px}.conversation-panel{min-height:calc(100dvh - 100px)}.conversation-messages{min-height:210px;max-height:42vh}.composer-footer{justify-content:flex-end}.has-results .adaptive-workspace{display:flex;flex-direction:column}.has-results .conversation-panel{position:relative;min-height:0;order:-1}.has-results .results-pane{min-height:0}}

/* Landing pública refinada — prova operacional real e chat compacto */
.ai-experience{height:calc(100dvh - 76px);min-height:590px;overflow:hidden;flex-direction:column;gap:14px;padding:22px clamp(24px,3.4vw,52px) 18px}
.public-proof{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);column-gap:24px;row-gap:6px;align-items:end;flex:0 0 auto}
.public-proof__copy .eyebrow{margin-bottom:6px}
.public-proof__copy h2{max-width:700px;margin:0;font:750 clamp(25px,2.3vw,36px)/1.04 var(--display);letter-spacing:-.045em}
.public-proof__copy>p:last-child{max-width:660px;margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45}
.public-stats{display:flex;gap:8px;min-width:0}
.public-stat{min-width:0;flex:1;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.9)}
.public-stat__icon{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef3f0;color:var(--ink);font-size:17px;font-weight:700}
.public-stat>div{min-width:0;display:grid;gap:1px}
.public-stat strong{font:750 22px/1 var(--display);letter-spacing:-.03em}
.public-stat>div span{overflow:hidden;color:var(--muted);font-size:10px;line-height:1.15}
.public-stats__scope{grid-column:2;margin:0 2px;color:#87928d;font-size:9px;text-align:right}
.adaptive-workspace{flex:1;min-height:0}
.conversation-panel{height:100%;min-height:0;padding:14px 15px;border-radius:19px}
.conversation-topline{padding-bottom:10px}
.conversation-messages{flex:1;min-height:92px;max-height:none;padding:12px 3px 7px;gap:9px}
.message p{padding:9px 11px;font-size:12px;line-height:1.45;white-space:pre-wrap}
.quick-prompts{flex:0 0 auto;justify-content:flex-start;margin:5px 0 8px}
.quick-prompts button{padding:6px 9px;font-size:10px;white-space:nowrap}
.conversation-form{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:end;column-gap:8px;margin-top:0;padding:7px 8px 7px 13px;border-radius:14px}
.conversation-form textarea{grid-column:1;min-height:34px;max-height:132px;padding:6px 0;overflow-y:hidden;font-size:13px;line-height:21px}
.composer-footer{grid-column:2;display:block}
.composer-footer small{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.composer-footer button{width:38px;height:38px}
.conversation-form .form-feedback{grid-column:1/-1;margin:5px 0 0;min-height:0}
.conversation-form .form-feedback:empty{display:none}
.privacy-note{margin-top:7px}
.has-results .public-proof{display:none}
.has-results .ai-experience{height:auto;min-height:calc(100dvh - 76px);overflow:visible;padding-top:28px}
.has-results .adaptive-workspace{flex:initial}
.has-results .conversation-panel{height:auto;min-height:480px}

/* Página pública Como funciona */
.how-page{background:#f7faf7}
.how-page .site-header{position:sticky;top:0}
.how-start-button,.how-primary-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;background:var(--brand);color:#fff!important;font-size:12px;font-weight:750;text-decoration:none}
.how-start-button{padding:10px 15px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.26)}
.how-main{max-width:1280px;margin:0 auto;padding:0 clamp(20px,5vw,72px) 80px}
.how-main h2{margin:0;font:750 clamp(27px,3.2vw,46px)/1.06 var(--display);letter-spacing:-.045em}
.how-hero{max-width:980px;padding:clamp(70px,9vw,122px) 0 72px}
.how-hero h1{max-width:930px;margin:10px 0 20px;font:760 clamp(46px,7vw,92px)/.96 var(--display);letter-spacing:-.065em}
.how-hero>p:not(.eyebrow){max-width:720px;margin:0;color:var(--muted);font-size:clamp(16px,1.6vw,21px);line-height:1.55}
.how-primary-cta{margin-top:28px;padding:14px 20px;font-size:13px}
.how-section-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:clamp(36px,7vw,100px);align-items:start;padding:72px 0;border-top:1px solid var(--line)}
.how-section-grid>p{margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.65}
.how-flow{padding:74px 0;border-top:1px solid var(--line)}
.how-flow header{display:flex;align-items:end;justify-content:space-between;gap:24px}
.how-flow ol{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:38px 0 0;padding:0;list-style:none}
.how-flow li{min-height:230px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.how-flow li>span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--brand);color:#fff;font-size:12px;font-weight:800}
.how-flow h3{margin:30px 0 9px;font:720 17px/1.15 var(--display)}
.how-flow li p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.how-capacity{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:50px;align-items:end;padding:54px;border-radius:24px;background:#eaf2ed}
.how-capacity>div:first-child>p:last-child{margin:13px 0 0;color:var(--muted);line-height:1.5}
.public-stats--how{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.public-stats--how .public-stat{min-height:78px;background:#fff}
.how-example{align-items:center}
.example-message{max-width:550px;margin-top:30px;padding:18px;border-radius:17px;background:#e9efeb}
.example-message span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.example-message p{margin:6px 0 0;font-size:16px;line-height:1.5}
.example-search{padding:27px;border:1px solid var(--line);border-radius:20px;background:#fff}
.example-search>p{margin:0 0 14px;font-weight:750}
.example-chips{display:flex;flex-wrap:wrap;gap:7px}
.example-chips span{padding:7px 10px;border:1px solid #cbdad1;border-radius:999px;background:#f5f9f6;color:#194f3b;font-size:11px}
.example-search small{display:block;margin-top:18px;color:var(--muted);line-height:1.5}
.how-markets{padding:72px 0;border-top:1px solid var(--line)}
.how-market-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:32px}
.how-market-list a{display:grid;grid-template-columns:1fr auto;gap:3px 12px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);text-decoration:none}
.how-market-list span{font-weight:750}.how-market-list small{color:var(--muted)}.how-market-list b{grid-column:2;grid-row:1/3;align-self:center;color:var(--brand)}
.how-handoff{margin-top:0}
.how-final-cta{padding:80px 24px;text-align:center;border-radius:26px;background:#061b14;color:#fff}
.how-final-cta h2{max-width:700px;margin:8px auto 0}.how-final-cta>p:not(.eyebrow){color:#aebbb6}.how-final-cta .eyebrow{color:#9bd1b3}.how-final-cta .how-primary-cta{background:#fff;color:var(--ink)!important}

@media(min-width:769px) and (max-height:760px){
  .ai-experience{height:calc(100dvh - 64px);min-height:560px;padding-top:14px;padding-bottom:12px;gap:9px}
  .public-proof{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}
  .public-proof__copy h2{font-size:25px}.public-proof__copy>p:last-child{margin-top:5px;font-size:11px}
  .public-stat{padding:7px 9px}.public-stat__icon{width:30px;height:30px}.public-stat strong{font-size:19px}
  .conversation-panel{min-height:0;padding:11px 13px}.conversation-messages{max-height:none}.conversation-form{padding:6px 7px 6px 12px}.conversation-form textarea{min-height:34px}.privacy-note{margin-top:4px}
}
@media(max-width:1080px) and (min-width:769px){
  .public-proof{grid-template-columns:1fr}.public-stats__scope{grid-column:1}.public-proof__copy h2{font-size:27px}.public-stats{max-width:560px}
  .how-flow ol{grid-template-columns:repeat(3,minmax(0,1fr))}.how-market-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:768px){
  .ai-experience{height:auto;min-height:0;overflow:visible;gap:15px;padding:24px 15px 40px}
  .public-proof{display:block}.public-proof__copy h2{font-size:29px}.public-proof__copy>p:last-child{font-size:12px}
  .public-stats{margin-top:16px;overflow-x:auto;padding-bottom:3px;scroll-snap-type:x proximity}.public-stat{flex:0 0 min(230px,78vw);scroll-snap-align:start}.public-stats__scope{text-align:left;margin-top:3px}
  .adaptive-workspace{flex:none}.conversation-panel{height:auto;min-height:390px}.conversation-messages{min-height:130px;max-height:260px}
  .quick-prompts{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.quick-prompts::-webkit-scrollbar{display:none}.quick-prompts button{flex:0 0 auto}
  .has-results .ai-experience{min-height:0;padding-top:18px}.has-results .conversation-panel{min-height:0}
  .how-page .site-header{position:relative}.how-main{padding:0 17px 54px}.how-hero{padding:58px 0}.how-hero h1{font-size:48px}.how-section-grid{grid-template-columns:1fr;gap:14px;padding:52px 0}.how-section-grid>p{margin-top:0;font-size:15px}
  .how-flow{padding:52px 0}.how-flow ol{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.how-flow li{flex:0 0 245px;min-height:210px;scroll-snap-align:start}
  .how-capacity{grid-template-columns:1fr;padding:28px 20px;gap:24px}.public-stats--how{display:flex;overflow-x:auto}.public-stats--how .public-stat{flex-basis:225px}
  .how-market-list{grid-template-columns:1fr 1fr}.how-final-cta{padding:56px 18px}
}
@media(max-width:390px){
  .public-proof__copy h2{font-size:27px}.conversation-panel{min-height:370px;padding:12px}.conversation-messages{min-height:120px}.privacy-note{font-size:9px}
  .how-hero h1{font-size:42px}.how-main h2{font-size:29px}.how-market-list{grid-template-columns:1fr}.how-flow li{flex-basis:225px}.how-final-cta{border-radius:20px}
}

/* Public property experience */
.property-page{background:#f4f7f5;color:var(--ink)}
.property-header{position:relative;z-index:5;border-bottom:1px solid rgba(10,45,33,.12);background:#061f17;color:#fff}
.property-header .back-link{color:#dce8e1}
.property-shell{width:100%;max-width:none;margin:0;padding:24px 0 96px}
.property-gallery{position:relative;width:100%;overflow:hidden;background:#dfe8e2}
.property-gallery__track{display:flex;gap:5px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-inline:contain}.property-gallery__track::-webkit-scrollbar{display:none}
.property-gallery__item{display:block;flex:0 0 clamp(300px,25vw,480px);aspect-ratio:1;padding:0;overflow:hidden;border:0;background:#dfe8e2;scroll-snap-align:start;cursor:zoom-in}
.property-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.property-gallery__item:hover img{transform:scale(1.015)}
.property-gallery__rail-nav{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(6,31,23,.15);border-radius:50%;background:rgba(255,255,255,.95);box-shadow:0 6px 20px rgba(5,30,21,.16);color:#06261a;font-size:29px;transform:translateY(-50%);cursor:pointer}.property-gallery__rail-nav.is-prev{left:14px}.property-gallery__rail-nav.is-next{right:14px}
.property-gallery__counter{display:none}.property-gallery__more{position:absolute;right:18px;bottom:18px;padding:10px 14px;border:1px solid rgba(6,31,23,.18);border-radius:11px;background:rgba(255,255,255,.94);color:var(--ink);font-weight:750;cursor:pointer}
.property-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start;max-width:1260px;margin:-28px auto 0}
.property-sheet,.property-cta-card{position:relative;z-index:2;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(8,37,27,.07)}
.property-sheet{padding:clamp(24px,3.5vw,48px)}
.property-sheet__heading h1{max-width:850px;margin:7px 0 8px;font:760 clamp(34px,3vw,44px)/1.04 var(--display);letter-spacing:-.045em}
.property-location{display:flex;align-items:center;gap:6px;margin:0;color:var(--muted);font-size:15px}.property-facts--premium{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none}.property-facts--premium li{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#eef4f0;color:#274c3f;font-size:13px;font-weight:650}
.property-development{display:grid;gap:4px;margin-top:24px;padding:17px 19px;border-radius:14px;background:#f6f8f6}.property-development small{color:var(--muted)}.property-development strong{font-size:17px}
.property-description{padding:36px 0 8px}.property-description h2,.property-market h2{margin:0 0 14px;font:740 clamp(22px,2vw,28px)/1.15 var(--display)}.property-description__text,.property-description>p{color:#4c5d56;font-size:15px;line-height:1.75}.property-description__text.is-collapsed{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6}.property-description__text.is-expanded{display:block}.property-read-more{margin-top:8px;padding:2px 0;border:0;background:transparent;color:var(--brand);font-size:13px;font-weight:750;cursor:pointer}.property-read-more:hover{text-decoration:underline}.property-read-more:focus-visible{outline:2px solid #70b995;outline-offset:3px}
.property-market{margin-top:32px;padding:25px;border-radius:18px;background:#e9f1ec}.property-market>.eyebrow{margin-bottom:7px}.property-market>p:last-child{margin:14px 0 0;color:#53655d;font-size:12px;line-height:1.55}.property-market__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border-radius:12px;background:#d7e4dc}.property-market__metrics>div{display:grid;gap:4px;padding:16px;background:#fff}.property-market__metrics small,.property-market__metrics span{color:var(--muted);font-size:11px}.property-market__metrics strong{font-size:20px;color:#0c6e49}
.property-responsibility{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:34px;padding-top:18px;border-top:1px solid var(--line)}.property-responsibility p{max-width:650px;margin:0;color:#78847f;font-size:11px;line-height:1.5}.property-responsibility button{display:inline-flex;align-items:center;gap:5px;padding:2px 0;border:0;background:transparent;color:#78847f;font-size:11px;cursor:pointer;white-space:nowrap}.property-responsibility button .property-icon{width:14px;height:14px;flex-basis:14px}.property-responsibility button:hover{color:#315347}.property-responsibility button:focus-visible{outline:2px solid #70b995;outline-offset:3px}
.property-cta-card{position:sticky;top:20px;display:grid;gap:10px;padding:24px;margin-top:56px}.property-cta-card>p{margin:0;color:var(--muted);font-size:11px}.property-cta-card>strong{font:760 32px/1.05 var(--display);color:#0a7049;letter-spacing:-.04em}.property-price-per-m2{display:grid;gap:3px;margin-top:2px;padding-top:10px;border-top:1px solid var(--line)}.property-price-per-m2 span{color:var(--muted);font-size:10px}.property-price-per-m2 strong{color:#315347;font-size:14px;line-height:1.2}.property-cta-card>span{margin-bottom:9px;color:var(--muted);font-size:11px}.property-cta-card .primary-action{margin:0}.property-cta-card .secondary-action,.property-ai-action{width:100%;padding:12px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);font-weight:750;cursor:pointer}.property-ai-action{border-color:#b8d3c4;background:#edf6f0;color:#075b3c}
.property-mobile-actions{display:none}

.property-insights-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;max-width:1260px;margin:22px auto 0}.property-insights{position:relative;grid-column:1;min-width:0;padding:30px;border:1px solid rgba(181,222,199,.22);border-radius:22px;background:linear-gradient(135deg,#063728 0%,#07503a 100%);box-shadow:0 22px 54px rgba(6,42,30,.16);color:#f7fbf8}.property-insights__header{display:flex;justify-content:space-between;gap:28px;align-items:flex-start}.property-insights__header>div{max-width:780px}.property-insights__header .eyebrow{margin:0 0 7px;color:#9fddb9}.property-insights__header h2{margin:0;font:750 clamp(24px,2.4vw,32px)/1.1 var(--display);letter-spacing:-.025em}.property-insights__header>div>p:last-child{margin:10px 0 0;color:#c3d8ce;font-size:13px;line-height:1.55}.property-insights__status{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(198,233,213,.22);border-radius:999px;background:rgba(255,255,255,.08);color:#e7f5ec;font-size:11px;font-weight:750}.property-insights__status.is-below{background:rgba(127,220,163,.16);color:#bff2d1}.property-insights__status.is-above{background:rgba(245,194,116,.14);color:#ffe0ad}.property-insights__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin-top:25px;border:1px solid rgba(194,226,208,.2);border-radius:16px;background:rgba(255,255,255,.045)}.property-insights__metrics article{display:grid;align-content:start;gap:5px;min-width:0;padding:19px 20px;border-right:1px solid rgba(194,226,208,.16)}.property-insights__metrics article:last-child{border-right:0}.property-insights__metrics small{color:#a9c6b9;font-size:11px}.property-insights__metrics strong{color:#fff;font:740 clamp(20px,2vw,26px)/1.1 var(--display);letter-spacing:-.025em}.property-insights__metrics span{color:#abc6ba;font-size:10px}.property-insights__summary{display:flex;gap:18px;align-items:baseline;margin-top:18px;padding:15px 17px;border-radius:13px;background:rgba(0,17,12,.24)}.property-insights__summary strong{flex:0 0 auto;color:#d2eadc;font-size:12px}.property-insights__summary p{margin:0;color:#f0f7f3;font-size:13px;line-height:1.5}.property-insights__footer{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:18px;padding-top:15px;border-top:1px solid rgba(194,226,208,.16);color:#9fbaae;font-size:10px;line-height:1.45}.property-insights__footer span:not(:last-child)::after{content:'·';margin-left:20px;color:#6d9583}
.property-insights__context{margin-top:12px;padding:15px 17px;border:1px solid rgba(194,226,208,.18);border-radius:13px;background:rgba(255,255,255,.055)}.property-insights__context strong{color:#b9e6cc;font-size:12px}.property-insights__context p{margin:6px 0 0;color:#edf7f1;font-size:13px;line-height:1.55}.property-insights__footer button{min-height:0;padding:0;border:0;color:#c4dfd1;background:transparent;font-size:10px;text-decoration:underline}.property-insights__footer button:hover{color:#fff;background:transparent}.market-methodology-dialog{width:min(92vw,580px);padding:0;border:1px solid #d4e0da;border-radius:20px;box-shadow:0 28px 80px rgba(3,37,25,.24)}.market-methodology-dialog::backdrop{background:rgba(4,25,18,.28)}.market-methodology-dialog .dialog-heading{display:flex;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid #e3eae6}.market-methodology-dialog .dialog-heading p{margin:0;color:#176044;font-size:10px;font-weight:800;letter-spacing:.1em}.market-methodology-dialog .dialog-heading h2{margin:4px 0 0}.market-methodology-dialog .dialog-heading button{width:34px;height:34px;padding:0;border-radius:50%;color:#12372b;background:#edf4f0}.market-methodology-dialog__content{padding:22px 24px;color:#50615a}.market-methodology-dialog__content>p{line-height:1.6}.market-methodology-dialog dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.market-methodology-dialog dl div{padding:12px;border-radius:10px;background:#f1f6f3}.market-methodology-dialog dt{font-size:10px}.market-methodology-dialog dd{margin:3px 0 0;color:#09291f;font-weight:750}
.property-insights__highlights{display:grid;gap:6px;margin:12px 0 0;padding:0;list-style:none}.property-insights__highlights li{display:flex;gap:7px;color:#d7eadf;font-size:12px;line-height:1.45}.property-insights__highlights li::before{content:'•';color:#8ed9ae}
.property-insights .market-public-summary{margin-top:18px;border:1px solid rgba(194,226,208,.2);border-radius:16px;background:rgba(255,255,255,.045);overflow:hidden}.property-insights .market-public-summary__tabs{display:flex;gap:5px;overflow-x:auto;padding:12px 16px 0;border-bottom:1px solid rgba(194,226,208,.16)}.property-insights .market-public-summary__tabs button{flex:none;min-height:38px;padding:8px 11px;border:0;border-bottom:2px solid transparent;border-radius:0;color:#abc6ba;background:transparent;font-size:12px}.property-insights .market-public-summary__tabs button.is-active{border-bottom-color:#9fddb9;color:#fff}.property-insights .market-public-summary__perspective{padding:20px}.property-insights .market-public-summary__perspective .eyebrow{color:#9fddb9}.property-insights .market-public-summary__perspective h3{margin:5px 0 9px;color:#fff;font:740 22px/1.15 var(--display)}.property-insights .market-public-summary__lead{max-width:850px;margin:0;color:#edf7f1;font-size:14px;line-height:1.65}.property-insights .market-public-summary__lists{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:17px}.property-insights .market-public-summary__lists>div{padding:13px;border-radius:11px;background:rgba(0,17,12,.2)}.property-insights .market-public-summary__lists h4{margin:0 0 7px;color:#d2eadc;font-size:12px}.property-insights .market-public-summary__lists ul{display:grid;gap:6px;margin:0;padding-left:16px;color:#d9ebe2;font-size:12px;line-height:1.5}.property-insights .market-public-summary__insufficient{background:rgba(142,103,35,.16)!important}
.market-methodology-table-wrap{max-width:100%;overflow-x:auto;border:1px solid #dfe8e3;border-radius:12px}.market-methodology-table{width:100%;min-width:760px;border-collapse:collapse;font-size:11px}.market-methodology-table th,.market-methodology-table td{padding:10px;text-align:left;vertical-align:top;border-bottom:1px solid #e5ece8}.market-methodology-table th{color:#52675f;background:#f3f7f5;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.market-methodology-table tbody tr:last-child td{border-bottom:0}.market-methodology-table td:first-child{color:#09291f;font-weight:750}

.property-lightbox{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:rgba(3,13,10,.96);color:#fff}.property-lightbox::backdrop{background:rgba(3,13,10,.96)}.property-lightbox__frame{position:relative;display:grid;place-items:center;width:100%;height:100%;padding:64px 80px 108px}.property-lightbox__frame>img{max-width:100%;max-height:calc(100dvh - 172px);object-fit:contain;touch-action:pan-y}.property-lightbox__close,.property-lightbox__nav{position:absolute;z-index:2;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#061f17;cursor:pointer}.property-lightbox__close{top:22px;right:25px;width:43px;height:43px;font-size:26px}.property-lightbox__nav{top:50%;width:46px;height:46px;font-size:32px;transform:translateY(-50%)}.property-lightbox__nav.is-prev{left:22px}.property-lightbox__nav.is-next{right:22px}.property-lightbox__count{position:absolute;top:31px;left:50%;transform:translateX(-50%);font-size:13px;font-weight:750}.property-lightbox__thumbs{position:absolute;bottom:24px;left:50%;display:flex;gap:7px;max-width:calc(100% - 40px);overflow-x:auto;transform:translateX(-50%)}.property-lightbox__thumbs button{flex:0 0 70px;width:70px;height:54px;padding:2px;border:2px solid transparent;border-radius:9px;background:#fff;opacity:.58;cursor:pointer}.property-lightbox__thumbs button.is-active{border-color:#79c79e;opacity:1}.property-lightbox__thumbs img{width:100%;height:100%;object-fit:cover;border-radius:5px}

.property-ai-dialog{position:fixed;z-index:50;inset:0 0 0 auto;width:min(440px,94vw);height:100dvh;max-height:none;margin:0;padding:0;border:0;background:#fff;box-shadow:-22px 0 58px rgba(3,23,16,.24)}.property-ai-dialog::backdrop{background:transparent}.property-ai-dialog__header{display:flex;justify-content:space-between;align-items:start;padding:22px;border-bottom:1px solid var(--line)}.property-ai-dialog__header p{margin:0;color:#08704a;font-size:10px;font-weight:800;letter-spacing:.08em}.property-ai-dialog__header h2{margin:5px 0 0;font:740 23px var(--display)}.property-ai-dialog__header button{width:34px;height:34px;border:0;border-radius:50%;background:#edf2ee;font-size:21px;cursor:pointer}.property-ai-messages{height:calc(100dvh - 245px);padding:20px;overflow-y:auto;background:#f7faf8}.property-ai-message{max-width:88%;margin-bottom:12px;padding:12px 14px;border-radius:14px;background:#e7efea}.property-ai-message.is-user{margin-left:auto;background:#0a3427;color:#fff}.property-ai-message span{display:block;margin-bottom:4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.property-ai-message p{margin:0;font-size:13px;line-height:1.5}.property-ai-form{padding:14px 16px 16px;border-top:1px solid var(--line);background:#fff}.property-ai-form>label{display:block;margin-bottom:6px;color:var(--muted);font-size:11px}.property-ai-form>div{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;align-items:end;padding:5px;border:1px solid #b8ccc0;border-radius:15px;background:#fff;box-shadow:0 6px 18px rgba(7,43,31,.06)}.property-ai-form>div:focus-within{border-color:#148159;box-shadow:0 0 0 3px rgba(20,129,89,.12)}.property-ai-form textarea{min-height:56px;max-height:120px;resize:vertical;padding:8px;border:0;border-radius:10px;background:#fff;font:inherit;outline:0}.property-ai-form button{width:44px;height:44px;padding:0;border:0;border-radius:11px;background:var(--brand);color:#fff;font-size:20px;line-height:1;cursor:pointer}.property-ai-form>p{min-height:17px;margin:5px 0 0;color:#8a4a22;font-size:11px}
.property-report-dialog{width:min(92vw,500px);padding:0;border:0;border-radius:22px;box-shadow:0 28px 90px rgba(5,24,18,.3)}.property-report-dialog::backdrop{background:rgba(4,22,16,.58);backdrop-filter:blur(4px)}.property-report-dialog form{padding:24px}.property-report-dialog label{display:grid;gap:6px;margin-top:16px;color:var(--muted);font-size:12px}.property-report-dialog select,.property-report-dialog textarea{padding:11px;border:1px solid var(--line);border-radius:11px;background:#fff;font:inherit}.property-report-dialog [data-report-result]{min-height:18px;color:#176c49;font-size:12px}

.property-card{min-width:0}.property-visual{position:relative;width:100%;max-width:100%;height:auto;min-width:0;aspect-ratio:4/3;overflow:hidden}.property-visual img{position:absolute;inset:0;display:block;width:100%;max-width:100%;height:100%;object-fit:cover}.property-card-content{padding:13px 14px 14px}.property-price{font-size:16px;line-height:1.2}.property-card h3{display:-webkit-box;min-height:40px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:7px 0 5px;font:700 16px/1.25 var(--display)}.property-place{display:flex;align-items:center;gap:5px;min-width:0}.property-place span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-attributes{display:flex;flex-wrap:wrap;gap:7px 12px;margin:10px 0 0;padding:0;list-style:none;color:#40534b}.property-attributes li{display:inline-flex;align-items:center;gap:5px;font-size:12px;white-space:nowrap}.property-icon{display:inline-block;flex:0 0 16px;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.property-media-count{position:absolute;right:9px;bottom:9px;display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:8px;background:rgba(4,24,17,.82);color:#fff;font-size:10px;font-weight:700}.property-media-count .property-icon{width:14px;height:14px;flex-basis:14px}.property-link{align-items:center;min-height:42px;margin-top:11px;padding:8px}.matching-results{grid-template-columns:repeat(3,minmax(0,1fr))}

@media(max-width:1280px){.matching-results{grid-template-columns:repeat(2,minmax(0,1fr))}.property-layout,.property-insights-layout{grid-template-columns:minmax(0,1fr) 310px}.property-cta-card>strong{font-size:27px}}
@media(max-width:900px){.property-layout,.property-insights-layout{grid-template-columns:1fr}.property-cta-card{position:relative;top:auto;margin-top:0}.property-market__metrics{grid-template-columns:1fr}.property-layout{margin-top:-18px}}
@media(max-width:768px){
  .property-page{padding-bottom:74px}.property-header{position:relative}.property-shell{padding:0 0 32px}.property-gallery{border-radius:0;box-shadow:none}.property-gallery__track{scroll-snap-type:x mandatory}.property-gallery__item{flex:0 0 88%;aspect-ratio:4/3;scroll-snap-align:start}.property-gallery__item img{object-fit:cover}.property-gallery__rail-nav{display:none}.property-gallery__counter{display:block;position:absolute;right:12px;bottom:12px;padding:6px 9px;border-radius:999px;background:rgba(4,24,17,.76);color:#fff;font-size:11px;font-weight:750}.property-gallery__more{display:none}
  .property-layout{display:block;margin:-6px 10px 0}.property-sheet{padding:22px 18px;border-radius:18px}.property-sheet__heading h1{font-size:32px}.property-facts--premium{margin-top:20px;padding:15px 0}.property-description{padding-top:28px}.property-description__text.is-collapsed{-webkit-line-clamp:5}.property-market{padding:20px;margin-top:25px}.property-responsibility{display:block}.property-responsibility button{margin-top:9px;white-space:normal;text-align:left}.property-cta-card{margin-top:12px;padding:20px 18px}.property-cta-card .primary-action,.property-cta-card .secondary-action,.property-cta-card .property-ai-action{display:none}
  .property-mobile-actions{position:fixed;z-index:30;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1.15fr;gap:7px;padding:9px max(10px,env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));border-top:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 -8px 28px rgba(5,28,20,.1)}.property-mobile-actions button{min-height:45px;border:1px solid #b9cbc1;border-radius:10px;background:#fff;color:#073d2b;font-weight:800}.property-mobile-actions button:last-child{border-color:var(--brand);background:var(--brand);color:#fff}.property-ai-open .property-mobile-actions{display:none}
  .property-lightbox__frame{padding:56px 0 92px}.property-lightbox__frame>img{width:100%;max-height:calc(100dvh - 148px)}.property-lightbox__nav{width:40px;height:40px}.property-lightbox__nav.is-prev{left:8px}.property-lightbox__nav.is-next{right:8px}.property-lightbox__thumbs{bottom:18px}
  .property-ai-dialog{inset:auto 0 0;width:100vw;height:min(82dvh,680px);margin:0;border-radius:20px 20px 0 0;box-shadow:0 -18px 54px rgba(3,23,16,.24)}.property-ai-messages{height:calc(min(82dvh,680px) - 225px)}
  .property-insights-layout{display:block;margin:16px 10px 0}.property-insights{padding:22px 18px;border-radius:18px}.property-insights__header{display:grid;gap:14px}.property-insights__status{justify-self:start}.property-insights__metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.property-insights__metrics article:nth-child(2n){border-right:0}.property-insights__metrics article:nth-child(n+3){border-top:1px solid rgba(194,226,208,.16)}.property-insights__summary{display:grid;gap:6px}.property-insights__footer{display:grid;gap:6px}.property-insights__footer span::after{display:none}
  .matching-results{grid-template-columns:1fr}.property-card{display:block}.property-visual{height:auto;min-height:0}.property-card-content{padding:14px}.property-attributes{max-width:100%;row-gap:6px}.property-report-dialog form{padding:20px}
}
@media(max-width:390px){.property-sheet__heading h1{font-size:30px}.property-facts--premium li{font-size:11px}.property-lightbox__thumbs button{flex-basis:58px;width:58px;height:46px}.property-mobile-actions{grid-template-columns:1fr 1.08fr}.property-insights__metrics{grid-template-columns:1fr}.property-insights__metrics article{border-right:0}.property-insights__metrics article+article{border-top:1px solid rgba(194,226,208,.16)}}
@media(max-width:760px){.property-insights .market-public-summary__perspective{padding:17px 14px}.property-insights .market-public-summary__lists{grid-template-columns:1fr}.property-insights .market-public-summary__tabs{padding-left:12px}.property-insights .market-public-summary__tabs button{padding-right:9px;padding-left:9px}}

/* Mobile public experience: results stay primary while the conversation remains available. */
.conversation-toggle,.conversation-close{display:none}
@media(max-width:768px){
  body.has-results{padding-bottom:calc(84px + env(safe-area-inset-bottom))}
  .has-results .adaptive-workspace{display:block}
  .has-results .results-pane{display:block;min-height:0}
  .has-results .conversation-toggle{position:fixed;z-index:56;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:9px;min-width:0;max-width:calc(100vw - 24px);padding:10px 14px;border:1px solid #91c3a7;border-radius:999px;background:#073d2b;color:#fff;box-shadow:0 12px 30px rgba(3,33,24,.22);text-align:left;cursor:pointer}
  .conversation-toggle>span:first-child{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#e0f2e6;color:#07603e;font-size:14px}
  .conversation-toggle>span:last-child{display:grid;gap:1px}.conversation-toggle strong{font-size:12px}.conversation-toggle small{overflow:hidden;color:#d4eadb;font-size:10px;white-space:nowrap;text-overflow:ellipsis}
  .has-results .conversation-panel{position:fixed;z-index:57;right:10px;bottom:calc(70px + env(safe-area-inset-bottom));left:10px;display:flex;min-height:0;max-height:min(48dvh,440px);height:auto;padding:12px 13px;border-radius:20px;box-shadow:0 -10px 34px rgba(3,33,24,.18);opacity:0;pointer-events:none;transform:translateY(calc(100% + 18px));transition:transform .2s ease,opacity .2s ease}
  .has-results.mobile-conversation-open .conversation-panel{opacity:1;pointer-events:auto;transform:translateY(0)}
  .has-results.mobile-conversation-open .conversation-toggle{display:none}
  .has-results .conversation-topline{gap:9px;padding-bottom:8px}.has-results .conversation-topline>#status-state{margin-left:auto;overflow:hidden;font-size:10px;white-space:nowrap;text-overflow:ellipsis}
  .has-results .conversation-close{display:grid;flex:0 0 28px;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#edf2ee;color:#17362a;font-size:20px;cursor:pointer}
  .has-results .conversation-messages{flex:1;min-height:0;max-height:none;padding:10px 2px 6px;overflow-y:auto}.has-results .message{max-width:94%}.has-results .message p{padding:8px 10px;font-size:12px}
  .has-results .quick-prompts{flex:0 0 auto;flex-wrap:nowrap;overflow-x:auto;margin:6px 0 7px}.has-results .quick-prompts button{flex:0 0 auto;padding:6px 9px}
  .has-results .conversation-form{flex:0 0 auto;margin-top:0;padding:6px 7px 6px 11px;border-radius:14px}.has-results .conversation-form textarea{min-height:30px;max-height:92px;font-size:12px}.has-results .composer-footer{position:absolute;right:18px;bottom:13px}.has-results .composer-footer small{display:none}.has-results .composer-footer button{width:31px;height:31px;font-size:17px}.has-results .privacy-note{display:none}
  .property-ai-dialog{right:10px;bottom:calc(70px + env(safe-area-inset-bottom));left:10px;width:auto;height:min(48dvh,440px);max-height:min(48dvh,440px);margin:0;border-radius:20px;box-shadow:0 -10px 34px rgba(3,33,24,.18)}
  .property-ai-dialog[open]{display:flex;flex-direction:column}.property-ai-dialog__header{flex:0 0 auto;padding:14px 15px}.property-ai-dialog__header h2{font-size:19px}.property-ai-messages{flex:1;min-height:0;height:auto;padding:12px 15px;overflow-y:auto}.property-ai-message{margin-bottom:8px;padding:9px 11px}.property-ai-message p{font-size:12px}.property-ai-form{flex:0 0 auto;padding:9px 12px 11px}.property-ai-form textarea{min-height:32px;max-height:92px;resize:none;font-size:12px}.property-ai-form button{width:36px;height:36px}.property-ai-form>div{grid-template-columns:minmax(0,1fr) 36px}.property-ai-form>p{display:none}
  .property-ai-open .property-mobile-actions{display:grid}
}
@media(max-width:640px){
  .matching-results{gap:12px}.property-card{display:grid;grid-template-columns:minmax(118px,40%) minmax(0,1fr);min-height:154px}.property-visual{height:100%;min-height:154px;aspect-ratio:auto}.property-card-content{display:flex;flex-direction:column;min-width:0;padding:11px 12px}.property-price{font-size:14px}.property-card h3{min-height:0;margin:5px 0;font-size:14px}.property-place,.property-attributes{font-size:11px}.property-attributes{gap:4px 8px;margin-top:7px}.property-attributes li{font-size:11px}.property-link{align-self:flex-start;min-height:30px;margin-top:auto;padding:6px 10px;font-size:11px}
}

/* Contato público compacto: corretor, dados e handoff sem prometer atendimento imediato. */
.lead-dialog{width:min(94vw,520px);max-height:min(90dvh,720px);overflow:hidden;border-radius:20px}.lead-dialog form{max-height:min(90dvh,720px);padding:20px 22px 22px;overflow-y:auto;overscroll-behavior:contain}.dialog-heading h2{font-size:23px}.dialog-subtitle{margin:5px 0 0!important;color:#53655d!important;font-size:11px!important;line-height:1.3!important}.broker-choice{margin-top:13px;padding:0;border:0;background:transparent}.broker-choice__cards{gap:6px}.broker-card{min-height:68px;padding:5px 9px;border-radius:13px;background:#fff}.broker-card__avatar{flex-basis:56px;width:56px;height:56px;font-size:16px;box-shadow:inset 0 0 0 1px rgba(9,81,56,.08)}.broker-card__body{gap:1px}.broker-card__body strong{font-size:14px}.broker-card__body small{font-size:10px;line-height:1.25}.broker-card__body em{margin-top:1px;font-size:9.5px;line-height:1.2}.broker-card__body em span{color:#1ca269}.broker-card__check{flex-basis:18px;width:18px;height:18px;font-size:10px}.broker-transparency{margin:7px 1px 0!important;padding:0;color:#68766f!important;font-size:9.5px!important;line-height:1.35!important}.lead-customer-fields{margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}.lead-customer-fields h3{margin:0;font:750 14px var(--display)}.lead-customer-fields label{margin-top:11px;font-weight:650;color:#30473d}.lead-customer-fields input{height:42px}.lead-customer-fields p{margin:6px 0 0;color:var(--muted);font-size:9.5px;line-height:1.35}.lead-dialog input:focus{border-color:#62a982;box-shadow:0 0 0 3px #e1f0e7;outline:0}.broker-auto-choice{min-height:25px;margin-top:6px!important;font-size:10px!important}.broker-auto-choice[hidden]{display:none!important}.broker-auto-choice input{width:14px;height:14px}.dialog-actions{margin-top:14px}.dialog-actions button[type="submit"]{min-width:180px}.whatsapp-handoff{min-height:40px}
@media(max-width:600px){.lead-dialog{width:min(calc(100vw - 16px),500px);max-height:90dvh}.lead-dialog form{max-height:90dvh;padding:17px 15px calc(17px + env(safe-area-inset-bottom))}.dialog-heading h2{font-size:21px}.dialog-heading button{width:30px;height:30px}.dialog-subtitle{margin-top:3px!important}.broker-choice{margin-top:10px}.broker-card{min-height:62px;padding:5px 8px}.broker-card__avatar{flex-basis:52px;width:52px;height:52px;font-size:15px}.broker-card__body strong{font-size:13px}.broker-card__body small{font-size:9.5px}.broker-card__body em{font-size:9px}.broker-transparency{margin-top:6px!important}.lead-customer-fields{margin-top:10px;padding-top:10px}.lead-customer-fields label{margin-top:9px}.lead-customer-fields input{height:40px}.dialog-actions{display:grid;grid-template-columns:minmax(88px,.7fr) minmax(0,1.3fr);gap:7px;margin-top:12px}.dialog-actions button{width:100%;padding:10px 8px;font-size:12px}.dialog-actions button[type="submit"]{min-width:0}}

/* Results use the available mobile width; the expanded assistant always docks above the fixed action area. */
@media(max-width:768px){
  .has-results .ai-experience{padding-right:0;padding-bottom:calc(84px + env(safe-area-inset-bottom));padding-left:0}
  .has-results .experience-panel{border-right:0;border-left:0;border-radius:0;padding-right:15px;padding-left:15px}
  .has-results.mobile-conversation-open .conversation-panel{position:fixed!important;top:auto!important;right:10px!important;bottom:calc(70px + env(safe-area-inset-bottom))!important;left:10px!important;width:auto!important;margin:0!important}
}

/* Sinais públicos: números densos que continuam legíveis à medida que a operação cresce. */
.public-stats{gap:6px}.public-stat{gap:6px;padding:7px 8px;border-radius:11px}.public-stat__icon{width:26px;height:26px;font-size:13px}.public-stat strong{font-size:17px}.public-stat>div span{font-size:8px;line-height:1.2}
@media(max-width:768px){
  .public-stats{gap:6px;overflow-x:auto;padding:1px 1px 4px;scroll-snap-type:x proximity}.public-stat{flex:0 0 102px;min-height:46px;padding:6px 7px;scroll-snap-align:start}.public-stat__icon{width:23px;height:23px;font-size:11px}.public-stat strong{font-size:15px}.public-stat>div span{font-size:8px}.public-stats__scope{margin-top:1px;font-size:8px}
}

/* Resultados compactos: o card inteiro é o link, sem CTA repetido. */
.has-results .experience-panel{min-height:0;padding:18px 20px 20px}
.has-results .experience-summary{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding-bottom:10px}
.has-results .experience-summary h3{flex:0 0 auto;font-size:21px;line-height:1.15}
.has-results .experience-summary>p:last-child{margin:0;color:#77827e;font-size:11px;line-height:1.35;text-align:right}
.has-results .search-filters{margin-top:9px;padding:8px 0 0}
.has-results .search-filters-heading h4{font-size:11px}
.has-results .search-filters-heading p{min-height:11px;margin-top:1px;font-size:8px}
.has-results .search-filters-heading>button{padding:6px 9px;border-radius:9px;font-size:10px}
.has-results .filter-chips{padding:6px 1px 8px}
.has-results .filter-chip{min-height:25px;padding:4px 8px;font-size:10px}
.has-results .matching-results{gap:10px;margin-top:12px}
.has-results .property-card{display:block;overflow:hidden;color:inherit;text-decoration:none;cursor:pointer}
.has-results .property-card:hover,.has-results .property-card:focus-visible{transform:translateY(-2px);border-color:#afc7ba;box-shadow:0 12px 30px rgba(7,28,21,.11);outline:0}
.has-results .property-visual{aspect-ratio:16/9}
.has-results .property-card-content{padding:11px 12px 12px}
.has-results .property-price{font-size:15px}
.has-results .property-card h3{min-height:36px;margin:5px 0 4px;font-size:15px;line-height:1.2}
.has-results .property-place{font-size:11px}
.has-results .property-attributes{gap:5px 9px;margin-top:7px}
.has-results .property-attributes li{gap:4px;font-size:11px}
.has-results .property-icon{width:14px;height:14px;flex-basis:14px}
.has-results .property-media-count{right:7px;bottom:7px;padding:4px 6px}

@media(max-width:768px){
  .has-results .experience-panel{padding-top:13px;padding-bottom:14px}
  .has-results .experience-summary{display:block;padding-bottom:8px}
  .has-results .experience-summary h3{font-size:19px}
  .has-results .experience-summary>p:last-child{margin-top:3px;font-size:10px;text-align:left}
  .has-results .search-filters{margin-top:7px;padding-top:7px}
  .has-results .matching-results{margin-top:9px}
}
@media(max-width:640px){
  .has-results .property-card{display:grid;grid-template-columns:minmax(112px,38%) minmax(0,1fr);min-height:128px}
  .has-results .property-visual{height:100%;min-height:128px;aspect-ratio:auto}
  .has-results .property-card-content{padding:9px 10px}
  .has-results .property-price{font-size:13px}
  .has-results .property-card h3{min-height:0;margin:4px 0;font-size:13px;line-height:1.16}
  .has-results .property-place{font-size:10px}
  .has-results .property-attributes{gap:3px 7px;margin-top:5px}
  .has-results .property-attributes li{font-size:10px}
  .has-results .property-icon{width:12px;height:12px;flex-basis:12px}
}
@media(max-width:480px){
  .site-header{gap:10px;padding-right:12px;padding-left:12px}
  .wordmark{font-size:22px}
  .header-actions{min-width:0;gap:6px}
  .market-selector summary{max-width:100px;padding:8px 9px;font-size:10px}
  .new-search-button{padding:8px 9px}
  .has-results .conversation-panel{width:auto}
}

/* Public proof layout: give every signal real reading width on desktop. */
@media(min-width:769px){
  .public-proof{grid-template-columns:minmax(0,1fr);row-gap:8px;align-items:start}
  .public-proof__copy h2{max-width:780px}
  .public-stats{grid-column:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(84px,1fr));width:100%;max-width:none;gap:8px}
  .public-stat{min-height:50px;padding:8px 10px}.public-stat__icon{width:28px;height:28px}.public-stat strong{font-size:18px}.public-stat>div span{font-size:9px;line-height:1.2}
  .public-stats__scope{grid-column:1;margin-top:-2px;text-align:right}
}
@media(max-width:768px){
  .public-stats{scrollbar-width:none}.public-stats::-webkit-scrollbar{display:none}.public-stat{flex-basis:102px}.public-stat>div span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:8.5px;line-height:1.15}
}

/* Cartões de resultado: a foto e os dados precisam permitir uma decisão antes de abrir o imóvel. */
.has-results .matching-results{gap:18px;margin-top:18px}.has-results .property-card{display:flex;flex-direction:column;min-height:0;overflow:hidden;border-color:#d8e3dc;border-radius:16px;color:var(--ink);background:#fff;box-shadow:0 3px 10px rgba(7,28,21,.04);text-decoration:none}.has-results .property-card:hover,.has-results .property-card:focus-within{transform:translateY(-2px);border-color:#a9c9b8;box-shadow:0 16px 34px rgba(7,28,21,.12)}.has-results .property-visual{aspect-ratio:4/3;min-height:0;background:linear-gradient(135deg,#dbe6df,#f0f5f2)}.property-visual__link{display:block;width:100%;height:100%;color:inherit}.property-visual__link img{transition:transform .24s ease}.property-card:hover .property-visual__link img{transform:scale(1.025)}.has-results .property-card-content{display:flex;flex:1;flex-direction:column;min-width:0;padding:15px 16px 16px}.property-city{display:flex;align-items:center;gap:5px;min-width:0;margin:0;color:#617069;font-size:11px}.property-city span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.has-results .property-card h3{min-height:0;margin:7px 0 0;font-size:16px;line-height:1.25}.property-title-link{color:var(--ink);text-decoration:none}.property-title-link:hover{text-decoration:underline}.has-results .property-attributes{gap:7px 12px;margin:12px 0 0}.has-results .property-attributes li{gap:5px;color:#56665f;font-size:11px}.has-results .property-price{margin-top:15px;color:#087148;font-size:18px;line-height:1.2}.has-results .property-link{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:16px;border:1px solid #168356;border-radius:10px;padding:8px 12px;color:#0a6f47;background:#fff;font-size:12px;font-weight:800;text-decoration:none}.has-results .property-link:hover{color:#fff;background:#0a6f47}.property-gallery-controls{position:absolute;inset:50% 9px auto;z-index:2;display:flex;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}.property-gallery-control{display:grid;place-items:center;width:34px;height:34px;min-height:0;border:0;border-radius:50%;padding:0;color:#17382c;background:rgba(255,255,255,.92);box-shadow:0 2px 8px rgba(4,24,17,.16);font-size:25px;line-height:1;cursor:pointer;pointer-events:auto}.property-gallery-control:hover{color:#fff;background:var(--brand)}.has-results .property-media-count{right:9px;bottom:9px;padding:5px 8px;border-radius:999px;background:rgba(4,24,17,.78);font-size:10px}
@media(max-width:640px){.has-results .matching-results{gap:16px;margin-top:14px}.has-results .property-card{display:block;min-height:0}.has-results .property-visual{height:auto;min-height:0;aspect-ratio:4/3}.has-results .property-card-content{display:flex;padding:15px 14px 14px}.has-results .property-card h3{margin-top:7px;font-size:16px;line-height:1.24}.has-results .property-attributes{gap:7px 11px;margin-top:12px}.has-results .property-attributes li{font-size:11px}.has-results .property-price{margin-top:15px;font-size:18px}.has-results .property-link{min-height:42px;margin-top:15px}.property-gallery-control{width:36px;height:36px}.has-results .property-media-count{right:10px;bottom:10px}}
@media(prefers-reduced-motion:reduce){.property-visual__link img{transition:none}.property-card:hover .property-visual__link img{transform:none}}

.inventory-button{min-height:0;border:1px solid rgba(159,215,185,.48);border-radius:999px;padding:9px 13px;color:#e7f5ec;background:transparent;font-size:12px;font-weight:760;white-space:nowrap;cursor:pointer}.inventory-button:hover{border-color:#9fddb9;color:#062c20;background:#dff2e6}.inventory-button:disabled{opacity:.55;cursor:wait}.quick-prompts .inventory-button--prompt{border-color:#96c9aa;color:#0a613f;background:#edf7f0}.quick-prompts .inventory-button--prompt:hover{color:#fff;background:#0a6f47}@media(max-width:768px){.inventory-button{padding:8px 10px;font-size:11px}.header-actions .inventory-button{display:none}.site-header{padding:0 14px;gap:12px}.brand-logo{height:50px;font-size:18px}.brand-logo__mark{width:70px;height:50px}.header-actions{gap:8px}}@media(max-width:480px){.new-search-button{display:none}}
