*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.hero-section{padding:80px 20px;text-align:center;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.hero-headline{font-size:3.5rem;font-weight:900;color:#ffffff;margin-bottom:20px;max-width:800px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,0.3)}.hero-subtext{font-size:1.25rem;color:#e3eefd;margin-bottom:40px;max-width:600px;text-shadow:0 1px 4px rgba(0,0,0,0.3)}.home-page{--hp-text: #0b1324;--hp-accent: #2563eb;--hp-accent2: #60a5fa}.home-page a.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:14px;border:1px solid rgba(11,19,36,0.14);background:rgba(255,255,255,0.85);color:var(--hp-text);text-decoration:none;font-weight:800;font-size:14px;box-shadow:0 10px 24px rgba(0,0,0,0.22);transition:transform 0.12s ease, background 0.12s ease, border 0.12s ease, filter 0.12s ease;cursor:pointer;user-select:none}.home-page a.btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,0.22);background:rgba(255,255,255,0.09);color:var(--hp-text)}.home-page a.btn.primary{margin:0;border:none;background:linear-gradient(135deg, var(--hp-accent), var(--hp-accent2));color:#ffffff;box-shadow:0 10px 24px rgba(0,0,0,0.22)}.home-page a.btn.primary:hover{transform:translateY(-1px) scale(1.01);filter:brightness(1.03);color:#ffffff}.home-page a.btn.small{padding:10px 14px;border-radius:13px;font-size:13px}.hero-buttons{display:flex;gap:12px 14px;flex-wrap:wrap;justify-content:center;align-items:center}.home-page .hero-section .ba-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-weight:600;font-size:0.98rem;text-decoration:none;transition:transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease}.home-page .hero-section .ba-hero__btn--primary{color:#fff;background:linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);border:1px solid rgba(255,255,255,0.12);box-shadow:0 8px 28px rgba(37,99,235,0.45)}.home-page .hero-section .ba-hero__btn--primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 36px rgba(37,99,235,0.55);filter:brightness(1.05)}.home-page .hero-section .ba-hero__btn--ghost{color:#fff;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.35);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.home-page .hero-section .ba-hero__btn--ghost:hover{color:#fff;background:rgba(255,255,255,0.18);border-color:rgba(255,255,255,0.5);transform:translateY(-2px)}.home-page .property-card .btn.primary{width:100%;box-sizing:border-box;margin-top:auto}.home-page .cta-buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.home-page .portal-cta-buttons{display:flex;flex-direction:column;gap:10px;width:100%}.home-page .portal-cta-buttons .btn{text-align:center}.services-section{padding:80px 20px;background-color:white}.services-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));gap:40px;padding:0 20px}.service-card{background-color:#f8f9fa;padding:40px;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:transform 0.3s ease, box-shadow 0.3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.service-card h3{font-size:1.75rem;font-weight:700;color:#2c3e50;margin-bottom:20px}.service-card p{font-size:1.1rem;color:#6c757d;margin-bottom:30px;line-height:1.6}.search-section{padding:100px 20px;background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);position:relative}.search-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, #cbd5e1, transparent)}.search-container{max-width:1000px;margin:0 auto;padding:0 20px;background:white;border-radius:20px;box-shadow:0 10px 40px rgba(41,90,150,0.08);padding:50px 40px}.search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px;padding-bottom:25px;border-bottom:2px solid #f1f5f9}.search-title{font-size:2.8rem;font-weight:800;color:#1a3353;letter-spacing:-0.5px}.login-prompt{display:flex;align-items:center;gap:15px;background:#f8fafc;padding:12px 20px;border-radius:50px;border:1px solid #e2e8f0}.login-prompt span{color:#64748b;font-size:1rem;font-weight:500}.btn-login{background-color:rgba(255,255,255,0.9);color:#295a96;padding:8px 18px;border-radius:25px;text-decoration:none;font-weight:600;font-size:0.9rem;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(41,90,150,0.15);border:2px solid rgba(255,255,255,0.9);backdrop-filter:blur(10px)}.btn-login:hover{background-color:#ffffff;color:#1a3353;border-color:#ffffff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(41,90,150,0.25)}.search-description{font-size:1.3rem;color:#64748b;margin-bottom:50px;max-width:600px;line-height:1.6;font-weight:400;text-align:center;margin-left:auto;margin-right:auto}.search-filters{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:25px;margin-bottom:40px}.filter-group{display:flex;flex-direction:column;position:relative}.filter-group label{font-weight:600;color:#1a3353;margin-bottom:10px;font-size:0.95rem;text-transform:uppercase;letter-spacing:0.5px}.filter-group select,.filter-group input{padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;background-color:#f8fafc;transition:all 0.3s ease;font-weight:500;color:#334155}.filter-group select:hover,.filter-group input:hover{border-color:#cbd5e1;background-color:white}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#295a96;background-color:white;box-shadow:0 0 0 3px rgba(41,90,150,0.1)}.latest-properties-section{background-color:white}.latest-properties-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.8rem;font-weight:800;color:#1a3353;margin-bottom:15px;letter-spacing:-0.5px}.section-header p{font-size:1.2rem;color:#64748b;font-weight:400}.properties-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;align-items:stretch}.property-card{background:white;border-radius:16px;box-shadow:0 4px 20px rgba(41,90,150,0.08);overflow:hidden;transition:all 0.3s ease;border:1px solid #f1f5f9;display:flex;flex-direction:column;height:100%}.property-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(41,90,150,0.15);border-color:#e2e8f0}.property-image{height:200px;background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);display:flex;align-items:center;justify-content:center;position:relative}.property-placeholder{font-size:3rem;opacity:0.6}.property-real-image{width:100%;height:100%;object-fit:cover}.property-content{padding:25px;flex:1;display:flex;flex-direction:column}.property-content h3{font-size:1.3rem;font-weight:700;color:#1a3353;margin-bottom:12px;line-height:1.3;min-height:2.6rem;display:flex;align-items:flex-start}.property-location{color:black;font-size:16px;margin-bottom:8px;font-weight:900}.property-price{font-size:16px;font-weight:800;color:#295a96;margin-bottom:12px}.property-details{color:#64748b;font-size:0.9rem;margin-bottom:20px;font-weight:500;flex-grow:1}@media (max-width: 768px){.hero-headline{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center;gap:15px;width:100%;max-width:300px}.home-page .hero-section .ba-hero__btn{width:100%;justify-content:center}.services-container{grid-template-columns:1fr}.search-header{flex-direction:column;align-items:flex-start}.search-filters{grid-template-columns:1fr}.properties-grid{grid-template-columns:1fr;gap:20px}.section-header h2{font-size:2.2rem}}@media (max-width: 480px){.hero-section{padding:60px 15px}.hero-headline{font-size:2rem}.hero-buttons{max-width:280px;gap:12px}.home-page .hero-section .ba-hero__btn{padding:14px 28px}.service-card{padding:30px 20px}.properties-grid{grid-template-columns:1fr;gap:20px}.section-header h2{font-size:1.8rem}.latest-properties-section{padding:60px 15px}}.enhanced-portal-section{position:relative;margin-bottom:0}.portal-section-separator{background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);height:80px;position:relative;overflow:hidden}.portal-section-separator::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, #cbd5e1, transparent)}.portal-section-separator::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, #cbd5e1, transparent)}.cta-section{background:white;padding:80px 20px;text-align:center}.cta-section h2{font-size:2.8rem;font-weight:800;color:#1a3353;margin-bottom:20px;line-height:1.2;letter-spacing:-0.5px}.cta-section p{font-size:1.3rem;color:#64748b;margin-bottom:40px;line-height:1.6;font-weight:400}@media (max-width: 768px){.cta-section h2{font-size:2.2rem}.cta-section p{font-size:1.1rem}.home-page .cta-buttons{flex-direction:column;gap:10px;align-items:center;width:100%;max-width:300px;margin:0 auto}.home-page .cta-buttons a.btn{width:100%;justify-content:center}}@media (max-width: 480px){.cta-section{padding:60px 20px}.cta-section h2{font-size:1.8rem}.cta-section p{font-size:1rem}.home-page .cta-buttons{max-width:280px;gap:10px}.home-page .cta-buttons a.btn{padding:12px 16px}}.portal-background{background:linear-gradient(135deg, #1a3353 0%, #295a96 50%, #1a3353 100%);position:relative;overflow:hidden}.portal-background::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="20" r="0.5" fill="rgba(255,255,255,0.02)"/><circle cx="80" cy="80" r="0.8" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(/%23grain)"/></svg>');opacity:0.6}.portal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(41,90,150,0.1) 0%, rgba(26,51,83,0.1) 100%)}.portal-content-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 20px}.portal-main-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.portal-title{font-size:3.2rem;font-weight:800;color:white;margin-bottom:25px;line-height:1.1;letter-spacing:-0.5px}.portal-description{font-size:1.25rem;color:rgba(255,255,255,0.9);line-height:1.6;margin-bottom:40px}.portal-features{display:flex;gap:30px;flex-wrap:wrap}.portal-feature{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,0.1);padding:12px 20px;border-radius:50px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2)}.feature-icon{font-size:1.2rem}.feature-text{color:white;font-weight:600;font-size:0.95rem}.portal-action-area{display:flex;flex-direction:column;gap:30px;align-items:flex-end}.login-prompt-enhanced{background:rgba(255,255,255,0.95);padding:15px 25px;border-radius:50px;backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,0.1)}.prompt-text{color:#64748b;font-size:0.95rem;font-weight:500;margin-right:15px}.portal-cta-buttons{display:flex;flex-direction:column;gap:15px;width:100%}.home-page .portal-background a.btn:not(.primary){background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.35);color:#ffffff;box-shadow:0 10px 24px rgba(0,0,0,0.18)}.home-page .portal-background a.btn:not(.primary):hover{background:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.5);color:#ffffff}@media (max-width: 768px){.portal-main-content{grid-template-columns:1fr;gap:40px;text-align:center}.portal-title{font-size:2.5rem}.portal-features{justify-content:center}.portal-action-area{align-items:center}.portal-cta-buttons{width:100%;max-width:400px;flex-direction:column;gap:15px}.home-page .portal-cta-buttons a.btn{width:100%;justify-content:center}}@media (max-width: 480px){.portal-content-wrapper{padding:60px 20px}.portal-title{font-size:2rem}.portal-description{font-size:1.1rem}.portal-features{gap:20px}.portal-feature{padding:10px 16px}.portal-cta-buttons{max-width:280px;gap:12px}.home-page .portal-cta-buttons a.btn{padding:12px 16px}}
