.properties-page{padding:80px 0;background-color:#f8f9fa;min-height:100vh}.properties-page .container{max-width:1600px;margin:0 auto}.properties-header{text-align:center;margin-bottom:50px}.properties-header h1{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:20px}.properties-header p{font-size:1.2rem;color:#7f8c8d;max-width:600px;margin:0 auto}.property-list{max-width:1200px;margin:0 auto;padding:0 20px}.property-filters{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.filter-group{display:flex;align-items:center;gap:15px}.filter-group label{font-weight:600;color:#2c3e50;white-space:nowrap}.filter-buttons{display:flex;gap:10px}.filter-buttons button{padding:10px 20px;border:2px solid #e0e0e0;background:white;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-buttons button:hover{border-color:#d4af37;color:#d4af37}.filter-buttons button.active{background:#d4af37;border-color:#d4af37;color:white}.sort-group{display:flex;align-items:center;gap:15px}.sort-group select{padding:10px 15px;border:2px solid #e0e0e0;border-radius:8px;background:white;cursor:pointer;font-size:14px}.properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.no-properties{text-align:center;padding:60px;color:#7f8c8d;font-size:1.1rem}.property-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.property-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.property-image-container{position:relative;height:250px;overflow:hidden}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image{transform:scale(1.05)}.status-badge{position:absolute;top:15px;right:15px;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.sale{background:#27ae60;color:white;max-width:100px;text-align:center}.status-badge.sold{background:#e74c3c;color:white;max-width:80px;text-align:center}.status-badge.lease{background:#3498db;color:white;max-width:110px;text-align:center}.property-info{padding:25px}.property-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:10px;line-height:1.2}.property-price{font-size:1.8rem;margin-bottom:10px}.property-address{color:#7f8c8d;margin-bottom:20px;font-size:.95rem}.property-details{display:flex;justify-content:space-between;margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px}.detail-item{text-align:center}.detail-label{display:block;font-size:.8rem;color:#7f8c8d;margin-bottom:5px}.detail-value{font-weight:600;color:#2c3e50}.property-description{margin-bottom:20px;color:#555;line-height:1.6}.property-features{display:flex;flex-wrap:wrap;gap:8px}.feature-tag{background:#e8f4f8;color:#2c3e50;padding:5px 12px;border-radius:15px;font-size:.8rem;font-weight:500}.feature-tag.more{background:#d4af37;color:white}.property-detail-page{background:#f8f9fa;min-height:100vh;padding:80px 0}.property-detail{padding:0}.property-hero{background:white;padding:40px;display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start}.property-gallery,.property-hero{margin-bottom:0}.main-image{position:relative;height:500px;border-radius:12px;overflow:hidden;margin-bottom:20px}.gallery-image{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;font-size:24px;font-weight:700;color:#2c3e50;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.gallery-nav:hover{background:rgba(212,175,55,.9);color:white;transform:translateY(-50%) scale(1.1)}.gallery-nav.prev{left:20px}.gallery-nav.next{right:20px}.thumbnail-grid{display:flex;gap:15px;justify-content:flex-start;flex-wrap:wrap;overflow-x:auto;padding-bottom:10px}.thumbnail{width:100px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:border-color .3s ease;flex-shrink:0}.thumbnail.active{border-color:#d4af37}.thumbnail-image{width:100%;height:100%;object-fit:cover}.property-info{background:#f8f9fa;padding:30px;border-radius:12px;height:fit-content;position:sticky;top:20px}.property-header{text-align:center}.property-status{display:inline-block;background:#d4af37;color:white;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px}.property-header h1{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:10px;line-height:1.2}.property-location{color:#7f8c8d;font-size:1rem;margin-bottom:15px}.property-price{font-size:2.2rem;font-weight:700;color:#d4af37;margin-bottom:0}.property-features{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:30px;padding:20px;background:white;border-radius:8px}.feature{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#2c3e50}.feature-icon{font-size:1.2rem}.property-actions{display:flex;flex-direction:column;gap:15px}.btn-primary,.btn-secondary{padding:15px 25px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;text-align:center;cursor:pointer;border:none;transition:all .3s ease}.btn-primary{background:#d4af37;color:white}.btn-primary:hover{background:#b8941f;transform:translateY(-2px)}.btn-secondary{background:white;color:#2c3e50;border:2px solid #e0e0e0}.btn-secondary:hover{border-color:#d4af37;color:#d4af37}.property-description,.property-location-section{background:white;padding:20px;margin-bottom:0}.property-description{border-bottom:1px solid #e0e0e0}.property-description .container,.property-location-section .container{max-width:1200px;margin:0 auto}.property-description h2,.property-location-section h2{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:20px}.property-description p{color:#555;line-height:1.8;font-size:1.1rem}.property-amenities h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:15px}.amenities-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;list-style:none;padding:0}.amenities-list li{display:flex;align-items:center;gap:10px;padding:8px 0;color:#555}.amenities-list li:before{content:"✓";color:#27ae60;font-weight:700;font-size:1.1rem}.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:1000;padding:20px}.modal-content{background:white;border-radius:12px;padding:40px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;font-weight:700;color:#7f8c8d;cursor:pointer;transition:color .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#2c3e50}.modal-content h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:25px;text-align:center}.contact-form .form-group{margin-bottom:20px}.contact-form label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50;font-size:.9rem}.contact-form input,.contact-form textarea{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .3s ease;font-family:inherit}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#d4af37}.contact-form textarea{resize:vertical;min-height:100px}.btn-submit{width:100%;padding:15px;background:#d4af37;color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.btn-submit:hover{background:#b8941f}.property-content{display:grid;grid-template-columns:auto;gap:40px;margin-bottom:40px}.property-main-info{background:white;padding:40px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.property-header{margin-bottom:30px}.property-price-detail{font-size:2rem;font-weight:700;color:#d4af37;margin-bottom:10px}.property-address-detail{color:#7f8c8d;font-size:1.1rem}.property-stats{display:flex;justify-content:space-around;margin-bottom:40px;padding:30px;background:#f8f9fa;border-radius:12px}.stat-item{text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:5px}.stat-label{color:#7f8c8d;font-size:.9rem;text-transform:none;letter-spacing:.5px}.property-description-detail{margin-bottom:40px}.property-description-detail h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:15px}.property-description-detail p{color:#555;line-height:1.8;font-size:1.1rem}.property-features-detail h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:20px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.feature-item{display:flex;align-items:center;gap:10px;padding:10px 0}.feature-check{color:#27ae60;font-weight:700;font-size:1.2rem}.property-sidebar{display:flex;flex-direction:column;gap:20px}.contact-section{background:white;padding:30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);position:sticky;top:20px}.contact-section h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:20px}.agent-info{margin-bottom:25px;padding:20px;background:#f8f9fa;border-radius:8px}.agent-details h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:10px}.agent-details p{color:#7f8c8d;margin-bottom:5px}.property-map-section{background:white;padding:40px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.property-map-section h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:20px}.submit-button{width:100%;padding:15px;background:#d4af37;color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background:#b8941f}.submit-button:disabled{background:#ccc;cursor:not-allowed}.contact-form.submitted{text-align:center;padding:30px}.success-message{background:#d4edda;color:#155724;padding:30px;border-radius:8px;border:1px solid #c3e6cb}.success-icon{font-size:3rem;margin-bottom:15px}.success-message h4{margin-bottom:10px;color:#155724}.property-map{width:100%;margin:2rem 0}.map-container{height:450px;border-radius:20px;overflow:hidden;margin-bottom:20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:0 15px 35px rgba(0,0,0,.1);border:1px solid rgba(212,175,55,.2);position:relative}.luxury-map-placeholder{height:100%;position:relative;background:linear-gradient(135deg,#1e293b,#334155 50%,#475569);display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;text-align:center;overflow:hidden}.map-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(212,175,55,.1) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.1) 0,transparent 50%);pointer-events:none}.luxury-marker{position:relative;margin-bottom:2rem;z-index:2}.marker-pin{width:20px;height:20px;background:linear-gradient(135deg,#d4af37,#ffd700);border-radius:50%;margin:0 auto;position:relative;box-shadow:0 8px 25px rgba(212,175,55,.4);animation:pinBounce 2s ease-in-out infinite}.marker-pin:after{content:"";width:8px;height:8px;background:#1e293b}.marker-pin:after,.marker-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.marker-pulse{width:40px;height:40px;background:rgba(212,175,55,.3);animation:pulse 2s ease-in-out infinite}@keyframes pinBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.luxury-map-info{z-index:2;position:relative}.luxury-map-info h4{font-size:1.5rem;color:#ffffff;margin-bottom:10px;font-weight:600}.coordinates{color:#d4af37;font-size:.9rem;margin-bottom:5px;font-family:monospace}.map-note{color:rgba(255,255,255,.8);font-size:.9rem;font-style:italic}.map-actions{justify-content:space-between;gap:1rem}.map-actions,.map-button{display:flex;align-items:center}.map-button{gap:.5rem;padding:12px 24px;background:linear-gradient(135deg,#d4af37,#ffd700);color:#1e293b;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(212,175,55,.3)}.map-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(212,175,55,.4)}.map-button span{font-size:1.2rem}.map-type-buttons{display:flex;gap:.5rem}.map-type-btn{padding:8px 16px;background:rgba(255,255,255,.1);color:#64748b;border:1px solid rgba(212,175,55,.3);border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.map-type-btn:hover{background:rgba(212,175,55,.1);color:#d4af37;border-color:#d4af37}.map-type-btn.active{background:#d4af37;color:#1e293b;border-color:#d4af37}.map-placeholder{text-align:center;padding:40px;color:#7f8c8d}.map-marker{font-size:3rem;margin-bottom:15px}.map-info h4{color:#2c3e50;margin-bottom:10px}.map-info p{margin-bottom:5px;font-size:.9rem}@media (max-width:1024px){.property-hero{grid-template-columns:1fr;gap:30px}.property-info{position:static}}@media (max-width:768px){.properties-header h1{font-size:2rem}.property-filters{flex-direction:column;align-items:stretch}.filter-buttons,.filter-group{justify-content:center}.filter-buttons{flex-wrap:wrap}.properties-grid,.property-content{grid-template-columns:1fr}.property-main-info{padding:20px}.property-header h1{font-size:1.6rem}.property-stats{flex-direction:column;gap:20px}.thumbnail-grid{justify-content:flex-start;overflow-x:auto;padding-bottom:10px}.thumbnail{flex-shrink:0}.map-container{height:350px;border-radius:15px}.map-actions{flex-direction:column;gap:1rem}.map-type-buttons{order:-1}.luxury-map-info h4{font-size:1.25rem}.property-hero,.property-info{padding:20px}.property-features{grid-template-columns:1fr}.main-image{height:300px}.modal-content{padding:30px 20px;margin:10px}}@media (max-width:480px){.properties-page{padding:30px 0}.property-list{padding:0 15px}.property-filters{padding:20px}.filter-buttons button{padding:8px 16px;font-size:14px}.main-image{height:250px}.property-main-info{padding:15px}.contact-section{padding:20px}.property-hero,.property-info{padding:15px}.property-header h1{font-size:1.4rem}.property-price{font-size:1.8rem}}