/* Catálogo avançado Equilibrare */
.property-viewport{position:relative;margin:0 42px}.property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:24px}.property{cursor:pointer}.catalog-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:60px;border:0;border-radius:14px;background:var(--navy);color:#fff;font-size:30px;cursor:pointer}.catalog-arrow.prev{left:-50px}.catalog-arrow.next{right:-50px}.catalog-arrow[disabled]{opacity:.25;cursor:default}.catalog-page{text-align:center;color:var(--muted);margin-top:18px;font-size:.85rem}
.property-modal,.photo-modal{position:fixed;inset:0;z-index:300;background:rgba(9,20,27,.82);display:none;align-items:center;justify-content:center;padding:22px}.property-modal.open,.photo-modal.open{display:flex}.property-dialog{position:relative;background:#fff;width:min(1180px,96vw);max-height:94vh;overflow:auto;border-radius:24px;padding:28px;box-shadow:var(--shadow)}.modal-close{position:absolute;right:15px;top:12px;z-index:6;width:44px;height:44px;border:0;border-radius:50%;background:var(--navy);color:#fff;font-size:25px;cursor:pointer}.overview-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px}.overview-main{width:100%;height:500px;object-fit:cover;border-radius:18px;background:#eee;cursor:zoom-in}.overview-info h2{font-family:Georgia,serif;color:var(--navy);font-size:2.2rem;margin:0 48px 16px 0}.overview-status{display:inline-block;padding:6px 10px;border-radius:999px;background:var(--paper);font-weight:800}.overview-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin:20px 0}.overview-facts div{border-bottom:1px solid var(--line);padding:7px 0}.overview-description{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);white-space:pre-line}.thumb-strip-wrap{position:relative;margin:18px 48px 0}.thumb-strip{display:flex;gap:12px;overflow:hidden;scroll-behavior:smooth}.thumb-strip img{width:140px;height:96px;object-fit:cover;border-radius:10px;cursor:pointer;border:3px solid transparent;flex:0 0 auto}.thumb-strip img.active{border-color:var(--gold)}.thumb-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:50px;border:0;border-radius:12px;background:var(--navy);color:#fff;font-size:25px;cursor:pointer}.thumb-arrow.prev{left:-46px}.thumb-arrow.next{right:-46px}.modal-wa{margin-top:20px}
.photo-dialog{position:relative;width:96vw;height:94vh;display:grid;place-items:center}.photo-dialog img{max-width:94vw;max-height:88vh;object-fit:contain}.photo-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:72px;border:0;border-radius:14px;background:#fff;color:var(--navy);font-size:36px;cursor:pointer}.photo-arrow.prev{left:10px}.photo-arrow.next{right:10px}.photo-count{position:absolute;left:20px;bottom:10px;color:#fff}.photo-modal .modal-close{background:#fff;color:var(--navy)}
@media(max-width:760px){.property-viewport{margin:0}.property-grid{display:block}.property{margin-bottom:22px}.property[hidden]{display:block!important}.catalog-arrow,.catalog-page{display:none}.property-modal{padding:0;align-items:stretch}.property-dialog{width:100%;max-height:100vh;border-radius:0;padding:18px}.overview-grid{grid-template-columns:1fr}.overview-main{height:300px}.overview-info h2{font-size:1.75rem;margin-top:4px}.overview-facts{grid-template-columns:1fr 1fr;font-size:.92rem}.thumb-strip-wrap{margin-left:42px;margin-right:42px}.thumb-strip img{width:105px;height:76px}.photo-arrow{width:44px;height:64px}.photo-dialog{width:100vw;height:100vh}.photo-dialog img{max-width:100vw;max-height:90vh}}
