.modern-property-card{min-width:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.12);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid hsla(0,0%,100%,.1);position:relative;height:100%;display:flex;flex-direction:column;text-decoration:none;color:inherit}.modern-property-card *{font-size:inherit;line-height:inherit}.modern-property-card span{font-size:inherit!important}.modern-property-card p,.modern-property-card span{line-height:inherit!important}.modern-property-card h4{line-height:1.4!important}.modern-property-card:hover{transform:translateY(-12px) rotateX(2deg);box-shadow:0 25px 50px rgba(0,0,0,.2)}.property-image{position:relative;height:240px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.property-image img{width:100%;height:100%;object-fit:cover;transition:all .4s ease}.modern-property-card:hover .property-image img{transform:scale(1.1)}.property-badge{position:absolute;top:15px;left:15px;background:var(--primary-color);color:var(--white-color);padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 4px 15px rgba(0,0,0,.2);z-index:2}.status-ribbon{position:absolute;top:22px;left:-38px;width:150px;padding:8px 0;text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.05em;color:#fff;background:rgba(220,38,38,.92);transform:rotate(-45deg);box-shadow:0 2px 8px rgba(0,0,0,.3);z-index:3;pointer-events:none}.status-ribbon.reservada,.status-ribbon.reservado{background:rgba(234,119,10,.95)}.status-ribbon.vendida,.status-ribbon.vendido{background:rgba(220,38,38,.92)}.property-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.modern-property-card .property-title,.property-title{font-size:1.1rem!important;font-weight:700;color:#2d3748;margin-bottom:.5rem;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.modern-property-card .property-price,.property-price{font-size:1.3rem!important;font-weight:800;color:var(--primary-color);margin-bottom:1rem}.modern-property-card .property-details,.property-details{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.detail-item,.modern-property-card .detail-item{display:flex;align-items:center;gap:.3rem;font-size:.9rem!important;line-height:1.2!important;color:#64748b;font-weight:500}.detail-icon,.modern-property-card .detail-icon{font-size:1rem!important}.modern-property-card .property-location,.property-location{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem!important;line-height:1.2!important;margin-bottom:1.5rem;font-weight:500}.location-icon{color:var(--primary-color)}.property-actions{display:flex;gap:.75rem;margin-top:auto}.btn-view,.modern-property-card .btn-view{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:12px 16px;background:var(--primary-color);color:var(--white-color);border:none;border-radius:12px;font-weight:600;font-size:.95rem!important;line-height:1.2!important;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-view:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s}.btn-view:hover:before{left:100%}.btn-view:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,129,92,.4)}.btn-arrow{transition:transform .3s ease}.btn-view:hover .btn-arrow{transform:translateX(3px)}.btn-contact,.modern-property-card .btn-contact{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:12px;background:rgba(0,129,92,.1);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:12px;font-weight:600;font-size:.95rem!important;line-height:1.2!important;cursor:pointer;transition:all .3s ease;min-width:60px}.btn-contact:hover{background:var(--primary-color);color:var(--white-color);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,129,92,.3)}.list-view .modern-property-card{flex-direction:row;height:200px}.list-view .property-image{width:250px;height:100%;flex-shrink:0}.list-view .property-content{padding:1rem 1.5rem}.list-view .property-details{gap:1.5rem}.list-view .property-actions{flex-direction:row;gap:1rem}.list-view .btn-view{flex:none;min-width:120px}@media (max-width:768px){.modern-property-card{margin:0}.property-image{height:200px}.property-details{gap:.5rem}.detail-item{font-size:.8rem}.property-actions{flex-direction:column;gap:.5rem}.btn-contact{min-width:auto}.list-view .modern-property-card{flex-direction:column;height:auto}.list-view .property-image{width:100%;height:200px}}@media (max-width:480px){.property-image{height:180px}.property-content{padding:1rem}.modern-property-card .property-title,.property-title{font-size:1rem!important}.modern-property-card .property-price,.property-price{font-size:1.1rem!important}.btn-contact,.btn-view{padding:10px 12px;font-size:.88rem!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modern-property-card{animation:fadeInUp .6s ease-out both}.modern-property-card:first-child{animation-delay:.1s}.modern-property-card:nth-child(2){animation-delay:.2s}.modern-property-card:nth-child(3){animation-delay:.3s}.modern-property-card:nth-child(4){animation-delay:.4s}.modern-property-card:nth-child(5){animation-delay:.5s}.modern-property-card:nth-child(6){animation-delay:.6s}