
        @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;700&display=swap');
        :root { --primary: #0f172a; --accent: #c0a062; --text-main: #334155; --text-light: #64748b; --bg-body: #f8fafc; --white: #ffffff; }
        body { font-family: 'Lato', sans-serif; color: var(--text-main); background-color: var(--bg-body); line-height: 1.6; }
        h1, h2, h3, h4, h5, .navbar-brand { font-family: 'Playfair Display', serif; }
        a { text-decoration: none; transition: 0.3s; }
        .navbar { background-color: var(--white); box-shadow: 0 4px 20px rgba(0,0,0,0.03); padding: 15px 0; }
        .navbar-brand-img { max-height: 60px; width: auto; }
        .navbar-brand-text { font-weight: 700; color: var(--primary); font-size: 1.6rem; display: none; }
        .nav-phone { font-weight: 700; color: var(--primary); font-size: 0.95rem; }
        .hero-header { background: linear-gradient(rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.6)), url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80'); background-size: cover; background-position: center; height: 550px; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); position: relative; }
        .hero-title { font-size: 3.5rem; margin-bottom: 10px; font-weight: 700; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
        .hero-subtitle { font-size: 1.4rem; font-weight: 300; opacity: 0.9; font-family: 'Lato', sans-serif; }
        .search-container { background: var(--white); padding: 35px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); margin-top: -60px; position: relative; z-index: 10; width: 90%; max-width: 1100px; margin-left: auto; margin-right: auto; }
        .form-select, .form-control { border: 1px solid #e2e8f0; padding: 12px; border-radius: 8px; }
        .property-card { border: none; border-radius: 12px; background: var(--white); box-shadow: 0 2px 15px rgba(0,0,0,0.04); overflow: hidden; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .property-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
        .card-img-wrap { position: relative; height: 260px; overflow: hidden; }
        .card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .property-card:hover .card-img-wrap img { transform: scale(1.08); }
        .status-badge { position: absolute; top: 15px; left: 15px; padding: 6px 14px; border-radius: 30px; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--white); box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
        .bg-venda { background-color: var(--primary); } .bg-locacao { background-color: var(--accent); }
        .card-body { padding: 25px; display: flex; flex-direction: column; height: 100%; }
        .card-price { color: var(--primary); font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; font-family: 'Lato', sans-serif; }
        .card-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; color: var(--text-main); line-height: 1.4; }
        .card-location { color: var(--text-light); font-size: 0.9rem; margin-bottom: 20px; display: flex; align-items: center; }
        .card-features { display: flex; justify-content: space-between; border-top: 1px solid #f1f5f9; padding-top: 15px; margin-top: auto; color: var(--text-light); font-size: 0.85rem; font-weight: 600; }
        .feature-item i { color: var(--accent); font-size: 1rem; margin-right: 5px; }
        .btn-primary-custom { background-color: var(--primary); color: var(--white); border: none; padding: 10px 20px; font-weight: 600; color: white; width: 100%; margin-top: 15px; border-radius: 8px; letter-spacing: 0.5px; }
        .btn-primary-custom:hover { background-color: #1e293b; color: var(--white); }
        .whatsapp-float { position: fixed; bottom: 30px; right: 30px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 2px 2px 15px rgba(0,0,0,0.2); z-index: 100; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
        .whatsapp-float:hover { transform: scale(1.1); background-color: #20b857; color: white; }
        .footer { background-color: var(--primary); color: #94a3b8; padding: 60px 0 30px; margin-top: 80px; }
        .footer h5 { color: var(--white); margin-bottom: 20px; font-weight: 700; }
        .footer a { color: #cbd5e1; } .footer a:hover { color: var(--accent); }
        .hidden { display: none !important; }
        