.product-grid{padding-left:0;padding-right:0;margin-top:1.5rem;margin-bottom:1.5rem;gap:2.5rem 1.5rem;display:grid;grid-auto-flow:row dense;max-width:1200px;margin-left:auto;margin-right:auto}.product-grid{grid-template-columns:1fr}@media (min-width: 640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr);margin-top:1.5rem;margin-bottom:2.5rem}}.properties-container{background:white;min-height:100vh}.properties-header{position:relative;z-index:10}.properties-title{background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:-.025em}.properties-subtitle{color:#64748b;font-weight:500}.custom-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:linear-gradient(135deg,#ffffff,#f8fafc);border:2px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.custom-arrow:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translateY(-50%) scale(1.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.custom-arrow:active{transform:translateY(-50%) scale(.95)}.custom-prev-arrow{left:-60px}.custom-next-arrow{right:-60px}.custom-arrow.slick-disabled{opacity:.4;cursor:not-allowed;background:#f8fafc;border-color:#f1f5f9}.custom-arrow.slick-disabled:hover{transform:translateY(-50%) scale(1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.property-slider{position:relative;margin:0 -8px;padding:20px 60px}.property-slider .slick-list{margin:0 -8px;padding:0 8px}.property-slider .slick-track{display:flex;align-items:stretch}.property-slider .slick-slide{height:auto;padding:0 8px}.property-slider .slick-slide>div{height:100%}.property-card{border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;height:100%;display:flex;flex-direction:column;padding:10px}.property-card:hover{transform:translateY(-8px);border-color:#e2e8f0}.property-card.selected{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433,0 20px 25px -5px #0000001a}.map-container{background:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e2e8f0}.map-loading{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.map-loading .spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-map-toggle{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-weight:600;font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.mobile-map-toggle:hover{background:linear-gradient(135deg,#334155,#475569);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.mobile-map-toggle:active{transform:translateY(0)}.mobile-map-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff;z-index:1000;display:flex;flex-direction:column}.mobile-map-header{background:#ffffff;border-bottom:1px solid #e2e8f0;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000001a}.mobile-map-close{padding:8px;border:none;background:#f8fafc;border-radius:50%;color:#64748b;transition:all .2s ease;cursor:pointer}.mobile-map-close:hover{background:#e2e8f0;color:#334155}@media (max-width: 1024px){.property-slider{padding:20px 40px}.custom-prev-arrow{left:-40px}.custom-next-arrow{right:-40px}}@media (max-width: 768px){.property-slider{padding:20px}.custom-arrow{display:none}.properties-title{font-size:1.875rem;line-height:2.25rem}.properties-container{background:#ffffff}.product-grid{padding-left:0;padding-right:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.property-card{animation:fadeInUp .5s ease-out}.mobile-map-overlay::-webkit-scrollbar{display:none}.mobile-map-overlay{-ms-overflow-style:none;scrollbar-width:none}.price-marker{background:linear-gradient(135deg,#ffffff,#f8fafc);border:2px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-weight:600;font-size:12px;color:#1e293b;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.price-marker.active{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;color:#fff;transform:scale(1.1);box-shadow:0 4px 8px #ef44444d}.interactive-element{transition:all .3s cubic-bezier(.4,0,.2,1)}.interactive-element:hover{transform:translateY(-2px)}.loading-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.custom-arrow:focus,.mobile-map-toggle:focus,.mobile-map-close:focus{outline:2px solid #3b82f6;outline-offset:2px}@media print{.mobile-map-toggle,.custom-arrow,.mobile-map-overlay{display:none!important}}
