*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-family)}*{font-family:inherit}.MuiButton-root,.MuiInputBase-input,.MuiInputBase-root,.MuiTextField-root,.MuiTypography-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;font-family:var(--font-family)!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#2563eb;--secondary-color:#10b981;--danger-color:#ef4444;--warning-color:#f59e0b;--land2acres-color:#2d5016;--land2acres-light:#4a7c2a;--text-color:#1f2937;--text-light:#6b7280;--border-color:#e5e7eb;--bg-light:#f9fafb;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.container{box-sizing:border-box}@media (max-width:768px){.container{padding:0 15px}}@media (max-width:480px){.container{padding:0 10px}}.btn{font-size:14px;font-weight:500;padding:10px 20px;transition:all .3s}.btn-primary{background-color:#2563eb;background-color:var(--primary-color)}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#10b981;background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:#059669}.btn-outline{background-color:initial;border:2px solid #2563eb;border:2px solid var(--primary-color);color:#2563eb;color:var(--primary-color)}.btn-outline:hover{background-color:#2563eb;background-color:var(--primary-color)}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:all .3s}.card:hover{box-shadow:0 4px 6px #0000001a}.input-group{margin-bottom:15px}.input-group label{color:#1f2937;color:var(--text-color);display:block;font-weight:500;margin-bottom:5px}.input-group input,.input-group select,.input-group textarea{border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:6px;font-size:14px;padding:10px;width:100%}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:#2563eb;border-color:var(--primary-color);outline:none}.logo-container{gap:10px;justify-content:flex-start}.logo-container,.logo-icon{align-items:center;display:flex}.logo-icon{background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000001f;flex-shrink:0;height:55px;justify-content:center;padding:5px;transition:transform .2s ease,box-shadow .2s ease;width:55px}.logo-icon:hover{box-shadow:0 5px 15px #0000002e;transform:scale(1.08)}.logo-icon svg{display:block;height:100%;width:100%}.logo-text{letterSpacing:.04em;align-items:baseline;display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-family,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);gap:2px}.logo-text-main{color:var(--primary-color);font-size:1.25rem;font-weight:700}.logo-text-dotcom{color:#64748b;font-size:.9rem;font-weight:500;margin-left:1px}@media (max-width:768px){.logo-icon{height:48px;padding:4px;width:48px}.logo-text-main{font-size:1.05rem}.logo-text-dotcom{font-size:.8rem}}@media (max-width:480px){.logo-icon{height:42px;padding:3px;width:42px}.logo-text-main{font-size:.95rem}.logo-text-dotcom{font-size:.75rem}}.header{background:#fff;box-shadow:0 2px 4px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-top-bar{background:#4a5568;height:4px;width:100%}.header-content{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:1fr auto 1fr;padding:15px 0}.header-logo-left{justify-content:flex-start;justify-self:start}.header-logo-left,.nav{align-items:center;display:flex}.nav{gap:25px;justify-content:center;justify-self:center}.logo{align-items:center;display:flex;position:relative;text-decoration:none;transition:transform .2s ease}.logo:hover{transform:scale(1.05)}.nav-link{border-bottom:3px solid #0000;color:var(--text-color);font-size:1.05rem;font-weight:600;padding-bottom:6px;text-decoration:none;transition:color .3s,border-color .2s}.nav-link:hover{border-bottom-color:#2563eb;color:var(--primary-color)}.nav-primary-link{align-items:center;display:flex;font-size:1.15rem;font-weight:700;gap:8px}.admin-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:4px;color:#fff;display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.5px;line-height:1.2;padding:2px 6px;text-transform:uppercase}@media (max-width:1100px){.nav{gap:16px}.more-toggle,.nav-link{font-size:.98rem}}.messages-link{position:relative}.unread-badge{align-items:center;border:2px solid #fff;border-radius:9px;display:flex;justify-content:center;line-height:1;position:absolute;right:-8px;top:-6px}.unread-badge,.unread-badge-small{background:#dc2626;color:#fff;font-size:11px;font-weight:700;height:18px;min-width:18px;padding:0 5px}.unread-badge-small{border-radius:9px;display:inline-block;line-height:18px;margin-left:8px;text-align:center}.header-actions{justify-self:end}.auth-actions{gap:12px}.auth-actions,.auth-link{align-items:center;display:flex}.auth-link{background:none;border:none;color:var(--text-color);cursor:pointer;font-size:1rem;font-weight:500;gap:2px;padding:0;text-decoration:none;transition:color .3s}.auth-link:hover{color:var(--primary-color)}.auth-separator{color:var(--text-color);opacity:.5}.btn-add-listing{background:var(--primary-color);border:1px solid var(--primary-color);border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .3s}.btn-add-listing:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 2px 8px #2563eb4d;transform:translateY(-1px)}.btn-premium{background:linear-gradient(135deg,#f59e0b,#d97706)}.btn-post,.btn-premium{border-radius:6px;color:#fff;font-size:.9rem;font-weight:600;padding:8px 16px;text-decoration:none}.btn-post{background:var(--primary-color)}.btn-login,.btn-register{border-radius:6px;font-size:1rem;font-weight:600;padding:8px 16px;text-decoration:none}.btn-login{border:2px solid var(--primary-color);color:var(--primary-color)}.btn-register{background:var(--primary-color);color:#fff}.header-overlay{background:#0000;box-shadow:none;left:0;position:absolute;right:0;top:0;z-index:1000}.header-overlay .header-top-bar{background:#4a556899}.header-overlay .nav-link{color:#f9fafb}.header-overlay .nav-link:hover{color:#e5e7eb}.header-overlay .btn-login{background:#0000;border-color:#fff;color:#fff}.header-overlay .btn-register{background:#fff;color:var(--primary-color)}.header-overlay .auth-link{color:#f9fafb}.header-overlay .auth-link:hover{color:#e5e7eb}.header-overlay .btn-add-listing{background:#2563ebe6;border-color:#2563ebe6;color:#fff}.header-overlay .header-content{padding-top:20px}.header-overlay .user-menu-toggle{background:#0f172a66;color:#f9fafb}.header-overlay:hover{background:#fffffffa;box-shadow:0 2px 6px #0f172a26}.header-overlay:hover .nav-link{color:var(--text-color)}.header-overlay:hover .nav-link:hover{color:var(--primary-color)}.header-overlay:hover .more-toggle{background:#0f172a0a;color:var(--text-color)}.header-overlay:hover .btn-login{background:#0000;border-color:var(--primary-color);color:var(--primary-color)}.header-overlay:hover .btn-register{background:var(--primary-color);color:#fff}.header-overlay:hover .auth-link{color:var(--text-color)}.header-overlay:hover .btn-add-listing{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.header-overlay:hover .user-menu-toggle{background:var(--bg-light);color:var(--text-color)}.nav-more{position:relative}.more-toggle{background:#0000;border:none;border-radius:0;color:var(--text-color);cursor:pointer;display:inline;font-size:1.05rem;font-weight:600;padding:0;transition:color .3s}.more-toggle:hover{color:var(--primary-color)}.header-overlay .more-toggle{background:#0000;color:#f9fafb}.nav-more.open .more-toggle{background:#3b82f61f;box-shadow:0 4px 12px #0f172a40}.more-overlay{align-items:flex-start;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding-top:90px;position:fixed;z-index:1200}.more-dropdown.more-panel{background:#fff;border:1px solid #94a3b84d;border-radius:16px;box-shadow:0 24px 60px #0f172a66;max-width:420px;min-width:260px;padding:12px 0;position:relative;width:90%}.more-item{align-items:center;background:#0000;border:none;color:var(--text-color);cursor:pointer;display:flex;font-size:.9rem;gap:10px;justify-content:space-between;padding:10px 16px;text-align:left;transition:background .15s,color .15s;width:100%}.header-overlay .more-item{color:#e5e7eb}.more-item:hover{background:#3b82f614}.header-overlay .more-item:hover{background:#1f2937e6}.more-item-flex{display:flex}.user-menu{position:relative}.user-menu-toggle{align-items:center;background:var(--bg-light);border:none;border-radius:6px;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:6px 12px;transition:all .3s ease}.user-menu-toggle:hover{background:#e5e7eb}.user-menu-dropdown{background:#fff;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-top:8px;min-width:150px;position:absolute;right:0;top:100%;z-index:1001}.user-menu-dropdown a,.user-menu-dropdown button{background:none;border:none;color:var(--text-color);cursor:pointer;display:block;padding:12px 16px;text-align:left;text-decoration:none;transition:background .3s;width:100%}.user-menu-dropdown a:hover,.user-menu-dropdown button:hover{background:var(--bg-light)}.mobile-menu-toggle{background:none;border:none;color:var(--primary-color);cursor:pointer;display:none;font-size:1.5rem;padding:5px;transition:color .3s}.mobile-menu-toggle:hover{color:var(--primary-color);opacity:.8}.header-overlay .mobile-menu-toggle{color:#fff}.header-overlay .mobile-menu-toggle:hover{color:#fff;opacity:.9}@media (max-width:768px){.mobile-menu-toggle{display:block;position:absolute;right:16px;top:16px;transform:none;z-index:1002}.nav{background:#fff;box-shadow:0 4px 6px #0000001a;display:none;flex-direction:column;left:0;padding:20px;position:absolute;right:0;top:100%}.nav-open{display:flex}.nav-more{width:100%}.more-toggle{justify-content:space-between;width:100%}.more-dropdown{position:relative;right:auto;top:8px;width:100%}.header-actions{display:none}.btn-login,.btn-post,.btn-premium,.btn-register{font-size:.8rem;padding:6px 12px}.user-menu-dropdown{min-width:180px;right:0;z-index:1001}.nav{z-index:1000}.header-content{gap:15px;grid-template-columns:1fr}.header-logo-left{justify-self:flex-start;order:-1;padding-left:12px}.nav{justify-self:stretch}}.nav-auth-mobile{display:none}@media (max-width:768px){.nav-auth-mobile{display:flex;flex-direction:column;gap:8px;margin-top:12px}.nav-auth-mobile .auth-link,.nav-auth-mobile .btn-add-listing{justify-content:center;text-align:center;width:100%}}.header-bottom-line{background:#2d5016;height:2px;width:100%}.property-card-image-wrapper{overflow:hidden;position:relative;width:100%}.favorite-btn{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;padding:0;position:absolute;right:12px;top:12px;transition:all .3s ease;width:40px;z-index:10}.favorite-btn:hover{background:#fff;box-shadow:0 4px 12px #00000040;transform:scale(1.1)}.favorite-btn.saved{background:#ef4444f2;color:#fff}.favorite-btn.saved:hover{background:#ef4444}.favorite-btn.loading{cursor:not-allowed;opacity:.7}.property-card-header{align-items:center;margin-bottom:8px}.property-card-area{color:var(--text-light);font-size:.9rem;margin-bottom:10px}.property-card-investment{border-top:1px solid var(--border-color);margin-top:10px;padding-top:10px}.investment-score{color:var(--secondary-color);font-size:.9rem;font-weight:600}.tag.rera{background:#dbeafe;color:#1e40af}.logo-spinner-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.logo-spinner{display:inline-block;position:relative}.spinner-svg{animation:logo-spin 2s linear infinite;transform-origin:center}.spinner-border{animation:border-pulse 2s ease-in-out infinite}.spinner-left{animation:left-fade 2s ease-in-out infinite}.spinner-right{animation:right-fade 2s ease-in-out infinite}.spinner-divider{animation:divider-pulse 1.5s ease-in-out infinite}.spinner-center{animation:center-pulse 1s ease-in-out infinite}@keyframes logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes border-pulse{0%,to{stroke-width:6;opacity:1}50%{stroke-width:8;opacity:.7}}@keyframes left-fade{0%,to{opacity:.6}50%{opacity:1}}@keyframes right-fade{0%,to{opacity:1}50%{opacity:.7}}@keyframes divider-pulse{0%,to{opacity:.95}50%{opacity:.6}}@keyframes center-pulse{0%,to{r:6;opacity:1}50%{r:8;opacity:.8}}.logo-spinner-container.small .logo-spinner{height:40px;width:40px}.logo-spinner-container.medium .logo-spinner{height:60px;width:60px}.logo-spinner-container.large .logo-spinner{height:80px;width:80px}.logo-spinner svg{display:block;height:100%;width:100%}@media (max-width:768px){.logo-spinner-container.medium .logo-spinner{height:50px;width:50px}.logo-spinner-container.large .logo-spinner{height:70px;width:70px}}@media (max-width:480px){.logo-spinner-container.medium .logo-spinner{height:45px;width:45px}.logo-spinner-container.large .logo-spinner{height:60px;width:60px}}.layouts-section{background:linear-gradient(135deg,#f9fafb,#fff);margin:60px 0;padding:60px 0}.section-header{align-items:flex-start;flex-wrap:wrap;gap:20px;margin-bottom:40px}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:36px}.section-subtitle{font-size:18px}.view-all-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff;display:inline-flex;font-size:16px;gap:8px;padding:14px 28px;text-decoration:none;white-space:nowrap}.view-all-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.layouts-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.layout-card:hover .layout-plan-image{transform:scale(1.1)}.featured-badge{border-radius:8px;box-shadow:0 4px 12px #0003;font-size:13px;padding:8px 14px;right:16px;top:16px}.availability-overlay{background:linear-gradient(0deg,#000c,#0000);padding:20px}.availability-info{align-items:flex-start}.available-count{font-size:32px;font-weight:800;text-shadow:0 2px 8px #0000004d}.available-label{font-size:14px;font-weight:600;opacity:.95}.layout-card-content{gap:16px}.layout-header{display:flex;flex-direction:column;gap:6px}.layout-name{font-size:22px;font-weight:800;margin:0}.layout-developer{font-size:14px}.layout-location{font-size:15px;font-weight:500;gap:8px}.location-icon{font-size:18px}.layout-stats{grid-gap:16px;border-radius:12px;gap:16px}.stat-item{gap:10px}.stat-icon{font-size:24px}.stat-details{gap:2px}.stat-value{font-size:15px}.stat-label{font-size:12px}.approval-badge{font-size:12px;padding:6px 12px}.approval-badge.bmrda{background:#d1fae5;color:#065f46}.layout-amenities-preview{background:#f9fafb;border-radius:8px;gap:12px;padding:12px}.amenity-icon{transition:transform .2s ease}.amenity-icon:hover{transform:scale(1.2)}.layout-view-btn{box-shadow:0 4px 12px #667eea33}.layout-view-btn:hover{box-shadow:0 6px 20px #667eea4d}.arrow-icon{font-size:20px;transition:transform .3s ease}.loading-layouts{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;justify-content:center;padding:80px 40px}.loading-layouts p{color:#6b7280;font-size:16px;font-weight:500}@media (max-width:1200px){.layouts-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}}@media (max-width:768px){.layouts-section{padding:40px 0}.container{overflow-x:visible;padding:0 15px}.layouts-section .layouts-grid{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}.section-title{font-size:28px}.section-subtitle{font-size:16px}.section-header{align-items:flex-start;flex-direction:column}.view-all-btn{justify-content:center;width:100%}.layouts-grid{-webkit-overflow-scrolling:touch;display:flex!important;flex-direction:row!important;gap:16px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;padding-right:15px;scroll-snap-type:x mandatory;scrollbar-color:#667eea4d #0000;scrollbar-width:thin}.layouts-grid::-webkit-scrollbar{height:6px}.layouts-grid::-webkit-scrollbar-track{background:#0000}.layouts-grid::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.layouts-grid::-webkit-scrollbar-thumb:hover{background:#667eea80}.layouts-grid>*{flex:0 0 320px;scroll-snap-align:start}.layouts-grid .layout-card,.layouts-grid>*{max-width:320px;min-width:320px;width:320px}.layouts-grid .layout-card{flex-shrink:0}.layout-stats{gap:12px;grid-template-columns:repeat(3,1fr);padding:12px}.stat-value{font-size:14px}.stat-label{font-size:11px}}@media (max-width:640px){.container{overflow-x:visible;padding:0 10px}.layouts-section .layouts-grid{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.layouts-grid{gap:12px;padding-right:10px}.layouts-grid>*{flex:0 0 300px}.layouts-grid .layout-card,.layouts-grid>*{max-width:300px;min-width:300px;width:300px}}@media (max-width:480px){.layouts-section{padding:40px 0}.container{padding:0 8px}.layouts-section .layouts-grid{margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}.layouts-grid{gap:12px;padding-right:8px}.layouts-grid>*{flex:0 0 280px}.layouts-grid .layout-card,.layouts-grid>*{max-width:280px;min-width:280px;width:280px}.layout-plan-wrapper{height:220px}.available-count{font-size:28px}.layout-name{font-size:20px}.layout-card-content{padding:20px}.layouts-grid::-webkit-scrollbar{height:5px}}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);box-sizing:border-box;margin-bottom:-40px;margin-top:-80px;max-width:100vw;min-height:85vh;overflow:hidden;padding:120px 20px 80px;width:100%}@media (max-width:768px){.hero-section{overflow:visible!important}}@media (hover:none) and (pointer:coarse){.banner-cta-btn,.blog-preview-btn,.btn-hero,.hero-stat,.search-tab{min-height:44px}}.hero-background{animation:pulse 8s ease-in-out infinite;background-blend-mode:overlay,normal,normal;background-image:url(https://images.unsplash.com/photo-1582407947304-fd86f028f716?ixlib=rb-4.0.3&auto=format&fit=crop&w=2076&q=80),url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E"),linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background-position:50%,0 0,50%;background-size:cover,60px 60px,cover;opacity:.6}.hero-background,.hero-background:after{bottom:0;left:0;position:absolute;right:0;top:0}.hero-background:after{background:linear-gradient(135deg,#667eeab3,#764ba2b3 50%,#f093fba6),radial-gradient(circle at 20% 50%,#ffffff26 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 40% 20%,#ffffff1a 0,#0000 50%);content:"";z-index:1}.hero-content{animation:fadeInUp .8s ease-out;box-sizing:border-box;margin-top:20px;padding:20px 10px 0;position:relative;text-shadow:0 2px 15px #0006,0 4px 20px #0003;z-index:10}.hero-content,.hero-content *,.hero-content .hero-badge,.hero-content .hero-title,.hero-content h1,.hero-content p{color:#fff!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{animation:slideInDown .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40!important;border:2px solid #fff6;border-radius:50px;color:#fff!important;display:inline-block;font-size:14px;font-weight:700;margin-bottom:24px;padding:10px 24px;position:relative;text-shadow:0 2px 4px #0000004d;z-index:11}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-title{word-wrap:break-word;color:#fff!important;font-size:clamp(36px,7vw,72px);font-weight:900;letter-spacing:-1px;line-height:1.2;margin-bottom:24px;max-width:100%;opacity:1!important;overflow-wrap:break-word;text-shadow:0 4px 20px #0006,0 2px 10px #0000004d}.gradient-text,.hero-title{position:relative;z-index:11}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text;color:gold!important;display:inline-block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));text-shadow:0 2px 8px #0000004d}@supports not (-webkit-background-clip:text){.gradient-text{-webkit-text-fill-color:gold!important;color:gold!important}}.hero-description{word-wrap:break-word;box-sizing:border-box;color:#fff;font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.8;margin:0 auto 40px;max-width:700px;opacity:.95;overflow-wrap:break-word;position:relative;width:100%;z-index:11}.hero-stats{justify-content:center;margin-bottom:48px;position:relative;z-index:11}.hero-stat{border-radius:16px;min-width:140px;padding:20px 30px;transition:transform .3s ease}.hero-stat:hover{background:#fff3;transform:translateY(-5px)}.stat-number{color:#fff!important;font-size:32px;font-weight:900;margin-bottom:8px;text-shadow:0 2px 10px #0003}.stat-label{color:#fff!important;letter-spacing:1px;opacity:1;text-shadow:0 1px 3px #0000004d}.hero-actions{gap:20px;position:relative;z-index:11}.btn-hero{align-items:center;border-radius:12px;box-shadow:0 6px 20px #0003;display:inline-flex;font-size:18px;font-weight:700;gap:8px;padding:18px 40px;text-decoration:none;transition:all .3s ease}.btn-hero:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-4px)}.search-section{box-sizing:border-box;margin:-60px auto 0;max-width:1000px;padding:0 20px;position:relative;width:100%;z-index:100}.search-container{animation:slideUp .8s ease-out;border-radius:20px;box-shadow:0 20px 60px #0000004d;box-sizing:border-box;max-width:100%;padding:40px;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.search-tabs{box-sizing:border-box;gap:12px;justify-content:center;margin-bottom:30px;width:100%}.search-tab{border:2px solid #0000;border-radius:10px;color:#6b7280;font-size:16px;font-weight:600;padding:12px 28px;transition:all .3s ease}.search-tab:hover{background:#e5e7eb;color:#374151}.search-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000}.search-form{align-items:stretch;box-sizing:border-box;width:100%}.search-input{border:3px solid #e5e7eb;border-radius:12px;flex:1 1;font-size:16px;min-width:0;padding:16px 24px;transition:all .3s ease}.search-input:focus{box-shadow:0 0 0 4px #667eea1a}.trust-stats-section{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;margin:60px 0 40px;padding:60px 40px}.trust-stats-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.trust-stat{padding:20px}.trust-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:900;margin-bottom:12px}.trust-stat-label{color:#6b7280;font-size:16px;font-weight:600}.features-section{background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;box-shadow:0 4px 12px #0000000d;margin:60px 0;padding:80px 40px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:30px}.feature-icon{font-size:3rem;margin-bottom:15px}.feature-card h3{color:var(--text-color);font-size:1.2rem;margin-bottom:10px}.feature-card p{color:var(--text-light)}.cta-section{margin:60px 0}.cta-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 12px 40px #667eea66;color:#fff;overflow:hidden;padding:80px 60px;position:relative;text-align:center}.cta-card:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-card>*{position:relative;z-index:10}.cta-card h2{font-size:clamp(28px,5vw,42px);font-weight:900;margin-bottom:20px;text-shadow:0 2px 10px #0003}.cta-card p{font-size:clamp(16px,2vw,20px);line-height:1.6;margin-bottom:40px;opacity:.95}.btn-large{font-size:1.1rem;padding:15px 30px}.section-header{margin-bottom:25px}.section-title{color:#1f2937;font-size:clamp(28px,4vw,42px);font-weight:900;line-height:1.2;margin-bottom:12px}.section-subtitle{font-size:clamp(14px,2vw,18px);line-height:1.6}.property-grid{grid-gap:28px;gap:28px;margin-top:32px}.section{margin-bottom:60px;width:100%}.section-header{text-align:left;width:100%}.home img{display:block;height:auto;max-width:100%}.home *{word-wrap:break-word;overflow-wrap:break-word}.home h1,.home h2,.home h3,.home p,.home span{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.home{max-width:100vw;overflow-x:hidden;position:relative;width:100%}@media (max-width:768px){.section{overflow-x:visible}.section .property-grid{overflow-x:auto;overflow-y:hidden}}body,html{max-width:100vw;overflow-x:hidden;width:100%}@media (min-width:1400px){.container{max-width:1320px}.hero-content{max-width:1400px}}@media (max-width:1200px){.property-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.bangalore-banner-section{margin:30px 15px;padding:0}.bangalore-banner{border-radius:12px;padding:30px 20px!important}.banner-content{align-items:flex-start;flex-direction:column;gap:20px}.banner-icon{align-self:center;font-size:60px!important}.banner-text{text-align:center;width:100%}.banner-title{font-size:24px!important;text-align:center}.banner-description{font-size:14px!important;text-align:center}.banner-highlights{gap:8px;justify-content:center}.highlight-item{font-size:12px!important;padding:8px 14px!important}.banner-cta-btn{font-size:15px!important;padding:14px 24px!important;text-align:center;width:100%!important}.bangalore-banner .banner-cta-btn,.bangalore-banner .banner-cta-btn *,.banner-cta-btn{color:#667eea!important}.hero-section{align-items:flex-start!important;display:flex!important;justify-content:center!important;margin-bottom:0!important;margin-top:0!important;max-width:100vw;min-height:auto!important;overflow:visible!important;padding:70px 10px 30px!important;position:relative;width:100%;z-index:1}.hero-background{opacity:.4!important}.hero-background:after{opacity:.8!important}.hero-content{display:block!important;margin-top:0!important;max-width:100%;opacity:1!important;padding:10px 8px!important;position:relative;visibility:visible!important;width:100%;z-index:100!important}.hero-content,.hero-content *{color:#fff!important}.hero-badge{display:inline-block!important;font-size:12px;padding:6px 16px;text-shadow:0 2px 4px #00000080}.hero-badge,.hero-title{color:#fff!important;margin-bottom:12px;opacity:1!important;position:relative;visibility:visible!important;z-index:101!important}.hero-title{display:block!important;font-size:clamp(24px,7vw,40px);padding:0 5px;text-shadow:0 4px 20px #0009,0 2px 10px #00000080}.hero-description{color:#fff!important;display:block!important;font-size:clamp(13px,2.5vw,16px);text-shadow:0 2px 8px #00000080}.hero-description,.hero-stats{margin-bottom:20px;opacity:1!important;padding:0 5px;position:relative;visibility:visible!important;z-index:101!important}.hero-stats{display:flex!important;gap:10px}.hero-stat{flex:1 1;min-width:90px;min-width:0;padding:12px 15px;position:relative;z-index:101!important}.stat-number{font-size:22px;text-shadow:0 2px 10px #00000080}.stat-label,.stat-number{color:#fff!important;display:block!important;opacity:1!important;visibility:visible!important}.stat-label{font-size:10px;text-shadow:0 1px 3px #00000080}.hero-actions{flex-direction:column;gap:10px;margin-bottom:0!important;margin-top:0!important;padding:0 10px;width:100%}.btn-hero,.hero-actions{display:flex!important;opacity:1!important;position:relative;visibility:visible!important;z-index:101!important}.btn-hero{background:var(--primary-color)!important;border:none!important;border-radius:8px!important;box-shadow:0 4px 12px #0003!important;color:#fff!important;cursor:pointer!important;font-size:16px!important;justify-content:center;padding:16px 32px!important;text-decoration:none!important;width:100%!important}.btn-hero.btn-outline{background:#fff!important;border:2px solid var(--primary-color)!important;color:var(--primary-color)!important}.btn-hero span{color:inherit!important}.btn-hero span,.gradient-text{display:inline!important;opacity:1!important;visibility:visible!important}.gradient-text{color:gold!important;position:relative;text-shadow:0 2px 8px #00000080;z-index:101!important}.search-section{margin:-40px auto 0;padding:0 15px}.search-container{border-radius:16px;padding:25px 20px}.search-tabs{gap:6px;margin-bottom:20px}.search-tab{flex:1 1;font-size:13px;min-width:0;padding:10px 16px}.search-form{flex-direction:column;gap:12px}.search-input{font-size:16px}.search-form .btn,.search-input{padding:14px 20px;width:100%}.trust-stats-section{margin:40px 15px 30px;padding:40px 20px}.trust-stats-grid{gap:25px;grid-template-columns:repeat(2,1fr)}.trust-stat{padding:15px 10px}.trust-stat-number{font-size:36px}.trust-stat-label{font-size:14px}.section{box-sizing:border-box;margin-bottom:50px;max-width:100%;width:100%}.container,.section{overflow-x:visible;padding:0 15px}.section .property-grid{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}.section-header{margin-bottom:25px}.section-title{font-size:clamp(24px,6vw,32px)}.section-subtitle{font-size:clamp(14px,3vw,16px)}.property-grid{-webkit-overflow-scrolling:touch;display:flex!important;flex-direction:row!important;gap:16px;margin-top:25px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;padding-right:15px;scroll-snap-type:x mandatory;scrollbar-color:#667eea4d #0000;scrollbar-width:thin}.property-grid::-webkit-scrollbar{height:6px}.property-grid::-webkit-scrollbar-track{background:#0000}.property-grid::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.property-grid::-webkit-scrollbar-thumb:hover{background:#667eea80}.property-grid>*{flex:0 0 280px;max-width:280px;min-width:280px;scroll-snap-align:start;width:280px}.property-grid .property-card{flex-shrink:0;max-width:280px;min-width:280px;width:280px}.features-section{margin:40px 15px;padding:50px 20px}.features-grid{gap:25px;grid-template-columns:1fr;margin-top:25px}.feature-card{padding:25px 20px}.feature-icon{font-size:2.5rem}.cta-section{margin:50px 15px}.cta-card{border-radius:16px;padding:50px 30px}.cta-card h2{font-size:clamp(24px,6vw,32px)}.cta-card p{font-size:clamp(14px,3vw,18px);margin-bottom:30px}}@media (max-width:640px){.hero-section{align-items:flex-start!important;display:flex!important;justify-content:center!important;margin-bottom:0!important;margin-top:0!important;max-width:100vw;min-height:auto!important;overflow:visible!important;padding:60px 8px 25px!important;position:relative;width:100%;z-index:1}.hero-background{opacity:.4!important}.hero-background:after{opacity:.8!important}.hero-content{display:block!important;margin-top:0!important;max-width:100%;opacity:1!important;padding:8px 5px!important;position:relative;visibility:visible!important;width:100%;z-index:100!important}.hero-badge,.hero-content,.hero-content *,.hero-description,.hero-title{color:#fff!important}.hero-stats{display:flex!important;flex-direction:column;gap:12px;margin-bottom:20px!important}.hero-stat,.hero-stats{opacity:1!important;visibility:visible!important;width:100%}.hero-stat{margin:0 auto;max-width:200px}.stat-label,.stat-number{color:#fff!important;opacity:1!important;visibility:visible!important}.hero-actions{flex-direction:column!important;gap:10px!important;margin-bottom:0!important;margin-top:0!important;padding:0 8px!important}.btn-hero,.hero-actions{display:flex!important;opacity:1!important;position:relative;visibility:visible!important;width:100%!important;z-index:101!important}.btn-hero{align-items:center!important;background:var(--primary-color)!important;border:none!important;border-radius:8px!important;box-shadow:0 4px 12px #0003!important;color:#fff!important;cursor:pointer!important;font-size:14px!important;justify-content:center!important;min-height:44px!important;padding:14px 24px!important;text-decoration:none!important}.btn-hero.btn-outline{background:#fff!important;border:2px solid var(--primary-color)!important;color:var(--primary-color)!important}.btn-hero span{color:inherit!important;display:inline!important;opacity:1!important;visibility:visible!important}.search-container{padding:20px 15px}.search-tabs{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);width:100%}.search-tab{box-sizing:border-box;font-size:12px;padding:10px 12px;width:100%}.trust-stats-grid{gap:20px;grid-template-columns:1fr}.trust-stat-number{font-size:32px}.bangalore-banner-section{margin:25px 10px;padding:0}.bangalore-banner{border-radius:12px;padding:25px 15px!important}.banner-content{align-items:center;flex-direction:column;gap:15px}.banner-icon{font-size:50px!important}.banner-text{text-align:center;width:100%}.banner-title{font-size:20px!important;text-align:center}.banner-description{font-size:13px!important;line-height:1.6;text-align:center}.banner-highlights{flex-wrap:wrap;gap:6px;justify-content:center}.highlight-item{font-size:11px!important;padding:6px 12px!important}.banner-cta-btn{font-size:14px!important;padding:12px 20px!important;text-align:center;white-space:normal!important;width:100%!important}.bangalore-banner .banner-cta-btn,.bangalore-banner .banner-cta-btn *,.banner-cta-btn{color:#667eea!important}.blog-preview-section{margin:30px 15px;padding:35px 20px}.preview-text .section-title{font-size:22px}.preview-text .section-subtitle{font-size:14px}.preview-item{font-size:11px;padding:6px 12px}}@media (max-width:480px){.hero-section{align-items:flex-start!important;display:flex!important;justify-content:center!important;margin-bottom:0!important;margin-top:0!important;max-width:100vw;min-height:auto!important;overflow:visible!important;padding:50px 5px 20px!important;position:relative;width:100%;z-index:1}.hero-background{opacity:.4!important}.hero-background:after{opacity:.8!important}.hero-content{display:block!important;margin-top:0!important;max-width:100%;opacity:1!important;padding:5px 3px!important;position:relative;visibility:visible!important;width:100%;z-index:100!important}.hero-badge,.hero-content,.hero-content *,.hero-description,.hero-title,.stat-label,.stat-number{color:#fff!important}.hero-badge{display:inline-block!important;font-size:10px;padding:5px 12px;text-shadow:0 2px 4px #0000004d}.hero-badge,.hero-title{color:#fff!important;margin-bottom:10px;opacity:1!important;visibility:visible!important}.hero-title{font-size:22px;line-height:1.2;text-shadow:0 4px 20px #0006,0 2px 10px #0000004d}.hero-description,.hero-title{display:block!important;padding:0 3px}.hero-description{color:#fff!important;font-size:13px;line-height:1.5;margin-bottom:15px;opacity:1!important;visibility:visible!important}.hero-stats{gap:8px;margin-bottom:15px;padding:0 3px}.hero-stat{padding:10px 12px}.stat-number{font-size:18px;text-shadow:0 2px 10px #0000004d}.stat-label,.stat-number{color:#fff!important;display:block!important;opacity:1!important;visibility:visible!important}.stat-label{font-size:9px;text-shadow:0 1px 3px #0000004d}.hero-actions{flex-direction:column!important;gap:8px;margin-bottom:0!important;margin-top:0!important;padding:0 5px}.btn-hero,.hero-actions{display:flex!important;opacity:1!important;position:relative;visibility:visible!important;width:100%!important;z-index:101!important}.btn-hero{align-items:center!important;background:var(--primary-color)!important;border:none!important;border-radius:8px!important;box-shadow:0 4px 12px #0003!important;color:#fff!important;cursor:pointer!important;font-size:14px!important;justify-content:center!important;min-height:44px!important;padding:14px 24px!important;text-decoration:none!important}.btn-hero.btn-outline{background:#fff!important;border:2px solid var(--primary-color)!important;color:var(--primary-color)!important}.btn-hero span{color:inherit!important;display:inline!important;opacity:1!important;visibility:visible!important}.gradient-text{color:gold!important;text-shadow:0 2px 8px #0000004d}.search-section{margin:-30px auto 0;padding:0 10px}.search-container{border-radius:12px;padding:20px 15px}.search-tabs{gap:6px;margin-bottom:15px}.search-tab{font-size:11px;padding:8px 10px}.search-input{font-size:14px;padding:12px 16px}.trust-stats-section{margin:30px 10px 20px;padding:30px 15px}.trust-stat-number{font-size:28px}.trust-stat-label{font-size:12px}.section{box-sizing:border-box;margin-bottom:40px;max-width:100%;width:100%}.container,.section{overflow-x:visible;padding:0 10px}.section .property-grid{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.hero-content{padding:0 5px}.section-title{font-size:22px}.section-subtitle{font-size:13px}.property-grid{-webkit-overflow-scrolling:touch;display:flex!important;flex-direction:row!important;gap:12px;margin-top:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;padding-right:10px;scroll-snap-type:x mandatory;scrollbar-color:#667eea4d #0000;scrollbar-width:thin}.property-grid::-webkit-scrollbar{height:5px}.property-grid::-webkit-scrollbar-track{background:#0000}.property-grid::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.property-grid::-webkit-scrollbar-thumb:hover{background:#667eea80}.property-grid>*{flex:0 0 260px;max-width:260px;min-width:260px;scroll-snap-align:start;width:260px}.property-grid .property-card{flex-shrink:0;max-width:260px;min-width:260px;width:260px}.features-section{margin:30px 10px;padding:40px 15px}.feature-card{padding:20px 15px}.feature-icon{font-size:2rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:.9rem}.cta-card{padding:40px 20px}.cta-card h2{font-size:22px}.cta-card p{font-size:14px}.bangalore-banner-section{margin:20px 8px;padding:0}.bangalore-banner{border-radius:10px;padding:20px 12px!important}.banner-content{align-items:center;flex-direction:column;gap:12px}.banner-icon{font-size:45px!important}.banner-text{text-align:center;width:100%}.banner-title{font-size:18px!important;margin-bottom:10px;text-align:center}.banner-description{font-size:12px!important;line-height:1.5;margin-bottom:15px;text-align:center}.banner-highlights{align-items:stretch;flex-direction:column;gap:6px;margin-bottom:15px}.highlight-item{box-sizing:border-box;font-size:10px!important;padding:6px 10px!important;text-align:center;width:100%}.banner-cta-btn{font-size:13px!important;min-height:44px;padding:12px 18px!important;text-align:center;white-space:normal!important;width:100%!important}.bangalore-banner .banner-cta-btn,.bangalore-banner .banner-cta-btn *,.banner-cta-btn{color:#667eea!important}.blog-preview-section{margin:25px 10px;padding:30px 15px}.preview-text .section-title{font-size:20px}.blog-preview-highlights{flex-direction:column}.preview-item{text-align:center}.testimonials-section{margin:40px 10px;padding:40px 15px}.testimonials-grid{gap:20px}.testimonial-card{padding:25px 20px}.testimonial-text{font-size:14px}.author-avatar{font-size:18px;height:48px;width:48px}.author-name{font-size:14px}.author-role{font-size:12px}}@media (hover:none) and (pointer:coarse){.banner-cta-btn,.blog-preview-btn,.btn-hero,.btn-outline,.btn-primary,.search-tab{min-height:44px;min-width:44px}.hero-stat{min-height:44px}@media (max-width:480px){.search-tab{min-height:40px}}}@media (max-width:768px) and (orientation:landscape){.hero-section{min-height:100vh;padding:60px 20px 40px}.hero-stats{flex-direction:row;justify-content:center}.hero-stat{min-width:120px}}@media print{.cta-section,.hero-actions,.hero-section,.search-section{display:none}.section{page-break-inside:avoid}}.loading{color:var(--text-light)}.bangalore-banner-section{margin:40px 0}.bangalore-banner{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:16px;box-shadow:0 8px 24px #667eea4d;overflow:hidden;padding:40px;position:relative}.bangalore-banner,.bangalore-banner *,.bangalore-banner div,.bangalore-banner h2,.bangalore-banner h3,.bangalore-banner p,.bangalore-banner span{color:#fff!important}.bangalore-banner .highlight-item,.bangalore-banner .highlight-item *,.bangalore-banner .highlight-item span{color:#fff!important;font-weight:700!important;text-shadow:0 2px 4px #0006,0 1px 2px #0000004d!important}.bangalore-banner:before{background:#ffffff1a;border-radius:50%;content:"";height:300px;pointer-events:none;position:absolute;right:0;top:0;transform:translate(30%,-30%);width:300px}.banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:30px;position:relative;z-index:2}.banner-icon{animation:float 3s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:80px;position:relative;z-index:2}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.banner-text{box-sizing:border-box;color:#fff!important;flex:1 1;min-width:0;position:relative;width:100%;z-index:2}@media (min-width:640px){.banner-text{min-width:300px}}.banner-title{font-size:32px;font-weight:800;margin-bottom:12px;text-shadow:0 2px 8px #0003}.banner-description,.banner-title{color:#fff!important;position:relative;z-index:3}.banner-description{word-wrap:break-word;font-size:16px;line-height:1.7;margin-bottom:20px;opacity:1;overflow-wrap:break-word;width:100%}.banner-highlights{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.highlight-item{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#ffffff4d!important;border:2px solid #ffffff80;color:#fff!important;display:inline-block;font-size:14px;font-weight:700;line-height:1.4;padding:10px 18px;position:relative;text-shadow:0 2px 4px #0006,0 1px 2px #0000004d;z-index:3}.highlight-item *,.highlight-item span,.highlight-item:after,.highlight-item:before{color:#fff!important;text-shadow:0 2px 4px #0006!important}.banner-cta-btn{align-self:flex-start;background:#fff;border-radius:10px;box-shadow:0 4px 12px #0003;box-sizing:border-box;font-size:16px;font-weight:700;max-width:100%;padding:16px 32px;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap;width:auto;z-index:3}.bangalore-banner .banner-cta-btn,.bangalore-banner .banner-cta-btn *,.bangalore-banner .banner-cta-btn span,.banner-cta-btn{color:#667eea!important}@media (max-width:640px){.banner-cta-btn{text-align:center;white-space:normal;width:100%}}.banner-cta-btn:hover{background:#f9fafb;box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}.bangalore-banner .banner-cta-btn:hover,.bangalore-banner .banner-cta-btn:hover *,.banner-cta-btn:hover{color:#667eea!important}.blog-preview-section{background:linear-gradient(135deg,#f0f7ff,#fff);border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #00000014;margin:40px 0;padding:50px 40px}.blog-preview-content{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.preview-text{box-sizing:border-box;flex:1 1;min-width:0;width:100%}@media (min-width:640px){.preview-text{min-width:300px}}.preview-text .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-size:32px;font-weight:800;margin-bottom:12px}.preview-text .section-subtitle{color:#6b7280;font-size:16px;line-height:1.6;margin-bottom:20px}.blog-preview-highlights{display:flex;flex-wrap:wrap;gap:12px}.preview-item{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#4b5563;font-size:13px;font-weight:600;padding:8px 16px}.blog-preview-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 12px #667eea4d;box-sizing:border-box;color:#fff;display:inline-block;font-size:16px;font-weight:700;max-width:100%;padding:16px 32px;text-decoration:none;transition:all .3s ease;white-space:nowrap}@media (max-width:640px){.blog-preview-btn{text-align:center;white-space:normal;width:100%}}.blog-preview-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.testimonials-section{background:linear-gradient(135deg,#f9fafb,#fff);border-radius:20px;box-shadow:0 4px 12px #0000000d;margin:60px 0;padding:80px 40px}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin-top:40px}.testimonial-card{background:#fff;border:2px solid #f3f4f6;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;padding:35px;position:relative;transition:all .3s ease}.testimonial-card:before{color:#667eea;content:'"';font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:80px;left:20px;line-height:1;opacity:.1;position:absolute;top:20px}.testimonial-card:hover{border-color:#667eea;box-shadow:0 12px 28px #667eea33;transform:translateY(-8px)}.testimonial-rating{color:#fbbf24;font-size:20px;letter-spacing:2px;margin-bottom:20px}.testimonial-text{color:#374151;flex:1 1;font-size:16px;line-height:1.7;margin-bottom:25px;position:relative;z-index:1}.testimonial-author{align-items:center;border-top:2px solid #f3f4f6;display:flex;gap:15px;padding-top:20px}.author-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 8px #667eea4d;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:56px;justify-content:center;width:56px}.author-info{flex:1 1}.author-name{color:#1f2937;font-size:16px;font-weight:700;margin-bottom:4px}.author-role{color:#6b7280;font-size:14px;font-weight:500}.search-page-modern{background-color:#f5f5f5;min-height:100vh;padding:20px 0}.search-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:280px 1fr 200px;margin:0 auto;max-width:1400px;padding:0 20px}.filters-panel{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;height:-webkit-fit-content;height:fit-content;padding:20px;position:-webkit-sticky;position:sticky;top:100px}.applied-filters{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px}.applied-filters-header{align-items:center;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:12px}.clear-all-link{background:none;border:none;color:#4a90e2;cursor:pointer;font-size:14px;padding:0}.clear-all-link:hover{text-decoration:underline}.applied-filters-list{display:flex;flex-wrap:wrap;gap:8px}.applied-filter-tag{align-items:center;background:#e8f4f8;border-radius:16px;display:inline-flex;font-size:13px;gap:6px;padding:6px 12px}.remove-filter{background:none;border:none;color:#666;cursor:pointer;font-size:16px;line-height:1;padding:0}.remove-filter:hover{color:#000}.filter-toggle{border-bottom:1px solid #e5e5e5;margin-bottom:24px;padding-bottom:20px}.filter-toggle label{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:10px}.filter-toggle input[type=checkbox]{cursor:pointer;height:18px;width:18px}.filter-section{border-bottom:1px solid #e5e5e5;margin-bottom:24px;padding-bottom:20px}.filter-section:last-child{border-bottom:none}.filter-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.filter-section-header h4{color:#333;font-size:14px;font-weight:600;margin:0}.clear-link{background:none;border:none;color:#4a90e2;cursor:pointer;font-size:13px;padding:0}.clear-link:hover{text-decoration:underline}.budget-inputs{display:flex;gap:10px}.budget-select{border:1px solid #ddd;border-radius:4px;cursor:pointer;flex:1 1;font-size:14px;padding:10px}.amenities-list,.property-type-list{display:flex;flex-direction:column;gap:12px}.amenity-item,.property-type-item{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:10px}.amenity-item input[type=checkbox],.property-type-item input[type=checkbox]{cursor:pointer;height:18px;width:18px}.search-results-panel{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:20px}.results-header-modern{margin-bottom:20px}.results-count h2{color:#333;font-size:24px;font-weight:600;margin:0 0 8px}.results-subtitle{color:#666;font-size:14px}.locality-link{align-items:center;display:flex;gap:8px;margin-top:12px}.locality-link .pin-icon{font-size:16px}.locality-link a{color:#4a90e2;font-size:14px;text-decoration:none}.locality-link a:hover{text-decoration:underline}.infrastructure-plans-banner{align-items:flex-start;background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:8px;display:flex;gap:16px;margin-top:20px;padding:16px 20px}.banner-icon{flex-shrink:0;font-size:32px}.banner-content{flex:1 1}.banner-content h4{color:#78350f;font-size:16px;font-weight:600;margin:0 0 8px}.banner-content p{color:#92400e;font-size:13px;line-height:1.6;margin:0 0 12px}.banner-plans-list{display:flex;flex-wrap:wrap;gap:8px}.banner-plan-item{align-items:center;background:#fffc;border-radius:12px;color:#78350f;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 10px}.results-tabs{border-bottom:1px solid #e5e5e5;display:flex;gap:20px;margin-bottom:20px;padding-bottom:15px}.tab-button{align-items:center;display:flex;font-size:14px;gap:6px;padding:8px 16px;position:relative}.tab-button.active{border-bottom:2px solid #ef4444;color:#333}.tab-badge{color:#ef4444;font-size:10px}.results-actions{display:flex;justify-content:flex-end;margin-bottom:20px}.sort-select{border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 12px}.properties-list{display:flex;flex-direction:column;gap:20px}.property-listing-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;color:inherit;cursor:pointer;display:flex;gap:20px;padding:20px;text-decoration:none;transition:box-shadow .2s}.property-listing-card:hover{box-shadow:0 4px 8px #0000001a}.property-listing-image{border-radius:8px;flex-shrink:0;height:250px;overflow:hidden;position:relative;width:300px}.property-listing-image img{height:100%;object-fit:cover;width:100%}.property-badges{align-items:flex-start;justify-content:space-between;left:10px;position:absolute;right:10px;top:10px}.seen-badge{background:#ffffffe6;border-radius:4px;font-size:12px;font-weight:500;padding:4px 10px}.icon-button{background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;font-size:16px;height:32px;justify-content:center;padding:0;width:32px}.icon-button,.photo-count{align-items:center;display:flex}.photo-count{background:#0009;border-radius:4px;bottom:10px;color:#fff;font-size:12px;gap:4px;padding:4px 8px;position:absolute;right:10px}.property-listing-content{display:flex;flex:1 1;flex-direction:column;gap:10px}.property-listing-header{align-items:center;display:flex;justify-content:space-between}.property-location{color:#666}.resale-badge{background:#fef3c7;border-radius:4px;color:#92400e;font-size:12px;font-weight:500;padding:4px 10px}.property-listing-title{color:#333;font-size:16px;font-weight:500;margin:0}.property-price-section{display:flex;flex-direction:column;gap:4px}.property-main-price{color:#333;font-size:24px;font-weight:600}.property-price-per-unit{color:#666;font-size:14px}.property-area-section{display:flex;flex-direction:column;gap:4px}.area-dropdown{align-items:center;color:#333;display:flex;font-size:14px;gap:8px}.area-label,.dropdown-arrow{color:#666;font-size:12px}.property-availability{color:#666;display:flex;font-size:14px;gap:12px}.property-description-preview{color:#666;font-size:14px;line-height:1.5;margin:0}.property-plans-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #3b82f6;border-radius:8px;margin:12px 0;padding:12px}.plans-header{align-items:center;color:#1e40af;display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:10px}.plans-icon{font-size:18px}.plans-title{flex:1 1}.plans-count-badge{background:#3b82f6;border-radius:12px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.plans-preview{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.plan-preview-item{align-items:center;background:#fff;border-radius:6px;color:#333;display:flex;font-size:13px;gap:8px;padding:6px 8px;transition:background .2s}.plan-preview-item:hover{background:#f9fafb}.plan-icon-small{flex-shrink:0;font-size:16px}.plan-name{flex:1 1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-distance-small{background:#f3f4f6;border-radius:10px;color:#666;font-size:11px;padding:2px 6px;white-space:nowrap}.plans-more{background:#3b82f61a;border-radius:6px;font-size:12px;padding:6px 8px;text-align:center}.plans-more,.plans-view-link{color:#3b82f6;font-weight:500}.plans-view-link{display:inline-block;font-size:13px;margin-top:8px;text-decoration:none;transition:color .2s}.plans-view-link:hover{color:#1e40af;text-decoration:underline}.plans-loading{align-items:center;color:#666;display:flex;font-size:13px;gap:8px;padding:8px 0}.plans-loading .plans-icon{font-size:16px}.plans-empty{padding:8px 0}.plans-empty-text{color:#666;font-size:12px;margin:8px 0}.property-dealer-info{color:#666;display:flex;font-size:13px;gap:8px}.dealer-name{color:#333;font-weight:500}.property-action-buttons{display:flex;gap:12px;margin-top:10px}.btn-view-number{background:#fff;border:2px solid #4a90e2;border-radius:4px;color:#4a90e2;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.btn-contact,.btn-view-number:hover{background:#4a90e2;color:#fff}.btn-contact{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .2s}.btn-contact:hover{background:#357abd}.loading-state{color:#666;padding:40px}.empty-state-modern{padding:60px 20px;text-align:center}.empty-state-modern h3{color:#333;font-size:20px;margin-bottom:10px}.empty-state-modern p{color:#666}.quicklinks-panel{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.quicklinks-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:20px}.quicklink-item{align-items:center;border-radius:6px;color:#333;display:flex;gap:12px;margin-bottom:8px;padding:12px;text-decoration:none;transition:background .2s}.quicklink-item:last-child{margin-bottom:0}.quicklink-item:hover{background:#f5f5f5}.quicklink-icon{font-size:20px}@media (max-width:1200px){.search-container{grid-template-columns:250px 1fr}.quicklinks-panel{display:none}}@media (max-width:968px){.search-container{grid-template-columns:1fr}.filters-panel{position:static}.property-listing-card{flex-direction:column}.property-listing-image{height:200px;width:100%}}.rent-page{background-color:#f5f7fa;min-height:100vh}.rent-hero{align-items:center;background-color:#1e40af;color:#fff;display:flex;margin-bottom:40px;min-height:600px;overflow:hidden;padding:60px 20px;position:relative}.rent-hero-background{bottom:0;overflow:hidden;right:0}.rent-hero-background,.rent-hero-bg-image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.rent-hero-bg-image{background-color:#1e40af;display:block;min-height:600px;object-fit:cover;object-position:center;transition:opacity .8s ease-in,transform 8s ease-out}.rent-hero:hover .rent-hero-bg-image{transform:scale(1.03)}.rent-hero-overlay{background:linear-gradient(180deg,#00000040,#1e40af26 50%,#0000004d);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.rent-hero-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;width:100%;z-index:2}.rent-hero h1{animation:heroTextFadeIn .8s ease-in;color:#fff;font-size:42px;font-weight:700;margin-bottom:10px;text-shadow:0 3px 12px #00000080,0 1px 3px #0000004d}@keyframes heroTextFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.rent-hero-subtitle{animation:heroTextFadeIn .8s ease-in .2s both;color:#fffffffa;font-size:20px;margin-bottom:35px;text-shadow:0 2px 8px #0006,0 1px 2px #0003}.rent-hero-search{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 auto 20px;max-width:1000px}.rent-search-input-group{align-items:center;display:flex;flex:1 1;min-width:250px;position:relative}.rent-search-icon{font-size:18px;left:15px;position:absolute;z-index:1}.rent-hero-search-input{padding:14px 15px 14px 45px;width:100%}.rent-hero-filter,.rent-hero-search-input{border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-size:16px;outline:none}.rent-hero-filter{background:#fff;cursor:pointer;padding:14px 20px}.rent-hero-search-btn{background:#f59e0b;border:none;border-radius:8px;box-shadow:0 2px 8px #f59e0b4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 30px;transition:all .3s}.rent-hero-search-btn:hover{background:#d97706;box-shadow:0 4px 12px #f59e0b66;transform:translateY(-2px)}.rent-quick-filters{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:20px}.rent-quick-filter-item{align-items:center;color:#fff;display:flex;font-size:14px;gap:8px}.rent-quick-filter-item input[type=checkbox]{cursor:pointer;height:18px;width:18px}.rent-quick-filter-item label{cursor:pointer;text-shadow:0 1px 3px #0000004d}.rent-popular-locations{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:30px}.rent-popular-label{color:#fffffff2;font-weight:600;text-shadow:0 1px 3px #0000004d}.rent-popular-tag{background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;text-shadow:0 1px 2px #0003;transition:all .3s}.rent-popular-tag:hover{background:#ffffff4d;transform:translateY(-2px)}.rent-hero-cta{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.rent-cta-btn{border:2px solid #0000;border-radius:8px;font-size:16px;font-weight:600;padding:12px 28px;text-decoration:none;transition:all .3s}.rent-cta-primary{background:#f59e0b;border-color:#f59e0b;color:#fff}.rent-cta-primary:hover{background:#d97706;border-color:#d97706;box-shadow:0 4px 12px #f59e0b66;transform:translateY(-2px)}.rent-cta-secondary{background:#0000;border-color:#fff;color:#fff}.rent-cta-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.rent-container{margin:0 auto;max-width:1400px;padding:0 20px 40px}.rent-dashboard-stats{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:40px;padding:40px}.rent-section-title{color:#1f2937;font-size:28px;font-weight:700;margin-bottom:10px}.rent-section-subtitle{color:#6b7280;font-size:16px;margin-bottom:30px}.rent-section-header{margin-bottom:30px}.rent-stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.rent-stat-card{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:15px;padding:20px}.rent-stat-icon{font-size:36px}.rent-stat-content h3{color:#1f2937;font-size:28px;font-weight:700;margin-bottom:5px}.rent-stat-content p{color:#6b7280;font-size:14px}.rent-type-distribution{margin-top:30px}.rent-type-distribution h3{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:20px}.rent-type-chart{gap:15px}.rent-type-bar,.rent-type-chart{display:flex;flex-direction:column}.rent-type-bar{gap:8px}.rent-type-label{color:#374151;display:flex;font-size:14px;font-weight:600;justify-content:space-between}.rent-type-progress{background:#e5e7eb;border-radius:6px;height:30px;overflow:hidden}.rent-type-progress-fill{border-radius:6px;height:100%;transition:width .5s ease}.rent-type-apartment{background:linear-gradient(90deg,#3b82f6,#2563eb)}.rent-type-villa{background:linear-gradient(90deg,#10b981,#059669)}.rent-type-house{background:linear-gradient(90deg,#f59e0b,#d97706)}.rent-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:10px;margin-bottom:30px;padding-bottom:0}.rent-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#6b7280;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:-2px;padding:12px 24px;transition:all .3s}.rent-tab:hover{color:#3b82f6}.rent-tab.active{border-bottom-color:#3b82f6;color:#3b82f6}.rent-properties-container,.rent-properties-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.rent-view-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.rent-view-list .rent-property-card{display:flex;flex-direction:row;max-width:100%}.rent-view-list .rent-property-image-wrapper{height:300px;min-width:400px;width:400px}.rent-property-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;overflow:hidden;transition:all .3s}.rent-property-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.rent-property-image-wrapper{background:#e5e7eb;height:250px;overflow:hidden;position:relative;width:100%}.rent-property-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.rent-property-card:hover .rent-property-image{transform:scale(1.05)}.rent-image-count{background:#000000b3;border-radius:6px;bottom:10px;color:#fff;font-size:12px;gap:5px;left:10px;padding:5px 10px}.rent-favorite-btn,.rent-image-count{align-items:center;display:flex;position:absolute}.rent-favorite-btn{background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;font-size:20px;height:40px;justify-content:center;right:10px;top:10px;transition:all .3s;width:40px;z-index:2}.rent-favorite-btn:hover{background:#fff;transform:scale(1.1)}.rent-property-badges{display:flex;flex-direction:column;gap:5px;left:10px;position:absolute;top:10px;z-index:2}.rent-badge{border-radius:6px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:uppercase}.rent-badge-verified{background:#10b981;color:#fff}.rent-badge-new{background:#ef4444;color:#fff}.rent-badge-furnished{background:#3b82f6;color:#fff}.rent-property-content{padding:20px}.rent-property-header{margin-bottom:15px}.rent-property-title{color:#1f2937;display:block;font-size:20px;font-weight:700;margin-bottom:8px;text-decoration:none;transition:color .3s}.rent-property-title:hover{color:#3b82f6}.rent-property-location{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:5px}.rent-property-price-section{border-bottom:1px solid #e5e7eb;margin-bottom:15px;padding-bottom:15px}.rent-price-main{align-items:baseline;display:flex;gap:5px;margin-bottom:5px}.rent-price-amount{color:#1f2937;font-size:28px;font-weight:700}.rent-price-period{color:#6b7280;font-size:16px}.rent-deposit-info{color:#6b7280;font-size:13px}.rent-property-specs{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.rent-spec-item{align-items:center;color:#374151;display:flex;font-size:14px;gap:5px}.rent-spec-icon{font-size:16px}.rent-nearby-places{background:#f9fafb;border-radius:8px;margin-bottom:15px;padding:10px}.rent-nearby-title{color:#6b7280;font-size:12px;font-weight:600;margin-bottom:5px}.rent-nearby-list{display:flex;flex-wrap:wrap;gap:8px}.rent-nearby-item{background:#fff;border-radius:4px;color:#374151;font-size:12px;padding:3px 8px}.rent-availability-badge{margin-bottom:15px}.rent-avail-badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px}.rent-avail-immediate{background:#d1fae5;color:#065f46}.rent-avail-soon{background:#dbeafe;color:#1e40af}.rent-property-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:15px}.rent-property-owner{align-items:center;display:flex;gap:8px}.rent-owner-info{display:flex;flex-direction:column}.rent-owner-name{color:#1f2937;font-size:14px;font-weight:600}.rent-owner-type{color:#6b7280;font-size:12px}.rent-verified-icon{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;width:20px}.rent-property-actions{display:flex;gap:8px}.rent-action-btn{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px;text-decoration:none;transition:all .3s}.rent-btn-call{background:#3b82f6;color:#fff}.rent-btn-call:hover{background:#2563eb}.rent-btn-whatsapp{background:#10b981;color:#fff}.rent-btn-whatsapp:hover{background:#059669}.rent-btn-details{background:#f3f4f6;color:#374151}.rent-btn-details:hover{background:#e5e7eb}.rent-results-controls{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-between;margin-bottom:25px;padding:15px 20px}.rent-results-info h2{color:#1f2937;font-size:24px;font-weight:700;margin-bottom:5px}.rent-view-toggle{background:#f3f4f6;border-radius:8px;display:flex;gap:5px;padding:4px}.rent-view-btn{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s}.rent-view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#3b82f6}.rent-sort-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;outline:none;padding:8px 16px}.rent-areas-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.rent-area-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex;gap:15px;padding:25px;transition:all .3s}.rent-area-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.rent-area-icon{font-size:32px}.rent-area-content{flex:1 1}.rent-area-content h3{color:#1f2937;font-size:18px;font-weight:700;margin-bottom:5px}.rent-area-count{color:#6b7280;font-size:14px;margin-bottom:3px}.rent-area-price{color:#3b82f6;font-size:14px;font-weight:600}.rent-area-arrow{color:#9ca3af;font-size:24px;transition:transform .3s}.rent-area-card:hover .rent-area-arrow{color:#3b82f6;transform:translateX(5px)}.rent-testimonials-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin:40px 0;padding:50px 40px}.rent-testimonials-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.rent-testimonial-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:25px}.rent-testimonial-rating{margin-bottom:15px}.rent-star{font-size:18px}.rent-testimonial-text{color:#374151;font-size:15px;font-style:italic;line-height:1.6;margin-bottom:20px}.rent-testimonial-author h4{color:#1f2937;font-size:16px;font-weight:700;margin-bottom:5px}.rent-testimonial-author p{color:#6b7280;font-size:13px;margin-bottom:3px}.rent-testimonial-property{color:#3b82f6;font-size:13px;font-weight:600}.rent-cta-section{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:12px;color:#fff;margin:40px 0;padding:60px 40px;text-align:center}.rent-cta-content h2{color:#fff;font-size:32px;font-weight:700;margin-bottom:15px}.rent-cta-content p{font-size:18px;margin-bottom:30px;opacity:.95}.rent-cta-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.rent-cta-outline{background:#0000;border:2px solid #fff;color:#fff}.rent-cta-outline:hover{background:#ffffff1a}.rent-bottom-banner{border-radius:12px;box-shadow:0 4px 16px #00000026;margin-bottom:40px;margin-top:40px;overflow:hidden}.rent-banner-image-wrapper{height:400px;overflow:hidden;position:relative;width:100%}.rent-banner-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.rent-banner-image-wrapper:hover .rent-banner-image{transform:scale(1.05)}.rent-banner-overlay{align-items:center;background:linear-gradient(135deg,#1e40afd9,#3b82f6bf);bottom:0;display:flex;justify-content:center;left:0;padding:40px;position:absolute;right:0;top:0}.rent-banner-content{color:#fff;max-width:700px;text-align:center;z-index:1}.rent-banner-content h2{color:#fff;font-size:36px;font-weight:700;margin-bottom:15px;text-shadow:0 2px 8px #0000004d}.rent-banner-content p{color:#fffffff2;font-size:18px;line-height:1.6;margin-bottom:30px;text-shadow:0 2px 4px #0003}.rent-banner-btn{background:#f59e0b;border-radius:8px;box-shadow:0 4px 12px #f59e0b66;color:#fff;display:inline-block;font-size:16px;font-weight:600;padding:14px 35px;text-decoration:none;transition:all .3s}.rent-banner-btn:hover{background:#d97706;box-shadow:0 6px 16px #f59e0b80;color:#fff;transform:translateY(-2px)}.rent-empty-state{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:60px 20px;text-align:center}.rent-empty-icon{font-size:64px;margin-bottom:20px}.rent-empty-state h3{color:#1f2937;font-size:24px;font-weight:600;margin-bottom:10px}.rent-empty-state p{color:#6b7280;font-size:16px}.rent-property-amenities{margin-bottom:15px}.rent-amenities-list{display:flex;flex-wrap:wrap;gap:8px}.rent-amenity-tag{background:#f3f4f6;border-radius:6px;color:#374151;font-size:12px;padding:4px 10px}.rent-amenity-more{color:#3b82f6;font-size:12px;font-weight:600;padding:4px 10px}@media (max-width:1024px){.rent-properties-container,.rent-properties-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.rent-hero{padding:40px 15px}.rent-hero,.rent-hero-bg-image{min-height:450px}.rent-hero h1{font-size:28px}.rent-hero-subtitle{font-size:18px}.rent-hero-search{flex-direction:column}.rent-hero-filter,.rent-search-input-group{width:100%}.rent-quick-filters{align-items:flex-start;flex-direction:column;gap:10px}.rent-dashboard-stats{padding:30px 20px}.rent-stats-grid{grid-template-columns:1fr}.rent-tabs{border-bottom:none;flex-direction:column}.rent-tab{border-bottom:2px solid #e5e7eb;border-left:3px solid #0000;margin-bottom:0;text-align:left}.rent-tab.active{border-bottom-color:#e5e7eb;border-left-color:#3b82f6}.rent-properties-container,.rent-properties-grid{grid-template-columns:1fr}.rent-view-list .rent-property-image-wrapper{height:250px;min-width:100%;width:100%}.rent-areas-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.rent-results-controls{align-items:flex-start;flex-direction:column;gap:15px}.rent-testimonials-section{padding:30px 20px}.rent-testimonials-grid{grid-template-columns:1fr}.rent-cta-section{padding:40px 20px}.rent-cta-content h2{font-size:24px}}@media (max-width:480px){.rent-hero{padding:30px 15px}.rent-hero,.rent-hero-bg-image{min-height:400px}.rent-hero h1,.rent-price-amount,.rent-section-title,.rent-stat-content h3{font-size:24px}.rent-property-specs{gap:10px}.rent-spec-item{font-size:12px}.rent-dashboard-stats{padding:20px}.rent-testimonials-section{padding:25px}.rent-cta-section{padding:30px 20px}.rent-cta-content h2{font-size:24px}.rent-banner-image-wrapper{height:300px}.rent-banner-overlay{padding:30px 20px}.rent-banner-content h2{font-size:24px}.rent-banner-content p{font-size:16px}.rent-banner-btn{font-size:14px;padding:12px 25px}.rent-property-footer{align-items:flex-start;flex-direction:column;gap:15px}.rent-property-actions{flex-direction:column;width:100%}.rent-action-btn{width:100%}.rent-cta-buttons{flex-direction:column}.rent-cta-btn{width:100%}}.historical-map-comparison{margin:24px 0;width:100%}.map-controls{align-items:center;background:#f9fafb;border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px;padding:12px}.map-type-toggle,.view-mode-toggle{display:flex;gap:8px}.map-type-toggle button,.view-mode-toggle button{background:#fff;border:2px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s ease}.map-type-toggle button:hover,.view-mode-toggle button:hover{border-color:#3b82f6;color:#3b82f6}.map-type-toggle button.active,.view-mode-toggle button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.maps-container{display:flex;gap:16px;margin-bottom:20px}.maps-container.split{flex-direction:row}.maps-container.split .map-wrapper{flex:1 1;min-width:0}.maps-container.current .map-wrapper,.maps-container.historical .map-wrapper{width:100%}.map-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;position:relative}.map-label{align-items:center;background:#fffffff2;border-radius:8px;box-shadow:0 2px 8px #00000026;color:#1a1a1a;display:flex;font-size:14px;font-weight:600;gap:8px;left:12px;padding:8px 14px;position:absolute;top:12px;z-index:1000}.historical-map .map-label{background:#3b82f6f2;color:#fff}.current-map .map-label{background:#10b981f2;color:#fff}.label-icon{font-size:18px}.label-badge{background:#ffffff4d;border-radius:4px;font-size:11px;margin-left:4px;padding:2px 8px}.map-legend{background:#fffffff2;bottom:12px;box-shadow:0 2px 8px #00000026;font-size:12px;max-width:200px;padding:12px;position:absolute;right:12px;z-index:1000}.legend-item{margin-bottom:6px}.legend-item:last-child{margin-bottom:0}.legend-color{border:2px solid;flex-shrink:0}.legend-marker{text-align:center;width:20px}.legend-note{align-items:center;border-top:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:11px;gap:6px;margin-top:8px;padding-top:8px}.map-error,.map-loading{background:#f9fafb;border-radius:12px;color:#6b7280;padding:40px;text-align:center}.map-loading .spinner{animation:spin .8s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto 16px;width:40px}.comparison-info{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:20px}.comparison-info h4{color:#1a1a1a;font-size:18px;font-weight:600;margin-bottom:16px}.info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:20px}.info-item{background:#f9fafb;border-radius:8px;padding:12px}.info-item strong{color:#3b82f6;display:block;font-size:14px;margin-bottom:6px}.info-item p{color:#4b5563;font-size:13px;line-height:1.5;margin:0}.historical-features-list{background:#f0f7ff;border-left:4px solid #3b82f6;border-radius:8px;margin-top:16px;padding:16px}.historical-features-list strong{color:#1e40af;display:block;font-size:14px;margin-bottom:12px}.historical-features-list ul{list-style:none;margin:0;padding-left:20px}.historical-features-list li{align-items:center;color:#1e40af;display:flex;font-size:13px;gap:8px;margin-bottom:8px}.historical-features-list li:last-child{margin-bottom:0}.feature-icon{font-size:18px}@media (max-width:768px){.map-controls,.maps-container.split{flex-direction:column}.map-controls{align-items:stretch}.map-type-toggle,.view-mode-toggle{justify-content:stretch;width:100%}.map-type-toggle button,.view-mode-toggle button{flex:1 1}.map-container-style{height:400px!important}.info-grid{grid-template-columns:1fr}}.star-rating{align-items:center;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:2px}.star-rating .star{color:#d1d5db;cursor:pointer;display:inline-block;transition:all .2s;-webkit-user-select:none;user-select:none}.star-rating .star.filled{color:#fbbf24}.star-rating .star.half{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fbbf24 50%,#d1d5db 0);-webkit-background-clip:text;background-clip:text}.star-rating .star.empty{color:#d1d5db}.star-rating.interactive .star:hover{color:#fbbf24;transform:scale(1.2)}.star-rating.readonly .star{cursor:default}.star-rating.small .star{font-size:16px}.star-rating.medium .star{font-size:20px}.star-rating.large .star{font-size:28px}.star-rating .rating-number{color:#6b7280;font-size:14px;font-weight:600;margin-left:8px}.star-rating.large .rating-number{font-size:18px}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:20px;position:relative;transition:box-shadow .2s}.review-card:hover{box-shadow:0 4px 6px #0000001a}.review-card.featured{background:linear-gradient(180deg,#fffbeb 0,#fff 10%);border-color:#fbbf24}.featured-badge{background:#fbbf24;border-radius:12px;font-weight:600;padding:4px 12px;right:15px;top:15px}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.reviewer-info{align-items:center;display:flex;flex:1 1;gap:12px}.reviewer-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;flex-shrink:0;font-size:20px;height:48px;justify-content:center;width:48px}.reviewer-avatar,.reviewer-name{align-items:center;display:flex;font-weight:600}.reviewer-name{color:#1f2937;font-size:16px;gap:8px;margin-bottom:4px}.verified-badge{font-size:11px;padding:2px 6px}.review-date{color:#6b7280;font-size:13px}.review-rating{align-items:center;display:flex;gap:8px}.rating-value{color:#6b7280;font-size:14px;font-weight:600}.review-title{color:#1f2937;font-size:18px;font-weight:700;margin:0 0 12px}.review-categories{background:#f9fafb;border-radius:8px;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px;padding:12px}.category-item{align-items:center;display:flex;gap:6px}.category-label{color:#6b7280;font-size:13px;font-weight:500}.review-comment{color:#374151;font-size:15px;line-height:1.6;margin:0 0 15px;white-space:pre-wrap}.review-images{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.review-images img{border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;height:120px;object-fit:cover;transition:transform .2s;width:120px}.review-images img:hover{transform:scale(1.05)}.review-footer{border-top:1px solid #f3f4f6;justify-content:space-between;padding-top:15px}.helpful-btn,.review-footer{align-items:center;display:flex}.helpful-btn{background:#f3f4f6;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:600;gap:6px;padding:8px 16px;transition:all .2s}.helpful-btn:hover:not(:disabled){background:#e5e7eb;color:#374151}.helpful-btn.active{background:#dbeafe;color:#2563eb}.helpful-btn:disabled{cursor:not-allowed;opacity:.5}.review-actions{display:flex;gap:10px}.delete-btn,.edit-btn{background:#0000;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px;transition:all .2s}.edit-btn:hover{background:#f9fafb;border-color:#667eea;color:#667eea}.delete-btn:hover{background:#fee2e2;border-color:#dc2626;color:#dc2626}.review-response{background:#f9fafb;border-left:4px solid #667eea;border-radius:8px;margin-top:20px;padding:15px}.response-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.response-header strong{color:#1f2937;font-size:14px}.response-date{color:#6b7280;font-size:12px}.review-response p{color:#374151;font-size:14px;line-height:1.6;margin:0}.respond-btn{background:#0000;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;margin-top:15px;padding:8px 16px;transition:all .2s}.respond-btn:hover{background:#667eea;color:#fff}@media (max-width:768px){.review-footer,.review-header{flex-direction:column;gap:12px}.review-footer{align-items:flex-start}.review-images img{height:100px;width:100px}}.review-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:30px;padding:30px}.review-form-header{align-items:center;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:20px}.review-form-header h3{color:#1f2937;font-size:24px;margin:0}.close-btn{align-items:center;background:#0000;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:32px;height:32px;justify-content:center;line-height:1;padding:0;transition:color .2s;width:32px}.close-btn:hover{color:#1f2937}.review-form{display:flex;flex-direction:column;gap:20px}.form-group{gap:10px}.form-group label{font-size:15px}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:15px;padding:12px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:120px}.char-count{color:#9ca3af;font-size:12px;text-align:right}.category-ratings{background:#f9fafb;border-radius:8px;display:flex;flex-direction:column;gap:15px;padding:15px}.category-rating-item{align-items:center;background:#fff;border-radius:6px;display:flex;justify-content:space-between;padding:10px}.category-rating-item label{color:#6b7280;font-size:14px;margin:0}.error-message{border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px}.form-actions{border-top:2px solid #f3f4f6;padding-top:10px}.btn-cancel{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px;transition:all .2s}.btn-cancel:hover{background:#f9fafb;border-color:#d1d5db}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px;transition:all .2s}.btn-submit:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.review-form-container{padding:20px}.category-rating-item{align-items:flex-start;flex-direction:column;gap:10px}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}.property-detail-99acres{background:#f5f5f5;margin-top:0;min-height:100vh;padding:0}.main-image-placeholder-fullscreen{align-items:center;background:#e5e5e5;color:#666;display:flex;font-size:18px;height:100%;justify-content:center;width:100%}.main-image-wrapper-new{background:#f0f0f0;height:500px;overflow:hidden;position:relative;width:100%}.main-image-new{display:block;height:100%;object-fit:cover;width:100%}.image-nav-btn-new{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.image-nav-btn-new:hover{background:#fff;box-shadow:0 4px 12px #0000004d}.image-nav-btn-new.prev{left:15px}.image-nav-btn-new.next{right:15px}.image-counter-new{border-radius:20px;bottom:20px;font-weight:500;left:50%;padding:8px 16px;transform:translateX(-50%)}.image-counter-new,.photo-count-overlay{background:#000000b3;color:#fff;font-size:14px;position:absolute}.photo-count-overlay{align-items:center;border-radius:6px;display:flex;gap:6px;left:20px;padding:8px 12px;top:20px;z-index:10}.photo-count-overlay .play-icon{font-size:12px}.main-image-placeholder{align-items:center;background:#f0f0f0;color:#666;display:flex;font-size:16px;height:500px;justify-content:center;width:100%}.property-info-section-new{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:30px;margin-bottom:30px;padding:30px}.property-info-content{display:flex;flex:1 1;flex-direction:column;gap:16px}.thumbnail-grid-new{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:10px}.thumbnail-item-new{border:3px solid #0000;border-radius:8px;cursor:pointer;height:120px;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.thumbnail-item-new:hover{border-color:var(--primary-color);transform:scale(1.02)}.thumbnail-item-new.active{border-color:var(--primary-color);box-shadow:0 0 0 2px #2563eb4d}.thumbnail-item-new img{height:100%;object-fit:cover;width:100%}.property-info-card-new{display:flex;flex-direction:column;gap:16px}.price-area-status-row{align-items:center;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:8px}.price-display-new{color:var(--primary-color);font-size:32px;font-weight:700;white-space:nowrap}.area-display-new{color:#666;font-size:20px;font-weight:500;white-space:nowrap}.price-per-sqft{color:#888;font-size:16px;font-weight:400;margin-left:4px}.status-badge-new{align-items:center;background:#10b981;border-radius:20px;color:#fff;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:6px 14px;white-space:nowrap}.status-dot{background:#fff;border-radius:50%;display:inline-block;height:8px;width:8px}.property-title-new{color:#1a1a1a;font-size:24px;font-weight:700;line-height:1.3;margin:0}.property-address-new{color:#666;font-size:15px;line-height:1.5;margin-bottom:12px}.property-type-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.type-badge{background:#f3f4f6;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:background .2s}.type-badge:hover{background:#e5e7eb}.property-title-main{color:#1a1a1a;font-size:36px;font-weight:700;line-height:1.2;margin:0 0 16px}.property-title-id-row{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.property-right-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.property-id-new{color:#6b7280;font-size:14px;font-weight:500}.property-intro{color:#374151;font-size:16px;line-height:1.7;margin:0 0 32px}.property-highlights-section{margin-bottom:40px}.section-heading{font-size:24px;margin:0 0 20px}.highlights-grid{grid-gap:12px 40px;gap:12px 40px;grid-template-columns:repeat(2,1fr)}.highlights-column{display:flex;flex-direction:column;gap:12px}.highlight-item{color:#374151;font-size:15px;line-height:1.6}.property-description-section{margin-bottom:40px}.description-content{color:#374151;font-size:15px;line-height:1.8}.description-paragraph{margin:0 0 16px}.description-paragraph:last-child{margin-bottom:0}.description-preview{color:#666;font-size:14px;line-height:1.6;margin:0}.action-buttons-new{display:flex;gap:10px}.save-btn-new,.share-btn-new{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s ease}.save-btn-new:hover,.share-btn-new:hover{background:#f9fafb;border-color:var(--primary-color)}.save-btn-new.saved{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.save-btn-new.saved:hover{background:#1d4ed8}.btn-icon{font-size:16px}.contact-card-new{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.agent-info{gap:12px;margin-bottom:16px}.agent-avatar,.agent-info{align-items:center;display:flex}.agent-avatar{background:var(--primary-color);border-radius:50%;color:#fff;flex-shrink:0;font-size:20px;font-weight:600;height:50px;justify-content:center;width:50px}.agent-details{flex:1 1;min-width:0}.agent-name{color:#1a1a1a;font-size:16px;font-weight:600;margin-bottom:4px}.agent-company{color:#666;font-size:14px}.agent-phone{color:#374151;font-weight:500}.agent-phone,.message-btn-new{font-size:15px;margin-bottom:12px}.message-btn-new{background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px;transition:all .3s ease;width:100%}.message-btn-new:hover{background:#1d4ed8}.message-preview{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#666;font-size:13px;line-height:1.5;padding:12px}.property-id-new{border-top:1px solid #e5e7eb;color:#999;font-size:13px;padding-top:12px;text-align:center}@media (max-width:968px){.property-photos-carousel-fullscreen{height:500px}.pattern-1{flex-direction:column}.pattern-1 .property-main-image-fullscreen,.pattern-1 .property-thumbnail-grid-fullscreen{height:50%;width:100%}.property-grid-2x4-fullscreen{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}.property-info-section-new{flex-direction:column;padding:20px}}@media (max-width:640px){.property-photos-carousel-fullscreen{height:400px}.pattern-1 .property-main-image-fullscreen,.pattern-1 .property-thumbnail-grid-fullscreen{height:50%}.property-grid-2x4-fullscreen{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}.carousel-nav-btn-fullscreen{font-size:24px;height:40px;width:40px}.carousel-nav-btn-fullscreen.prev{left:10px}.carousel-nav-btn-fullscreen.next{right:10px}.image-nav-btn-fullscreen{font-size:24px;height:40px;width:40px}.image-nav-btn-fullscreen.prev{left:10px}.image-nav-btn-fullscreen.next{right:10px}.photo-count-overlay-fullscreen{bottom:10px;font-size:12px;left:10px;padding:8px 12px}.carousel-indicators-fullscreen{bottom:10px;gap:6px}.carousel-dot{height:8px;width:8px}.carousel-dot.active{width:24px}.price-display-new{font-size:24px}.property-title-new{font-size:20px}.property-title-main{font-size:28px}.property-title-id-row{align-items:flex-start;flex-direction:column;gap:12px}.property-right-actions{justify-content:flex-end;margin-top:8px;width:100%}.highlights-grid{gap:12px;grid-template-columns:1fr}.section-heading{font-size:20px}.property-info-section-new{padding:15px}}.property-detail-99acres .container{margin:0 auto;max-width:1200px;padding:0 20px}.breadcrumb{color:#666;margin-bottom:20px}.breadcrumb a{color:#4a90e2}.breadcrumb span{color:#999}.property-header-99acres{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:25px}.property-title-section h1{color:#1a1a1a;font-size:28px;font-weight:600;line-height:1.3;margin:0 0 12px}.property-location-header{align-items:center;color:#666;display:flex;font-size:15px;gap:8px;margin-bottom:12px}.property-meta{align-items:center;color:#999;display:flex;font-size:13px;gap:20px}.property-id{color:#666;font-weight:500}.property-price-section-99acres{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:25px}.price-header-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:15px}.price-main{align-items:baseline;display:flex;flex:1 1;gap:15px}.price-action-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.shortlist-btn-top{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px #00000014;color:#4b5563;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.shortlist-btn-top:hover{background:#f9fafb;border-color:#667eea;box-shadow:0 4px 12px #667eea33;color:#667eea;transform:translateY(-2px)}.shortlist-btn-top.saved{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;box-shadow:0 4px 12px #ef44444d;color:#fff}.shortlist-btn-top.saved:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466;transform:translateY(-2px)}.shortlist-btn-top.login-required{text-decoration:none}.btn-icon-large{font-size:20px}.btn-text-large{font-size:15px}.view-shortlist-btn-top{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #0000;border-radius:10px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.view-shortlist-btn-top:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.price-amount{color:#4a90e2;font-size:36px;font-weight:700}.price-per-unit{color:#666;font-size:18px;font-weight:500}.price-badges{display:flex;flex-wrap:wrap;gap:10px}.badge{border-radius:4px;padding:6px 12px}.badge.premium{background:#fef3c7;color:#92400e}.badge.urgent{background:#fee2e2;color:#991b1b}.badge.mortgage{background:#dbeafe;color:#1e40af}.badge.assured{background:#dcfce7;color:#166534}.property-main-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 380px;margin-bottom:40px}.property-left-column{display:flex;flex-direction:column;gap:20px}.property-images-99acres{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:20px}.photos-section-header{align-items:center;border-bottom:2px solid #e5e5e5;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.photos-section-header h2{color:#1a1a1a;font-size:22px;font-weight:600;margin:0}.photo-count-badge{background:#e8f4f8;border-radius:20px;color:#1e40af;font-size:13px;font-weight:600;padding:6px 14px}.main-image-container-99acres{border-radius:8px;height:500px;margin-bottom:15px;overflow:hidden;position:relative;width:100%}.main-image-99acres{display:block;height:100%;object-fit:cover;width:100%}.image-nav-button{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;color:#333;cursor:pointer;display:flex;font-size:30px;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:50px;z-index:10}.image-nav-button:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.image-nav-button.prev{left:20px}.image-nav-button.next{right:20px}.image-counter{background:#000000b3;bottom:20px}.image-counter,.video-badge{border-radius:20px;color:#fff;font-size:14px;padding:8px 16px;position:absolute;right:20px}.video-badge{background:#4a90e2f2;font-weight:500;top:20px}.image-thumbnails-99acres{-webkit-overflow-scrolling:touch;display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:10px 0;scrollbar-width:thin;width:100%}.thumbnail{border:3px solid #0000;border-radius:6px;cursor:pointer;flex-shrink:0;height:100px;object-fit:cover;transition:all .2s;width:100px}.thumbnail:hover{border-color:#4a90e2;transform:scale(1.05)}.thumbnail.active{border-color:#4a90e2;box-shadow:0 4px 8px #4a90e24d}.property-tabs-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.property-tabs{background:#f9f9f9;border-bottom:2px solid #e5e5e5;display:flex;gap:0}.tab-button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:15px;font-weight:500;margin-bottom:-2px;padding:16px 24px;transition:all .2s}.tab-button:hover{background:#4a90e20d;color:#4a90e2}.tab-button.active{background:#fff;border-bottom-color:#4a90e2;color:#4a90e2}.tab-badge{background:#ffffff4d;border-radius:10px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-left:8px;padding:2px 6px}.tab-button.active .tab-badge{background:#ffffff40}.tab-content{padding:30px}.property-highlights{margin-bottom:30px}.property-highlights h3{color:#1a1a1a;font-size:20px;margin-bottom:20px}.highlights-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.highlight-item{align-items:center;background:#f9f9f9;border-left:4px solid #4a90e2;border-radius:8px;display:flex;gap:15px;padding:20px}.highlight-icon{font-size:32px}.highlight-item div{display:flex;flex-direction:column;gap:4px}.highlight-label{color:#666;font-size:13px}.highlight-value{color:#1a1a1a;font-size:16px;font-weight:600}.property-description-section{margin-bottom:30px}.property-description-section h3{color:#1a1a1a;font-size:20px;margin-bottom:15px}.description-text{color:#333;font-size:15px;line-height:1.8}.amenities-section-99acres{margin-bottom:30px}.amenities-section-99acres h3{color:#1a1a1a;font-size:20px;margin-bottom:20px}.amenities-grid-99acres{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.amenity-card{align-items:center;background:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;display:flex;gap:12px;padding:15px}.amenity-icon{font-size:24px}.investment-section{margin-bottom:30px}.investment-section h3{color:#1a1a1a;font-size:20px;margin-bottom:20px}.investment-card-99acres{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-radius:8px;padding:25px}.investment-header{align-items:center;display:flex;gap:25px}.investment-score-circle{align-items:center;background:#fff;border-radius:50%;display:flex;flex-direction:column;font-weight:700;height:80px;justify-content:center;width:80px}.investment-score-circle span{color:#4a90e2;font-size:32px}.investment-score-circle small{color:#666;font-size:14px}.investment-details{flex:1 1}.investment-trend{align-items:center;display:flex;font-size:16px;font-weight:600;gap:8px;margin-bottom:10px}.investment-trend.bullish{color:#10b981}.investment-trend.bearish{color:#ef4444}.investment-trend.neutral{color:#6b7280}.investment-suggestion{color:#333;line-height:1.6;margin:0}.investment-graph-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-top:30px;padding:25px}.investment-graph-container{width:100%}.investment-graph-header{border-bottom:2px solid #e5e5e5;margin-bottom:25px;padding-bottom:20px}.investment-graph-header h4{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 15px}.investment-stats{display:flex;flex-wrap:wrap;gap:30px}.stat-item{flex-direction:column;gap:5px}.stat-label{color:#666;font-size:13px;font-weight:500}.stat-value{font-size:18px}.stat-value.positive{color:#10b981}.stat-value.negative{color:#ef4444}.investment-tooltip{background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:12px 16px}.tooltip-year{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 8px}.tooltip-price{color:#4a90e2;font-size:16px;font-weight:700;margin:0 0 4px}.tooltip-growth{color:#666;font-size:13px;margin:0}.investment-graph-footer{border-top:1px solid #e5e5e5;margin-top:20px;padding-top:15px}.graph-note{color:#999;font-size:12px;font-style:italic;margin:0}@media (max-width:768px){.price-header-wrapper{flex-direction:column;gap:15px}.price-action-buttons{justify-content:stretch;width:100%}.shortlist-btn-top,.view-shortlist-btn-top{flex:1 1;justify-content:center;min-width:120px}.investment-graph-section{padding:15px}.investment-stats{gap:20px}.stat-value{font-size:16px}}.new-plans-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-top:40px;padding:30px}.new-plans-section h3{color:#1a1a1a;font-size:24px;font-weight:600;margin:0 0 8px}.new-plans-section .section-subtitle{color:#666;font-size:14px;margin-bottom:25px}.plans-map-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:30px;padding:25px}.plans-map-container{margin-bottom:15px;width:100%}.plans-map-legend{background:#f9fafb;border-radius:8px;display:flex;flex-wrap:wrap;font-size:13px;gap:15px;margin-top:15px;padding:15px}.plans-map-legend>div{align-items:center;display:flex;gap:8px}.plans-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.plan-card{background:#f9f9f9;border-left:4px solid #3b82f6;border-radius:8px;cursor:pointer;padding:20px;transition:all .3s ease}.plan-card:hover{background:#fff;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.plan-card-header{align-items:flex-start;display:flex;gap:15px;margin-bottom:15px}.plan-icon{flex-shrink:0;font-size:32px}.plan-title-section{display:flex;flex:1 1;flex-direction:column;gap:8px}.plan-title-section h4{color:#1a1a1a;font-size:18px;font-weight:600;line-height:1.3;margin:0}.plan-badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.plan-type-badge{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.plan-category-badge,.plan-type-badge{border-radius:12px;display:inline-block;padding:4px 10px}.plan-category-badge{background:#f3f4f6;color:#6b7280;font-size:10px;font-weight:500;text-transform:capitalize}.plan-description{color:#666;font-size:14px;line-height:1.6;margin:0 0 15px}.plan-details{border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:8px;margin:12px 0;padding-top:12px}.plan-status{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:4px 10px;text-transform:capitalize}.plan-status-planned{background:#fef3c7;color:#92400e}.plan-status-approved{background:#d1fae5;color:#065f46}.plan-status-under_construction{background:#dbeafe;color:#1e40af}.plan-status-near_completion{background:#e0e7ff;color:#3730a3}.plan-status-completed{background:#d1fae5;color:#065f46}.plan-distance{background:#f3f4f6;color:#4b5563}.plan-area,.plan-distance{border-radius:12px;display:inline-block;font-size:11px;font-weight:500;padding:4px 10px}.plan-area{background:#e0f2fe;color:#0369a1}.plan-initiated{background:#ede9fe;color:#6d28d9;font-weight:500}.plan-impact,.plan-initiated{border-radius:12px;display:inline-block;font-size:11px;padding:4px 10px}.plan-impact{font-weight:600;text-transform:capitalize}.plan-impact-high{background:#fee2e2;color:#991b1b}.plan-impact-medium{background:#fef3c7;color:#92400e}.plan-impact-low{background:#e0e7ff;color:#3730a3}.plan-buyer-benefit{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:8px;box-shadow:0 2px 4px #f59e0b1a;color:#92400e;font-size:13px;line-height:1.6;margin:12px 0;padding:12px 15px}.plan-buyer-benefit strong{color:#78350f;font-weight:600}.plan-budget{background:#f9fafb;border-left:3px solid #10b981;border-radius:8px;color:#059669;font-size:13px;font-weight:600;margin:8px 0;padding:8px 12px}.plan-footer{border-top:1px solid #e5e5e5;flex-wrap:wrap;gap:10px;justify-content:space-between;padding-top:15px}.plan-date,.plan-footer{align-items:center;display:flex}.plan-date{color:#666;font-size:13px;gap:5px}.plan-timeline{background:#e8f4f8;border-radius:12px;color:#1e40af;font-size:12px;font-weight:600;padding:4px 10px}.plan-timeline.soon{background:#fef3c7;color:#92400e}.plan-timeline.completed{background:#dcfce7;color:#166534}.plan-highway{border-left-color:#ff6b35}.plan-metro{border-left-color:#10b981}.plan-airport{border-left-color:#8b5cf6}.plan-hospital{border-left-color:#ef4444}.plan-education{border-left-color:#3b82f6}.plan-commercial{border-left-color:#f59e0b}.plan-recreational{border-left-color:#10b981}.plan-infrastructure{border-left-color:#3b82f6}.plan-other{border-left-color:#6b7280}.plan-transport{border-left-color:#6366f1}.plan-tech{border-left-color:#8b5cf6}.plan-water{border-left-color:#3b82f6}.plan-power{border-left-color:#f59e0b}.plan-sewage{border-left-color:#14b8a6}.plan-smart{border-left-color:#8b5cf6}.plan-housing{border-left-color:#3b82f6}.plan-industrial{border-left-color:#6b7280}.plan-government{border-left-color:#6366f1}.plan-hospitality{border-left-color:#ec4899}.plan-financial{border-left-color:#10b981}@media (max-width:768px){.new-plans-section{padding:20px}.plans-grid{grid-template-columns:1fr}.plan-card-header{flex-direction:column;gap:10px}.plan-footer{align-items:flex-start;flex-direction:column}}.specifications-table{margin-top:20px}.specifications-table table{border-collapse:collapse;width:100%}.specifications-table tr{border-bottom:1px solid #e5e5e5}.specifications-table tr:last-child{border-bottom:none}.spec-label{background:#f9f9f9;color:#666;font-weight:600;padding:15px 20px;width:200px}.spec-value{color:#1a1a1a;padding:15px 20px}.tags-list{display:flex;flex-wrap:wrap;gap:8px}.tag-badge{background:#e8f4f8;border-radius:4px;color:#1e40af;font-size:12px;font-weight:500}.location-map-section h3{color:#1a1a1a;font-size:20px;margin-bottom:20px}.property-map-container{border:1px solid #e5e5e5;border-radius:8px;height:450px;margin-bottom:20px;overflow:hidden;width:100%}.map-premium-note{background:#fef3c7;border-radius:8px;color:#92400e;font-size:14px;margin-bottom:20px;padding:15px}.map-premium-note a{color:#4a90e2}.location-address{background:#f9f9f9;border-radius:8px;padding:20px}.location-address h4{color:#1a1a1a;font-size:16px;margin-bottom:10px}.location-address p{color:#666;font-size:14px;margin:5px 0}.coordinates{color:#999;font-family:monospace}.map-legend{background:#f9f9f9;border-radius:8px;gap:20px;margin:15px 0;padding:15px}.legend-item{color:#666}.legend-marker{font-size:20px}.legend-marker.current{font-size:24px}.legend-marker.amenity{font-size:20px}.legend-marker.highway{display:inline-block;font-size:16px;letter-spacing:-2px;line-height:1}.premium-section-card{margin-bottom:30px}.premium-section-card h3{color:#1a1a1a;font-size:20px;margin-bottom:20px}.contacts-list,.documents-list,.plans-list{display:flex;flex-direction:column;gap:15px}.contact-item,.document-item,.plan-item{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;padding:15px}.document-item{align-items:center;display:flex;gap:12px}.verified-badge{background:#10b981;border-radius:4px;color:#fff;font-size:12px;font-weight:600;margin-left:auto;padding:4px 10px}.legal-documents-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:24px;margin-left:0;margin-right:0;max-width:100%;padding:32px;width:100%}@media (min-width:1200px){.legal-documents-section{padding:40px}}.legal-documents-section h3{color:#1a1a1a;font-size:24px;font-weight:600;margin-bottom:8px}.legal-documents-section .section-subtitle{align-items:center;color:#666;display:flex;font-size:14px;gap:8px;margin-bottom:20px}.assured-badge-inline{background:#d1fae5;border-radius:4px;color:#065f46;display:inline-block;font-size:12px;font-weight:600;margin-left:8px;padding:4px 10px}.documents-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));width:100%}@media (min-width:1400px){.documents-grid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}}@media (max-width:768px){.documents-grid{grid-template-columns:1fr}}.document-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;padding:0;position:relative;transition:all .3s ease}.document-card:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f633;transform:translateY(-2px)}.document-header{align-items:flex-start;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;padding:16px}.document-icon{flex-shrink:0;font-size:28px}.document-details{flex:1 1}.document-name{color:#1a1a1a;font-size:16px;font-weight:600;line-height:1.4;margin-bottom:6px}.verified-badge-small{background:#d1fae5;border-radius:4px;color:#065f46;display:inline-block;font-size:11px;font-weight:600;padding:2px 8px}.document-actions{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:8px;padding:12px 16px}.document-download-btn,.document-view-btn{align-items:center;border-radius:6px;color:#fff;display:inline-flex;flex:1 1;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:8px 14px;text-decoration:none;transition:all .2s ease}.document-view-btn{background:#3b82f6}.document-view-btn:hover{background:#2563eb;box-shadow:0 2px 8px #3b82f64d;transform:translateY(-1px)}.document-download-btn{background:#10b981}.document-download-btn:hover{background:#059669;box-shadow:0 2px 8px #10b9814d;transform:translateY(-1px)}.document-download-btn:active,.document-view-btn:active{transform:translateY(0)}.pdf-preview-container{background:#f3f4f6;border-top:1px solid #e5e7eb;height:600px;overflow:hidden;position:relative;width:100%}@media (min-width:1200px){.pdf-preview-container{height:700px}}.pdf-iframe{background:#fff;border:none;height:100%;width:100%}.historical-data-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:24px;max-width:100%;padding:32px;width:100%}.historical-data-section h3{color:#1a1a1a;font-size:24px;font-weight:600;margin-bottom:8px}.historical-data-section .section-subtitle{color:#666;font-size:14px;margin-bottom:24px}.historical-timeline{display:flex;flex-direction:column;gap:20px}.historical-item{background:#f9fafb;border-left:4px solid #3b82f6;border-radius:12px;display:flex;gap:16px;padding:20px;transition:all .3s ease}.historical-item:hover{background:#f3f4f6;box-shadow:0 2px 8px #0000001a;transform:translateX(4px)}.historical-icon-wrapper{align-items:center;border:2px solid;border-radius:12px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.historical-icon{font-size:28px}.historical-content{display:flex;flex:1 1;flex-direction:column;gap:8px}.historical-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.historical-type{color:#1a1a1a;font-size:18px;font-weight:600;margin:0}.historical-year{background:#e5e7eb;border-radius:6px;color:#374151;font-size:12px;font-weight:600;padding:4px 12px}.historical-description{color:#4b5563;font-size:14px;line-height:1.6;margin:0}.historical-status{margin-top:8px}.feature-badge,.renovation-badge{align-items:center;background:#d1fae5;border-radius:6px;color:#065f46;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 14px}.feature-badge{background:#dbeafe;color:#1e40af}.historical-note{align-items:flex-start;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:8px;display:flex;gap:12px;margin-top:24px;padding:16px}.note-icon{flex-shrink:0;font-size:20px}.historical-note p{color:#92400e;font-size:13px;line-height:1.5;margin:0}@media (max-width:768px){.documents-grid{gap:16px;grid-template-columns:1fr}.pdf-preview-container{height:400px}.document-actions{flex-direction:column}.document-download-btn,.document-view-btn{width:100%}.historical-data-section,.legal-documents-section{padding:20px}.historical-item{align-items:flex-start;flex-direction:column}.historical-icon-wrapper{height:48px;width:48px}.historical-icon{font-size:24px}.historical-header{align-items:flex-start;flex-direction:column;gap:8px}}.contact-item{align-items:center;display:flex;justify-content:space-between}.contact-item div{gap:5px}.contact-item div,.plan-item{display:flex;flex-direction:column}.plan-item{gap:8px}.plan-item h4{font-size:16px;margin:0}.plan-item small{color:#666;font-size:13px}.property-sidebar-99acres{display:flex;flex-direction:column;gap:20px;height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.sidebar-card-contact{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:25px}.seller-info{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px}.seller-info h3{color:#1a1a1a;font-size:18px;margin-bottom:10px}.seller-name{color:#1a1a1a;font-size:20px;font-weight:600;margin-bottom:8px}.seller-badge{background:#e8f4f8;border-radius:4px;color:#1e40af;display:inline-block;font-size:12px;font-weight:500;padding:4px 10px}.contact-buttons{display:flex;flex-direction:column;gap:12px}.btn-contact-primary{background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;padding:14px 20px;text-align:center;text-decoration:none;transition:background .2s}.btn-contact-primary:hover{background:#357abd}.btn-contact-secondary{background:#fff;border:2px solid #4a90e2;border-radius:6px;color:#4a90e2;cursor:pointer;display:block;font-size:16px;font-weight:600;padding:14px 20px;text-align:center;text-decoration:none;transition:all .2s}.btn-contact-secondary:hover{background:#4a90e2;color:#fff}.premium-contacts{border-top:1px solid #e5e5e5;margin-top:20px;padding-top:20px}.premium-contacts h4{color:#666;font-size:14px;margin-bottom:12px}.premium-contact-item{background:#f9f9f9;border-radius:6px;display:flex;flex-direction:column;gap:4px;margin-bottom:8px;padding:12px}.premium-contact-item strong{color:#1a1a1a;font-size:14px}.premium-contact-item span{color:#666;font-size:13px}.sidebar-card-actions{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:20px}.btn-action{transition:all .2s ease}.btn-icon{font-size:18px}.btn-text{font-size:14px}.favorite-btn-detail.btn-shortlist-primary{background:#fff;border:2px solid #e5e7eb;color:#4b5563;font-weight:600}.favorite-btn-detail.btn-shortlist-primary:hover{background:#f9fafb;border-color:#667eea;color:#667eea}.favorite-btn-detail.btn-shortlist-primary.saved{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;color:#fff}.favorite-btn-detail.btn-shortlist-primary.saved:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.btn-view-shortlist{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;text-decoration:none}.btn-view-shortlist:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-compare{background:#fff;border:2px solid #f59e0b;color:#f59e0b}.btn-compare:hover{background:#fef3c7;border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b4d;color:#92400e;transform:translateY(-2px)}.btn-action{align-items:center;background:#fff;border:1px solid #e5e5e5;color:#333;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;margin-bottom:10px;padding:12px 20px;width:100%}.btn-action:last-child{margin-bottom:0}.btn-action:hover{background:#f9f9f9;border-color:#4a90e2;color:#4a90e2}.btn-action.saved{background:#dcfce7;border-color:#10b981;color:#166534}.sidebar-card-map-preview,.sidebar-card-seller{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:20px}.sidebar-card-map-preview{display:none}.sidebar-card-map-preview h3{color:#1a1a1a;font-size:16px;margin-bottom:15px}.map-preview{border:1px solid #e5e5e5;border-radius:6px;height:200px;margin-bottom:10px;overflow:hidden;width:100%}.location-note{color:#666;font-size:13px;margin:0}.sidebar-card-premium-cta{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:25px}.sidebar-card-premium-cta h3{color:#1a1a1a;font-size:18px;margin-bottom:15px}.sidebar-card-premium-cta ul{list-style:none;margin:0 0 20px;padding:0}.sidebar-card-premium-cta li{color:#333;font-size:14px;padding:8px 0}.sidebar-card-premium-cta li:before{color:#10b981;content:"✓ ";font-weight:700}.btn-premium-upgrade{background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;padding:12px 20px;text-align:center;text-decoration:none;transition:background .2s;width:100%}.btn-premium-upgrade:hover{background:#357abd}.similar-properties-section{border-top:2px solid #e5e5e5;margin-top:40px;padding-top:40px}.similar-properties-section h2{color:#1a1a1a;font-size:24px;margin-bottom:25px}.similar-properties-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.nearby-properties-section{border-top:2px solid #e5e5e5;margin-top:40px;padding-top:40px}.nearby-properties-section h2{color:#1a1a1a;font-size:24px;margin-bottom:8px}.section-subtitle{color:#666;margin-bottom:25px}.nearby-properties-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.nearby-property-wrapper,.nearby-property-wrapper .property-card{position:relative}.distance-badge{background:#4a90e2f2;border-radius:20px;box-shadow:0 2px 8px #0003;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;pointer-events:none;position:absolute;right:10px;top:10px;z-index:10}.drone-photos-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:20px}.drone-photos-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.drone-photo-item{aspect-ratio:16/9;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s}.drone-photo-item:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.02)}.drone-photo-item img{display:block;height:100%;object-fit:cover;width:100%}.drone-photo-overlay{align-items:center;background:#000000b3;border-radius:6px;display:flex;gap:6px;padding:8px 12px;position:absolute;right:10px;top:10px}.drone-icon{font-size:18px}.drone-photo-viewer{background:#000000f2;bottom:0;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.drone-photo-viewer,.drone-viewer-container{align-items:center;display:flex;justify-content:center}.drone-viewer-container{max-height:90vh;max-width:90vw;position:relative}.drone-viewer-image{border-radius:8px;max-height:90vh;max-width:100%;object-fit:contain}.close-viewer{align-items:center;background:#fff;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:absolute;right:0;top:-40px;transition:background .2s;width:40px}.close-viewer:hover{background:#f0f0f0}.videos-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:20px}.videos-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.video-item{background:#f9f9f9;border-radius:8px;overflow:hidden}.video-container{background:#000;border-radius:8px 8px 0 0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-iframe,.video-player{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.video-description{color:#666;font-size:14px;line-height:1.6;margin:0;padding:15px}.layout-photos-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:20px}.layout-photos-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.layout-photo-item{border:2px solid #e5e5e5;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s}.layout-photo-item:hover{border-color:#4a90e2;box-shadow:0 4px 12px #00000026;transform:scale(1.02)}.layout-photo-item img{display:block;height:auto;object-fit:cover;width:100%}.layout-photo-overlay{align-items:center;background:#4a90e2e6;border-radius:6px;display:flex;gap:6px;padding:8px 12px;position:absolute;right:10px;top:10px}.layout-icon{font-size:18px}.empty-section-message{background:#f9f9f9;border:2px dashed #e0e0e0;border-radius:8px;color:#888;font-size:15px;padding:40px 20px;text-align:center}.empty-section-message p{margin:0}@media (max-width:1024px){.property-main-content{grid-template-columns:1fr}.property-sidebar-99acres{position:static}.videos-grid{grid-template-columns:1fr}.drone-photos-grid,.layout-photos-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:768px){.property-header-99acres h1{font-size:22px}.price-header-wrapper{flex-direction:column;gap:15px}.price-action-buttons{flex-direction:column;width:100%}.shortlist-btn-top,.view-shortlist-btn-top{justify-content:center;width:100%}.price-amount{font-size:28px}.main-image-container-99acres{height:300px}.property-tabs{flex-wrap:wrap}.tab-button{font-size:14px;padding:12px 16px}.highlights-grid,.nearby-properties-grid,.similar-properties-grid{grid-template-columns:1fr}.image-nav-button{font-size:24px;height:40px;width:40px}.image-nav-button.prev{left:10px}.image-nav-button.next{right:10px}.drone-photos-grid,.layout-photos-grid,.videos-grid{grid-template-columns:1fr}.photos-section-header{align-items:flex-start;flex-direction:column;gap:10px}.photos-section-header h2{font-size:18px}.drone-viewer-container{max-height:95vh;max-width:95vw}.close-viewer{right:10px;top:-50px}}.property-map-top-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000001a;margin-bottom:24px;overflow:hidden}.map-top-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:20px 24px}.map-top-header h2{color:#fff;font-size:22px;font-weight:600;margin:0}.nearby-count-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:20px;font-size:13px;font-weight:500;padding:6px 14px}.property-map-top-container{height:500px;position:relative;width:100%}.map-skeleton-loader{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.map-skeleton-loader:before{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.map-skeleton-content{align-items:center;display:flex;flex-direction:column;gap:16px;z-index:1}.skeleton-spinner{animation:spin .8s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#10b981;height:50px;width:50px}.map-skeleton-content p{color:#6b7280;font-size:14px;font-weight:500;margin:0}.location-address-top{align-items:center;background:#f8f9fa;border-top:1px solid #e5e7eb;color:#4b5563;display:flex;flex-wrap:wrap;font-size:14px;gap:10px;padding:16px 24px}.location-address-top .location-icon{font-size:16px}.location-address-top .coordinates{color:#6b7280;font-family:Courier New,monospace;font-size:12px;margin-left:auto}.property-key-info-section{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1.5fr 1fr;margin-bottom:24px}.key-details-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px}.key-details-card h3{border-bottom:2px solid #667eea;color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 20px;padding-bottom:12px}.key-details-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.key-detail-item{align-items:center;background:linear-gradient(135deg,#f8f9ff,#fff);border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;padding:14px;transition:all .3s ease}.key-detail-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.key-icon{flex-shrink:0;font-size:24px}.key-detail-item>div{display:flex;flex:1 1;flex-direction:column;gap:4px}.key-label{color:#6b7280;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.key-value{color:#1a1a1a;font-size:16px;font-weight:600}.contact-cta-card-main{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 16px #667eea4d;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:28px}.contact-cta-header h3{color:#fff;font-size:22px;font-weight:600;margin:0 0 8px}.contact-cta-header p{color:#ffffffe6;font-size:14px;margin:0 0 20px}.contact-cta-actions{display:flex;flex-direction:column;gap:12px}.contact-btn-primary,.contact-btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:14px 20px;text-decoration:none;transition:all .3s ease}.contact-btn-primary{background:#fff;box-shadow:0 2px 8px #0003;color:#667eea}.contact-btn-primary:hover{background:#f8f9ff;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.contact-btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;color:#fff}.contact-btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.contact-btn-primary .btn-icon,.contact-btn-secondary .btn-icon{font-size:18px}.map-legend{background:#f8f9fa;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;padding:16px 24px}.legend-item{color:#4b5563;font-size:13px;gap:8px}.legend-marker{font-size:16px}.map-premium-note{background:#fff3cd;border-top:1px solid #ffc107;color:#856404;font-size:13px;padding:12px 24px}.map-premium-note a{color:#667eea;font-weight:600;text-decoration:none}.map-premium-note a:hover{text-decoration:underline}@media (max-width:968px){.property-key-info-section{grid-template-columns:1fr}.property-map-top-container{height:400px}.key-details-grid{grid-template-columns:1fr}}@media (max-width:768px){.property-map-top-container{height:350px}.map-top-header{align-items:flex-start;flex-direction:column;gap:10px;padding:16px}.map-top-header h2{font-size:18px}.key-details-grid{grid-template-columns:1fr}.location-address-top{align-items:flex-start;flex-direction:column;gap:8px}.location-address-top .coordinates{margin-left:0}.contact-cta-card-main{padding:20px}}.location-info-section{padding:20px 0}.location-note-box{align-items:flex-start;background:#e0f2fe;border:1px solid #0ea5e9;border-radius:8px;display:flex;gap:12px;margin-bottom:24px;padding:16px 20px}.location-note-box .info-icon{flex-shrink:0;font-size:20px}.location-note-box p{color:#0c4a6e;font-size:14px;line-height:1.5;margin:0}.location-details-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.location-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.location-detail-card h4{color:#1a1a1a;font-size:16px;font-weight:600;margin:0 0 12px}.address-text{color:#4b5563;font-size:15px;line-height:1.5;margin:0 0 12px}.coordinates-display{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:4px;padding-top:12px}.coord-label{color:#6b7280;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.coord-value{color:#1a1a1a;font-family:Courier New,monospace;font-size:13px;font-weight:500}.amenities-list-location{display:flex;flex-wrap:wrap;gap:8px}.amenity-tag{align-items:center;background:#f3f4f6;color:#4b5563;display:inline-flex;gap:4px}.location-nearby-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px 20px}.location-nearby-info h4{color:#1a1a1a;font-size:16px;font-weight:600;margin:0 0 4px}@media (max-width:768px){.location-details-grid{grid-template-columns:1fr}}.nearby-amenities-comprehensive-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000001a;margin-bottom:24px;padding:28px}.amenities-section-header{align-items:flex-start;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:28px;padding-bottom:20px}.amenities-section-header h2{color:#1a1a1a;font-size:24px;font-weight:600;margin:0 0 8px}.section-subtitle{margin:0}.amenities-count-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:13px;font-weight:600;padding:8px 16px;white-space:nowrap}.amenities-loading{color:#6b7280;padding:60px 20px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 16px;width:40px}.amenities-empty{color:#6b7280;padding:60px 20px;text-align:center}.amenities-empty p{font-size:16px;margin-bottom:8px}.amenities-horizontal-container{margin-bottom:24px;overflow-x:auto;overflow-y:hidden;padding-bottom:12px;scrollbar-color:#667eea #f3f4f6;scrollbar-width:thin;width:100%}.amenities-horizontal-container::-webkit-scrollbar{height:8px}.amenities-horizontal-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.amenities-horizontal-container::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.amenities-horizontal-container::-webkit-scrollbar-thumb:hover{background:#5568d3}.amenities-grid-comprehensive{display:flex;gap:16px;padding:8px 4px}.amenities-grid-comprehensive,.amenity-type-group{min-width:-webkit-fit-content;min-width:fit-content}.amenity-type-group{display:inline-flex;flex-direction:column;margin-right:24px}.amenity-type-group:last-of-type{margin-right:0}.amenity-type-header{align-items:center;border-bottom:2px solid #667eea;color:#1a1a1a;display:flex;font-size:18px;font-weight:600;gap:8px;margin:0 0 16px;padding-bottom:8px;white-space:nowrap}.type-icon{font-size:20px}.type-count{color:#6b7280;font-size:14px;font-weight:500;margin-left:8px}.amenity-card-comprehensive{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;flex-shrink:0;max-width:240px;min-width:240px;overflow:hidden;transition:all .3s ease}.amenity-card-comprehensive:hover{border-color:#667eea;box-shadow:0 8px 20px #0000001f;transform:translateY(-4px)}.amenity-image-container{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);height:140px;overflow:hidden;position:relative;width:100%}.amenity-photo{height:100%;object-fit:cover;width:100%}.amenity-photo-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9ff,#e0e7ff);display:flex;height:100%;justify-content:center;width:100%}.placeholder-icon{font-size:48px;opacity:.6}.amenity-distance-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000bf;color:#fff;padding:6px 12px;right:12px;top:12px}.amenity-distance-badge,.amenity-rating-badge{border-radius:20px;font-size:12px;font-weight:600;position:absolute}.amenity-rating-badge{align-items:center;background:#fffffff2;bottom:12px;box-shadow:0 2px 8px #00000026;display:flex;gap:4px;left:12px;padding:6px 10px}.rating-star{font-size:14px}.rating-value{color:#1a1a1a}.rating-count{font-size:11px}.amenity-card-content{padding:12px}.amenity-name{color:#1a1a1a;font-size:14px;line-height:1.3;margin:0 0 6px}.amenity-address{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:12px;line-height:1.4;margin:0 0 8px;overflow:hidden}.amenity-meta{align-items:center;color:#4b5563;display:flex;font-size:12px;gap:6px}.amenity-type-icon{font-size:16px}.amenity-distance-text{font-weight:500}@media (max-width:968px){.amenity-card-comprehensive{max-width:200px;min-width:200px}.amenity-image-container{height:120px}}@media (max-width:768px){.property-detail-99acres .container{padding:0 12px}.breadcrumb{flex-wrap:wrap;font-size:12px;margin-bottom:12px}.property-header-99acres{margin-bottom:16px;padding:16px}.property-title-section h1{font-size:20px;line-height:1.3;margin-bottom:10px}.property-location-header{font-size:13px;margin-bottom:10px}.property-meta{align-items:flex-start;flex-direction:column;font-size:12px;gap:8px}.property-price-section-99acres{margin-bottom:16px;padding:16px}.price-header-wrapper{flex-direction:column;gap:16px}.price-main{align-items:flex-start;flex-direction:column;gap:8px}.price-amount{font-size:28px}.price-per-unit{font-size:14px}.price-action-buttons{flex-direction:column;width:100%}.shortlist-btn-top,.view-shortlist-btn-top{font-size:14px;justify-content:center;padding:12px 16px;width:100%}.btn-icon-large{font-size:18px}.btn-text-large{font-size:14px}.property-main-content{gap:16px;grid-template-columns:1fr!important;margin-bottom:24px}.property-right-column{position:relative;width:100%}.property-sidebar-99acres{position:static;top:auto;width:100%}.sidebar-card-actions,.sidebar-card-contact,.sidebar-card-map-preview,.sidebar-card-premium-cta,.sidebar-card-seller{margin-bottom:16px;padding:16px}.sidebar-card-actions h3,.sidebar-card-contact h3,.sidebar-card-map-preview h3,.sidebar-card-premium-cta h3,.sidebar-card-seller h3{font-size:18px;margin-bottom:12px}.documents-grid{gap:12px;grid-template-columns:1fr!important}.document-card{margin-bottom:12px}.document-header{padding:12px}.document-actions{flex-direction:column;gap:8px}.document-download-btn,.document-view-btn{justify-content:center;width:100%}.pdf-preview-container{height:300px}.property-highlights{margin-bottom:16px}.highlights-grid{gap:12px;grid-template-columns:1fr}.property-description-section{margin-bottom:16px}.description-text{font-size:14px;line-height:1.6}.drone-photos-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.drone-photo-item{height:150px}.videos-grid{gap:16px;grid-template-columns:1fr}.video-item{width:100%}.layout-photos-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.property-images-99acres{border-radius:0;box-sizing:border-box;margin-bottom:16px;margin-left:-12px;margin-right:-12px;overflow:visible;padding:12px;width:calc(100% + 24px)}.property-left-column{overflow:hidden;width:100%}.photos-section-header{flex-wrap:wrap;gap:8px;margin-bottom:12px;padding-bottom:10px}.photos-section-header h2{font-size:18px;margin:0}.photo-count-badge{font-size:11px;padding:4px 10px}.main-image-container-99acres{border-radius:6px;height:250px;margin-bottom:12px;max-width:100%;overflow:hidden;width:100%}.main-image-99acres{display:block;height:100%;object-fit:cover;width:100%}.image-thumbnails-99acres{-webkit-overflow-scrolling:touch;box-sizing:border-box;display:flex!important;flex-direction:row;gap:8px;overflow-x:auto;overflow-y:hidden;padding:8px 0;scrollbar-color:#cbd5e0 #0000;scrollbar-width:thin;width:100%}.image-thumbnails-99acres::-webkit-scrollbar{height:4px}.image-thumbnails-99acres::-webkit-scrollbar-track{background:#0000}.image-thumbnails-99acres::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.image-thumbnails-99acres::-webkit-scrollbar-thumb:hover{background:#a0aec0}.thumbnail{border:2px solid #0000;border-radius:6px;cursor:pointer;flex-shrink:0;height:80px!important;min-width:80px;object-fit:cover;transition:all .2s;width:80px!important}.thumbnail.active{border-color:#4a90e2;box-shadow:0 2px 8px #4a90e266}.image-nav-button{background:#fffffffa;box-shadow:0 2px 6px #00000040;font-size:20px;height:36px;width:36px}.image-nav-button.prev{left:8px}.image-nav-button.next{right:8px}.image-counter{background:#000c;bottom:8px;font-size:11px;padding:4px 10px;right:8px}.property-key-info-section{gap:16px;grid-template-columns:1fr;margin-bottom:16px}.key-details-card{padding:16px}.key-details-grid{gap:12px;grid-template-columns:1fr}.key-detail-item{padding:12px}.contact-cta-card-main{bottom:0;box-shadow:0 -2px 10px #0000001a;padding:16px;position:-webkit-sticky;position:sticky;z-index:100}.contact-cta-card-main h3{font-size:18px;margin-bottom:12px}.contact-buttons-wrapper{flex-direction:column;gap:10px}.contact-btn-primary,.contact-btn-secondary{font-size:15px;padding:14px;width:100%}.property-map-top-container{height:300px}.map-top-header{align-items:flex-start;flex-direction:column;gap:10px;padding:12px 16px}.map-top-header h2{font-size:18px}.map-legend{flex-wrap:wrap;gap:12px;padding:12px 16px}.legend-item{font-size:12px}.location-address-top{align-items:flex-start;flex-direction:column;font-size:13px;gap:8px;padding:12px 16px}.location-address-top .coordinates{font-size:11px;margin-left:0}.property-tabs-container{margin-bottom:16px}.property-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 12px;scrollbar-width:none}.property-tabs::-webkit-scrollbar{display:none}.tab-button{flex-shrink:0;font-size:13px;padding:10px 16px;white-space:nowrap}.tab-badge{font-size:11px;padding:2px 6px}.tab-content{padding:16px}.nearby-amenities-comprehensive-section{margin-bottom:16px;padding:16px}.amenities-section-header{flex-direction:column;gap:12px;margin-bottom:16px;padding-bottom:12px}.amenities-section-header h2{font-size:18px;margin-bottom:4px}.section-subtitle{font-size:12px}.amenities-count-badge{align-self:flex-start;font-size:12px;padding:6px 12px}.amenity-card-comprehensive{max-width:160px;min-width:160px}.amenity-image-container{height:100px}.amenity-card-content{padding:8px}.amenity-name{font-size:12px;margin-bottom:4px}.amenity-address{font-size:10px;margin-bottom:6px}.amenity-meta{font-size:11px;gap:4px}.amenity-distance-badge,.amenity-rating-badge{font-size:10px;padding:4px 8px}.reviews-section{margin-bottom:16px;padding:16px}.reviews-header h2{font-size:18px}.reviews-filters{flex-direction:column;gap:10px}.reviews-filters select{width:100%}.review-card{padding:12px}.similar-properties-section{margin-bottom:16px;padding:16px}.similar-properties-section h2{font-size:18px}.similar-properties-grid{gap:16px;grid-template-columns:1fr}.empty-state,.loading{font-size:14px;padding:40px 16px;text-align:center}.historical-map-comparison-section,.investment-graph-section{margin-bottom:16px;padding:16px}}@media (max-width:480px){.property-detail-99acres .container{padding:0 8px}.property-title-section h1{font-size:18px}.price-amount{font-size:24px}.property-images-99acres{border-radius:0;margin-left:-8px;margin-right:-8px;padding:8px;width:calc(100% + 16px)}.main-image-container-99acres{border-radius:6px;height:220px;margin-left:4px;margin-left:0;margin-right:4px;margin-right:0;width:calc(100% - 8px)}.photos-section-header{padding:0 2px}.photos-section-header h2{font-size:16px}.image-thumbnails-99acres{margin:0 -2px;padding-left:2px;padding-right:2px}.thumbnail{height:70px!important;min-width:70px;width:70px!important}.image-nav-button{font-size:18px;height:32px;width:32px}.image-nav-button.prev{left:6px}.image-nav-button.next{right:6px}.property-map-top-container{height:250px}.amenity-card-comprehensive{max-width:140px;min-width:140px}.amenity-image-container{height:90px}.tab-button{font-size:12px;padding:8px 12px}}@media (max-width:960px){.desktop-only{display:none!important}.mobile-images-horizontal{display:block!important}.desktop-carousel-patterns{display:none!important}.mobile-carousel-horizontal{display:block!important}.property-photos-carousel-fullscreen{height:50vh;min-height:350px}}@media (min-width:961px){.desktop-only{display:block!important}.mobile-images-horizontal{display:none!important}.desktop-carousel-patterns{display:block!important}.mobile-carousel-horizontal{display:none!important}}.reviews-section{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin:40px 0;padding:40px}.reviews-header{align-items:flex-start;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.reviews-header h2{color:#1f2937;font-size:28px;margin:0 0 20px}.overall-rating{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.rating-stats{display:flex;flex-direction:column;gap:4px}.rating-value{color:#1f2937;font-size:36px;font-weight:700}.rating-count{color:#6b7280;font-size:14px}.ratings-breakdown{display:flex;flex-direction:column;gap:8px;min-width:250px}.breakdown-row{align-items:center;display:flex;font-size:14px;gap:12px}.breakdown-bar{background:#f3f4f6;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.breakdown-fill{background:linear-gradient(90deg,#fbbf24,#f59e0b);height:100%;transition:width .3s}.btn-write-review{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s}.btn-write-review:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.reviews-filters{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:12px;margin-bottom:25px;padding:15px}.reviews-filters label{color:#374151;font-size:14px;font-weight:600}.reviews-filters select{background:#fff;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s}.reviews-filters select:focus{border-color:#667eea;outline:none}.reviews-list{display:flex;flex-direction:column;gap:20px}.reviews-empty,.reviews-loading{color:#6b7280;padding:60px 20px;text-align:center}.reviews-empty p{font-size:16px;margin-bottom:20px}.reviews-pagination{align-items:center;border-top:2px solid #f3f4f6;display:flex;gap:20px;justify-content:center;margin-top:30px;padding-top:20px}.reviews-pagination button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.reviews-pagination button:hover:not(:disabled){border-color:#667eea;color:#667eea}.reviews-pagination button:disabled{cursor:not-allowed;opacity:.5}.reviews-pagination span{color:#6b7280;font-weight:600}@media (max-width:768px){.reviews-section{padding:20px}.reviews-header{flex-direction:column;gap:20px}.overall-rating{align-items:flex-start;flex-direction:column}.ratings-breakdown{width:100%}}.auth-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:40px 20px}.auth-container{background:#fff;border-radius:12px;box-shadow:0 8px 16px #0000001a;max-width:450px;padding:40px;width:100%}.auth-title{color:var(--text-color);font-size:2rem;margin-bottom:10px;text-align:center}.auth-subtitle{color:var(--text-light);margin-bottom:30px;text-align:center}.auth-form{margin-bottom:25px}.error-message{background:#fee2e2;border-radius:6px;margin-bottom:20px;padding:12px;text-align:center}.auth-footer{color:var(--text-light);text-align:center}.auth-footer a{color:var(--primary-color);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width:768px){.auth-container{padding:30px 20px}}.seller-dashboard{padding:30px 0}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.dashboard-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:40px}.stat-card{box-shadow:0 2px 4px #0000001a}.stat-value{color:var(--primary-color);font-size:2.5rem}.stat-label{color:var(--text-light);font-size:1rem}.messages-section{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:30px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.section-header h2{color:#1f2937;font-size:24px;margin:0}.btn-view-all{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;font-size:14px;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .2s}.btn-view-all:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.conversations-preview{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.conversation-preview-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;color:inherit;display:flex;gap:15px;padding:20px;position:relative;text-decoration:none;transition:all .2s}.conversation-preview-card:hover{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.preview-avatar{background:#e5e7eb;border-radius:12px;flex-shrink:0;height:60px;overflow:hidden;position:relative;width:60px}.preview-avatar img{height:100%;object-fit:cover;width:100%}.preview-avatar-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);font-size:28px;height:100%;width:100%}.preview-avatar-placeholder,.preview-unread-badge{align-items:center;color:#fff;display:flex;justify-content:center}.preview-unread-badge{background:#dc2626;border:2px solid #fff;border-radius:10px;font-size:11px;font-weight:700;height:20px;min-width:20px;padding:0 6px;position:absolute;right:-6px;top:-6px}.preview-content{flex:1 1;min-width:0}.preview-content h3{color:#1f2937;font-size:16px;font-weight:700;margin:0 0 6px}.preview-property{color:#667eea;font-size:14px;font-weight:600;margin:0 0 8px}.preview-last-message,.preview-property{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-last-message{color:#6b7280;font-size:13px;margin:0}.dashboard-content h2{margin-bottom:20px}.listing-card{position:relative}.listing-actions{display:flex;gap:10px;margin-top:15px}.btn-sm{font-size:.9rem;padding:6px 12px}.btn-danger{background:var(--danger-color);color:#fff}.btn-danger:hover{background:#dc2626}.premium-banner{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;color:#fff;margin-top:40px;padding:30px;text-align:center}.premium-banner h3{margin-bottom:10px}.premium-banner p{margin-bottom:20px;opacity:.9}.btn-premium{background:#fff;color:var(--warning-color)}.btn-premium:hover{background:#f3f4f6}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:15px}.dashboard-stats{grid-template-columns:1fr}}.post-property{max-width:900px;padding:40px 0}.post-property h1{font-size:2.5rem;margin-bottom:10px}.subtitle{color:var(--text-light);margin-bottom:30px}.property-form{background:#fff;border-radius:12px;padding:40px}.form-section{border-bottom:2px solid var(--border-color);margin-bottom:40px;padding-bottom:30px}.form-section:last-child{border-bottom:none}.form-section h2{color:var(--primary-color);font-size:1.3rem}.form-group,.form-section h2{margin-bottom:20px}.form-group label{display:block;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);border-radius:6px;padding:12px;width:100%}.form-group textarea{resize:vertical}.form-row{grid-gap:20px;gap:20px}.location-fields-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr}.location-mode-selector{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.location-mode-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;min-width:150px;padding:12px 20px;transition:all .2s ease}.location-mode-btn:hover:not(:disabled){background:#f0f7ff;border-color:#667eea;color:#667eea}.location-mode-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.location-mode-btn:disabled{cursor:not-allowed;opacity:.5}.location-search-section{margin-bottom:20px}.address-search-group{display:flex;gap:10px;margin-bottom:10px}.address-search-input{flex:1 1}.search-location-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;font-size:14px;font-weight:600;padding:12px 24px}.search-location-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.location-hint{font-size:13px;margin:8px 0 0}.location-map-container{border:2px solid #e5e7eb;border-radius:8px;margin:20px 0;overflow:hidden}.section-help{color:#6b7280;font-size:14px;line-height:1.5}@media (max-width:768px){.location-fields-grid{grid-template-columns:1fr}.location-mode-selector{flex-direction:column}.location-mode-btn{width:100%}.address-search-group{flex-direction:column}.search-location-btn{width:100%}}.amenity-selector,.special-flags,.tag-selector{display:flex;flex-wrap:wrap;gap:15px}.amenity-checkbox,.flag-checkbox,.tag-checkbox{align-items:center;background:var(--bg-light);border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:10px 15px;transition:background .3s}.amenity-checkbox:hover,.flag-checkbox:hover,.tag-checkbox:hover{background:#e5e7eb}.amenity-checkbox input[type=checkbox],.flag-checkbox input[type=checkbox],.tag-checkbox input[type=checkbox]{width:auto}.form-actions{gap:15px;margin-top:30px}.section-help{color:#666;font-size:13px;font-style:italic;margin-bottom:20px}.media-input-group{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:25px;padding:20px}.media-input-row{display:flex;gap:10px;margin-bottom:15px}.media-url-input{border:1px solid var(--border-color);border-radius:6px;flex:1 1;font-size:14px;padding:12px}.media-url-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a;outline:none}.btn-remove-media{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:background .2s;white-space:nowrap}.btn-remove-media:hover{background:#dc2626}.btn-add-media{align-items:center;background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:background .2s}.btn-add-media:hover:not(:disabled){background:#357abd}.btn-add-media:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.media-preview{border:2px solid #e5e5e5;border-radius:8px;margin-top:15px;max-width:400px;overflow:hidden}.media-preview img{display:block;height:auto;max-height:300px;object-fit:cover;width:100%}.video-preview{background:#000;border:2px solid #e5e5e5;border-radius:8px;height:0;margin-top:15px;overflow:hidden;padding-bottom:56.25%;position:relative}.video-preview iframe{border:none}.video-preview iframe,.video-preview video{height:100%;left:0;position:absolute;top:0;width:100%}.video-preview video{background:#000;border-radius:8px;object-fit:contain}.video-preview-uploaded{background:#000;border:2px solid #e5e5e5;border-radius:8px;height:0;margin-top:15px;overflow:hidden;padding-bottom:56.25%;position:relative}.video-type-toggle{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.toggle-btn{background:#fff;border:2px solid var(--border-color);border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.toggle-btn:hover{background:var(--light-bg);border-color:var(--primary-color)}.toggle-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.upload-status{color:var(--text-light);font-size:14px;margin-left:10px}.upload-status.success{color:#10b981;font-weight:500}.file-input{border:2px dashed var(--border-color);border-radius:8px;cursor:pointer;padding:10px;transition:all .3s ease;width:100%}.file-input:hover{background:var(--light-bg);border-color:var(--primary-color)}.file-input:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.form-row{grid-template-columns:1fr}.post-property h1{font-size:2rem}.property-form{padding:20px}.media-input-row{flex-direction:column}.btn-remove-media{width:100%}.media-preview{max-width:100%}}.premium-page{background:linear-gradient(180deg,#f8f9fa 0,#fff);min-height:100vh;padding:40px 0}.premium-hero{margin-bottom:60px;padding:60px 20px;text-align:center}.premium-hero h1{color:#1a1a1a;font-size:48px;font-weight:700;margin-bottom:20px}.premium-subtitle{color:#666;font-size:20px;margin:0 auto;max-width:600px}.premium-already{padding:100px 20px;text-align:center}.premium-badge-large{font-size:80px;margin-bottom:30px}.premium-already h1{color:#1a1a1a;font-size:36px;margin-bottom:15px}.premium-already p{color:#666;font-size:18px;margin-bottom:10px}.expiry-info{color:#4a90e2;font-size:16px;font-weight:500}.premium-features{margin-bottom:80px}.premium-features h2{color:#1a1a1a;font-size:36px;margin-bottom:50px;text-align:center}.features-grid{grid-gap:30px;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.feature-card{box-shadow:0 2px 8px #0000001a;padding:30px;text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-5px)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{color:#1a1a1a;font-size:20px;margin-bottom:15px}.feature-card p{color:#666;font-size:14px;line-height:1.6}.pricing-section{margin-bottom:80px}.pricing-section h2{color:#1a1a1a;font-size:36px;margin-bottom:50px;text-align:center}.pricing-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.pricing-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:40px 30px;position:relative;text-align:center;transition:transform .2s,box-shadow .2s}.pricing-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-5px)}.pricing-card.popular{border-color:#4a90e2;transform:scale(1.05)}.popular-badge{background:#4a90e2;border-radius:20px;color:#fff;font-size:12px;font-weight:600;left:50%;padding:6px 20px;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h3{color:#1a1a1a;font-size:24px;margin-bottom:20px}.pricing-amount{margin-bottom:30px}.pricing-amount .price{color:#1a1a1a;font-size:48px;font-weight:700}.pricing-amount .period{color:#666;font-size:16px;margin-left:5px}.plan-features{list-style:none;margin:0 0 30px;padding:0;text-align:left}.plan-features li{border-bottom:1px solid #e5e5e5;color:#333;font-size:14px;padding:12px 0}.plan-features li:last-child{border-bottom:none;color:#4a90e2;font-weight:600}.btn{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .2s}.btn-primary{background:#4a90e2}.btn-primary:hover{background:#357abd}.btn-outline{background:#fff;border:2px solid #4a90e2;color:#4a90e2}.btn-outline:hover{background:#4a90e2;color:#fff}.btn-large{font-size:18px;padding:16px 32px}.premium-cta-section{background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:12px;color:#fff;margin-bottom:80px;padding:80px 20px;text-align:center}.cta-content h2{font-size:36px;margin-bottom:15px}.cta-content p{font-size:18px;margin-bottom:30px;opacity:.9}.cta-auth{display:flex;gap:15px;justify-content:center}.message{border-radius:6px;font-size:14px;margin-top:20px;padding:12px 20px}.message.success{background:#10b981;color:#fff}.message.error{background:#ef4444;color:#fff}.premium-faq{margin:0 auto;max-width:800px}.premium-faq h2{color:#1a1a1a;font-size:36px;margin-bottom:50px;text-align:center}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:25px}.faq-item h4{color:#1a1a1a;font-size:18px;margin-bottom:10px}.faq-item p{color:#666;line-height:1.6}@media (max-width:768px){.premium-hero h1{font-size:36px}.premium-subtitle{font-size:16px}.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:none}.cta-auth{flex-direction:column}}.budget-finder-page{min-height:100vh;padding-bottom:60px}.budget-finder-hero,.budget-finder-page{background:linear-gradient(135deg,#667eea,#764ba2)}.budget-finder-hero{color:#fff;padding:60px 20px;text-align:center}.budget-finder-hero-content{margin:0 auto;max-width:800px}.budget-finder-hero h1{font-size:3rem;font-weight:800;margin-bottom:16px;text-shadow:2px 2px 4px #0003}.budget-finder-subtitle{font-size:1.25rem;margin-bottom:30px;opacity:.95}.property-type-selector{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:30px}.property-type-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:14px 24px;transition:all .3s ease}.property-type-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.property-type-btn.active{background:#fff;border-color:#fff;box-shadow:0 4px 15px #0003;color:#667eea}.property-type-icon{font-size:1.3rem}.property-type-label{white-space:nowrap}.budget-input-section{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;margin:0 auto;max-width:600px;padding:40px}.budget-input-group{margin-bottom:30px}.budget-input-group label{color:#333;display:block;font-size:1.1rem;font-weight:600;margin-bottom:12px}.budget-input-wrapper{align-items:center;display:flex;margin-bottom:16px;position:relative}.budget-currency{color:#667eea;font-size:1.5rem;font-weight:700;left:16px;position:absolute;z-index:1}.budget-input{border:3px solid #e5e7eb;border-radius:12px;font-size:1.25rem;font-weight:600;padding:18px 18px 18px 50px;transition:all .3s ease;width:100%}.budget-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.budget-helpers{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.budget-quick-btn{background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 20px;transition:all .2s ease}.budget-quick-btn:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateY(-2px)}.location-mode-toggle{display:flex;gap:12px;margin-bottom:20px}.location-mode-toggle button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:12px 16px;transition:all .2s ease}.location-mode-toggle button:hover{border-color:#667eea;color:#667eea}.location-mode-toggle button.active{background:#667eea;border-color:#667eea;color:#fff}.custom-location-section{margin-bottom:24px}.custom-location-section label{color:#333;display:block;font-size:1.1rem;font-weight:600;margin-bottom:12px}.custom-location-input-wrapper{display:flex;gap:10px;margin-bottom:12px}.custom-location-input{border:3px solid #e5e7eb;border-radius:12px;flex:1 1;font-size:1rem;font-weight:500;padding:14px 18px;transition:all .3s ease}.custom-location-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.search-location-btn{background:#667eea;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:14px 24px;transition:all .2s ease;white-space:nowrap}.search-location-btn:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.search-location-btn:disabled{cursor:not-allowed;opacity:.5}.location-confirmed{align-items:center;background:#dcfce7;border:2px solid #86efac;border-radius:8px;color:#166534;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:12px}.location-hint{color:#6b7280;font-size:.85rem;font-style:italic;margin-top:8px}.location-picker-map{background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;margin-top:20px;padding:16px}.location-status{background:#f9fafb;border-radius:12px;margin-bottom:24px;padding:16px}.location-error,.location-loading,.location-success{align-items:center;display:flex;font-weight:500;gap:12px}.location-icon{font-size:1.5rem}.refresh-location-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-left:auto;padding:6px 16px;transition:all .2s ease}.refresh-location-btn:hover{background:#5568d3;transform:translateY(-1px)}.budget-search-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:12px;justify-content:center;padding:18px;transition:all .3s ease;width:100%}.budget-search-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.budget-search-btn:disabled{cursor:not-allowed;opacity:.6}.budget-error-message{background:#fee2e2;border:2px solid #fca5a5;border-radius:10px;color:#991b1b;font-weight:500;margin-top:20px;padding:16px;text-align:center}.budget-results-section{margin:40px auto;max-width:1400px;padding:0 20px}.results-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px}.results-header h2{color:#fff;font-size:2rem;font-weight:700}.view-toggle{background:#fff3;border-radius:12px;display:flex;gap:10px;padding:6px}.view-toggle button{background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.view-toggle button.active{background:#fff;color:#667eea}.view-toggle button:hover{background:#fff3}.view-toggle button.active:hover{background:#fff}.budget-properties-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.budget-property-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;flex-direction:column;gap:16px;padding:24px;transition:all .3s ease}.budget-property-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.property-card-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.property-card-header h3{color:#1f2937;flex:1 1;font-size:1.3rem;font-weight:700;margin:0}.property-price{color:#667eea;font-size:1.5rem;font-weight:800;white-space:nowrap}.property-distance,.property-location{align-items:center;color:#6b7280;display:flex;font-weight:500;gap:8px}.distance-icon,.location-icon{font-size:1.2rem}.property-details{border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;padding-top:12px}.property-detail-item{display:flex;gap:8px}.detail-label{color:#9ca3af;font-weight:500}.detail-value{color:#1f2937;font-weight:600}.property-savings{margin-top:auto}.savings-badge{background:#dcfce7;border-radius:8px;color:#166534;display:inline-block;font-size:.9rem;font-weight:700;padding:8px 16px}.view-details-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-top:8px;padding:12px;transition:all .2s ease;width:100%}.view-details-btn:hover{background:#5568d3;transform:translateY(-1px)}.budget-map-container{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000001a;height:600px;overflow:hidden;position:relative}.map-loading{color:#667eea;font-weight:600;gap:12px}.map-loading,.map-placeholder{align-items:center;display:flex;font-size:1.1rem;height:100%;justify-content:center}.map-placeholder{color:#6b7280;flex-direction:column;gap:8px}.budget-empty-state{background:#fff;border-radius:20px;box-shadow:0 4px 15px #0000001a;margin:60px auto;max-width:500px;padding:60px 40px;text-align:center}.budget-empty-state h3{color:#1f2937;font-size:1.8rem;margin-bottom:12px}.budget-empty-state p{color:#6b7280;margin-bottom:30px}.reset-search-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:12px 32px;transition:all .2s ease}.reset-search-btn:hover{background:#5568d3;transform:translateY(-2px)}.recommendations-section{background:linear-gradient(135deg,#f8fafc,#e0e7ff);border-radius:20px;margin-top:60px;padding:40px 20px}.recommendations-header{margin-bottom:40px;text-align:center}.recommendations-header h2{color:#1f2937;font-size:2rem;font-weight:800;margin-bottom:12px}.recommendations-subtitle{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.recommendations-loading{color:#6b7280;font-size:1.1rem;padding:40px;text-align:center}.recommendations-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:30px}.recommendation-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #0000001a;padding:24px;position:relative;transition:all .3s ease}.recommendation-card:hover{border-color:#667eea;box-shadow:0 8px 20px #667eea33;transform:translateY(-4px)}.recommendation-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 4px 12px #667eea66;color:#fff;font-size:.85rem;font-weight:700;padding:8px 16px;position:absolute;right:20px;top:-12px}.recommendation-header-card{border-bottom:2px solid #e5e7eb;margin-bottom:16px;padding-bottom:16px}.recommendation-header-card h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:12px}.recommendation-price{display:flex;flex-direction:column;gap:4px}.recommendation-price .price-main{color:#10b981;font-size:1.8rem;font-weight:800}.recommendation-price .price-difference{color:#667eea;font-size:.95rem;font-weight:600}.recommendation-location{align-items:center;color:#6b7280;display:flex;font-size:.95rem;gap:8px;margin-bottom:16px}.recommendation-distance{color:#10b981;font-weight:600}.recommendation-reasons{background:#f0f9ff;border-left:4px solid #667eea;border-radius:8px;margin-bottom:16px;padding:12px}.recommendation-reasons strong{color:#1f2937;display:block;font-size:.95rem;margin-bottom:8px}.recommendation-reasons ul{list-style:none;margin:0;padding-left:20px}.recommendation-reasons ul li{color:#4b5563;font-size:.9rem;margin-bottom:4px;position:relative}.recommendation-reasons ul li:before{color:#10b981;content:"✓ ";font-weight:700;left:-16px;position:absolute}.recommendation-amenities{margin-bottom:16px}.recommendation-amenities strong{color:#1f2937;display:block;font-size:.95rem;margin-bottom:8px}.amenities-tags{display:flex;flex-wrap:wrap;gap:8px}.amenity-tag{background:#e0e7ff;color:#667eea;font-size:.85rem}.recommendation-investment{background:#f0fdf4;border-radius:8px;margin-bottom:16px;padding:12px}.recommendation-investment strong{color:#1f2937;font-size:.95rem}.investment-score{border-radius:6px;display:inline-block;font-size:1rem;font-weight:700;margin-left:8px;padding:4px 12px}.investment-bullish{background:#dcfce7;color:#166534}.investment-bearish{background:#fee2e2;color:#991b1b}.investment-neutral{background:#f3f4f6;color:#374151}.recommendation-view-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px;transition:all .2s ease;width:100%}.recommendation-view-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.recommendations-empty{color:#6b7280;font-size:1.1rem;padding:40px;text-align:center}.featured-sections-container{margin:60px auto;max-width:1400px;padding:0 20px}.featured-section{border-radius:24px;box-shadow:0 8px 30px #0000001a;margin-bottom:60px;padding:40px;transition:all .3s ease}.commercial-section{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.residential-section{background:linear-gradient(135deg,#059669,#10b981);color:#fff}.featured-section-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.featured-section-header,.featured-section-title-wrapper{align-items:center;display:flex;gap:20px}.featured-section-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));font-size:3.5rem}.featured-section h2{font-size:2.2rem;font-weight:800;margin-bottom:8px;text-shadow:2px 2px 4px #0003}.featured-section-subtitle{font-size:1.1rem;margin:0;opacity:.95}.view-all-btn{background:#fff;border:none;border-radius:10px;box-shadow:0 4px 15px #0003;color:#667eea;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 28px;transition:all .3s ease}.view-all-btn:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.residential-section .view-all-btn{color:#059669}.featured-loading{font-size:1.2rem;opacity:.9;padding:60px;text-align:center}.featured-properties-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.featured-property-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000001a;cursor:pointer;overflow:hidden;padding:24px;position:relative;transition:all .3s ease}.featured-property-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.residential-card:before{background:linear-gradient(90deg,#059669,#10b981)}.featured-property-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-6px)}.featured-property-card:hover:before{transform:scaleX(1)}.featured-property-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:700;margin-bottom:16px;padding:6px 14px}.commercial-badge{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.residential-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.featured-property-content h3{color:#1f2937;font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:12px}.featured-property-price{color:#667eea;font-size:1.8rem;font-weight:800;margin-bottom:16px}.residential-card .featured-property-price{color:#10b981}.featured-property-location,.featured-property-size{align-items:center;color:#6b7280;display:flex;font-size:.95rem;gap:8px;margin-bottom:8px}.featured-property-amenities{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.amenity-count{background:#f3f4f6;border-radius:6px;color:#4b5563;display:inline-block;font-size:.85rem;font-weight:600;padding:6px 12px}.featured-empty{background:#ffffff1a;border-radius:12px;font-size:1.1rem;opacity:.9;padding:60px;text-align:center}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;display:inline-block;height:16px;width:16px}@media (max-width:768px){.budget-finder-hero h1{font-size:2rem}.budget-input-section{padding:30px 20px}.budget-properties-grid{grid-template-columns:1fr}.results-header{align-items:flex-start;flex-direction:column}.recommendations-grid{grid-template-columns:1fr}.recommendations-header h2{font-size:1.5rem}.recommendation-card{padding:20px}.property-type-selector{flex-direction:column;gap:10px}.property-type-btn{justify-content:center;width:100%}.featured-section{padding:30px 20px}.featured-section h2{font-size:1.8rem}.featured-section-icon{font-size:2.5rem}.featured-properties-grid{grid-template-columns:1fr}.featured-section-header{align-items:flex-start;flex-direction:column}}.bangalore-developments-page{background:#f9fafb;min-height:100vh}.developments-hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;margin-bottom:40px;min-height:400px;overflow:hidden;position:relative}.developments-hero:before{background:url(https://images.unsplash.com/photo-1591976051374-9b8cc40ca0cf?w=1920&q=80) 50%/cover;bottom:0;content:"";left:0;opacity:.15;position:absolute;right:0;top:0;z-index:0}.hero-content{max-width:900px}.hero-title{margin-bottom:20px}.hero-subtitle{margin-bottom:40px}.hero-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:800px}.hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;padding:20px;text-align:center}.stat-label{opacity:.9}.main-content{margin:0 auto;max-width:1400px}.category-filter-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:30px;padding:24px}.filter-title{color:#1a1a1a;font-size:18px;font-weight:600;margin-bottom:16px}.content-layout{grid-gap:30px;display:grid;gap:30px;grid-template-columns:350px 1fr}.developments-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;height:-webkit-fit-content;height:fit-content;padding:24px;position:-webkit-sticky;position:sticky;top:100px}.sidebar-title{border-bottom:2px solid #e5e7eb;color:#1a1a1a;font-size:20px;font-weight:700;margin-bottom:20px;padding-bottom:16px}.developments-list{display:flex;flex-direction:column;gap:12px}.development-item{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:16px;transition:all .3s ease}.development-item:hover{background:#f0f7ff;border-color:#667eea;transform:translateX(4px)}.development-item.active{background:linear-gradient(135deg,#667eea15,#764ba215);border-color:#667eea;box-shadow:0 4px 12px #667eea33}.item-icon{flex-shrink:0;font-size:28px}.item-content{flex:1 1}.item-title{color:#1a1a1a;font-size:15px;font-weight:600;line-height:1.3;margin-bottom:6px}.item-meta{display:flex;flex-direction:column;gap:4px}.item-budget{color:#667eea;font-size:12px;font-weight:600}.item-status{font-size:11px;font-weight:600}.developments-main{min-height:600px}.development-detail-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:40px;padding:32px}.detail-header{border-bottom:2px solid #e5e7eb;display:flex;gap:20px;margin-bottom:30px;padding-bottom:24px}.detail-icon-wrapper{align-items:center;border:3px solid;border-radius:16px;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.detail-icon{font-size:40px}.detail-header-content{flex:1 1}.detail-title{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:12px}.detail-badges{display:flex;flex-wrap:wrap;gap:12px}.impact-badge,.status-badge{border:2px solid;border-radius:8px;font-size:13px;font-weight:600;padding:6px 14px}.detail-body{display:flex;flex-direction:column;gap:24px}.detail-description{color:#4b5563;font-size:16px;line-height:1.7}.detail-info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-card{background:linear-gradient(135deg,#f0f7ff,#f9fafb);border:2px solid #e5e7eb;border-radius:12px;gap:16px;padding:20px}.info-icon{flex-shrink:0;font-size:32px}.info-content{flex:1 1}.info-label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.info-value{color:#1a1a1a;font-size:18px;font-weight:700}.areas-section,.benefits-section,.investment-potential-section{background:#f9fafb;border-left:4px solid #667eea;border-radius:12px;padding:20px}.section-heading{color:#1a1a1a;font-size:18px;font-weight:700;margin-bottom:16px}.areas-tags{display:flex;flex-wrap:wrap;gap:10px}.area-tag-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-block;font-size:13px;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .2s ease}.area-tag-link:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.benefits-list{list-style:none;margin:0;padding-left:0}.benefits-list li{align-items:flex-start;border-bottom:1px solid #e5e7eb;color:#4b5563;display:flex;font-size:15px;gap:12px;line-height:1.6;padding:12px 0}.benefits-list li:last-child{border-bottom:none}.benefit-icon{color:#10b981;flex-shrink:0;font-size:18px;font-weight:700}.potential-card{background:linear-gradient(135deg,#fef3c7,#f9fafb);border-left:4px solid #f59e0b;border-radius:8px;padding:16px}.potential-text{color:#92400e;font-size:15px;font-weight:500;line-height:1.7;margin:0}.map-toggle-section{margin-top:20px}.map-toggle-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-bottom:20px;padding:12px 24px;transition:all .2s ease}.map-toggle-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.map-toggle-btn.active{background:#6b7280}.development-map-container{border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-top:20px;overflow:hidden}.properties-section{margin-top:40px}.section-title{font-size:24px;margin-bottom:8px}.section-subtitle{font-size:15px}.empty-state,.loading-state,.welcome-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:60px 40px;text-align:center}.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 20px}.loading-state p{margin-top:20px}.empty-icon,.welcome-icon{font-size:64px;margin-bottom:20px}.empty-state h4,.welcome-state h3{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:12px}.empty-state p,.welcome-state p{color:#6b7280;font-size:16px;margin-bottom:24px}.explore-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .2s ease}.explore-link:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.quick-stats{display:flex;gap:30px;justify-content:center;margin-top:30px}.quick-stat{text-align:center}.quick-stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:800;margin-bottom:8px}.quick-stat-label{color:#6b7280;font-size:14px;font-weight:600}@media (max-width:1024px){.content-layout{grid-template-columns:1fr}.developments-sidebar{margin-bottom:30px;position:static}.developments-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.hero-stats{gap:15px;grid-template-columns:repeat(2,1fr)}.category-filter{justify-content:center}.detail-header{flex-direction:column}.detail-title{font-size:24px}.detail-info-grid,.properties-grid{grid-template-columns:1fr}.quick-stats{flex-direction:column;gap:20px}}.shortlist-page{background:#f9fafb;min-height:100vh;padding:40px 0 60px}.shortlist-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin-bottom:30px}.header-content{flex:1 1}.btn-clear-all{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px;transition:all .2s ease;white-space:nowrap}.btn-clear-all:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.shortlist-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:40px}.stat-card{border:2px solid #e5e7eb;box-shadow:0 2px 8px #00000014;padding:24px;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.stat-value{color:#667eea;font-size:32px;font-weight:800;margin-bottom:8px}.stat-label{font-size:14px;font-weight:600}.properties-grid{grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:50px}.loading-state p{margin:0}.empty-state{margin-bottom:50px}.empty-state h2{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:12px}.empty-state p{font-size:18px;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:500px}.empty-actions{flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-block;font-size:16px;font-weight:600;padding:14px 28px;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-primary:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#f0f7ff}.quick-actions{box-shadow:0 2px 8px #00000014;margin-top:50px;padding:40px}.actions-title{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:24px;text-align:center}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.action-card{background:#f9fafb;border-radius:12px;display:flex;gap:16px;padding:24px;transition:all .3s ease}.action-card:hover{background:#f0f7ff;box-shadow:0 4px 12px #667eea26}.action-icon{flex-shrink:0}.action-content{flex:1 1}.action-content h4{color:#1a1a1a;font-size:18px;font-weight:700;margin-bottom:6px}.action-content p{color:#6b7280;font-size:14px;line-height:1.5;margin:0}@media (max-width:768px){.shortlist-header{flex-direction:column}.page-title{font-size:32px}.title-icon{font-size:36px}.page-subtitle{font-size:16px}.shortlist-stats{grid-template-columns:repeat(2,1fr)}.properties-grid{grid-template-columns:1fr}.empty-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{text-align:center;width:100%}.actions-grid{grid-template-columns:1fr}.quick-actions{padding:30px 20px}}.compare-plots-page{background:#f9fafb;min-height:100vh;padding:40px 0 60px}.compare-header{margin-bottom:40px;text-align:center}.page-title{align-items:center;display:flex;font-size:42px;gap:16px;justify-content:center}.title-icon{font-size:48px}.page-subtitle{font-size:18px;margin:0 auto;max-width:600px}.property-selectors{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr auto 1fr;margin-bottom:50px}.property-selector{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;min-height:400px;padding:24px}.selector-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.selector-header h3{color:#1a1a1a;font-size:20px;font-weight:700;margin:0}.btn-remove{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px;transition:all .2s ease}.btn-remove:hover{background:#fecaca;transform:translateY(-1px)}.search-input{border:2px solid #e5e7eb;border-radius:10px;box-sizing:border-box;font-size:15px;padding:14px 18px;transition:all .2s ease;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.search-results{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 12px #00000026;left:0;margin-top:8px;max-height:400px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.search-result-item{border-bottom:1px solid #e5e7eb;cursor:pointer;padding:16px;transition:all .2s ease}.search-result-item:hover{background:#f9fafb;padding-left:20px}.search-result-item:last-child{border-bottom:none}.result-info h4{color:#1a1a1a;font-size:16px;font-weight:600;margin:0 0 6px}.result-info p{color:#6b7280;font-size:14px;margin:0 0 8px}.result-price{color:#667eea;font-size:16px;font-weight:700}.loading-results{color:#6b7280;font-size:14px;padding:20px;text-align:center}.selected-property{display:flex;flex-direction:column;gap:16px}.selected-property>div{pointer-events:none}.selected-property .property-card{cursor:default}.btn-view-details{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .2s ease}.btn-view-details:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.swap-button{align-items:center;align-self:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;transition:all .3s ease;width:50px}.swap-button:hover{box-shadow:0 6px 16px #667eea66;transform:rotate(180deg) scale(1.1)}.comparison-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:40px;padding:40px}.comparison-header{margin-bottom:30px;text-align:center}.comparison-header h2{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:8px}.comparison-header p{color:#6b7280;font-size:16px}.comparison-table{margin-bottom:30px;overflow-x:auto}.comparison-header-row,.comparison-row{grid-gap:20px;align-items:center;border-bottom:1px solid #e5e7eb;display:grid;gap:20px;grid-template-columns:250px 1fr 1fr;padding:20px}.comparison-header-row{background:linear-gradient(135deg,#f0f7ff,#f9fafb);border-bottom:3px solid #667eea;font-weight:700}.comparison-row:hover{background:#f9fafb}.comparison-label-col{color:#4b5563;font-size:15px;font-weight:600}.comparison-value-col{border-radius:8px;padding:12px;position:relative;transition:all .2s ease}.comparison-value-col.highlight-better{background:#d1fae5;border:2px solid #10b981}.comparison-value-col.highlight-worse{background:#fee2e2;border:2px solid #ef4444}.property-header{text-align:center}.property-header h3{color:#1a1a1a;font-size:18px;font-weight:700;margin:0 0 6px}.property-location{color:#6b7280;font-size:14px}.label-text{color:#4b5563;font-weight:600}.value-text{color:#1a1a1a;font-size:15px;font-weight:500}.winner-badge{background:#10b981;border-radius:4px;color:#fff;display:inline-block;font-size:11px;font-weight:700;margin-left:8px;padding:4px 10px}.amenities-row,.tags-row{align-items:start;padding-bottom:24px;padding-top:24px}.amenities-list,.tags-list{display:flex;flex-wrap:wrap;gap:8px}.amenity-tag{background:#d1fae5;border-radius:6px;color:#065f46;font-size:13px;font-weight:600;padding:6px 12px}.tag-badge{background:#e0e7ff;color:#4338ca;padding:6px 12px}.comparison-actions{border-top:2px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding-top:30px}.btn-action-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:14px 28px;text-decoration:none;transition:all .2s ease}.btn-action-primary:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.empty-comparison-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:80px 40px;text-align:center}.empty-icon{font-size:80px;margin-bottom:24px}.empty-comparison-state h3{color:#1a1a1a;font-size:28px;font-weight:700;margin-bottom:12px}.empty-comparison-state p{color:#6b7280;font-size:16px;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:500px}.empty-actions{display:flex;gap:16px;justify-content:center}.btn-explore{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:14px 28px;text-decoration:none;transition:all .2s ease}.btn-explore:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}@media (max-width:1024px){.property-selectors{gap:20px;grid-template-columns:1fr}.swap-button{margin:10px 0;transform:rotate(90deg)}.comparison-header-row,.comparison-row{gap:12px;grid-template-columns:180px 1fr 1fr;padding:16px}}@media (max-width:768px){.page-title{font-size:32px}.title-icon{font-size:36px}.page-subtitle{font-size:16px}.comparison-section{padding:24px}.comparison-header h2{font-size:24px}.comparison-header-row,.comparison-row{font-size:14px;gap:8px;grid-template-columns:120px 1fr 1fr;padding:12px}.property-header h3{font-size:14px}.value-text{font-size:13px}.comparison-actions{flex-direction:column}.btn-action-primary{width:100%}}.blog-page{background:#f9fafb;min-height:100vh}.blog-hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;margin-bottom:40px;min-height:300px;overflow:hidden;position:relative}.blog-hero:before{background:url(https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=1920&q=80) 50%/cover;content:"";opacity:.15;z-index:0}.blog-hero:before,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:linear-gradient(135deg,#667eeae6,#764ba2e6);z-index:1}.hero-container{padding:60px 20px}.hero-content{max-width:90%;width:100%}.hero-title{font-size:48px;font-weight:800;margin-bottom:16px;text-shadow:0 4px 12px #0000004d}.hero-subtitle{font-size:20px;line-height:1.6;opacity:.95}.container{max-width:95%;width:100%}.blog-filters-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:40px;padding:30px}.search-bar-container{margin-bottom:24px;position:relative}.blog-search-input{border:2px solid #e5e7eb;border-radius:10px;font-size:16px;padding:14px 50px 14px 18px;transition:all .2s ease;width:100%}.blog-search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.search-icon{color:#6b7280;font-size:20px;pointer-events:none;position:absolute;right:18px;top:50%;transform:translateY(-50%)}.category-filter{display:flex;flex-wrap:wrap;gap:12px}.category-btn{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 18px;transition:all .2s ease}.category-btn:hover{background:#f0f7ff;border-color:#667eea;color:#667eea}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.category-icon{font-size:18px}.featured-blogs-section{margin-bottom:50px}.featured-blogs-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.featured-blog-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease}.featured-blog-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.featured-image-wrapper{height:220px;overflow:hidden;position:relative;width:100%}.featured-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.featured-blog-card:hover .featured-image{transform:scale(1.05)}.featured-badge{background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:6px;right:12px}.featured-content{display:flex;flex:1 1;flex-direction:column;padding:24px}.blog-meta{align-items:center;display:flex;font-size:12px;justify-content:space-between;margin-bottom:12px}.category-badge{background:#e0e7ff;border-radius:4px;color:#4338ca;font-weight:600;padding:4px 10px;text-transform:capitalize}.blog-date{color:#6b7280;font-size:12px}.featured-title{color:#1a1a1a;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:12px}.featured-excerpt{color:#4b5563;flex:1 1;font-size:14px;line-height:1.6;margin-bottom:16px}.blog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:16px}.read-more{color:#667eea;font-size:14px;font-weight:600}.views-count{color:#6b7280;font-size:12px}.blogs-section{margin-top:40px}.section-header{margin-bottom:24px}.section-subtitle{font-size:14px}.blogs-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.blog-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease}.blog-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.blog-image-wrapper{height:200px;overflow:hidden;position:relative;width:100%}.blog-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.blog-card:hover .blog-image{transform:scale(1.05)}.featured-mini-badge{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:20px;position:absolute;right:12px;top:12px}.blog-card-content{display:flex;flex:1 1;flex-direction:column;padding:20px}.blog-title{color:#1a1a1a;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:10px}.blog-excerpt{color:#4b5563;flex:1 1;font-size:14px;line-height:1.6;margin-bottom:12px}.blog-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tag{background:#f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:4px 10px}.pagination-btn{color:#4b5563;padding:10px 20px;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f0f7ff;color:#667eea}.pagination-info{font-weight:600}.empty-state{box-shadow:0 2px 8px #00000014;padding:80px 40px}.empty-icon{font-size:64px;margin-bottom:20px}.empty-state h3{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:12px}@media (min-width:1400px){.container{max-width:1600px}}@media (min-width:1920px){.container{max-width:1800px}}@media (max-width:768px){.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.blogs-grid,.featured-blogs-grid{grid-template-columns:1fr}.category-filter{justify-content:center}.blog-filters-section{padding:20px}.container{max-width:100%;padding:0 15px}}.blog-detail-page{background:#fff;min-height:100vh}.blog-hero-image{height:400px;margin-bottom:40px;overflow:hidden;position:relative;width:100%}.blog-hero-image img{height:100%;object-fit:cover;width:100%}.hero-overlay-dark{background:linear-gradient(180deg,#0000004d,#0009);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.container{max-width:1200px;width:95%}.main-content{max-width:100%;padding:0 20px 60px;width:100%}.breadcrumb{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px;margin-bottom:30px}.breadcrumb a{color:#667eea;text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#764ba2;text-decoration:underline}.breadcrumb span{color:#9ca3af}.blog-article{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:40px;padding:40px}.article-header{border-bottom:2px solid #e5e7eb;margin-bottom:32px;padding-bottom:24px}.article-meta-top{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.category-badge-large{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;font-size:14px;font-weight:600;padding:8px 16px;text-transform:capitalize}.article-date{color:#6b7280;font-size:14px;font-weight:500}.article-title{color:#1a1a1a;font-size:36px;font-weight:800;line-height:1.2;margin-bottom:16px}.article-excerpt{color:#4b5563;font-size:20px;font-weight:400;line-height:1.6;margin-bottom:20px}.article-meta-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.author-info{align-items:center;display:flex;gap:8px}.author-icon{font-size:18px}.author-name{color:#4b5563;font-size:15px;font-weight:600}.article-stats{align-items:center;display:flex;gap:12px}.views-stat{color:#6b7280;font-size:14px;font-weight:500}.source-badge{background:#e0f2fe;border-radius:4px;color:#0369a1;font-size:12px;font-weight:600;padding:4px 10px}.article-content{margin-bottom:32px}.content-body{color:#1a1a1a;font-size:16px;line-height:1.8}.content-h1{font-size:32px;font-weight:800;margin:32px 0 16px}.content-h1,.content-h2{color:#1a1a1a;line-height:1.3}.content-h2{font-size:26px;font-weight:700;margin:28px 0 14px}.content-h3{color:#1a1a1a;font-size:22px;font-weight:700;line-height:1.3;margin:24px 0 12px}.content-p{color:#4b5563;line-height:1.8;margin-bottom:16px}.content-bold{color:#1a1a1a;font-size:17px;font-weight:700;margin-bottom:16px}.content-list{list-style:none;margin:20px 0;padding-left:24px}.content-list li{color:#4b5563;line-height:1.7;margin-bottom:12px;padding-left:24px;position:relative}.content-list li:before{color:#667eea;content:"•";font-size:20px;font-weight:700;left:0;position:absolute}.content-table-row{background:#f9fafb;border-radius:6px;display:flex;gap:12px;margin-bottom:8px;padding:12px}.table-cell{color:#4b5563;flex:1 1;font-size:14px;font-weight:600}.article-tags{background:#f9fafb;border-radius:8px;margin-bottom:24px;padding:24px}.article-tags h4{color:#1a1a1a;font-size:16px;font-weight:700;margin-bottom:12px}.tags-container{display:flex;flex-wrap:wrap;gap:10px}.tag-badge{background:#fff;border:2px solid #e5e7eb;border-radius:6px;color:#4b5563;font-size:13px;font-weight:600;padding:6px 14px;transition:all .2s ease}.tag-badge:hover{background:#f0f7ff;border-color:#667eea;color:#667eea}.source-info{background:#eff6ff;border-left:4px solid #3b82f6;border-radius:8px;display:flex;gap:12px;margin-bottom:24px;padding:20px}.source-icon{flex-shrink:0;font-size:24px}.source-content{display:flex;flex:1 1;flex-direction:column;gap:6px}.source-content strong{color:#1e40af;font-size:14px}.source-content a{color:#3b82f6;font-size:14px;text-decoration:none;word-break:break-all}.source-content a:hover{text-decoration:underline}.crawled-date{color:#6b7280;font-size:12px}.article-share{background:#f9fafb;border-radius:8px;margin-bottom:24px;padding:24px}.article-share h4{color:#1a1a1a;font-size:16px;font-weight:700;margin-bottom:12px}.share-buttons{display:flex;flex-wrap:wrap;gap:12px}.share-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.share-btn:hover{background:#f0f7ff;border-color:#667eea;color:#667eea;transform:translateY(-2px)}.related-articles{margin-top:50px}.section-title{font-weight:700;margin-bottom:24px}.related-blogs-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.related-blog-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease}.related-blog-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.related-image-wrapper{height:180px;overflow:hidden;width:100%}.related-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.related-blog-card:hover .related-image{transform:scale(1.05)}.related-content{display:flex;flex:1 1;flex-direction:column;padding:20px}.related-category{color:#667eea;font-size:12px;font-weight:600;margin-bottom:8px;text-transform:capitalize}.related-title{color:#1a1a1a;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:8px}.related-excerpt{color:#4b5563;flex:1 1;font-size:14px;line-height:1.6;margin-bottom:12px}.related-content .read-more{color:#667eea;font-size:14px;font-weight:600}.back-to-blog{margin-top:40px;text-align:center}.btn-back-to-blog{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-block;font-size:16px;font-weight:600;padding:14px 28px;text-decoration:none;transition:all .2s ease}.btn-back-to-blog:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.loading-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:80px 40px;text-align:center}.spinner{animation:spin .8s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 20px;width:50px}.loading-state p{color:#6b7280;font-size:16px}.error-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:80px 40px;text-align:center}.error-icon{font-size:64px}.error-state h2{color:#1a1a1a;font-size:28px;font-weight:700;margin-bottom:12px}.error-state p{color:#6b7280;font-size:16px;margin-bottom:24px}.btn-back{background:linear-gradient(135deg,#667eea,#764ba2);display:inline-block;padding:12px 24px;text-decoration:none;transition:all .2s ease}.btn-back:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}@media (min-width:1400px){.container{max-width:1400px}}@media (min-width:1920px){.container{max-width:1600px}}@media (max-width:768px){.blog-hero-image{height:250px}.blog-article{padding:24px}.article-title{font-size:28px}.article-excerpt{font-size:18px}.content-h1{font-size:26px}.content-h2{font-size:22px}.content-h3{font-size:20px}.related-blogs-grid{grid-template-columns:1fr}.article-meta-bottom,.article-meta-top{align-items:flex-start;flex-direction:column}.container{max-width:100%;padding:0 15px}}.layout-detail-page{background:#f9fafb;min-height:100vh}.error-container,.loading-container{min-height:80vh;padding:60px 20px}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.loading-container{padding:80px 20px}.loading-container p{color:#6b7280;font-size:18px;font-weight:500}.error-icon{font-size:72px;margin-bottom:20px;opacity:.6}.error-container h2{color:#1a1a1a;font-size:32px;font-weight:800;margin-bottom:12px}.error-container p{color:#6b7280;font-size:16px;margin-bottom:24px}.btn-back-home{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:inline-block;font-size:16px;font-weight:700;padding:14px 28px;text-decoration:none;transition:all .3s ease}.btn-back-home:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.layout-hero{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding-bottom:0;position:relative}.hero-overlay-gradient{background:linear-gradient(180deg,#667eeaf2,#764ba2d9);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero-container{padding:60px 20px 40px;position:relative;z-index:2}.hero-content{color:#fff;margin:0 auto;max-width:1200px}.breadcrumb-nav{align-items:center;color:#ffffffe6;display:flex;font-size:14px;gap:8px;margin-bottom:24px}.breadcrumb-nav a{color:#ffffffe6;text-decoration:none;transition:color .2s ease}.breadcrumb-nav a:hover{color:#fff;text-decoration:underline}.layout-hero-title{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:12px;text-shadow:0 4px 12px #0000004d}.layout-hero-developer{font-size:20px;font-weight:500;margin-bottom:32px;opacity:.95}.hero-stats{display:flex;flex-wrap:wrap;gap:40px}.hero-stat{align-items:center;display:flex;gap:12px}.hero-stat .stat-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:32px}.hero-stat .stat-value{display:block;font-size:28px;font-weight:800;line-height:1;margin-bottom:4px}.hero-stat .stat-label{display:block;font-size:14px;font-weight:500;opacity:.9}.layout-plan-hero{background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -4px 20px #0000001a;margin:0 auto;max-width:1600px;padding:40px;position:relative;width:100%;z-index:3}.layout-plan-main-image{border-radius:16px;box-shadow:0 8px 32px #00000026;height:auto;max-height:600px;object-fit:contain;width:100%}.plan-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#1a1a1a;font-size:16px;font-weight:700;padding:12px 24px;position:absolute;right:60px;top:60px}.container{margin:0 auto;max-width:1400px;padding:0 20px}.main-content{padding:40px 20px 60px}.layout-info-section{margin:40px 0}.info-cards-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.info-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;display:flex;gap:20px;padding:28px;transition:all .3s ease}.info-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.info-card-icon{flex-shrink:0;font-size:40px}.info-card-content h3{color:#6b7280;font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.info-card-value{color:#1a1a1a;font-size:20px;font-weight:700;margin-bottom:4px}.info-card-detail{color:#6b7280;font-size:14px;margin-top:4px}.approvals-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.approval-badge-large{border-radius:8px;font-size:13px;font-weight:700;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.approval-badge-large.bda{background:#dbeafe;color:#1e40af}.approval-badge-large.bmrda{background:#d1fae5;color:#065f46}.approval-badge-large.rera{background:#fef3c7;color:#92400e}.capitalize{text-transform:capitalize}.amenities-infrastructure-section{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:50px 0}.section-title{color:#1a1a1a;font-size:28px;font-weight:800}.amenities-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.amenity-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:12px;padding:16px}.amenity-icon{font-size:28px}.amenity-name{color:#4b5563;font-size:15px;font-weight:600}.infrastructure-list{display:flex;flex-direction:column;gap:12px}.infrastructure-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:16px;padding:20px}.infra-icon{flex-shrink:0;font-size:32px}.infra-details{display:flex;flex-direction:column;gap:4px}.infra-name{color:#1a1a1a;font-size:16px;font-weight:700}.infra-distance{color:#6b7280;font-size:14px}.plots-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;margin:50px 0;padding:40px}.plots-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px}.section-subtitle{color:#6b7280;font-size:16px;margin-top:8px}.plots-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.status-filter,.view-mode-toggle{background:#f3f4f6;border-radius:10px;display:flex;gap:8px;padding:6px}.filter-btn,.view-mode-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;padding:10px 18px;transition:all .2s ease}.filter-btn.active,.view-mode-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.filter-btn:hover:not(.active),.view-mode-btn:hover:not(.active){background:#e5e7eb;color:#1a1a1a}.plots-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:24px}.plot-card{background:#fff;border:3px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:20px;position:relative;transition:all .3s ease}.plot-card:hover{border-color:#667eea;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.plot-card.selected{background:linear-gradient(135deg,#f0f7ff,#fff);border-color:#667eea;box-shadow:0 8px 24px #667eea33}.plot-card.available{border-left:5px solid #10b981}.plot-card.sold{border-left:5px solid #ef4444;opacity:.7}.plot-card.pending{border-left:5px solid #f59e0b}.plot-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.plot-number{color:#1a1a1a;font-size:16px;font-weight:700}.plot-status-badge{border-radius:6px;font-size:11px;font-weight:700;padding:4px 10px;text-transform:uppercase}.plot-status-badge.available{background:#d1fae5;color:#065f46}.plot-status-badge.sold{background:#fee2e2;color:#991b1b}.plot-status-badge.pending{background:#fef3c7;color:#92400e}.plot-details-mini{gap:8px}.plot-area,.plot-details-mini{display:flex;flex-direction:column}.plot-area{gap:2px}.area-value{color:#1a1a1a;font-size:18px;font-weight:700}.area-metric{color:#6b7280;font-size:12px}.plot-price{color:#667eea;font-size:16px;font-weight:700;margin-top:8px}.plot-selected-indicator{background:#667eea;border-radius:6px;color:#fff;font-size:12px;font-weight:700;margin-top:12px;padding:8px;text-align:center}.plan-view-container{margin-top:24px}.plan-view-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;position:relative}.plan-view-image{display:block;height:auto;width:100%}.plan-legend{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;bottom:20px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;gap:8px;padding:16px;position:absolute;right:20px}.legend-item{align-items:center;display:flex;font-size:14px;font-weight:600;gap:10px}.legend-color{border-radius:4px;height:20px;width:20px}.legend-color.available{background:#10b981}.legend-color.sold{background:#ef4444}.legend-color.pending{background:#f59e0b}.no-plots{color:#6b7280;padding:60px 20px;text-align:center}.no-plots-icon{font-size:64px;margin-bottom:16px;opacity:.5}.plot-details-section{background:#fff;border:3px solid #667eea;border-radius:16px;box-shadow:0 4px 12px #0000001a;margin:50px 0;padding:40px}.plot-details-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:20px}.close-details-btn{background:#fee2e2;border:none;border-radius:8px;color:#991b1b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.close-details-btn:hover{background:#fecaca;transform:translateY(-2px)}.plot-details-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 400px}.plot-details-main{display:flex;flex-direction:column;gap:24px}.detail-card{background:#f9fafb;border-radius:12px;padding:24px}.detail-card h3{color:#1a1a1a;font-size:20px;font-weight:700;margin-bottom:20px}.detail-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.detail-item{display:flex;flex-direction:column;gap:6px}.detail-label{color:#6b7280;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-value{color:#1a1a1a;font-size:18px;font-weight:700}.detail-value.price-highlight{color:#667eea;font-size:24px}.status-badge{border-radius:6px;display:inline-block;font-size:14px;font-weight:700}.status-badge.available{background:#d1fae5;color:#065f46}.status-badge.sold{background:#fee2e2;color:#991b1b}.status-badge.pending{background:#fef3c7;color:#92400e}.description-text,.location-text{color:#4b5563;font-size:16px;line-height:1.7}.plot-actions{display:flex;gap:16px;margin-top:8px}.btn-primary-large,.btn-secondary-large{border:none;border-radius:10px;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;padding:16px 32px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary-large{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex:1 1}.btn-primary-large:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-secondary-large{background:#fff;border:2px solid #667eea;color:#667eea;flex:1 1}.btn-secondary-large:hover{background:#f0f7ff;transform:translateY(-2px)}.plot-images-sidebar{background:#f9fafb;border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:24px;position:-webkit-sticky;position:sticky;top:20px}.plot-images-sidebar h3{color:#1a1a1a;font-size:20px;font-weight:700;margin-bottom:20px}.plot-images-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.plot-thumbnail{border-radius:8px;cursor:pointer;height:150px;object-fit:cover;transition:transform .2s ease;width:100%}.plot-thumbnail:hover{transform:scale(1.05)}.all-plots-cards-section{margin:50px 0}.property-cards-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:24px}.more-plots-note{color:#6b7280;font-size:14px;margin-top:24px;text-align:center}.back-section{border-top:2px solid #e5e7eb;margin-top:60px;padding-top:40px;text-align:center}.btn-back-layouts{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:inline-block;font-size:16px;font-weight:700;padding:14px 28px;text-decoration:none;transition:all .3s ease}.btn-back-layouts:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@media (max-width:1200px){.plot-details-content{grid-template-columns:1fr}.plot-images-sidebar{position:relative;top:0}}@media (max-width:768px){.layout-hero-title{font-size:32px}.layout-plan-hero{padding:20px}.plan-label{font-size:14px;padding:8px 16px;right:30px;top:30px}.layout-plan-main-image{max-height:400px}.hero-stats{gap:24px}.hero-stat .stat-value{font-size:24px}.amenities-infrastructure-section,.info-cards-grid{grid-template-columns:1fr}.plots-controls,.plots-header{flex-direction:column}.plots-controls{width:100%}.status-filter,.view-mode-toggle{justify-content:stretch;width:100%}.filter-btn,.view-mode-btn{flex:1 1}.plots-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.detail-grid{grid-template-columns:1fr}.plot-actions{flex-direction:column}.plot-details-section,.plots-section{padding:24px}}.desktop-only{display:block}.mobile-only{display:none}@media (max-width:960px){.desktop-only{display:none!important}.mobile-only{display:block!important}}.property-photos-carousel-fullscreen{background:#000;height:600px;margin:0 calc(-50vw + 50%) 30px;overflow:hidden;padding-top:0;position:relative;width:100vw}@media (max-width:960px){.property-photos-carousel-fullscreen{background:#000;height:50vh;min-height:350px}}.carousel-container-fullscreen{height:100%;position:relative;width:100%}.carousel-pattern{display:flex;gap:0;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .6s ease,visibility .6s ease;visibility:hidden;width:100%}.carousel-pattern.active{opacity:1;visibility:visible;z-index:1}.pattern-1{display:flex}.pattern-1 .property-main-image-fullscreen{height:100%;overflow:hidden;position:relative;width:50%}.pattern-1 .property-thumbnail-grid-fullscreen{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:100%;overflow:hidden;width:50%}.pattern-2{align-items:center;display:flex;justify-content:center}.property-grid-2x4-fullscreen{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);height:100%;overflow:hidden;width:100%}.grid-item-2x4{background:#1a1a1a;border:2px solid #0000;cursor:pointer;height:100%;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.grid-item-2x4:hover{border-color:#fff9;transform:scale(1.02);z-index:2}.grid-item-2x4.active{border-color:#ffffffe6;box-shadow:0 0 0 3px #ffffff4d;z-index:3}.grid-item-2x4 img{display:block;height:100%;object-fit:cover;width:100%}.grid-item-2x4.placeholder{align-items:center;background:#2a2a2a;border-color:#0000;display:flex;justify-content:center}.grid-item-2x4.placeholder .placeholder-content{color:#666;font-size:32px;font-weight:300}.property-main-image-fullscreen{height:100%;overflow:hidden;position:relative;width:50%}.main-image-wrapper-fullscreen{height:100%;overflow:hidden;position:relative;width:100%}.main-image-fullscreen{display:block;height:100%;object-fit:cover;width:100%}.carousel-nav-btn-fullscreen{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 8px #0000004d;color:#333;cursor:pointer;display:flex;font-size:32px;font-weight:300;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:20}.carousel-nav-btn-fullscreen:hover{background:#fff;box-shadow:0 4px 12px #0006;transform:translateY(-50%) scale(1.1)}.carousel-nav-btn-fullscreen.prev{left:20px}.carousel-nav-btn-fullscreen.next{right:20px}.image-nav-btn-fullscreen{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #0000004d;color:#333;cursor:pointer;display:flex;font-size:28px;font-weight:300;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.image-nav-btn-fullscreen:hover{background:#fff;box-shadow:0 4px 12px #0006}.image-nav-btn-fullscreen.prev{left:20px}.image-nav-btn-fullscreen.next{right:20px}.photo-count-overlay-fullscreen{align-items:center;background:#000c;border-radius:6px;bottom:20px;color:#fff;display:flex;font-size:14px;font-weight:500;gap:8px;left:20px;padding:10px 16px;position:absolute;z-index:20}.carousel-indicators-fullscreen{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:20}.carousel-dot{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.carousel-dot.active{background:#fff;border-radius:6px;width:30px}.play-icon-fullscreen{font-size:12px}.property-thumbnail-grid-fullscreen{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:100%;overflow:hidden;width:50%}.thumbnail-item-fullscreen{background:#e5e5e5;border:3px solid #0000;cursor:pointer;height:100%;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.thumbnail-item-fullscreen:hover{border-color:#ffffff80;transform:scale(1.02);z-index:5}.thumbnail-item-fullscreen.active{border-color:#fffc;box-shadow:0 0 0 2px #ffffff4d;z-index:5}.thumbnail-item-fullscreen img{display:block;height:100%;object-fit:cover;width:100%}.thumbnail-item-fullscreen.placeholder{align-items:center;background:#d1d5db;border-color:#0000;display:flex;justify-content:center}.placeholder-content{color:#666;font-size:32px;font-weight:300}.mobile-carousel-horizontal{background:#000;display:block;height:100%;overflow:hidden;position:relative;width:100%}.layouts-page{background:linear-gradient(135deg,#f9fafb,#fff);min-height:100vh;padding:120px 20px 60px}.layouts-header{margin-bottom:40px;text-align:center}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:12px}.page-subtitle{color:#6b7280;font-size:clamp(16px,2vw,20px);line-height:1.6}.layouts-filters{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:30px;padding:25px}.filter-input{border:2px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:14px;min-width:200px;padding:12px 16px;transition:border-color .3s}.filter-input:focus{border-color:#667eea;outline:none}.filter-checkbox{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:8px}.filter-checkbox input[type=checkbox]{cursor:pointer;height:18px;width:18px}.results-count{color:#6b7280;font-size:14px;margin-bottom:20px}.loading-layouts{padding:60px 20px;text-align:center}.empty-state{padding:80px 20px}.empty-state-icon{font-size:64px}.empty-state-title{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:12px}.empty-state-text{color:#6b7280;font-size:16px}.layouts-grid{grid-gap:30px;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:40px}.layout-card{border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;transition:all .3s ease}.layout-card:hover{box-shadow:0 12px 32px #00000026;transform:translateY(-8px)}.layout-plan-wrapper{background:#f3f4f6;height:280px;overflow:hidden;position:relative;width:100%}.layout-plan-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.layout-card:hover .layout-plan-image{transform:scale(1.05)}.featured-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;box-shadow:0 2px 8px #0003;color:#fff;font-size:12px;font-weight:700;left:12px;padding:6px 12px;position:absolute;top:12px;z-index:2}.availability-overlay{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;left:0;padding:15px;position:absolute;right:0;z-index:2}.availability-info{align-items:center;color:#fff;display:flex;flex-direction:column}.available-count{font-size:28px;font-weight:900;line-height:1;margin-bottom:4px}.available-label{font-size:12px;letter-spacing:.5px;opacity:.9;text-transform:uppercase}.layout-card-content{display:flex;flex:1 1;flex-direction:column;padding:24px}.layout-header{margin-bottom:12px}.layout-name{color:#1a1a1a;font-size:20px;font-weight:700;line-height:1.3;margin-bottom:4px}.layout-developer{color:#6b7280;font-size:13px;font-weight:500}.layout-location{align-items:center;color:#4b5563;display:flex;font-size:14px;gap:6px;margin-bottom:16px}.location-icon{font-size:16px}.layout-stats{grid-gap:12px;background:#f9fafb;border-radius:10px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:16px;padding:16px}.stat-item{align-items:center;display:flex;gap:8px}.stat-icon{font-size:20px}.stat-details{min-width:0}.stat-value{color:#1a1a1a;font-size:16px;font-weight:700;line-height:1.2;word-break:break-word}.stat-label{color:#6b7280;font-size:11px;letter-spacing:.5px;margin-top:2px;text-transform:uppercase}.layout-approvals{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.approval-badge{border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.approval-badge.bda{background:#dbeafe;color:#1e40af}.approval-badge.bmrda{background:#dcfce7;color:#166534}.approval-badge.rera{background:#fef3c7;color:#92400e}.layout-amenities-preview{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.amenity-icon{cursor:help;font-size:20px}.layout-view-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:flex;font-size:15px;font-weight:700;justify-content:space-between;margin-top:auto;padding:14px 20px;text-decoration:none;transition:all .3s ease}.layout-view-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.arrow-icon{font-size:18px;transition:transform .3s}.layout-view-btn:hover .arrow-icon{transform:translateX(4px)}.pagination{margin-top:40px}.pagination-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s}.pagination-btn:hover:not(:disabled){background:#667eea;border-color:#667eea;color:#fff}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:#6b7280;font-size:14px;font-weight:500}@media (max-width:768px){.layouts-page{padding:100px 15px 40px}.layouts-header{margin-bottom:30px}.page-title{font-size:28px}.page-subtitle{font-size:16px}.layouts-filters{padding:20px}.filter-group{align-items:stretch;flex-direction:column}.filter-input{min-width:100%}.layouts-grid{gap:20px;grid-template-columns:1fr}.layout-plan-wrapper{height:240px}.layout-card-content{padding:20px}.layout-stats{gap:10px;grid-template-columns:repeat(3,1fr);padding:12px}.stat-item{align-items:center;flex-direction:column;gap:4px;text-align:center}.stat-icon{font-size:18px}.stat-value{font-size:14px}.stat-label{font-size:10px}.pagination{flex-direction:column;gap:15px;padding:15px}.pagination-btn{max-width:200px;width:100%}}@media (max-width:480px){.layouts-page{padding:80px 10px 30px}.page-title{font-size:24px}.page-subtitle{font-size:14px}.layouts-filters{padding:15px}.filter-input{font-size:14px;padding:10px 14px}.layout-plan-wrapper{height:200px}.layout-card-content{padding:16px}.layout-name{font-size:18px}.layout-developer{font-size:12px}.layout-location{font-size:13px}.layout-stats{gap:8px;grid-template-columns:repeat(3,1fr);padding:10px}.stat-icon{font-size:16px}.stat-value{font-size:12px}.stat-label{font-size:9px}.layout-view-btn{font-size:14px;padding:12px 16px}.available-count{font-size:24px}.available-label{font-size:11px}}.more-page{margin:0 auto;max-width:1100px;padding:80px 20px 40px}.more-hero{margin-bottom:32px;text-align:center}.more-back{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.85rem;gap:4px;margin-bottom:12px;padding:6px 10px}.more-back:hover{border-color:var(--primary-color);color:var(--primary-color)}.more-title{font-size:2rem;font-weight:700;margin-bottom:8px}.more-subtitle{color:#4b5563;font-size:.95rem}.more-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.more-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:16px 18px;text-align:left;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.more-card:hover{border-color:var(--primary-color);box-shadow:0 12px 30px #0f172a1f;transform:translateY(-2px)}.more-card-label{font-weight:600;margin-bottom:6px}.more-card-description{color:#6b7280;font-size:.9rem}@media (max-width:640px){.more-page{padding:70px 16px 32px}.more-title{font-size:1.5rem}}.admin-dashboard{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:40px 20px}.admin-container{margin:0 auto;max-width:1400px}.admin-header{box-shadow:0 4px 6px #0000001a;padding:30px}.admin-header h1{color:#1f2937;font-size:32px;margin:0 0 10px}.admin-header p{color:#6b7280;font-size:16px;margin:0}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:30px}.stat-card{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;gap:20px;padding:25px;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-4px)}.stat-icon{flex-shrink:0;font-size:48px}.stat-content h3{color:#1f2937;font-size:32px;margin:0 0 5px}.stat-content p{color:#6b7280;font-size:14px;font-weight:500;margin:0 0 12px}.stat-details{display:flex;flex-direction:column;gap:5px}.stat-details span{color:#9ca3af;font-size:13px}.quick-actions{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.quick-actions h2{color:#1f2937;font-size:24px;margin:0 0 20px}.actions-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.action-card{border:2px solid #e5e7eb;border-radius:10px;color:inherit;display:block;padding:25px;position:relative;text-decoration:none;transition:all .2s}.action-card:hover{background:#f9fafb;border-color:#667eea;box-shadow:0 4px 8px #667eea33;transform:translateY(-2px)}.action-icon{font-size:40px;margin-bottom:15px}.action-card h3{color:#1f2937;font-size:18px;margin:0 0 8px}.action-card p{color:#6b7280;font-size:14px;margin:0 0 15px}.action-badge{background:#e5e7eb;border-radius:20px;color:#6b7280;display:inline-block;font-size:12px;font-weight:600;padding:5px 12px}.action-badge.urgent{background:#fee2e2;color:#dc2626}.alerts-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px}.alerts-section h2{color:#1f2937;font-size:24px;margin:0 0 20px}.alerts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.alert-card{align-items:center;border:2px solid #e5e7eb;border-radius:10px;color:inherit;display:flex;gap:20px;padding:20px;text-decoration:none;transition:all .2s}.alert-card:hover{background:#fffbeb;border-color:#f59e0b}.alert-card.urgent{background:#fef3c7;border-color:#fbbf24}.alert-icon{flex-shrink:0;font-size:36px}.alert-content h3{color:#1f2937;font-size:18px;margin:0 0 5px}.alert-content p{color:#6b7280;font-size:14px;margin:0}.alert-arrow{color:#9ca3af;font-size:24px;margin-left:auto}.error-message,.loading-spinner{background:#fff;border-radius:12px;color:#6b7280;font-size:18px;padding:60px 20px;text-align:center}.error-message{color:#dc2626}@media (max-width:768px){.admin-dashboard{padding:20px 10px}.admin-header h1{font-size:24px}.actions-grid,.alerts-grid,.stats-grid{grid-template-columns:1fr}}.user-management{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:40px 20px}.page-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;margin-bottom:30px;padding:30px}.page-header h1{color:#1f2937;font-size:32px;margin:0 0 10px}.page-header p{color:#6b7280;font-size:16px;margin:0}.btn-back{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background .2s}.btn-back:hover{background:#5568d3}.filters-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:30px;padding:25px}.filter-group label{display:block;font-weight:600;margin-bottom:8px}.filter-group input,.filter-group select{border:2px solid #e5e7eb;border-radius:8px;padding:10px;transition:border-color .2s;width:100%}.filter-group input:focus,.filter-group select:focus{border-color:#667eea;outline:none}.table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#f9fafb}.users-table th{border-bottom:2px solid #e5e7eb;color:#374151;font-size:14px;font-weight:600;padding:15px;text-align:left}.users-table td{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:14px;padding:15px}.users-table tbody tr:hover{background:#f9fafb}.badge{margin-left:8px}.badge.admin{background:#fef3c7;color:#92400e}.badge.buyer{background:#dbeafe;color:#1e40af}.badge.active,.badge.seller{background:#d1fae5;color:#065f46}.badge.inactive{background:#fee2e2;color:#991b1b}.badge.premium{background:#fce7f3;color:#9f1239}.badge.regular{background:#f3f4f6;color:#6b7280}.actions-cell{display:flex;gap:8px}.btn-action{background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;font-size:16px;padding:6px 10px;transition:all .2s}.btn-action:hover:not(:disabled){background:#e5e7eb;transform:scale(1.1)}.btn-action:disabled{cursor:not-allowed;opacity:.5}.btn-promote{background:#dbeafe}.empty-state{padding:40px}.pagination{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;gap:20px;margin-top:30px;padding:20px}.pagination button{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .2s}.pagination button:hover:not(:disabled){border-color:#667eea;color:#667eea}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination span{color:#6b7280;font-weight:600}@media (max-width:1200px){.filters-section{grid-template-columns:1fr 1fr}}@media (max-width:768px){.user-management{padding:20px 10px}.page-header{align-items:flex-start;flex-direction:column;gap:20px}.filters-section{grid-template-columns:1fr}.table-container{overflow-x:scroll}.users-table{min-width:800px}}.property-management{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:40px 20px}.filters-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr 1fr 1fr 1fr}.properties-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:30px}.property-card{box-shadow:0 4px 6px #0000001a;padding:25px;transition:transform .2s,box-shadow .2s}.property-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-4px)}.property-header{border-bottom:2px solid #f3f4f6;margin-bottom:15px;padding-bottom:15px}.property-title{color:#1f2937;display:block;font-size:18px;font-weight:700;margin-bottom:10px;text-decoration:none;transition:color .2s}.property-title:hover{color:#667eea}.property-badges{display:flex;flex-wrap:wrap;gap:8px}.badge{border-radius:12px;font-size:11px;padding:4px 10px}.badge.verified{background:#d1fae5;color:#065f46}.badge.featured{background:#fce7f3;color:#9f1239}.badge.status.available{background:#d1fae5;color:#065f46}.badge.status.sold{background:#fee2e2;color:#991b1b}.property-details{margin-bottom:20px}.detail-item{color:#6b7280;font-size:14px;margin-bottom:8px}.detail-item strong{color:#374151;margin-right:8px}.detail-item.rejection{background:#fee2e2;border-radius:6px;color:#991b1b;padding:10px}.property-actions{border-top:2px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:8px;padding-top:15px}.property-actions a,.property-actions button{display:inline-block;font-weight:600;padding:8px 14px;text-decoration:none;transition:all .2s}.btn-publish,.property-actions a,.property-actions button{border:none;border-radius:6px;cursor:pointer;font-size:13px}.btn-publish{background:#10b981;color:#fff;font-weight:500;padding:8px 16px;transition:background .2s}.btn-publish:hover{background:#059669}.btn-unpublish{background:#f59e0b;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:background .2s}.btn-unpublish:hover{background:#d97706}.badge.approved-not-published{background:#fef3c7;color:#92400e}.badge.approved-not-published,.badge.published{border-radius:4px;font-size:11px;font-weight:600;padding:4px 10px}.badge.published{background:#d1fae5;color:#065f46}.btn-verify{background:#dbeafe;color:#1e40af}.btn-verify:hover{background:#bfdbfe}.btn-verify.active{background:#d1fae5;color:#065f46}.empty-state{color:#9ca3af;font-size:16px}@media (max-width:1400px){.filters-section{grid-template-columns:2fr 1fr 1fr}}@media (max-width:900px){.filters-section,.properties-grid{grid-template-columns:1fr}}.layout-management{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:40px 20px}.layouts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:30px}.layout-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s}.layout-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-4px)}.layout-image{background:#f3f4f6;height:200px;overflow:hidden;width:100%}.layout-image img{height:100%;object-fit:cover;width:100%}.layout-content{padding:25px}.layout-header{border-bottom:2px solid #f3f4f6;margin-bottom:15px;padding-bottom:15px}.layout-title{color:#1f2937;display:block;font-size:18px;font-weight:700;margin-bottom:10px;text-decoration:none;transition:color .2s}.layout-title:hover{color:#667eea}.layout-badges{display:flex;flex-wrap:wrap;gap:8px}.layout-details{margin-bottom:20px}.layout-actions{border-top:2px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:8px;padding-top:15px}.layout-actions a,.layout-actions button{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;padding:8px 14px;text-decoration:none;transition:all .2s}.btn-approve{background:#d1fae5;color:#065f46}.btn-approve:hover{background:#a7f3d0}.btn-reject{background:#fee2e2;color:#991b1b}.btn-reject:hover{background:#fecaca}.btn-feature{background:#f3f4f6;color:#6b7280}.btn-feature:hover{background:#e5e7eb}.btn-feature.active{background:#fce7f3;color:#9f1239}.btn-view{background:#e5e7eb;color:#374151}.btn-view:hover{background:#d1d5db}.badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:capitalize}.badge.pending{background:#fef3c7;color:#92400e}.badge.approved-not-published{background:#d1fae5;color:#065f46}.badge.published{background:#dbeafe;color:#1e40af}.badge.featured{background:#fbbf24;color:#78350f}.badge.status{background:#e5e7eb;color:#374151}@media (max-width:900px){.layouts-grid{grid-template-columns:1fr}}.admin-analytics{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:40px 20px}.header-actions{align-items:center;display:flex;gap:15px}.period-select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;padding:10px 15px;transition:border-color .2s}.period-select:focus{border-color:#667eea;outline:none}.realtime-stats{background:#fff;box-shadow:0 4px 6px #0000001a;gap:20px;margin-bottom:30px;padding:20px}.realtime-card,.realtime-stats{align-items:center;border-radius:12px;display:flex}.realtime-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;gap:15px;min-width:200px;padding:15px 25px}.realtime-indicator{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:12px;width:12px}.realtime-card h3{font-size:14px;margin:0;opacity:.9}.realtime-number{font-size:32px;font-weight:700;margin:5px 0}.realtime-label{font-size:12px;opacity:.8}.realtime-info{color:#6b7280;font-size:14px}.analytics-overview{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.overview-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;gap:20px;padding:25px;transition:transform .2s,box-shadow .2s}.overview-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-5px)}.overview-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;flex-shrink:0;font-size:40px;height:60px;justify-content:center;width:60px}.overview-content h3{color:#1f2937;font-size:28px;font-weight:700;margin:0 0 5px}.overview-content p{color:#6b7280;font-size:14px;margin:0}.analytics-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.analytics-section h2{color:#1f2937;font-size:24px;margin:0 0 25px}.chart-container{padding:20px 0}.daily-chart{align-items:flex-end;border-bottom:2px solid #e5e7eb;display:flex;gap:10px;height:300px;padding:20px 0}.daily-bar{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:10px}.bar-wrapper{align-items:flex-end;display:flex;height:100%;justify-content:center;width:100%}.daily-bar .bar{background:linear-gradient(180deg,#667eea,#764ba2);border-radius:6px 6px 0 0;cursor:pointer;max-width:60px;transition:all .3s;width:100%}.daily-bar .bar:hover{opacity:.8;transform:scaleY(1.05)}.bar-label{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:12px;gap:5px}.bar-label strong{color:#1f2937;font-size:14px}.device-chart{gap:15px}.device-chart,.device-item{display:flex;flex-direction:column}.device-item{gap:8px}.device-label{align-items:center;display:flex;font-size:14px;justify-content:space-between}.device-label span{color:#6b7280;text-transform:capitalize}.device-label strong{color:#1f2937;font-size:18px}.bar-container{background:#f3f4f6;border-radius:6px;height:30px;overflow:hidden}.bar-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:6px;height:100%;transition:width .3s ease}.browser-list{display:flex;flex-direction:column;gap:12px}.browser-item{align-items:center;display:flex;gap:15px}.browser-name{color:#1f2937;font-size:14px;font-weight:500;min-width:100px}.browser-bar-container{background:#f3f4f6;border-radius:6px;flex:1 1;height:25px;overflow:hidden}.browser-bar{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:6px;height:100%;transition:width .3s ease}.browser-count{color:#6b7280;font-size:14px;font-weight:600;min-width:60px;text-align:right}.hours-chart{align-items:flex-end;border-bottom:2px solid #e5e7eb;display:flex;gap:8px;height:250px;padding:20px 0}.hour-bar{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px;height:100%}.hour-label{color:#6b7280;font-size:11px;margin-bottom:auto}.hour-bar-container{align-items:flex-end;display:flex;height:100%;justify-content:center;width:100%}.hour-bar-fill{background:linear-gradient(180deg,#667eea,#764ba2);border-radius:6px 6px 0 0;cursor:pointer;max-width:40px;transition:all .3s;width:100%}.hour-bar-fill:hover{opacity:.8}.hour-count{color:#6b7280;font-size:11px;margin-top:5px}.data-table{overflow-x:auto}.data-table table{border-collapse:collapse;width:100%}.data-table th{background:#f9fafb;border-bottom:2px solid #e5e7eb;color:#374151;font-size:14px;font-weight:600;padding:12px;text-align:left}.data-table td{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:14px;padding:12px}.data-table tbody tr:hover{background:#f9fafb}.data-table code{background:#f3f4f6;border-radius:4px;color:#667eea;font-size:13px;padding:4px 8px}.property-views-list{display:flex;flex-direction:column;gap:12px}.property-view-item{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:15px;padding:15px;transition:all .2s}.property-view-item:hover{background:#f3f4f6;transform:translateX(5px)}.property-view-rank{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;width:40px}.property-view-info{display:flex;flex:1 1;flex-direction:column;gap:5px}.property-view-info strong{color:#1f2937;font-size:15px}.property-view-info span{color:#6b7280;font-size:13px}.recent-activity-list{display:flex;flex-direction:column;gap:10px;max-height:500px;overflow-y:auto}.recent-activity-item{grid-gap:15px;align-items:center;background:#f9fafb;border-left:3px solid #667eea;border-radius:8px;display:grid;font-size:13px;gap:15px;grid-template-columns:120px 1fr 150px 100px;padding:12px}.activity-time{color:#6b7280;font-family:monospace}.activity-path code{background:#e5e7eb;border-radius:4px;color:#667eea;padding:4px 8px}.activity-user{color:#1f2937}.activity-device{color:#6b7280;text-align:right;text-transform:capitalize}.user-type-badge{background:#667eea;border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-left:8px;padding:2px 8px;text-transform:uppercase}@media (max-width:768px){.admin-analytics{padding:20px 10px}.page-header{align-items:flex-start;flex-direction:column;gap:20px}.header-actions{flex-direction:column;width:100%}.period-select{width:100%}.analytics-overview{grid-template-columns:1fr}.realtime-stats{align-items:stretch;flex-direction:column}.daily-chart,.hours-chart{height:200px}.recent-activity-item{gap:8px;grid-template-columns:1fr}.activity-device{text-align:left}}@keyframes spin{to{transform:rotate(1turn)}}.amenities-management{background:#f5f7fa;min-height:100vh;padding:20px 0}.management-header{align-items:flex-start;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:20px}.management-header h1{color:#1a1a1a;font-size:28px;margin:0 0 8px}.management-header p{color:#6b7280;font-size:14px;margin:0}.filters-bar{display:flex;gap:12px;margin-bottom:24px}.filters-bar select{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:14px;min-width:150px;padding:10px 16px}.amenities-list{display:flex;flex-direction:column;gap:16px}.amenity-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .3s ease}.amenity-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a}.amenity-card.inactive{background:#f9fafb;opacity:.6}.amenity-header{display:flex;gap:16px;margin-bottom:12px}.amenity-icon{flex-shrink:0;font-size:32px}.amenity-info{flex:1 1}.amenity-info h3{color:#1a1a1a;font-size:18px;margin:0 0 4px}.amenity-type{color:#6b7280;font-size:14px;margin:0 0 4px}.amenity-location{color:#4b5563;font-size:13px;margin:0}.coordinates{color:#9ca3af;font-size:12px;margin-left:8px}.amenity-status{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.status-badge{border-radius:20px;font-size:12px;font-weight:600;padding:6px 12px}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.radius-badge{background:#e0e7ff;border-radius:12px;color:#3730a3;font-size:11px;font-weight:500;padding:4px 10px}.amenity-description{color:#4b5563;font-size:14px;line-height:1.5;margin:12px 0}.amenity-details{color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:16px;margin-bottom:16px}.amenity-actions{display:flex;flex-wrap:wrap;gap:8px}.btn-delete,.btn-edit,.btn-toggle{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s}.btn-edit{background:#dbeafe;color:#1e40af}.btn-edit:hover{background:#bfdbfe}.btn-toggle{background:#fef3c7;color:#92400e}.btn-toggle:hover{background:#fde68a}.btn-delete{background:#fee2e2;color:#991b1b}.btn-delete:hover{background:#fecaca}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-height:90vh;max-width:700px;overflow-y:auto;padding:28px;width:100%}.modal-content h2{color:#1a1a1a;font-size:24px;margin:0 0 24px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:16px}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:14px;font-weight:500;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group small{color:#6b7280;font-size:12px;margin-top:4px}.checkbox-group{align-items:center;flex-direction:row;gap:8px}.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:8px;margin:0}.checkbox-group input[type=checkbox]{cursor:pointer;width:auto}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover{background:#d1d5db}.empty-state{color:#6b7280}.pagination{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:16px;justify-content:center;margin-top:24px;padding-top:24px}.page-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 16px}.page-btn:hover:not(:disabled){background:#f3f4f6;border-color:#667eea}.page-btn:disabled{cursor:not-allowed;opacity:.5}.page-info{color:#6b7280;font-size:14px}.back-link{border-top:1px solid #e5e7eb;margin-top:32px;padding-top:24px}.back-link a{color:#667eea;font-weight:500;text-decoration:none}.back-link a:hover{text-decoration:underline}@media (max-width:768px){.management-header{flex-direction:column;gap:16px}.form-row{grid-template-columns:1fr}.amenity-header{flex-direction:column}.amenity-status{align-items:center;flex-direction:row;width:100%}}.feature-toggles-container{background:#f5f7fa;min-height:100vh;padding:20px}.feature-toggles-container .admin-container{margin:0 auto;max-width:1400px}.admin-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;margin-bottom:30px;padding:25px}.admin-header h1{color:#1a1a1a;font-size:28px;margin:0 0 8px}.admin-subtitle{color:#6b7280;font-size:14px;margin:0}.back-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .2s}.back-button:hover{background:#2563eb}.feature-filters{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;padding:20px}.filter-group{align-items:center;gap:10px}.filter-group label{color:#374151;font-size:14px;font-weight:500}.filter-group input,.filter-group select{border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:150px;padding:8px 12px}.filter-group input{min-width:250px}.feature-stats{display:flex;gap:20px;margin-left:auto}.stat-item{color:#6b7280;font-size:14px}.stat-item strong{color:#1a1a1a}.feature-category-section{margin-bottom:40px}.category-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.category-title{color:#1a1a1a;font-size:22px;margin:0}.category-stats{align-items:center;display:flex;gap:20px}.category-stats span{color:#6b7280;font-size:14px}.category-actions{display:flex;gap:10px}.bulk-toggle-btn{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s}.bulk-toggle-btn.enable{background:#10b981;color:#fff}.bulk-toggle-btn.enable:hover:not(:disabled){background:#059669}.bulk-toggle-btn.disable{background:#ef4444;color:#fff}.bulk-toggle-btn.disable:hover:not(:disabled){background:#dc2626}.bulk-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.features-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.feature-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:20px;transition:all .2s}.feature-card:hover{box-shadow:0 4px 12px #0000001a}.feature-card.enabled{border-color:#10b981}.feature-card.disabled{border-color:#e5e7eb;opacity:.8}.feature-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.feature-info{flex:1 1}.feature-name{color:#1a1a1a;font-size:16px;font-weight:600;margin:0 0 8px;text-transform:capitalize}.feature-description{color:#6b7280;font-size:13px;line-height:1.5;margin:0}.toggle-switch-container{align-items:center;display:flex;flex-direction:column;gap:5px}.toggle-switch{display:inline-block;height:28px;position:relative;width:52px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:28px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:20px;left:4px;position:absolute;transition:.3s;width:20px}.toggle-switch input:checked+.toggle-slider{background-color:#10b981}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(24px)}.toggle-switch input:disabled+.toggle-slider{cursor:not-allowed;opacity:.5}.saving-indicator{color:#3b82f6;font-size:11px}.feature-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:15px}.feature-status{font-size:12px;font-weight:500}.feature-status.active{color:#10b981}.feature-status.inactive{color:#ef4444}.feature-updated{color:#9ca3af;font-size:11px}.empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.empty-state p,.loading{color:#6b7280;font-size:16px}.loading{padding:60px 20px}@media (max-width:768px){.admin-header{flex-direction:column;gap:15px}.feature-filters{align-items:stretch;flex-direction:column}.feature-stats{justify-content:space-around;margin-left:0}.category-header{align-items:flex-start;flex-direction:column;gap:15px}.features-grid{grid-template-columns:1fr}}.conversation-list{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden}.conversation-list-header{align-items:center;background:#fff;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.conversation-list-header h2{color:#1f2937;font-size:24px;font-weight:700;margin:0}.conversation-count{background:#f3f4f6;border-radius:12px;color:#6b7280;font-size:14px;font-weight:600;padding:4px 12px}.conversations{flex:1 1;overflow-y:auto}.conversations::-webkit-scrollbar{width:8px}.conversations::-webkit-scrollbar-track{background:#f9fafb}.conversations::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.conversations::-webkit-scrollbar-thumb:hover{background:#9ca3af}.conversation-item{border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;gap:12px;padding:16px 20px;transition:background .2s}.conversation-item:hover{background:#f9fafb}.conversation-item.selected{background:#f0f5ff;border-right:3px solid #667eea}.conversation-item.unread{background:#fef3c7}.conversation-item.unread:hover{background:#fde68a}.conversation-avatar{background:#f3f4f6;border-radius:12px;flex-shrink:0;height:56px;overflow:hidden;position:relative;width:56px}.conversation-avatar img{height:100%;object-fit:cover;width:100%}.unread-indicator{align-items:center;background:#dc2626;border:2px solid #fff;border-radius:10px;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 6px;position:absolute;right:-4px;top:-4px}.conversation-content{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.conversation-header-row{align-items:center;display:flex;gap:10px;justify-content:space-between}.conversation-user-name{color:#1f2937;font-size:16px;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-time{color:#9ca3af;flex-shrink:0;font-size:12px;font-weight:500}.conversation-property-title{color:#667eea;font-size:13px;font-weight:600}.conversation-last-message,.conversation-property-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-last-message{color:#6b7280;font-size:14px;line-height:1.4}.conversation-last-message.unread-message{color:#1f2937;font-weight:600}.conversation-empty,.conversation-loading{align-items:center;color:#9ca3af;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.conversation-empty p{color:#374151;font-size:16px;font-weight:600;margin:0 0 8px}.empty-hint{color:#9ca3af;font-size:13px}@media (max-width:768px){.conversation-item{padding:12px 16px}.conversation-avatar{height:48px;width:48px}.conversation-user-name{font-size:15px}.conversation-property-title{font-size:12px}.conversation-last-message{font-size:13px}}.message-bubble{align-items:flex-end;animation:slideIn .2s ease-out;display:flex;gap:12px;margin-bottom:16px}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-bubble.own{flex-direction:row-reverse;justify-content:flex-end}.message-bubble.other{flex-direction:row;justify-content:flex-start}.message-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:36px;justify-content:center;width:36px}.message-avatar.own-avatar{background:#e5e7eb;opacity:0}.message-content-wrapper{display:flex;flex:1 1;flex-direction:column;max-width:70%}.message-bubble.own .message-content-wrapper{align-items:flex-end}.message-bubble.other .message-content-wrapper{align-items:flex-start}.message-sender-name{color:#6b7280;font-size:12px;font-weight:600;margin-bottom:4px}.message-bubble.own .message-sender-name{padding-right:12px;text-align:right}.message-bubble.other .message-sender-name{padding-left:12px;text-align:left}.message-content{word-wrap:break-word;border-radius:18px;padding:12px 16px;position:relative}.message-content.own-content{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.message-content.other-content{background:#f3f4f6;border-bottom-left-radius:4px;color:#1f2937}.message-text{font-size:15px;line-height:1.5;margin:0 0 6px;white-space:pre-wrap}.message-footer{align-items:center;display:flex;font-size:11px;gap:6px}.message-content.own-content .message-footer{justify-content:flex-end}.message-content.other-content .message-footer{justify-content:flex-start}.message-content.own-content .message-footer{color:#fffc}.message-content.other-content .message-footer{color:#9ca3af}.message-time{font-weight:400}.read-status{font-size:12px;opacity:.8}.read-status.read{color:#34d399}.read-status.unread{color:#fff9}@media (max-width:768px){.message-bubble{gap:8px;margin-bottom:12px}.message-content-wrapper{max-width:85%}.message-avatar{font-size:11px;height:28px;width:28px}.message-content{border-radius:7.5px;padding:8px 12px}.message-content.own-content{border-bottom-right-radius:2px}.message-content.other-content{background:#fff;border-bottom-left-radius:2px}.message-text{font-size:14.2px;line-height:1.6}.message-footer{font-size:11px;margin-top:4px}.message-sender-name{font-size:13px;padding:0 4px}}.chat-window{overflow:hidden}.chat-window-empty{align-items:center;background:#f9fafb;color:#6b7280;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px}.empty-chat-icon{font-size:64px;margin-bottom:20px;opacity:.5}.chat-window-empty h3{color:#374151;font-size:20px;margin:0 0 10px}.chat-window-empty p{color:#6b7280;font-size:14px;margin:0}.chat-header{background:#fff;border-bottom:1px solid #e5e7eb;box-sizing:border-box;flex-shrink:0;justify-content:space-between;min-height:70px;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}.chat-header,.chat-header-info{align-items:center;display:flex}.chat-header-info{flex:1 1;gap:12px;min-width:0}.chat-back-button{align-items:center;background:none;border:none;border-radius:50%;color:#667eea;cursor:pointer;display:none;flex-shrink:0;justify-content:center;margin-right:8px;padding:8px;transition:background .2s}.chat-back-button:hover{background:#f3f4f6}.chat-back-button:active{background:#e5e7eb;transform:scale(.95)}.chat-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;flex-shrink:0;font-size:18px;font-weight:600;height:48px;width:48px}.chat-avatar,.chat-user-info{display:flex;justify-content:center}.chat-user-info{flex:1 1;flex-direction:column;min-width:0}.chat-user-name{color:#1f2937;font-size:16px;font-weight:600;line-height:1.4;margin:0 0 4px}.chat-property-title{color:#6b7280;font-size:13px;line-height:1.3;margin:0;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.view-property-btn{background:#f3f4f6;border:none;border-radius:8px;color:#667eea;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .2s;white-space:nowrap}.view-property-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.messages-container{align-items:stretch;background:#f9fafb;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start!important;min-height:0;overflow-x:hidden;overflow-y:auto!important;padding:20px;scroll-behavior:smooth;scroll-snap-type:none;scrollbar-color:#9ca3af #f3f4f6;scrollbar-width:thin}.messages-container::-webkit-scrollbar{display:block!important;opacity:1!important;visibility:visible!important;width:12px!important}.messages-container::-webkit-scrollbar-track{background:#f3f4f6!important;border-radius:10px;opacity:1!important;visibility:visible!important}.messages-container::-webkit-scrollbar-thumb{background:#9ca3af!important;border:2px solid #f3f4f6;border-radius:10px;min-height:30px;opacity:1!important;visibility:visible!important}.messages-container::-webkit-scrollbar-thumb:hover{background:#6b7280!important}.messages-wrapper{display:flex;flex-direction:column;flex-shrink:0;gap:0;min-height:-webkit-fit-content;min-height:fit-content;width:100%}.messages-empty,.messages-loading{align-items:center;color:#9ca3af;display:flex;font-size:15px;height:100%;justify-content:center}.message-input-form{background:#fff;border-top:2px solid #f3f4f6;bottom:0;box-sizing:border-box;flex-shrink:0;padding:20px;position:-webkit-sticky;position:sticky;width:100%;z-index:10}.message-input-wrapper{align-items:flex-end;display:flex;gap:12px}.message-input{background:#f9fafb;border:2px solid #e5e7eb;border-radius:24px;flex:1 1;font-family:inherit;font-size:15px;max-height:120px;padding:12px 16px;resize:none;transition:border-color .2s}.message-input:focus{background:#fff;border-color:#667eea;outline:none}.message-input:disabled{cursor:not-allowed;opacity:.6}.send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .2s;width:44px}.send-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:scale(1.05)}.send-button:disabled{cursor:not-allowed;opacity:.5}.send-icon{font-size:20px}.sending-spinner{animation:pulse 1s ease-in-out infinite;font-size:18px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.chat-window{display:flex!important;flex-direction:column!important;height:100%!important;overflow:visible!important;position:relative!important}.chat-back-button{z-index:101!important}.chat-back-button,.chat-header{display:flex!important;opacity:1!important;visibility:visible!important}.chat-header{align-items:center!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;box-sizing:border-box!important;flex-shrink:0!important;height:auto!important;justify-content:space-between!important;margin-bottom:0!important;max-height:80px!important;min-height:64px!important;overflow:hidden!important;padding:10px 12px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;width:100%!important;z-index:102!important}.chat-header-info{align-items:center!important;flex:1 1!important;gap:8px!important;max-width:calc(100% - 110px)!important}.chat-header-info,.chat-user-info{display:flex!important;min-width:0!important;opacity:1!important;overflow:hidden!important;position:relative!important;visibility:visible!important;z-index:1!important}.chat-user-info{flex:1 1!important;flex-direction:column!important;gap:2px!important;justify-content:center!important;max-width:calc(100% - 120px)!important}.chat-avatar,.chat-user-info *{opacity:1!important;visibility:visible!important}.chat-avatar{display:flex!important;flex-shrink:0!important;font-size:16px!important;height:40px!important;width:40px!important}.chat-user-name{color:#1f2937!important;font-size:15px!important;font-weight:600!important;line-height:1.3!important;width:100%!important}.chat-property-title,.chat-user-name{display:block!important;margin:0!important;max-width:100%!important;opacity:1!important;overflow:hidden!important;padding:0!important;text-overflow:ellipsis!important;visibility:visible!important;white-space:nowrap!important}.chat-property-title{color:#6b7280!important;font-size:11px!important;line-height:1.2!important}.view-property-btn{display:block!important;flex-shrink:0!important;font-size:13px!important;opacity:1!important;padding:8px 14px!important;visibility:visible!important}.messages-container{background:#ece5dd;padding:12px 16px 10px;width:100%}.message-input-form{background:#fff;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 8px #0000000d;box-sizing:border-box;flex-shrink:0;padding:8px 12px calc(8px + env(safe-area-inset-bottom, 0px));position:-webkit-sticky;position:sticky;width:100%;z-index:100}.message-input-wrapper{align-items:center;display:flex;gap:8px;width:100%}.message-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:21px;flex:1 1;font-size:16px;max-height:100px;min-height:42px;padding:10px 16px}.message-input:focus{background:#fff;border-color:#667eea}.send-button{flex-shrink:0;height:44px;min-width:44px;width:44px}.send-icon{font-size:22px}.chat-window{display:flex;flex-direction:column;height:100%;overflow:hidden}.messages-container{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto}}.messages-page{background:#f9fafb;bottom:0;height:calc(100vh - 80px);left:0;margin:0;overflow:hidden!important;padding:0;position:fixed;right:0;top:80px;width:100vw;z-index:1}.messages-container{background:#fff;box-shadow:0 0 20px #0000001a;display:flex!important;flex-direction:row!important;height:100%;margin:0;max-height:100%;max-width:100%;overflow:hidden;position:relative;width:100%}.conversation-list-wrapper{border-right:2px solid #e5e7eb;flex-shrink:0;max-width:400px;min-width:350px;transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:400px}.conversation-list-wrapper,.messages-container .conversation-list{background:#fff;display:flex;flex-direction:column;height:100%;position:relative}.messages-container .conversation-list{opacity:1;overflow:hidden;visibility:visible;width:100%;z-index:2}.chat-window-wrapper{flex:1 1;min-width:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;z-index:1}.chat-window,.chat-window-wrapper{background:#fff;display:flex;flex-direction:column;height:100%;position:relative}.chat-window{width:100%}@media (max-width:768px){.messages-page{bottom:0;height:calc(100vh - 100px)!important;left:0;margin:0;overflow:hidden!important;padding:0;position:fixed;right:0;top:100px!important;width:100vw;z-index:999!important}.messages-container{height:100%;max-height:100%;overflow:hidden;position:relative}.conversation-list-wrapper{background:#fff;border-right:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.conversation-list-wrapper.mobile-hidden{opacity:0;pointer-events:none;transform:translateX(-100%)}.chat-window-wrapper{background:#fff;display:flex;flex-direction:column;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:20}.chat-window-wrapper .chat-window .chat-header{background:#fff!important;display:flex!important;height:auto!important;min-height:60px!important;overflow:visible!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:200!important}.chat-window-wrapper .chat-window .chat-header,.chat-window-wrapper .chat-window .chat-header *{opacity:1!important;visibility:visible!important}.chat-window-wrapper.mobile-hidden{opacity:0;pointer-events:none;transform:translateX(100%)}.chat-window,.messages-container .conversation-list{max-width:100%;min-width:100%;width:100%}}@media (min-width:769px){.chat-window{flex:1 1;min-width:400px}.messages-container .conversation-list{display:flex;max-width:400px;min-width:350px;opacity:1;visibility:visible;width:400px}}.profile-container{margin:0 auto;max-width:900px;padding:2rem}.profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.profile-photo-section{align-items:center;display:flex;flex-direction:column;gap:1rem}.profile-photo-wrapper{display:inline-block;position:relative}.profile-photo-edit-btn{align-items:center;background:var(--primary-color);border:none;border-radius:50%;bottom:0;box-shadow:0 2px 8px #0003;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:0;transition:all .3s ease;width:40px}.profile-photo-edit-btn:hover{background:#1d4ed8;transform:scale(1.1)}.profile-info-section{display:flex;flex-direction:column;gap:1.5rem}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-field-label{align-items:center;color:#6b7280;display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.profile-field-value{color:#1f2937;font-size:1rem}.profile-actions{display:flex;gap:1rem;margin-top:2rem}@media (max-width:768px){.profile-container{padding:1rem}.profile-header{align-items:flex-start;gap:1rem}.profile-actions,.profile-header{flex-direction:column}}.App{background-color:#f9fafb;min-height:100vh}.hero-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;height:500px;justify-content:center;margin-bottom:40px;position:relative}.hero-content{text-align:center;z-index:2}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:20px}.hero-content p{font-size:1.2rem;margin-bottom:30px}.hero-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.search-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:-40px auto 40px;max-width:900px;padding:30px;position:relative;z-index:3}.search-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.search-tab{background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .3s}.search-tab.active{background:var(--primary-color);color:#fff}.search-form{display:flex;flex-wrap:wrap;gap:15px}.search-form input{border:1px solid #e5e7eb;border-radius:6px;flex:1 1;min-width:200px;padding:12px}.search-form button{background:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:12px 30px}.property-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:30px 0}.property-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s}.property-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.property-card-image{height:200px;object-fit:cover;width:100%}.property-card-content{padding:20px}.property-card-price{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:10px}.property-card-title{color:var(--text-color);font-size:1.1rem;font-weight:600;margin-bottom:5px}.property-card-location{color:var(--text-light);font-size:.9rem;margin-bottom:10px}.property-card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{background:#e0e7ff;border-radius:4px;color:var(--primary-color);font-size:.8rem;font-weight:500;padding:4px 8px}.tag.premium{background:#fef3c7;color:var(--warning-color)}.filters{background:#fff;border-radius:8px;margin-bottom:30px;padding:20px}.filters-title{font-size:1.2rem;font-weight:600;margin-bottom:15px}.filter-group{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.filter-item{align-items:center;display:flex;gap:5px}.filter-item input[type=checkbox]{width:auto}.premium-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;padding:4px 12px}.section{margin:40px 0}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:20px}.section-subtitle{color:var(--text-light);margin-bottom:20px}.empty-state{color:var(--text-light);padding:60px 20px;text-align:center}.empty-state-icon{font-size:4rem;margin-bottom:20px}.empty-state-title{color:var(--text-color);font-size:1.5rem;margin-bottom:10px}.empty-state-text{font-size:1rem;margin:0 auto;max-width:500px}.loading{color:var(--primary-color);font-size:1.2rem;padding:40px;text-align:center}@media (max-width:768px){.hero-content h1{font-size:2rem}.property-grid{grid-template-columns:1fr}.filter-group,.search-form{flex-direction:column}.filter-group{align-items:flex-start}}
/*# sourceMappingURL=main.8c00cc79.css.map*/