:root{--primary-color:#930606;--primary-light:#9306061a;--primary-dark:#7a0505;--background-light:#f0f0f0;--background-dark:#221010;--white:#fff;--black:#000;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--zinc-700:#3f3f46;--zinc-800:#27272a;--zinc-900:#18181b;--emerald-600:#059669;--yellow-500:#eab308;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--shadow-2xl:0 25px 50px 20px #00000040}.property-card{background:#fff;border-radius:12px;flex-direction:column;width:320px;min-height:580px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.property-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.property-card__image-container{width:100%;height:220px;position:relative;overflow:hidden}.property-card__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.property-card:hover .property-card__image{transform:scale(1.05)}.property-card__badge{background:var(--primary-color,#ff6b6b);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.property-card__body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.property-card__header{flex-direction:column;gap:6px;min-height:60px;display:flex}.property-card__title{color:#333;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:44px;margin:0;font-size:1.125rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.property-card__location{color:#666;align-items:center;gap:6px;margin:0;font-size:.875rem;display:flex}.property-card__location span{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:inline-block;overflow:hidden}.property-card__location i{color:var(--primary-color,#ff6b6b);min-width:16px}.property-card__description{color:#555;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:66px;max-height:66px;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.property-card__price{color:var(--primary-color,#ff6b6b);align-items:center;min-height:30px;font-size:1.25rem;font-weight:700;display:flex}.property-card__features{border-top:1px solid #eee;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;min-height:50px;padding:12px 0;display:flex}.property-card__feature{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.property-card__feature i{color:var(--primary-color,#ff6b6b);font-size:1rem}.property-card__feature span{color:#666;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.75rem;overflow:hidden}.property-card__button{background:var(--primary-color,#ff6b6b);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:44px;margin-top:auto;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:flex}.property-card__button:hover{background:var(--primary-dark,#e55b5b);color:#fff}@media (max-width:768px){.property-card{width:100%;max-width:320px;min-height:560px}.property-card__features{flex-wrap:wrap;gap:8px;min-height:60px}.property-card__feature{flex:0 0 calc(33.333% - 8px)}}
