.property-detail-page{min-height:100vh;padding-bottom:4rem}.property-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.property-detail-page .loading-spinner{width:50px;height:50px;border:4px solid #f1f5f9;border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.property-detail-page .property-header{background:var(--white-color);padding:1.5rem 0;border-bottom:1px solid #e2e8f0;margin-bottom:2rem}.property-detail-page .breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--gray30-color)}.property-detail-page .breadcrumb a{color:var(--primary-color);text-decoration:none;transition:color .2s}.property-detail-page .breadcrumb a:hover{color:#006b4d}.property-detail-page .breadcrumb span:last-child{color:var(--black-color);font-weight:600}.property-detail-page .property-detail-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.property-detail-page .property-gallery{height:70vh;min-height:400px;display:flex;flex-direction:column}.property-detail-page .main-image{position:relative;width:100%;flex:1 1;min-height:0;border-radius:20px;overflow:hidden;background:#0f172a;margin:0}.property-detail-page .main-image img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .3s}.property-detail-page .main-image:hover img{transform:scale(1.05)}.property-detail-page .expand-btn{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white-color);border:none;padding:12px;border-radius:12px;cursor:pointer;transition:all .3s;z-index:2}.property-detail-page .expand-btn:hover{background:rgba(0,0,0,.8);transform:scale(1.1)}.property-detail-page .nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white-color);border:none;padding:16px 12px;cursor:pointer;transition:all .3s;z-index:2}.property-detail-page .prev-btn{left:0;border-radius:0 12px 12px 0}.property-detail-page .next-btn{right:0;border-radius:12px 0 0 12px}.property-detail-page .nav-btn:hover{background:rgba(0,0,0,.8)}.property-detail-page .image-counter{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white-color);padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600}.property-detail-page .thumbnails{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.property-detail-page .thumbnails img{width:100%;height:100px;object-fit:cover;border-radius:12px;cursor:pointer;transition:all .3s;border:3px solid transparent}.property-detail-page .thumbnails img:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.15)}.property-detail-page .thumbnails img.active{border-color:var(--primary-color);box-shadow:0 4px 12px rgba(0,129,92,.3)}.property-detail-page .more-photos{display:flex;align-items:center;justify-content:center;height:100px;background:linear-gradient(135deg,var(--primary-color),#006b4d);color:var(--white-color);border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s}.property-detail-page .more-photos:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,129,92,.3)}.property-detail-page .no-image{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--gray30-color);font-size:3rem}.property-detail-page .no-image p{font-size:1rem;margin-top:1rem}.property-detail-page .property-detail-container{display:grid;grid-template-columns:1fr 380px;grid-gap:2rem;gap:2rem;align-items:start;position:relative}.property-detail-page .left-column{display:flex;flex-direction:column;gap:1rem;min-width:0}.property-detail-page .main-column{display:flex;flex-direction:column;gap:2rem}.title-desktop{max-width:1400px;margin:5rem auto 0;padding:.75rem 1.5rem .5rem}.features-mobile-slot,.title-mobile{display:none}.direction-price{flex-direction:row;gap:1rem;flex-wrap:wrap;position:relative;overflow:hidden}.direction-price,.property-detail-page .property-badges{display:flex;justify-content:space-between;align-items:center}.property-detail-page .property-badges{gap:.75rem;margin-bottom:1rem}.property-detail-page .badge-operation{background:var(--primary-color)}.property-detail-page .badge-featured,.property-detail-page .badge-operation{color:var(--white-color);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600}.property-detail-page .badge-featured{background:linear-gradient(135deg,#f59e0b,#d97706)}.property-detail-page .price-block{margin-left:auto}.detail-status-ribbon{position:absolute;top:18px;left:50%;transform:translateX(-50%) rotate(-20deg);width:220px;padding:9px 0;text-align:center;font-size:.9rem;font-weight:700;letter-spacing:.08em;color:#fff;background:rgba(220,38,38,.92);box-shadow:0 3px 12px rgba(0,0,0,.3);z-index:5;pointer-events:none}.detail-status-ribbon.reservada,.detail-status-ribbon.reservado{background:rgba(234,119,10,.95)}.detail-status-ribbon.vendida,.detail-status-ribbon.vendido{background:rgba(220,38,38,.92)}.property-detail-page .price{gap:0}.property-detail-page .operation-label{font-size:.78rem;font-weight:600;color:var(--gray30-color);text-transform:uppercase;letter-spacing:.05em}.property-detail-page .price-value{font-size:2rem;font-weight:800;color:var(--primary-color);line-height:1.1}.property-detail-page .price.price-consult .price-value{font-size:1.4rem}.property-detail-page .period{font-size:.8rem}.property-detail-page .property-title{font-size:2rem;font-weight:700;color:var(--black-color);margin-bottom:1rem;line-height:1.3}.property-detail-page .property-main-address{display:flex;align-items:center;gap:.35rem;margin:0;padding:0;border-radius:0;background:transparent;color:#888;font-size:1.25rem;font-weight:400;line-height:1.5}.address-pin-icon{color:var(--primary-color);font-size:1.25rem;flex-shrink:0;margin-top:2px}.property-price-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.property-detail-page .location,.property-detail-page .property-title-layout{display:flex;align-items:center;gap:.5rem}.property-detail-page .location{color:var(--gray30-color);font-size:1rem;margin-top:.5rem}.property-detail-page .location svg{color:var(--primary-color)}.property-detail-page .price{font-size:2.2rem;font-weight:800;color:var(--primary-color);display:flex;flex-direction:column;align-items:flex-end}.property-detail-page .period{font-size:.85rem;font-weight:500;color:var(--gray30-color)}.property-detail-page .property-features{padding:2rem;margin-top:1rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.property-detail-page .property-features h2{font-size:1.3rem;font-weight:700;color:var(--black-color);letter-spacing:-.5px}.property-detail-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem}.property-detail-page .feature-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem;background:#fff;border:2px solid #e2e8f0;border-radius:16px;transition:all .3s ease;text-align:center;position:relative;overflow:hidden;aspect-ratio:1/1}.property-detail-page .feature-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(123,220,181,.05),rgba(123,220,181,0));pointer-events:none;opacity:0;transition:opacity .3s ease}.property-detail-page .feature-item:hover{border-color:var(--primary-color);background:#fafbfc;box-shadow:0 8px 24px rgba(0,129,92,.12);transform:translateY(-4px)}.property-detail-page .feature-item:hover:before{opacity:1}.property-detail-page .feature-icon{width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;padding:.3rem;font-size:1.5rem;color:var(--primary-color);margin-bottom:0;background:rgba(123,220,181,.1);border-radius:12px;transition:all .3s ease;flex-shrink:0}.property-detail-page .feature-item:hover .feature-icon{background:rgba(123,220,181,.2);transform:scale(1.1)}.property-detail-page .feature-item>div{display:flex;flex-direction:column;gap:.1rem;width:100%}.property-detail-page .feature-value{display:block;font-size:1.05rem;font-weight:800;color:var(--primary-color);letter-spacing:-.5px}.property-detail-page .feature-label{display:block;font-size:.75rem;color:var(--gray30-color);font-weight:500}.property-detail-page .feature-item--negative{opacity:.55}.property-detail-page .property-description{background:var(--white-color);padding:2rem;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.property-detail-page .property-description h2{font-size:1.5rem;font-weight:700;color:var(--black-color);margin-bottom:1rem}.property-detail-page .description-text{line-height:1.8;color:#475569}.property-detail-page .property-location-section{background:var(--white-color);padding:2rem;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.property-detail-page .property-location-section h2{font-size:1.5rem;font-weight:700;color:var(--black-color);margin-bottom:1.5rem}.property-detail-page .location-info{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:12px}.property-detail-page .location-icon-big{font-size:2rem;color:var(--primary-color);flex-shrink:0}.property-detail-page .location-address{font-size:1.1rem;font-weight:600;color:var(--black-color);margin-bottom:.5rem}.property-detail-page .location-details{color:var(--gray30-color)}.property-detail-page .map-container{margin-top:1.5rem;border-radius:12px;overflow:hidden}.property-detail-page .sidebar-column{align-self:start}.property-detail-page .sidebar-relative{position:relative}.property-detail-page .sidebar-fixed{position:fixed;top:6.5rem;right:max(1rem,calc((100vw - 1400px) / 2 + 2rem));width:380px;z-index:20}.property-detail-page .sidebar-bottom{position:absolute;bottom:0;right:0;width:380px}.property-detail-page .sidebar-column .contact-card{width:100%}.property-detail-page .contact-card{background:var(--white-color);padding:2rem;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.property-detail-page .contact-card.sticky{position:relative;top:auto}.property-detail-page .contact-card h3{font-size:1.3rem;font-weight:700;color:var(--black-color)}.property-detail-page .contact-subtitle{color:var(--gray30-color);margin-bottom:.5rem}.property-detail-page .agent-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;margin-bottom:1.5rem}.property-detail-page .agent-photo{width:60px;height:60px;border-radius:50%;object-fit:cover}.property-detail-page .agent-name{font-weight:600;color:var(--black-color);margin-bottom:.25rem}.property-detail-page .agent-role{font-size:.85rem;color:var(--gray30-color)}.property-detail-page .contact-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.property-detail-page .contact-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:14px;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;text-decoration:none}.property-detail-page .whatsapp-btn{display:flex;flex-direction:row;background:#25d366;color:var(--white-color)}.property-detail-page .whatsapp-btn:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,211,102,.3)}.property-detail-page .email-btn{display:flex;flex-direction:row;background:var(--primary-color);color:var(--white-color)}.property-detail-page .email-btn:hover{background:#006b4d;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,129,92,.3)}.property-detail-page .phone-btn{display:flex;flex-direction:row;background:#f8fafc;color:var(--primary-color);border:2px solid var(--primary-color)}.property-detail-page .phone-btn:hover{background:var(--primary-color);color:var(--white-color);transform:translateY(-2px)}.property-detail-page .share-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:12px;background:transparent;color:var(--primary-color);border:2px solid #e2e8f0;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s}.property-detail-page .share-btn:hover{border-color:var(--primary-color);background:rgba(123,220,181,.1)}.property-detail-page .print-btn{border-color:#e2e8f0;color:#475569}.property-detail-page .print-btn:hover{border-color:#94a3b8;background:#f8fafc;color:#1e293b}.property-detail-page .lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}.property-detail-page .lightbox img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px}.property-detail-page .lightbox-close{position:absolute;top:2rem;right:2rem;background:hsla(0,0%,100%,.2);color:var(--white-color);border:none;padding:12px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s;z-index:10000}.property-detail-page .lightbox-close:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.property-detail-page .lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.2);color:var(--white-color);border:none;padding:20px 16px;font-size:1.5rem;cursor:pointer;transition:all .3s;z-index:10000}.property-detail-page .lightbox-nav.prev{left:2rem;border-radius:0 50% 50% 0}.property-detail-page .lightbox-nav.next{right:2rem;border-radius:50% 0 0 50%}.property-detail-page .lightbox-nav:hover{background:hsla(0,0%,100%,.3)}.property-detail-page .lightbox-counter{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:var(--white-color);padding:12px 24px;border-radius:25px;font-weight:600}.property-detail-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9998;padding:2rem}.property-detail-page .modal-content{background:var(--white-color);padding:2rem;border-radius:20px;max-width:500px;width:100%;position:relative}.property-detail-page .modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:var(--gray30-color);cursor:pointer;transition:all .2s}.property-detail-page .modal-close:hover{color:var(--black-color);transform:scale(1.1)}.property-detail-page .modal-content h3{font-size:1.5rem;font-weight:700;color:var(--black-color);margin-bottom:1.5rem}.property-detail-page .contact-form{display:flex;flex-direction:column;gap:1rem}.property-detail-page .contact-form input,.property-detail-page .contact-form textarea{padding:14px;border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s}.property-detail-page .contact-form input:focus,.property-detail-page .contact-form textarea:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 3px rgba(123,220,181,.1)}.property-detail-page .submit-btn{padding:14px;background:var(--primary-color);color:var(--white-color);border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.property-detail-page .submit-btn:hover{background:#006b4d;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,129,92,.3)}@media (max-width:1024px){.property-detail-page .property-detail-container{grid-template-columns:1fr;padding:0 1.25rem}.property-detail-page .property-content{grid-template-columns:1fr}.property-detail-page .property-gallery{height:50vh;min-height:280px}.property-detail-page .thumbnails{grid-template-columns:repeat(5,1fr)}.property-detail-page .features-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.property-detail-page .sidebar-bottom,.property-detail-page .sidebar-column,.property-detail-page .sidebar-fixed{position:relative!important;top:auto!important;right:auto!important;width:auto!important;z-index:auto!important;bottom:auto!important}.property-detail-page .property-title-section{margin-top:0}}@media (max-width:768px){.property-detail-page .left-column{padding-top:5.5rem}.title-desktop{display:none}.features-mobile-slot,.title-mobile{display:block}.property-detail-page .nav-btn{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}.property-detail-page .nav-btn:hover{background:transparent;filter:drop-shadow(0 2px 6px rgba(0,0,0,.7))}.direction-price{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:0}.property-detail-page .property-main-address{flex:0 0 70%;max-width:70%;min-width:0}.property-detail-page .property-price-row{flex:0 0 30%;max-width:30%;margin-left:auto;justify-content:flex-end;text-align:right}.property-detail-page .price-value{font-size:1.6rem}.property-detail-page .property-main-address{font-size:.82rem;word-break:break-word}.property-detail-page .property-gallery{width:100%;max-width:100%;height:clamp(220px,34vh,320px);margin-bottom:0;overflow:hidden}.property-detail-page .main-image{width:100%;height:100%;min-height:0;aspect-ratio:auto;max-width:100%;border-radius:14px}.property-detail-page .main-image img{display:block}.property-detail-page .thumbnails{display:none}.property-detail-page .nav-btn{padding:22px 14px}.property-detail-page .image-counter{font-size:.82rem;padding:6px 14px;bottom:.75rem}.property-detail-page .property-detail-container{padding:0 1rem}.property-detail-page .left-column{gap:1rem}.property-detail-page .features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.property-detail-page .property-features{margin-top:0}.property-detail-page .property-description h2,.property-detail-page .property-features h2,.property-detail-page .property-location-section h2{display:none;font-size:1.15rem;margin-bottom:.75rem}.property-detail-page .feature-item{flex-direction:row;align-items:center;text-align:left;padding:.75rem;aspect-ratio:auto;gap:.65rem;min-height:58px}.property-detail-page .feature-item>div{gap:0;display:flex;flex-direction:column}.property-detail-page .feature-icon{width:2rem;height:2rem;font-size:1.1rem;flex-shrink:0;margin-bottom:0}.property-detail-page .feature-value{font-size:.95rem;font-weight:700}.property-detail-page .feature-label{font-size:.7rem}.property-detail-page .property-description,.property-detail-page .property-features,.property-detail-page .property-location-section{padding:1.25rem;border-radius:14px}.property-detail-page .map-container iframe{height:220px}.property-detail-page .contact-card{padding:1.25rem;border-radius:14px}.property-detail-page .contact-btn{padding:12px;font-size:.95rem}.property-detail-page .lightbox{padding:.5rem}.property-detail-page .lightbox img{max-width:100%;max-height:80vh}.property-detail-page .lightbox-close{top:.75rem;right:.75rem;padding:10px;font-size:1.2rem}.property-detail-page .lightbox-nav{padding:14px 10px;font-size:1.2rem}.property-detail-page .lightbox-nav.prev{left:0;border-radius:0 8px 8px 0}.property-detail-page .lightbox-nav.next{right:0;border-radius:8px 0 0 8px}.property-detail-page .modal-overlay{padding:0;align-items:flex-end}.property-detail-page .modal-content{border-radius:20px 20px 0 0;max-width:100%;padding:1.5rem 1.25rem;max-height:92vh;overflow-y:auto}.detail-status-ribbon{font-size:.8rem;width:190px;padding:7px 0}}.mobile-contact-bar{display:none}@media (max-width:768px){.property-detail-page{padding-bottom:5rem}.property-detail-page .sidebar-column,.property-detail-page .sidebar-column.is-fixed{display:none}.mobile-contact-bar{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--white-color);border-top:1.5px solid #e2e8f0;padding:.6rem .75rem calc(.6rem + env(safe-area-inset-bottom, 0px));gap:.5rem;z-index:200;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.mobile-bar-btn{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.55rem .25rem;border-radius:12px;font-weight:600;font-size:.7rem;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s;line-height:1}.mobile-bar-btn:active{opacity:.75}.mobile-bar-btn svg{font-size:1.25rem}.whatsapp-bar-btn{background:#25d366;color:#fff}.email-bar-btn{background:var(--primary-color);color:#fff}.phone-bar-btn{background:#f0fdf7;color:var(--primary-color);border:1.5px solid var(--primary-color)!important}.share-bar-btn{background:#f8fafc;color:var(--gray30-color);border:1.5px solid #e2e8f0!important}}@media (max-width:480px){.property-detail-page .property-title-section{margin-top:0;padding:.5rem 0 .3rem}.property-detail-page .property-detail-container{padding:0 .75rem}.property-detail-page .main-image{border-radius:10px}.property-detail-page .features-grid{gap:.45rem}.property-detail-page .feature-item{padding:.65rem .6rem;gap:.5rem;min-height:52px}.property-detail-page .feature-icon{width:1.8rem;height:1.8rem;font-size:1rem}.property-detail-page .feature-value{font-size:.88rem}.property-detail-page .feature-label{font-size:.65rem}.property-detail-page .price-value{font-size:1.35rem}.property-detail-page .property-description,.property-detail-page .property-features,.property-detail-page .property-location-section{padding:1rem}.property-detail-page .map-container iframe{height:200px}.detail-status-ribbon{width:160px;font-size:.72rem}}