.property-notification{position:fixed;top:2rem;left:50%;transform:translateX(-50%);z-index:12000;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translateX(-50%);opacity:1}}.property-notification-content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#10b981;color:#fff;border-radius:.75rem;box-shadow:0 10px 40px rgba(16,185,129,.3);min-width:300px}.property-notification-content--error{background:#dc2626;box-shadow:0 10px 40px rgba(220,38,38,.3)}.property-notification-icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:rgba(255,255,255,.2);border-radius:50%;font-weight:700}.property-notification-text{font-size:.9375rem;font-weight:500}.property-info-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999}.property-info-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:1600px;max-height:95vh;background:#fff;overflow:hidden;z-index:1000;box-shadow:0 20px 60px rgba(0,0,0,.3);border-radius:1rem}.property-info-close{position:absolute;top:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:rgba(255,255,255,.9);color:#1f2937;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.property-info-close:hover:not(:disabled){background:#fff;transform:scale(1.1)}.property-info-close:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.property-info-content{max-height:95vh;overflow-y:auto;padding:2rem}.property-info-logo-container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding-top:.5rem}.property-info-logo{height:2.5rem;width:auto;object-fit:contain}.property-info-header{margin-bottom:1.5rem}.property-info-header-content{display:flex;align-items:center;gap:1.5rem}.property-info-title{font-size:2rem;font-weight:700;margin:0;color:#0f172a}.property-mls-number{padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#475569;white-space:nowrap}.property-updated-date{margin-top:.5rem;font-size:.875rem;color:#94a3b8}.property-gallery-slider{margin-bottom:2rem;border-radius:.75rem;overflow:hidden;position:relative}.property-gallery-slider-container{position:relative;width:100%;height:clamp(260px,32vw,500px);overflow:hidden;border-radius:.75rem;background:#f8fafc}.property-gallery-slider-track{display:flex;height:100%;width:100%;overflow-x:auto;overflow-y:hidden;gap:1rem;padding:0 10%;scroll-snap-type:x mandatory;scroll-padding:10%;-webkit-overflow-scrolling:touch;scrollbar-width:none}.property-gallery-slider-track::-webkit-scrollbar{display:none}.property-gallery-slide{flex:0 0 82%;width:82%;height:100%;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;scroll-snap-align:center}.property-gallery-slide img{width:100%;height:100%;object-fit:contain;display:block}.property-gallery-slider-next,.property-gallery-slider-prev{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;border:none;background:rgba(255,255,255,.9);color:#1f2937;font-size:2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.property-gallery-slider-next:hover,.property-gallery-slider-prev:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.property-gallery-slider-prev{left:1rem}.property-gallery-slider-next{right:1rem}.property-gallery-slider-indicators{display:flex;justify-content:center;gap:.5rem;padding:1rem;background:#fff}.property-gallery-thumbs{display:flex;gap:.5rem;padding:.75rem .75rem .25rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;background:#fff;border-top:1px solid #e2e8f0}.property-gallery-thumb{flex:0 0 auto;width:96px;height:64px;border-radius:.5rem;border:2px solid transparent;padding:0;background:#f8fafc;cursor:pointer;overflow:hidden;transition:border-color .2s ease,transform .2s ease,background-color .2s ease}.property-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.property-gallery-thumb:hover{transform:translateY(-1px)}.property-gallery-thumb.active{border-color:#3b82f6;background:#fff}.property-gallery-thumb:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.property-gallery-slider-indicator{width:.75rem;height:.75rem;border-radius:50%;border:none;background:#cbd5e1;cursor:pointer;transition:all .2s ease;padding:0}.property-gallery-slider-indicator:hover{background:#94a3b8;transform:scale(1.2)}.property-gallery-slider-indicator.active{background:#3b82f6;width:2rem;border-radius:.375rem}.property-gallery-show-all{position:absolute;bottom:1rem;right:1rem;padding:.5rem 1rem;background:rgba(0,0,0,.7);color:#fff;border-radius:.375rem;font-size:.875rem;font-weight:500}.property-gallery-main{cursor:pointer}.property-gallery-view-all-btn{width:100%;grid-column:1/-1;margin-top:1rem;padding:.875rem 1.5rem;background:#2337b8;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.property-gallery-view-all-btn:hover{background:#1a3fc7;transform:translateY(-2px);box-shadow:0 4px 12px rgba(31,75,226,.3)}.property-gallery-view-all-btn:active{transform:translateY(0)}.property-gallery-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:10001;overflow:hidden;animation:fadeIn .3s ease;display:flex;flex-direction:column}.property-gallery-fullscreen-close{position:fixed;top:1.5rem;right:1.5rem;width:3rem;height:3rem;border-radius:50%;border:none;background:rgba(255,255,255,.9);color:#1f2937;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10002;transition:all .2s ease}.property-gallery-fullscreen-close:hover{background:#fff;transform:scale(1.1)}.property-gallery-fullscreen-content{padding:.5rem 0;max-width:100%;overflow-y:auto;box-sizing:border-box;width:100%}.property-gallery-fullscreen-content.gallery-columns-1{display:flex;flex-direction:column;gap:.5rem;align-items:center;padding:.5rem 0;justify-content:flex-start}.property-gallery-fullscreen-content.gallery-columns-1 .property-gallery-fullscreen-item{width:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:0 .5rem;box-sizing:border-box}.property-gallery-fullscreen-content.gallery-columns-1 .property-gallery-fullscreen-item img{width:100%;max-width:100%;object-fit:contain;display:block;background:#000}.property-gallery-fullscreen-content.gallery-columns-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;align-items:start}.property-gallery-fullscreen-content.gallery-columns-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;align-items:start}.property-gallery-fullscreen-item{width:100%;display:flex;justify-content:center;align-items:flex-start;position:relative}.property-gallery-fullscreen-content.gallery-columns-2 .property-gallery-fullscreen-item img,.property-gallery-fullscreen-content.gallery-columns-3 .property-gallery-fullscreen-item img{width:100%;max-width:100%;height:auto;object-fit:contain;display:block;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.15);background:#f8fafc}.gallery-columns-control{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10002;background:rgba(15,23,42,.9);padding:.5rem;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.gallery-column-btn{min-width:4rem;height:2.5rem;padding:0 .75rem;border:2px solid rgba(255,255,255,.3);background:transparent;color:#fff;border-radius:.375rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap}.gallery-column-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.gallery-column-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}@media (max-width:1024px){.gallery-columns-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.property-gallery-fullscreen-content{padding:1rem}.gallery-columns-control{display:none}.property-gallery-fullscreen-content.gallery-columns-2,.property-gallery-fullscreen-content.gallery-columns-3{grid-template-columns:1fr}.property-gallery-fullscreen-content.gallery-columns-1,.property-gallery-fullscreen-content.gallery-columns-2,.property-gallery-fullscreen-content.gallery-columns-3{gap:.75rem}}.property-info-main{display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}.property-info-left{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.property-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:.625rem;gap:.625rem}.property-stat-box{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.875rem .5rem .75rem;background:#f8fafc;border:1px solid #e8eef5;border-radius:.875rem;text-align:center;transition:border-color .15s ease,box-shadow .15s ease}.property-stat-box:hover{border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.06)}.property-stat-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#eff6ff;color:#2337b8;flex-shrink:0}.property-stat-icon svg{width:1rem;height:1rem}.property-stat-value{font-size:1.1rem;font-weight:700;color:#0f172a;line-height:1.2}.property-stat-label{font-size:.7rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;line-height:1.3}.property-section{border-bottom:1px solid #e2e8f0;padding-bottom:1.5rem}.property-section:last-child{border-bottom:none}.property-section-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.property-description{font-size:1rem;line-height:1.6;color:#475569;margin:0}.property-amenities{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.property-amenity{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:.5rem}.amenity-check{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem;font-weight:700}.amenity-check.checked{background:#10b981}.property-characteristics-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem}.property-characteristic-item{display:flex;flex-direction:column;gap:.2rem;padding:.75rem 1rem;background:#f8fafc;border-radius:.625rem;border:1px solid #e8eef5}.property-characteristic-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.property-characteristic-value{font-size:.925rem;font-weight:600;color:#0f172a}@media (max-width:480px){.property-characteristics-grid{grid-template-columns:1fr}}.amenity-check.checked{color:#fff}.amenity-check:not(.checked){background:#e2e8f0;color:#64748b}.amenity-label{font-size:.9375rem;color:#1f2937}.property-address{font-size:1rem;color:#64748b;margin-bottom:1rem}.property-map{border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0}.nearby-places{display:flex;flex-direction:column;gap:1rem}.nearby-place{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.75rem;transition:all .2s ease}.nearby-place:hover{background:#f1f5f9}.nearby-place-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:.5rem;font-size:1.5rem}.nearby-place-info{flex:1 1}.nearby-place-name{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.nearby-place-meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.nearby-place-category{color:#64748b}.nearby-place-distance{color:#3B82F6;font-weight:500}.property-mobile-header{display:none}.property-info-right{position:-webkit-sticky;position:sticky;top:calc(var(--header-h, 6rem) + 1rem);height:-moz-fit-content;height:fit-content;align-self:start;max-height:calc(100vh - var(--header-h, 6rem) - 2rem);overflow-y:auto;scrollbar-width:none;display:flex;flex-direction:column;gap:1rem}.property-trust-frame{display:none;align-items:center;gap:.75rem;padding:.75rem .9rem;border-radius:.85rem;color:#fff;box-shadow:0 6px 18px rgba(15,23,42,.18)}.property-trust-frame--developer{background:linear-gradient(135deg,#0ea5e9,#2563eb)}.property-trust-frame--agent{background:linear-gradient(135deg,#059669,#047857)}.property-trust-frame__avatar{width:2.75rem;height:2.75rem;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.85);flex-shrink:0}.property-trust-frame__avatar-wrap{position:relative;display:block;width:2.75rem;height:2.75rem;flex-shrink:0}.property-trust-frame__avatar--fallback{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16);color:#fff;font-weight:800}.property-trust-frame__online-dot{position:absolute;right:-1px;bottom:-1px;width:.72rem;height:.72rem;border:2px solid #fff;border-radius:50%;background:var(--rh-green);box-shadow:0 0 0 1px color-mix(in srgb,var(--rh-green) 20%,transparent);pointer-events:none}.property-trust-frame__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.property-trust-frame__badge{font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;opacity:.95}.property-trust-frame__name{font-size:.95rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:900px){.property-trust-frame{display:flex}}.property-info-right::-webkit-scrollbar{display:none}.property-right-sticky-header{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06)}.property-right-back-top{display:flex;align-items:center;gap:.4rem;width:100%;padding:.6rem .875rem;background:#f8fafc;border:none;font-size:.8125rem;font-weight:600;color:#2337b8;cursor:pointer;transition:background .15s ease;text-align:left}.property-right-back-top:hover{background:#eff6ff}.property-price-card{padding:1.25rem;background:#fff;border-radius:.75rem .75rem 0 0;border:1px solid #e2e8f0;border-bottom:none;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:1rem}.property-price-header{margin-bottom:0}.property-agent-details,.property-company-details{padding-top:1rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.4rem}.agent-details-title{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .15rem}.agent-details-subtitle{font-size:.8125rem;color:#94a3b8;margin:0 0 .5rem;line-height:1.5}.agent-detail-item{font-size:.875rem;color:#0f172a;line-height:1.5}.property-price{font-size:1.75rem;font-weight:700;color:#0f172a}.property-mobile-price-line,.property-price-value-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-bottom:.2rem}.property-price-vat{font-size:.8125rem;font-weight:700;color:#b45309;white-space:nowrap}.property-price-type{font-size:.8125rem;color:#64748b}.property-price-per-sqm{margin-top:0;padding-top:.75rem;border-top:1px solid #e2e8f0;display:flex;gap:1rem}.property-price-per-sqm-item{display:flex;flex-direction:column;gap:.1rem;flex:1 1}.property-price-per-sqm-label{font-size:.75rem;color:#94a3b8}.property-price-per-sqm-value{font-size:.9375rem;font-weight:600;color:#0f172a}.property-listing-company,.property-listing-contact{padding:1rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-top:none;margin-bottom:0}.property-listing-company,.property-listing-contact:last-of-type{border-radius:0 0 .75rem .75rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.listing-section-title{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;margin:0 0 .6rem}.listing-section-subtitle{font-size:.8rem;color:#94a3b8;margin:0 0 .5rem;line-height:1.45}.listing-contact-picture{float:left;margin:0 .75rem .5rem 0;position:relative;width:-moz-fit-content;width:fit-content}.listing-contact-avatar{width:44px;height:44px;display:block}.listing-contact-avatar--fallback{display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#2337b8;font-weight:800}.listing-contact-online-dot{position:absolute;bottom:1px;right:1px;width:11px;height:11px;border-radius:50%;background:var(--rh-green);border:2px solid #fff;box-shadow:0 0 0 1px color-mix(in srgb,var(--rh-green) 20%,transparent);pointer-events:none}.listing-contact-identity{font-size:.875rem;color:#0f172a;margin-bottom:.35rem;line-height:1.4}.listing-contact-identity strong{font-weight:700;color:#0f172a}.listing-contact-identity span{color:#334155}.listing-contact-item{font-size:.875rem;color:#0f172a;margin-bottom:.25rem;line-height:1.4}.listing-contact-item:last-child{margin-bottom:0}.listing-contact-verified{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.35rem;padding:.2rem .6rem;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.75rem;font-weight:700}.listing-contact-verified svg{flex-shrink:0}.listing-contact-buttons{display:flex;gap:.5rem;margin-top:.75rem;clear:both}.listing-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.625rem 1rem;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;flex:1 1}.listing-contact-button svg{flex-shrink:0}.listing-contact-button-wa-reveal{background:#f1f5f9;color:#25D366;border:1px solid #e2e8f0}.listing-contact-button-wa-reveal:hover{background:#dcfce7;border-color:#25D366}.listing-contact-button-wa{background:#25D366;color:#fff}.listing-contact-button-wa:hover{background:#1da851;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,211,102,.3)}.listing-contact-button-tg-reveal{background:#f1f5f9;color:#0088cc;border:1px solid #e2e8f0}.listing-contact-button-tg-reveal:hover{background:#dbeafe;border-color:#0088cc}.listing-contact-button-tg{background:#0088cc;color:#fff}.listing-contact-button-tg:hover{background:#006699;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,136,204,.3)}.listing-contact-phone-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;width:100%;padding:.75rem 1rem;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.75rem}.listing-contact-phone-button svg{flex-shrink:0}.listing-contact-phone-reveal{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.listing-contact-phone-reveal:hover{background:#f8fafc;border-color:#cbd5e1}.listing-contact-phone-call{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.listing-contact-phone-call:hover{background:#f8fafc;border-color:#cbd5e1}.listing-contact-picture{margin-bottom:.75rem}.listing-contact-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.property-contact-btn,.property-mortgage-btn,.property-support-btn,.property-tour-btn{display:flex;align-items:center;justify-content:center;min-height:2.5rem;width:100%;padding:.7rem;border:none;border-radius:.625rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.property-contact-btn{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none}.property-contact-btn:hover{background:linear-gradient(135deg,#047857,#059669);transform:translateY(-1px)}.property-tour-btn{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.property-tour-btn:hover{background:#f8fafc;border-color:#cbd5e1}.property-mortgage-btn{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.property-mortgage-btn:hover{background:#f8fafc;border-color:#cbd5e1}.property-mortgage-btn--mobile{margin-top:.75rem;margin-bottom:1rem}.property-share-section{margin-top:0;padding-top:0;border-top:none}.property-left-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;border-top:1px solid #e2e8f0;flex-wrap:wrap}.property-support-btn{display:inline-block;padding:.5rem .875rem;margin-top:1rem;background:#fff;color:#dc2626;border:1.5px solid #dc2626;border-radius:.75rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(220,38,38,.15);text-align:center;word-wrap:break-word}.property-support-btn:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.property-support-icon{font-size:.9375rem;line-height:1;display:inline-block}.property-support-text{white-space:nowrap}@media (max-width:768px){.property-support-btn{padding:.5rem .75rem;font-size:.75rem}}.form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:10001;animation:fadeIn .2s ease;display:flex;align-items:center;justify-content:center}.form-modal{position:relative;width:90vw;max-width:500px;max-height:85vh;overflow-y:auto;background:#fff;border-radius:1rem;padding:2rem;z-index:10002;animation:formSlideIn .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.3);box-sizing:border-box}.form-modal-wide{max-width:900px}.form-modal.form-modal-btl{width:min(96vw,1500px);height:85dvh;max-width:1500px;max-height:85dvh;overflow:hidden;padding:0;background:#f4f7fb}.form-modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:50%;font-size:1rem;color:#64748b;cursor:pointer;transition:all .2s ease;z-index:1}.form-modal-close:hover{background:#e2e8f0;color:#0f172a}@keyframes formSlideIn{0%{transform:scale(.95) translateY(-10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.form-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.form-agent-header{display:flex;align-items:center;gap:1rem;min-width:0;margin:0 0 1.5rem;padding-right:2.5rem}.form-agent-header__avatar-wrap{position:relative;display:block;width:64px;height:64px;flex:0 0 64px}.form-agent-header__avatar{display:block;width:64px;height:64px;border:2px solid #fff;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px #dbe3ef,0 6px 18px rgba(15,23,42,.12)}.form-agent-header__avatar--fallback{display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#2337b8;font-size:1.25rem;font-weight:800}.form-agent-header__online-dot{position:absolute;right:1px;bottom:1px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:var(--rh-green);box-shadow:0 0 0 1px color-mix(in srgb,var(--rh-green) 20%,transparent)}.form-agent-header__copy{min-width:0}.form-agent-header .form-title{font-size:1.5rem!important;margin-bottom:.3rem}.form-agent-header .form-reply-time{margin:0}.form-reply-time{font-size:.9rem;color:#475569;margin:0 0 1.5rem}.form-reply-time strong{font-weight:700;color:#0f172a}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.required-star{color:#dc2626;margin-left:.25rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.9375rem;font-family:inherit;transition:all .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8;font-style:italic}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3B82F6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-group textarea{resize:vertical;min-height:120px;line-height:1.5}.form-checkbox .checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#0f172a}.form-checkbox input{width:auto}.form-checkbox--fallback{margin:.9rem 0;padding:.8rem;border:1px solid #dbe3ef;border-radius:.65rem;background:#fff}.form-checkbox--fallback .checkbox-label{align-items:flex-start;gap:.7rem;line-height:1.45}.form-checkbox--fallback input[type=checkbox]{width:20px;height:20px;min-width:20px;margin:1px 0 0;accent-color:#2337b8;cursor:pointer}.contact-form-two-column{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:2rem;gap:2rem}.contact-form-left{display:flex;flex-direction:column}.contact-form-description{font-size:.9375rem;line-height:1.6;color:#475569;margin:0}.contact-form-right{display:flex;flex-direction:column}.contact-form-disclaimer{margin-top:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.disclaimer-main{font-size:.8125rem;line-height:1.6;color:#475569;margin:0 0 .75rem}.disclaimer-main:last-of-type{margin-bottom:.5rem}.disclaimer-main a{color:#2337b8;text-decoration:underline}.disclaimer-main a:hover{color:#1a3fc7}.disclaimer-details{margin-top:.75rem}.disclaimer-summary{font-size:.8125rem;font-weight:600;color:#64748b;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.disclaimer-summary::-webkit-details-marker{display:none}.disclaimer-summary:before{content:"▶";display:inline-block;margin-right:.5rem;transition:transform .2s ease;font-size:.7rem}.disclaimer-details[open] .disclaimer-summary:before{transform:rotate(90deg)}.disclaimer-content{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.disclaimer-content p{font-size:.8125rem;line-height:1.6;color:#64748b;margin:0 0 .75rem}.disclaimer-content p:last-child{margin-bottom:0}.visitors-should-know{margin-top:2rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;overflow:hidden;transition:all .3s ease}.visitors-should-know-summary{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;font-size:1.0625rem;font-weight:600;color:#1f2937;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;background:#f9fafb;border-bottom:1px solid #e5e7eb}.visitors-should-know-summary::-webkit-details-marker{display:none}.visitors-should-know-summary:after{content:"▼";font-size:.75rem;color:#6b7280;transition:transform .3s ease;margin-left:1rem}.visitors-should-know[open] .visitors-should-know-summary:after{transform:rotate(180deg)}.visitors-should-know-summary:hover{background:#f3f4f6;color:#111827}.visitors-should-know-content{padding:1.5rem;color:#374151;line-height:1.7;font-size:.9375rem}.visitors-should-know-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.visitors-should-know-subtitle{font-size:1rem;font-weight:600;color:#111827;margin:1.5rem 0 .75rem}.visitors-should-know-content p{margin:.75rem 0;color:#4b5563}.visitors-should-know-content ul{margin:.75rem 0;padding-left:1.5rem;color:#4b5563}.visitors-should-know-content li{margin:.5rem 0;line-height:1.6}.visitors-should-know-content a{color:#3b82f6;text-decoration:underline;transition:color .2s ease}.visitors-should-know-content a:hover{color:#2563eb}.visitors-should-know-highlight{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem 1.25rem;margin:1rem 0;border-radius:.375rem;font-weight:500;color:#92400e}@media (max-width:768px){.visitors-should-know-summary{padding:1rem 1.25rem;font-size:1rem}.visitors-should-know-content{padding:1.25rem;font-size:.875rem}.visitors-should-know-title{font-size:1rem}.visitors-should-know-subtitle{font-size:.9375rem}.form-agent-header{align-items:flex-start;gap:.7rem;margin-bottom:1.25rem;padding-right:1rem}.form-agent-header__avatar,.form-agent-header__avatar-wrap{width:48px;height:48px}.form-agent-header__avatar-wrap{flex-basis:48px}.form-agent-header__avatar--fallback{font-size:1.05rem}.form-agent-header__online-dot{width:12px;height:12px}.form-agent-header .form-title{font-size:clamp(1.1rem,5vw,1.25rem)!important;line-height:1.15}.form-agent-header .form-reply-time{font-size:.8rem;line-height:1.4}.contact-form-two-column[data-testid=ask-form],.contact-form-two-column[data-testid=tour-form]{display:flex;flex-direction:column;gap:0}.contact-form-two-column[data-testid=ask-form]>.contact-form-left,.contact-form-two-column[data-testid=ask-form]>.contact-form-right,.contact-form-two-column[data-testid=tour-form]>.contact-form-left,.contact-form-two-column[data-testid=tour-form]>.contact-form-right{display:contents}.contact-form-two-column[data-testid=ask-form]>.contact-form-right>.form-group,.contact-form-two-column[data-testid=tour-form]>.contact-form-right>.form-group{order:10}.contact-form-two-column[data-testid=ask-form]>.contact-form-right>.form-checkbox,.contact-form-two-column[data-testid=tour-form]>.contact-form-right>.form-checkbox{order:20}.contact-form-two-column[data-testid=ask-form]>.contact-form-right>.form-actions,.contact-form-two-column[data-testid=tour-form]>.contact-form-right>.form-actions{order:30;margin-bottom:.5rem}.contact-form-two-column[data-testid=ask-form]>.contact-form-left>.contact-form-description,.contact-form-two-column[data-testid=tour-form]>.contact-form-left>.contact-form-description{order:40;margin-top:1rem;padding-top:1.25rem;border-top:1px solid #e2e8f0}.contact-form-two-column[data-testid=ask-form]>.contact-form-left>.contact-form-disclaimer,.contact-form-two-column[data-testid=tour-form]>.contact-form-left>.contact-form-disclaimer{order:50;margin-top:.75rem}.form-modal-wide{max-width:95vw;padding:1.5rem}}.form-actions{display:flex;gap:.75rem;margin-top:1.5rem}.form-btn-cancel,.form-btn-submit{flex:1 1;padding:.875rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.form-btn-cancel{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.form-btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.form-btn-submit{background:#0f172a;color:#fff}.form-btn-submit:hover:not(:disabled){background:#1e293b;transform:translateY(-1px)}.form-btn-submit:active:not(:disabled){transform:translateY(0)}.form-btn-submit:disabled{cursor:not-allowed;opacity:.58;transform:none}@media (max-width:1400px){.property-info-modal{width:95vw}}@media (max-width:1200px){.property-info-content{padding:1.5rem}.property-info-main{gap:1.5rem}.property-gallery-slider-container{height:clamp(220px,28vw,420px)}}@media (max-width:1024px){.property-info-modal{width:98vw}.property-info-main{grid-template-columns:3fr 2fr;gap:1.25rem}.property-info-content{padding:1.25rem}}@media (max-width:900px){.property-info-main{grid-template-columns:1fr}.property-info-right{position:static!important;max-height:none;overflow-y:visible}}@media (max-width:768px){.property-info-modal{width:100vw;max-width:100vw;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;border-radius:0;top:0;left:0;transform:none;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box}.property-info-content{max-height:100%;height:100%;box-sizing:border-box;padding:1rem 1rem calc(2rem + env(safe-area-inset-bottom))}.property-mobile-header{display:block}.property-gallery-slider,.property-info-header,.property-info-right{display:none}.property-mobile-photo{position:relative;width:100%;aspect-ratio:4/3;background:#f1f5f9;border-radius:.75rem;overflow:hidden;margin-bottom:.75rem}.property-mobile-photo img{width:100%;height:100%;object-fit:cover}.property-mobile-photo-btn{position:absolute;bottom:.75rem;right:.75rem;padding:.4rem .9rem;background:rgba(15,23,42,.75);color:#fff;border:none;border-radius:2rem;font-size:.8125rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;gap:.35rem}.property-mobile-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.property-mobile-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.property-mobile-mls{font-size:.75rem;font-weight:600;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.375rem;padding:.2rem .5rem;white-space:nowrap;flex-shrink:0}.property-mobile-date{font-size:.75rem;color:#94a3b8;margin-bottom:.75rem}.property-mobile-price-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1rem}.property-mobile-price{font-size:1.5rem;font-weight:800;color:#0f172a;line-height:1}.property-mobile-price-type{font-size:.75rem;color:#64748b;margin-top:.15rem}.property-mobile-contact-btn{padding:.625rem 1.25rem;background:#0f172a;color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;white-space:nowrap}.property-mobile-owner-btn{flex-shrink:0;padding:0;border:none;background:none;cursor:pointer;line-height:0;border-radius:50%}.property-mobile-owner-avatar-wrap{position:relative;display:block;width:56px;height:56px}.property-mobile-owner-avatar{display:block;width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 0 0 1px #e2e8f0,0 2px 6px rgba(15,23,42,.18)}.property-mobile-owner-avatar--fallback{display:flex;align-items:center;justify-content:center;background:#0f172a;color:#fff;font-size:1.375rem;font-weight:700}.property-mobile-owner-online-dot{position:absolute;right:1px;bottom:1px;width:13px;height:13px;border:2px solid #fff;border-radius:50%;background:var(--rh-green);box-shadow:0 0 0 1px color-mix(in srgb,var(--rh-green) 20%,transparent);pointer-events:none}.property-gallery{grid-template-columns:1fr}.property-gallery-main{grid-row:auto}.property-gallery-slide{flex-basis:92%;width:92%}.property-amenities{grid-template-columns:1fr}.property-info-title{font-size:1.5rem}.form-modal{width:95vw;padding:1.5rem;max-height:90dvh;max-height:90vh;box-sizing:border-box}.form-modal-close{top:max(1rem,calc(env(safe-area-inset-top) + .5rem))}.form-overlay{padding:max(1rem,env(safe-area-inset-top)) 1rem 1rem}}.units-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:1rem}.unit-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;transition:all .3s ease}.unit-card:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.unit-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.unit-type{margin:0;font-size:1.125rem;font-weight:600;color:#0f172a}.unit-count{font-size:.875rem;color:#64748b;background:#e2e8f0;padding:.25rem .625rem;border-radius:.375rem;font-weight:500}.unit-details{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1rem}.unit-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem}.unit-detail-label{color:#64748b;font-weight:500}.unit-detail-value{color:#0f172a;font-weight:600}.unit-view-btn{width:100%;padding:.625rem 1rem;background:#0f172a;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.unit-view-btn:hover{background:#1e293b;transform:translateY(-1px)}.unit-view-btn:active{transform:translateY(0)}.unit-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:10003;animation:fadeIn .2s ease;display:flex;align-items:center;justify-content:center}.unit-modal{position:relative;background:#fff;border-radius:1rem;padding:2rem;max-width:600px;width:90vw;max-height:85vh;overflow-y:auto;z-index:10004;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:unitModalSlideIn .3s ease}@keyframes unitModalSlideIn{0%{transform:scale(.95) translateY(-10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes modalSlideIn{0%{transform:scale(.9) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.unit-modal-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:none;background:#f1f5f9;color:#64748b;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.unit-modal-close:hover{background:#e2e8f0;color:#0f172a}.unit-modal-header{margin-bottom:1.5rem}.unit-modal-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.unit-modal-subtitle{font-size:1rem;color:#64748b;margin:0}.unit-modal-price{font-size:1.75rem;font-weight:700;color:#0f172a;margin:1.5rem 0}.unit-modal-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.unit-modal-stat{background:#f8fafc;padding:1rem;border-radius:.5rem;text-align:center}.unit-modal-stat-value{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.unit-modal-stat-label{font-size:.875rem;color:#64748b;font-weight:500}.unit-modal-section{margin-bottom:1.5rem}.unit-modal-section-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .75rem}.unit-modal-description{color:#475569;line-height:1.6;margin:0}.unit-modal-contact-btn{width:100%;padding:.875rem 1.5rem;background:#0f172a;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1rem}.unit-modal-contact-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,23,42,.3)}.unit-modal-contact-btn:active{transform:translateY(0)}@media (max-width:768px){.units-grid{grid-template-columns:1fr}.unit-modal{width:95vw;padding:1.5rem;max-height:90vh}.unit-modal-overlay{padding:1rem}.unit-modal-title{font-size:1.25rem}.unit-modal-price{font-size:1.5rem}.unit-modal-stats{grid-template-columns:1fr}}.units-list-container{margin-top:1rem}.units-filter-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:.5rem;margin-bottom:1.5rem}.units-count{font-size:.9375rem;color:#64748b;font-weight:600}.unit-image-wrapper{position:relative;width:100%;height:180px;overflow:hidden;border-radius:.5rem .5rem 0 0}.unit-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.unit-card:hover .unit-image{transform:scale(1.05)}.unit-status-badge{position:absolute;top:.75rem;right:.75rem;padding:.375rem .75rem;border-radius:.375rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-available{background:#10b981;color:#fff}.status-reserved{background:#f59e0b;color:#fff}.status-sold{background:#6b7280;color:#fff}.unit-card-content{padding:1.25rem}.unit-number{font-size:.8125rem;color:#64748b;font-weight:500;display:block;margin-top:.25rem}.unit-layout{font-size:.875rem;color:#fff;background:#0f172a;padding:.25rem .625rem;border-radius:.375rem;font-weight:600}.unit-disabled{opacity:.6;pointer-events:none}.unit-disabled .unit-view-btn{background:#94a3b8;cursor:not-allowed}.unit-modal-gallery{margin-bottom:1.5rem}.unit-modal-image-main{width:100%;height:350px;border-radius:.75rem;overflow:hidden;background:#f1f5f9;margin-bottom:1rem}.unit-modal-image-main img{width:100%;height:100%;object-fit:cover}.unit-modal-image-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.image-tab{flex:1 1;padding:.625rem 1rem;background:#f1f5f9;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.image-tab:hover{background:#e2e8f0;color:#0f172a}.image-tab.active{background:#0f172a;color:#fff}.unit-modal-image-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-gap:.5rem;gap:.5rem}.unit-modal-image-thumbs img{width:100%;height:60px;object-fit:cover;border-radius:.375rem;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.unit-modal-image-thumbs img:hover{border-color:#cbd5e1}.unit-modal-image-thumbs img.active{border-color:#0f172a}@media (max-width:768px){.units-grid{grid-template-columns:1fr}.unit-modal-image-main{height:250px}.unit-modal-image-tabs{flex-direction:column}.unit-modal-image-thumbs{grid-template-columns:repeat(3,1fr)}}.form-group select,.form-select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.9375rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#0f172a;cursor:pointer}.form-group select:focus,.form-select:focus{outline:none;border-color:#3B82F6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-group select:hover,.form-select:hover{border-color:#cbd5e1}.form-date-input{width:100%;max-width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.9375rem;font-family:inherit;background:#fff;color:#0f172a;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.form-date-input:focus{outline:none;border-color:#3B82F6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-date-input:hover{border-color:#cbd5e1}.time-slot-options{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.time-slot-btn{width:100%;padding:.875rem 1rem;border:1.5px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;font-weight:500;background:#fff;color:#1f2937;cursor:pointer;transition:all .2s ease;text-align:center;font-family:inherit}.time-slot-btn:hover{border-color:#3b82f6;background:#f0f7ff;color:#3b82f6}.time-slot-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.time-slot-btn.active:hover{background:#2563eb;border-color:#2563eb}@media (max-width:768px){.time-slot-options{gap:.5rem}.time-slot-btn{padding:.75rem .875rem;font-size:.875rem}}.property-layouts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.property-layout-item{position:relative;display:block;border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0;transition:box-shadow .2s ease,transform .2s ease;background:#f8fafc;cursor:pointer;padding:0;width:100%}.property-layout-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.property-layout-item:hover .property-layout-zoom{opacity:1}.property-layout-zoom{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.28);color:#fff;opacity:0;transition:opacity .2s ease;pointer-events:none}.property-layout-img{width:100%;height:auto;display:block;object-fit:contain;max-height:400px}@media (max-width:768px){.property-layouts-grid{grid-template-columns:1fr}}.mobile-contact-bar,.mobile-contact-overlay{display:none}@media (max-width:768px){.property-listing-company,.property-listing-contact{display:none}.property-info-content{padding-bottom:80px}.mobile-contact-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:199;animation:fadeIn .2s ease}.mobile-contact-bar{display:flex;flex-direction:column;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid #e2e8f0;border-radius:1rem 1rem 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.12);transition:transform .35s cubic-bezier(.32,.72,0,1)}.mobile-contact-handle{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;padding:.5rem 1rem .25rem;background:none;border:none;cursor:pointer;color:#94a3b8}.mobile-contact-handle-pill{width:36px;height:4px;background:#cbd5e1;border-radius:2px}.mobile-contact-chevron{transition:transform .3s ease;color:#94a3b8}.mobile-contact-bar.open .mobile-contact-chevron{transform:rotate(180deg)}.mobile-contact-sheet-content{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.32,.72,0,1);padding:0 1rem}.mobile-contact-bar.open .mobile-contact-sheet-content{max-height:50vh;overflow-y:auto;padding:0 1rem .75rem}.mobile-contact-section-label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.mobile-contact-section-sub{font-size:.75rem;color:#94a3b8;line-height:1.4;margin-bottom:.5rem}.mobile-contact-agent-row{display:flex;align-items:center;gap:.75rem}.mobile-contact-agent{display:flex;flex-direction:column;gap:0;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.mobile-contact-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e2e8f0}.mobile-contact-avatar--fallback{display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#2337b8;font-weight:800}.mobile-contact-avatar-wrap{position:relative;display:block;width:48px;height:48px;flex-shrink:0}.mobile-contact-online-dot{position:absolute;right:0;bottom:0;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:var(--rh-green);box-shadow:0 0 0 1px color-mix(in srgb,var(--rh-green) 20%,transparent);pointer-events:none}.mobile-contact-agent-info{display:flex;flex-direction:column;gap:.2rem}.mobile-contact-name{font-size:.9375rem;font-weight:600;color:#0f172a}.mobile-contact-role{font-size:.8125rem;color:#64748b}.mobile-contact-company{padding:.75rem 0 0;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.2rem}.mobile-contact-company-name{font-size:.9375rem;font-weight:600;color:#0f172a}.mobile-contact-company-type{font-size:.8125rem;color:#64748b}.mobile-contact-company-detail{font-size:.75rem;color:#94a3b8}.mobile-contact-phone-link{color:#1b2c91;text-decoration:none;font-weight:600}.mobile-contact-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.625rem;gap:.625rem;padding:.625rem 1rem .875rem}.mobile-contact-ask-btn{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;border-radius:.75rem;padding:.75rem .5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .2s ease;line-height:1.3;text-align:center}.mobile-contact-ask-btn:hover{opacity:.9}.mobile-contact-tour-btn{background:#0f172a;color:#fff;border:none;border-radius:.75rem;padding:.75rem .5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .2s ease;line-height:1.3;text-align:center}.mobile-contact-tour-btn:hover{opacity:.85}}.property-photo-dialog{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;border:0}.property-photo-dialog::-webkit-backdrop{background:var(--rh-ink)}.property-photo-dialog::backdrop{background:var(--rh-ink)}