@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#ff5a5f;--primary-hover:#e0484d;--bg-main:#fff;--bg-secondary:#f7f7f7;--text-main:#222;--text-muted:#717171;--border-color:#ddd;--radius-lg:12px;--radius-xl:16px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);scroll-behavior:smooth;font-family:Inter,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.navbar{border-bottom:1px solid var(--border-color);z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:1.2rem 5%;display:flex;position:sticky;top:0}.logo{color:var(--primary);align-items:center;gap:8px;font-size:1.5rem;font-weight:700;display:flex}.nav-links{gap:2rem;font-weight:500;display:flex}.nav-links a:hover{color:var(--primary)}.hero{text-align:center;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:6rem 5% 4rem}.hero h1{color:var(--text-main);margin-bottom:1.2rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700}.hero p{color:var(--text-muted);max-width:650px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.search-bar{border:1px solid var(--border-color);background:#fff;border-radius:99px;align-items:center;max-width:800px;margin:0 auto;padding:.5rem;display:flex;box-shadow:0 6px 16px #00000014}.search-input{border-right:1px solid var(--border-color);text-align:left;flex:1;padding:.8rem 1.5rem}.search-input:last-child{border-right:none}.search-input label{margin-bottom:4px;font-size:.75rem;font-weight:700;display:block}.search-input input{width:100%;color:var(--text-muted);border:none;outline:none;font-family:inherit;font-size:.95rem}.search-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:99px;margin-left:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.search-button:hover{background:var(--primary-hover)}.section{max-width:1400px;margin:0 auto;padding:5rem 5%}.section-title{margin-bottom:.5rem;font-size:2rem;font-weight:600}.section-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-item{background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:2rem}.feature-item h3{margin-bottom:1rem;font-size:1.2rem}.feature-item p{color:var(--text-muted);font-size:1rem;line-height:1.6}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.property-card{cursor:pointer;flex-direction:column;display:flex}.property-image-wrapper{aspect-ratio:1;border-radius:var(--radius-lg);margin-bottom:1rem;overflow:hidden}.property-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.property-card:hover .property-image{transform:scale(1.05)}.property-header{justify-content:space-between;align-items:flex-start;font-size:1rem;font-weight:600;display:flex}.property-desc{color:var(--text-muted);margin-top:.2rem;font-size:.95rem}.property-price{margin-top:.5rem;font-weight:600}.property-price span{color:var(--text-main);font-weight:400}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.blog-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.blog-card:hover{box-shadow:0 6px 16px #00000014}.blog-image{object-fit:cover;width:100%;height:200px}.blog-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-category{color:var(--primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.blog-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.blog-excerpt{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.blog-link{margin-top:auto;font-weight:600;text-decoration:underline}footer{border-top:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-main);justify-content:space-between;align-items:center;padding:2rem 5%;font-size:.95rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-links a:hover{text-decoration:underline}@media (width<=768px){.search-bar{border-radius:var(--radius-lg);box-shadow:none;background:0 0;border:none;flex-direction:column;gap:.5rem}.search-input{border-right:none;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#fff;width:100%;margin-bottom:0}.search-button{border-radius:var(--radius-lg);width:100%;margin-left:0}.nav-links{display:none}footer{text-align:center;flex-direction:column;gap:1rem}}
