.properties_pageHeader__U94hA{background:var(--green-900);padding:80px 0 60px;text-align:center;color:var(--white)}.properties_title__R7NWA{font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.properties_subtitle__1Bknx{color:rgba(255,255,255,.8);font-size:1.1rem;max-width:600px;margin:0 auto}.properties_filters__l5_FV{background:var(--white);padding:24px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-top:-30px;position:relative;z-index:10;display:flex;gap:16px;flex-wrap:wrap}.properties_filterSelect__BqaWJ{flex:1 1;min-width:200px;padding:12px 16px;border:1px solid var(--grey-300);border-radius:var(--radius-md);font-family:inherit;font-size:.95rem;color:var(--slate-700);background-color:var(--grey-50);outline:none;transition:border-color var(--transition-fast)}.properties_filterSelect__BqaWJ:focus{border-color:var(--green-500)}.properties_grid__3E53R{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:48px}.properties_propertyCard__2mQrW{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition-base);display:flex;flex-direction:column;height:100%}.properties_propertyCard__2mQrW:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.properties_propertyImgWrapper__GBSgo{position:relative;aspect-ratio:4/3;overflow:hidden}.properties_propertyImg__TD2e1{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.properties_propertyCard__2mQrW:hover .properties_propertyImg__TD2e1{transform:scale(1.05)}.properties_propertyBadge__R160W{position:absolute;top:16px;right:16px;background:var(--green-600);color:var(--white);padding:6px 12px;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;z-index:2}.properties_propertyContent__kmQgF{padding:24px;display:flex;flex-direction:column;flex-grow:1}.properties_propertyPrice__HJ8Ws{font-size:1.5rem;font-weight:700;color:var(--orange-700);margin-bottom:8px}.properties_propertyTitle__IRxOF{font-size:1.25rem;margin-bottom:12px;color:var(--green-900)}.properties_propertyLocation__6cEqU{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:.9rem;margin-bottom:20px}.properties_propertyFeatures__EQypH{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding-top:16px;border-top:1px solid var(--grey-200);margin-top:auto;margin-bottom:24px}.properties_feature___Ffui{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--slate-700)}.properties_feature___Ffui svg{color:var(--green-600)}@media (max-width:1024px){.properties_grid__3E53R{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.properties_grid__3E53R{grid-template-columns:1fr}.properties_filters__l5_FV{flex-direction:column}.properties_filterSelect__BqaWJ{width:100%}}