.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:4rem 2rem;text-align:center;box-shadow:0 4px 6px #0000001a}.header-content{max-width:1200px;margin:0 auto}.header-title{font-size:3rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.header-subtitle{font-size:1.25rem;margin:0;opacity:.95;line-height:1.5}.main-content{flex:1;background:#f5f7fa;padding:3rem 1rem}.properties-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem}.property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.property-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.property-image-container{width:100%;height:260px;overflow:hidden;background:#e0e0e0}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.property-card:hover .property-image{transform:scale(1.05)}.property-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.property-title{margin:0;font-size:1.5rem;font-weight:600;line-height:1.3}.property-title a{color:#1e3c72;text-decoration:none;transition:color .2s ease}.property-title a:hover{color:#2a5298}.property-features{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#555}.feature-icon{width:16px;height:16px;fill:#2a5298}.property-description{color:#666;line-height:1.6;margin:0;font-size:.95rem}.property-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:auto;padding-top:.5rem}.action-btn{padding:.75rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s ease;text-align:center}.btn-icon{width:16px;height:16px;fill:currentColor}.btn-call{background:#2563eb;color:#fff}.btn-call:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-email{background:#059669;color:#fff}.btn-email:hover{background:#047857;transform:translateY(-2px)}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:hover{background:#20bd5a;transform:translateY(-2px)}.btn-view{background:#1e3c72;color:#fff;grid-column:span 2}.btn-view:hover{background:#2a5298;transform:translateY(-2px)}.footer{background:#1a202c;color:#a0aec0;text-align:center;padding:2rem;margin-top:auto}.footer p{margin:0}@media (max-width: 768px){.header-title{font-size:2rem}.header-subtitle{font-size:1rem}.properties-grid{grid-template-columns:1fr;gap:1.5rem}.property-actions{grid-template-columns:1fr}.btn-view{grid-column:span 1}}@media (min-width: 769px) and (max-width: 1024px){.properties-grid{grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;outline:none;cursor:pointer}
