.header{background:var(--white);box-shadow:0 2px 10px var(--shadow);position:sticky;top:0;z-index:1000}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--primary)}.nav{display:flex;gap:2rem}.nav a{font-weight:500;color:var(--text);transition:color .3s;position:relative}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s}.nav a:hover{color:var(--accent)}.nav a:hover:after{width:100%}.menu-toggle{display:none;background:transparent;color:var(--primary)}@media (max-width: 768px){.nav{position:fixed;top:73px;right:-100%;width:250px;height:calc(100vh - 73px);background:var(--white);flex-direction:column;padding:2rem;box-shadow:-2px 0 10px var(--shadow);transition:right .3s}.nav.open{right:0}.menu-toggle{display:block}}.hero{position:relative;height:600px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1920&h=1080&fit=crop);background-size:cover;background-position:center;opacity:.2;animation:slowZoom 30s ease-in-out infinite alternate}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2c3e50cc,#1a252fe6)}.hero-content{position:relative;z-index:1;text-align:center;color:var(--white);max-width:800px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.search-form{display:flex;gap:1rem;max-width:600px;margin:0 auto;animation:fadeInUp .8s ease-out .4s both}.search-input-wrapper{flex:1;position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-light)}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:none;border-radius:8px;font-size:1rem;outline:none;transition:box-shadow .3s}.search-input:focus{box-shadow:0 0 0 3px #e74c3c4d}.search-button{padding:1rem 2rem;background:var(--accent);color:var(--white);border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s;white-space:nowrap}.search-button:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 5px 15px #e74c3c4d}@media (max-width: 768px){.hero{height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.search-form{flex-direction:column}.search-button{width:100%}}.filters{background:var(--white);padding:2rem 0;box-shadow:0 2px 10px var(--shadow);margin-bottom:3rem}.filters-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:var(--primary)}.filters-header h3{font-size:1.25rem;font-weight:600}.filters-grid{display:grid;gap:2rem}.filter-group label{display:block;font-weight:600;margin-bottom:.75rem;color:var(--text)}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-buttons button{padding:.5rem 1rem;border:2px solid #e0e0e0;background:var(--white);color:var(--text);border-radius:6px;font-weight:500;transition:all .3s}.filter-buttons button:hover{border-color:var(--accent);color:var(--accent)}.filter-buttons button.active{background:var(--accent);color:var(--white);border-color:var(--accent)}.price-slider-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.price-slider{width:100%;height:6px;border-radius:5px;background:#e0e0e0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;transition:all .3s}.price-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 0 8px #e74c3c1a}.price-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;border:none;transition:all .3s}.price-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 0 8px #e74c3c1a}@media (max-width: 768px){.filters{padding:1.5rem 0}.filter-buttons button{padding:.4rem .8rem;font-size:.9rem}}.favorite-btn{position:absolute;top:15px;right:15px;background:#fffffff2;color:var(--text);border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .3s;box-shadow:0 2px 10px var(--shadow)}.favorite-btn:hover{transform:scale(1.1);background:var(--white)}.favorite-btn.active{color:var(--accent);background:var(--white)}.favorite-btn:active{transform:scale(.95)}.property-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 15px var(--shadow);transition:all .3s;position:relative}.property-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px var(--shadow-lg)}.property-card.list{display:flex;flex-direction:row}.property-card.list .property-image-wrapper{width:350px;min-width:350px;height:280px}.property-card.list .property-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.property-card.list:hover{transform:translate(8px)}.featured-badge{position:absolute;top:15px;left:15px;background:var(--accent);color:var(--white);padding:.4rem .8rem;border-radius:6px;font-weight:600;font-size:.85rem;z-index:2;box-shadow:0 2px 10px #e74c3c4d}.property-image-wrapper{position:relative;height:250px;overflow:hidden}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.property-card:hover .property-image{transform:scale(1.1)}.property-type-badge{position:absolute;bottom:15px;right:15px;background:#2c3e50e6;color:var(--white);padding:.4rem .8rem;border-radius:6px;font-weight:600;font-size:.85rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.property-content{padding:1.5rem}.property-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.property-card.grid .property-header{flex-direction:column;gap:.5rem}.property-card.grid .property-price{margin-bottom:0}.property-price{display:flex;align-items:center;gap:.3rem;font-size:1.5rem;font-weight:700;color:var(--accent);white-space:nowrap}.property-title{font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-description{color:var(--text-light);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-location{display:flex;align-items:center;gap:.3rem;color:var(--text-light);margin-bottom:1rem;font-size:.95rem}.property-features{display:flex;gap:1rem;padding:1rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-bottom:1rem}.feature{display:flex;align-items:center;gap:.4rem;color:var(--text-light);font-size:.9rem}.view-details-btn{width:100%;padding:.9rem;background:var(--primary);color:var(--white);border-radius:8px;font-weight:600;transition:all .3s}.view-details-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 5px 15px var(--shadow-lg)}@media (max-width: 768px){.property-features{flex-wrap:wrap;gap:.75rem}.property-card.list{flex-direction:column}.property-card.list .property-image-wrapper{width:100%;height:250px}.property-header{flex-direction:column}}.property-list.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.property-list.list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.no-results{text-align:center;padding:4rem 2rem;color:var(--text-light)}.no-results h3{font-size:1.5rem;color:var(--primary);margin-bottom:.5rem}@media (max-width: 768px){.property-list.grid{grid-template-columns:1fr;gap:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;overflow-y:auto;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--white);border-radius:16px;max-width:900px;width:100%;position:relative;animation:slideUp .3s;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:20px;right:20px;background:#fffffff2;color:var(--primary);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s;box-shadow:0 2px 10px var(--shadow)}.modal-close:hover{background:var(--white);transform:rotate(90deg)}.modal-image-wrapper{position:relative;height:400px;overflow:hidden;border-radius:16px 16px 0 0}.modal-image{width:100%;height:100%;object-fit:cover}.modal-featured-badge{position:absolute;top:20px;left:20px;background:var(--accent);color:var(--white);padding:.5rem 1rem;border-radius:8px;font-weight:600;box-shadow:0 4px 15px #e74c3c4d}.modal-type-badge{position:absolute;bottom:20px;right:20px;background:#2c3e50f2;color:var(--white);padding:.5rem 1rem;border-radius:8px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-body{padding:2rem}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.modal-title{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.modal-location{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:1.1rem}.modal-price{display:flex;align-items:center;gap:.3rem;font-size:2rem;font-weight:700;color:var(--accent);white-space:nowrap}.modal-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem;background:var(--bg);border-radius:12px;margin-bottom:2rem}.modal-feature{display:flex;align-items:center;gap:1rem;color:var(--primary)}.feature-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.feature-label{font-size:.9rem;color:var(--text-light)}.modal-description{margin-bottom:2rem}.modal-description h3{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:1rem}.modal-description p{font-size:1.1rem;line-height:1.8;color:var(--text)}.contact-btn{width:100%;padding:1.2rem;background:var(--accent);color:var(--white);border-radius:10px;font-weight:700;font-size:1.1rem;transition:all .3s}.contact-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #e74c3c4d}@media (max-width: 768px){.modal-content{margin:0;border-radius:12px}.modal-image-wrapper{height:250px}.modal-body{padding:1.5rem}.modal-header{flex-direction:column}.modal-title{font-size:1.5rem}.modal-price{font-size:1.75rem}.modal-features{grid-template-columns:1fr;gap:1rem;padding:1.5rem}}.footer{background:var(--primary);color:var(--white);padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;font-weight:600}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section p{color:#fffc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fffc;transition:color .3s}.footer-section ul li a:hover{color:var(--white)}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#fffc}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.sort-bar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--white);border-radius:12px;box-shadow:0 2px 10px var(--shadow);margin-bottom:2rem}.sort-controls{display:flex;align-items:center;gap:.75rem;color:var(--text)}.sort-controls label{font-weight:500}.sort-select{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;background:var(--white);cursor:pointer;transition:all .3s;outline:none}.sort-select:hover{border-color:var(--accent)}.sort-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e74c3c1a}.view-controls{display:flex;gap:.5rem}.view-btn{padding:.5rem .75rem;border:2px solid #e0e0e0;background:var(--white);color:var(--text-light);border-radius:8px;transition:all .3s;display:flex;align-items:center;justify-content:center}.view-btn:hover{border-color:var(--accent);color:var(--accent)}.view-btn.active{background:var(--accent);color:var(--white);border-color:var(--accent)}@media (max-width: 768px){.sort-bar{flex-direction:column;gap:1rem;padding:1rem}.sort-controls{width:100%;justify-content:space-between}.sort-select{flex:1}}.contact-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2001;padding:20px;overflow-y:auto;animation:fadeIn .3s}.contact-modal-content{background:var(--white);border-radius:16px;max-width:600px;width:100%;position:relative;animation:slideUp .3s;padding:2.5rem}.contact-modal-close{position:absolute;top:20px;right:20px;background:transparent;color:var(--text-light);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.contact-modal-close:hover{background:var(--bg);color:var(--primary);transform:rotate(90deg)}.contact-modal-header{margin-bottom:2rem}.contact-modal-header h2{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.contact-modal-header p{color:var(--text-light);font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text)}.form-group input,.form-group textarea{padding:.9rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e74c3c1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:1rem 2rem;background:var(--accent);color:var(--white);border-radius:10px;font-weight:700;font-size:1.1rem;transition:all .3s;margin-top:1rem}.submit-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #e74c3c4d}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:var(--accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message h3{font-size:1.75rem;color:var(--primary);margin-bottom:.5rem}.success-message p{color:var(--text-light);font-size:1.1rem}@media (max-width: 768px){.contact-modal-content{padding:2rem 1.5rem}.contact-modal-header h2{font-size:1.5rem}}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #e74c3c66;z-index:1000;transition:all .3s;animation:fadeInUp .3s}.scroll-to-top:hover{background:var(--accent-hover);transform:translateY(-5px);box-shadow:0 6px 20px #e74c3c80}.scroll-to-top:active{transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:2rem}.properties-header{margin-bottom:2rem}.properties-header h2{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.results-count{color:var(--text-light);font-size:1.1rem}.about-section,.contact-section{padding:4rem 0;text-align:center}.about-section{background:var(--white)}.about-section h2,.contact-section h2{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem}.about-section p{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8;color:var(--text)}.contact-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white)}.contact-section h2{color:var(--white)}.contact-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-button{padding:1.2rem 3rem;background:var(--accent);color:var(--white);border-radius:10px;font-weight:700;font-size:1.1rem;transition:all .3s;box-shadow:0 4px 15px #e74c3c4d}.cta-button:hover{background:var(--accent-hover);transform:translateY(-3px);box-shadow:0 8px 25px #e74c3c66}@media (max-width: 768px){.properties-header h2,.about-section h2,.contact-section h2{font-size:2rem}.about-section,.contact-section{padding:3rem 0}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2c3e50;--primary-dark: #1a252f;--accent: #e74c3c;--accent-hover: #c0392b;--text: #333;--text-light: #666;--bg: #f8f9fa;--white: #ffffff;--shadow: rgba(0, 0, 0, .1);--shadow-lg: rgba(0, 0, 0, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background:var(--bg);line-height:1.6}#root{min-height:100vh}button{cursor:pointer;border:none;outline:none;font-family:inherit}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
