:root{--navy:#1a1a2e;--gold:#f5c842;--gold-soft:#f5c8421f;--text:#333;--text-muted:#6b6b76;--border:#ececef;--bg:#fff}.navbar{z-index:1000;background:var(--bg);border-bottom:1px solid var(--border);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:sticky;top:0}.navbar-utility{max-width:1200px;color:var(--text-muted);justify-content:flex-end;align-items:center;gap:1rem;margin:0 auto;padding:.35rem 1.5rem;font-size:.78rem;display:flex}.navbar-utility a{color:var(--text-muted);align-items:center;gap:.3rem;text-decoration:none;transition:color .2s;display:flex}.navbar-utility a:hover{color:var(--gold)}.navbar-utility .divider{color:#d8d8dc}.navbar-main{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:.8rem 1.5rem;display:flex}.navbar-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar-logo-text{letter-spacing:-.5px;color:var(--navy);font-size:1.6rem;font-weight:700}.navbar-logo-highlight{color:var(--gold)}.location-selector{flex-shrink:0;position:relative}.location-trigger{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.78rem;font-weight:500;transition:border-color .2s,color .2s;display:flex}.location-trigger:hover{border-color:var(--gold);color:var(--gold)}.location-trigger .chevron{transition:transform .2s}.location-trigger .chevron.open{transform:rotate(180deg)}.location-panel{background:var(--bg);border:1px solid var(--border);z-index:60;border-radius:10px;width:300px;padding:1rem;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 12px 30px #0000001f}.location-detect{text-align:left;width:100%;color:var(--gold);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .5rem;font-size:.78rem;font-weight:600}.location-detect:hover{background:var(--gold-soft)}.panel-heading{text-transform:uppercase;letter-spacing:.06em;color:#a8a8b3;margin:.75rem 0 .5rem;font-size:.68rem;font-weight:700}.city-chips{flex-wrap:wrap;gap:.4rem;display:flex}.city-chip{color:var(--text);cursor:pointer;background:#f7f7f9;border:none;border-radius:999px;padding:.3rem .7rem;font-size:.72rem;transition:background .2s,color .2s}.city-chip:hover{background:var(--gold-soft);color:var(--gold)}.navbar-nav{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--text);border-bottom:2px solid #0000;padding:.5rem .75rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--gold)}.dropdown{position:relative}.dropdown-toggle{color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.5rem .75rem;font-size:.92rem;font-weight:500;transition:color .2s;display:flex}.dropdown-toggle:hover,.dropdown-toggle.active{color:var(--gold)}.dropdown-toggle .chevron{transition:transform .2s}.dropdown-toggle .chevron.open{transform:rotate(180deg)}.mega-panel{background:var(--bg);border:1px solid var(--border);z-index:60;border-radius:10px;width:560px;padding:1.5rem;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 16px 40px #00000024}.mega-panel-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.mega-panel-grid a{color:var(--text);padding:.25rem 0;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.mega-panel-grid a:hover{color:var(--gold)}.mega-panel-grid ul{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.simple-panel{background:var(--bg);border:1px solid var(--border);z-index:60;border-radius:10px;width:220px;padding:.5rem;position:absolute;top:calc(100% + 12px);left:0;box-shadow:0 16px 40px #00000024}.simple-panel a{color:var(--text);border-radius:6px;padding:.55rem .7rem;font-size:.85rem;text-decoration:none;transition:background .2s,color .2s;display:block}.simple-panel a:hover{color:var(--gold);background:#f7f7f9}.navbar-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.badge-pill{background:var(--gold-soft);color:#b3862a;white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .8rem;font-size:.72rem;font-weight:700;text-decoration:none;display:flex}.icon-btn{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:flex}.icon-btn:hover{border-color:var(--gold);color:var(--gold)}.btn-cta{background:linear-gradient(135deg, var(--gold), #f5a623);color:var(--navy);white-space:nowrap;border:none;border-radius:999px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #f5c8424d}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f5c84266}.signin-link{color:var(--text);font-size:.88rem;font-weight:500;text-decoration:none}.signin-link:hover{color:var(--gold)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.hamburger span{background:var(--navy);border-radius:2px;width:26px;height:3px;display:block}.mobile-overlay{z-index:1100;background:#0006;position:fixed;inset:0}.mobile-drawer{background:var(--bg);z-index:1101;flex-direction:column;width:85%;max-width:380px;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-10px 0 30px #0003}.mobile-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex}.mobile-drawer-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px}.mobile-nav{flex-direction:column;padding:.75rem;display:flex}.mobile-nav-link{color:var(--text);border-radius:6px;padding:.85rem .75rem;font-size:.92rem;font-weight:500;text-decoration:none}.mobile-nav-link:hover{background:#f7f7f9}.mobile-section{border-bottom:1px solid #f2f2f4}.mobile-section-toggle{width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.85rem .75rem;font-size:.92rem;font-weight:500;display:flex}.mobile-section-toggle .chevron{transition:transform .2s}.mobile-section-toggle .chevron.open{transform:rotate(180deg)}.mobile-section-body{flex-direction:column;gap:.75rem;padding:0 .75rem .85rem;display:flex}.mobile-section-body .panel-heading{margin:0 0 .4rem}.mobile-drawer-footer{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;margin-top:auto;padding:1.25rem;display:flex}.mobile-drawer-footer .btn-cta,.mobile-drawer-footer .signin-link{text-align:center}@media (width<=992px){.navbar-nav,.navbar-actions,.location-selector,.navbar-utility{display:none}.hamburger{display:flex}.navbar-logo-text{font-size:1.3rem}}@media (width>=993px){.mobile-overlay,.mobile-drawer{display:none}}.hero{width:100%;min-height:100vh;position:relative}.hero-carousel{width:100%;height:90vh;min-height:500px;position:relative;overflow:hidden}.hero-slide{opacity:0;justify-content:flex-start;align-items:center;padding:4rem 3rem;transition:opacity .8s;display:flex;position:absolute;inset:0}.hero-slide.is-active{opacity:1;z-index:2}.hero-slide-overlay{z-index:1;background:linear-gradient(135deg,#1a1a2ebf 0%,#1a1a2e80 50%,#1a1a2e4d 100%);position:absolute;inset:0}.hero-slide:before{content:"";background:inherit;filter:scale(1.05);background-position:50%;background-size:cover;transition:transform .8s;position:absolute;inset:0}.hero-slide.is-active:before{transform:scale(1)}.hero-slide-content{z-index:2;color:#fff;opacity:0;max-width:620px;animation:.8s forwards slideIn;position:relative;transform:translateY(20px)}.hero-slide.is-active .hero-slide-content{opacity:1;transform:translateY(0)}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-slide-tag{color:#1a1a2e;text-transform:uppercase;letter-spacing:.06em;background:#f5c842;border-radius:999px;margin-bottom:1.2rem;padding:.3rem .9rem;font-size:.7rem;font-weight:800;display:inline-block}.hero-slide-title{letter-spacing:-1px;margin:0 0 .6rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-slide-subtitle{color:#ffffffd9;margin:0 0 1.8rem;font-size:1.2rem}.hero-slide-cta{color:#1a1a2e;background:#f5c842;border-radius:50px;padding:.8rem 2.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.hero-slide-cta:hover{background:#e6b83a;transform:translateY(-2px);box-shadow:0 8px 24px #f5c84259}.hero-arrow{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:#ffffff40;transform:translateY(-50%)scale(1.05)}.hero-arrow-left{left:1.5rem}.hero-arrow-right{right:1.5rem}.hero-dots{z-index:10;gap:.6rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.hero-dot.is-active{background:#f5c842;border-radius:10px;width:30px}.hero-dot:hover{background:#ffffffb3}.hero-dot.is-active:hover{background:#f5c842}.hero-actions-wrap{z-index:20;justify-content:center;padding:0 1.5rem;display:flex;position:absolute;bottom:-2.2rem;left:0;right:0}.hero-actions-card{background:#fff;border:1px solid #1a1a2e0a;border-radius:20px;align-items:stretch;width:100%;max-width:720px;display:flex;overflow:hidden;box-shadow:0 24px 70px #1a1a2e38,0 2px 8px #1a1a2e0f}.hero-action-btn{color:#1a1a2e;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem 1rem;text-decoration:none;transition:all .25s;display:flex;position:relative}.hero-action-btn+.hero-action-btn:before{content:"";background:#eee;width:1px;position:absolute;top:20%;bottom:20%;left:0}.hero-action-btn:hover{background:#faf7ea}.hero-action-icon{color:#1a1a2e;background:#f5f5f7;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .25s;display:flex}.hero-action-btn:hover .hero-action-icon{color:#1a1a2e;background:#f5c842;transform:translateY(-3px)}.hero-action-label{letter-spacing:.01em;font-size:.9rem;font-weight:700}@media (width<=992px){.hero-slide{padding:3rem 2rem}.hero-slide-title{font-size:2.8rem}}@media (width<=768px){.hero-carousel{height:70vh;min-height:400px}.hero-slide{padding:2rem 1.5rem}.hero-slide-title{font-size:2.2rem}.hero-slide-subtitle{font-size:1rem}.hero-arrow{width:40px;height:40px}.hero-arrow-left{left:.8rem}.hero-arrow-right{right:.8rem}.hero-actions-card{border-radius:16px}.hero-action-btn{gap:.4rem;padding:1.1rem .5rem}.hero-action-icon{width:40px;height:40px}.hero-action-label{font-size:.78rem}}@media (width<=480px){.hero-carousel{height:60vh;min-height:350px}.hero-slide-title{font-size:1.8rem}.hero-slide-content{max-width:100%}.hero-dots{bottom:1rem}.hero-actions-wrap{bottom:-1.6rem}.hero-action-icon{width:36px;height:36px}.hero-action-label{font-size:.7rem}}.footer{color:#fff;background-color:#1a1a2e;padding:3rem 0 0}.footer-content{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;padding-bottom:2rem;display:grid}.footer-section h3,.footer-section h4{color:#f5c842;margin-bottom:1.2rem}.footer-section p{color:#fffc;margin-bottom:.8rem;line-height:1.7}.footer-section ul{padding:0;list-style:none}.footer-section ul li{margin-bottom:.6rem}.footer-section ul a{color:#fffc;text-decoration:none;transition:color .3s}.footer-section ul a:hover{color:#f5c842}.social-links{gap:1rem;margin-top:1rem;display:flex}.social-links a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:inline-flex}.social-links a:hover{background:#f5c842;transform:translateY(-3px)}.newsletter-form{flex-direction:column;gap:.8rem;margin-top:.5rem;display:flex}.newsletter-form input{color:#fff;background:#ffffff1a;border:none;border-radius:4px;padding:.7rem 1rem}.newsletter-form input::placeholder{color:#fff9}.newsletter-form button{color:#1a1a2e;cursor:pointer;background:#f5c842;border:none;border-radius:4px;padding:.7rem 1rem;font-weight:700;transition:background .3s}.newsletter-form button:hover{background:#e6b83a}.footer-bottom{text-align:center;background:#0003;margin-top:2rem;padding:1.5rem 0}.footer-bottom p{color:#fff9;margin:0;font-size:.9rem}@media (width<=768px){.footer-content{text-align:center;grid-template-columns:1fr}.social-links{justify-content:center}.newsletter-form{max-width:300px;margin:0 auto}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#fafafa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}.fpc-section{background:#f8f9fa;outline:none;padding:clamp(2.5rem,6vw,4rem) 0}.fpc-container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.fpc-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.fpc-title{color:#1a1a2e;margin:0 0 .4rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.fpc-subtitle{color:#666;max-width:520px;margin:0;font-size:clamp(.85rem,1.6vw,1rem)}.fpc-view-all{color:#1a1a2e;white-space:nowrap;border:2px solid #1a1a2e;border-radius:50px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s}.fpc-view-all:hover{color:#f5c842;background:#1a1a2e}.fpc-carousel-wrapper{align-items:center;gap:.75rem;display:flex;position:relative}.fpc-carousel-viewport{touch-action:pan-y;width:100%;overflow:hidden}.fpc-carousel-track{will-change:transform;display:flex}.fpc-nav-btn{color:#f5c842;cursor:pointer;z-index:5;background:#1a1a2e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;line-height:1;transition:all .25s;display:flex;box-shadow:0 6px 18px #1a1a2e2e}.fpc-nav-btn:hover{background:#2d2d55;transform:scale(1.08)}.fpc-hidden{visibility:hidden;pointer-events:none}.fpc-card{box-sizing:border-box;padding:0 .6rem}.fpc-card>*{height:100%}.fpc-card{display:flex}.fpc-card>.fpc-image,.fpc-card{display:block}.fpc-card{background:0 0}.fpc-image{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d55 100%);border-radius:16px 16px 0 0;justify-content:center;align-items:center;height:clamp(160px,24vw,210px);display:flex;position:relative;overflow:hidden}.fpc-image-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.fpc-card:hover .fpc-image-img{transform:scale(1.06)}.fpc-image-icon{font-size:3.2rem}.fpc-image-overlay{pointer-events:none;background:linear-gradient(#0000000d 0%,#00000059 100%);position:absolute;inset:0}.fpc-badge{text-transform:uppercase;letter-spacing:.4px;color:#1a1a2e;z-index:2;border-radius:50px;padding:.3rem .8rem;font-size:.68rem;font-weight:700;position:absolute;top:12px;left:12px}.badge-ready{background:#8ee8a6}.fpc-type-badge{color:#1a1a2e;z-index:2;background:#ffffffeb;border-radius:50px;padding:.25rem .7rem;font-size:.68rem;font-weight:700;position:absolute;top:12px;right:12px}.fpc-content{background:#fff;border:1px solid #f0f0f0;border-top:none;border-radius:0 0 16px 16px;flex-direction:column;height:calc(100% - 1px);padding:1.3rem 1.4rem 1.5rem;display:flex;box-shadow:0 4px 18px #00000012}.fpc-name{color:#1a1a2e;margin:0 0 .3rem;font-size:1.05rem;font-weight:700;line-height:1.3}.fpc-location{color:#777;margin:0 0 .5rem;font-size:.82rem}.fpc-rera{color:#2e8b4f;background:#2e8b4f1a;border-radius:50px;width:fit-content;margin-bottom:.7rem;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.fpc-price-row{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;align-items:baseline;gap:.4rem;margin-bottom:.6rem;padding-bottom:.7rem;display:flex}.fpc-price{color:#1a1a2e;font-size:1.2rem;font-weight:800}.fpc-price-note{color:#888;font-size:.76rem;font-weight:600}.fpc-config{color:#555;margin:0 0 1rem;font-size:.8rem}.fpc-actions{align-items:center;gap:.6rem;margin-top:auto;display:flex}.fpc-icon-btn{color:#1a1a2e;background:#fff;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:1rem;text-decoration:none;transition:all .25s;display:flex}.fpc-icon-btn:hover{background:#f5c8421a;border-color:#f5c842;transform:translateY(-2px)}.fpc-whatsapp:hover{background:#25d3661a;border-color:#25d366}.fpc-view-btn{color:#f5c842;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#1a1a2e;border:none;border-radius:50px;flex:1;padding:.65rem 1rem;font-size:.82rem;font-weight:700;transition:all .3s;overflow:hidden}.fpc-view-btn:hover{background:#2d2d55}.fpc-dots{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.8rem;display:flex}.fpc-dot{cursor:pointer;background:#d8d8de;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:all .3s}.fpc-dot:hover{background:#b7b7c4}.fpc-dot.active{background:#f5c842;border-radius:10px;width:26px}.fpc-progress-bar{background:#ececef;border-radius:4px;max-width:320px;height:4px;margin-top:1rem;margin-left:auto;margin-right:auto;overflow:hidden}.fpc-progress-fill{background:linear-gradient(90deg,#f5c842,#e6b83a);border-radius:4px;height:100%;transition:width .4s}@media (width<=1100px){.fpc-nav-btn{width:38px;height:38px;font-size:1.4rem}}@media (width<=768px){.fpc-section{padding:2rem 0}.fpc-header{flex-direction:column;align-items:flex-start}.fpc-view-all{align-self:flex-start}.fpc-card{padding:0 .4rem}.fpc-nav-btn{width:34px;height:34px;font-size:1.2rem}.fpc-content{padding:1.1rem 1.1rem 1.3rem}}@media (width<=480px){.fpc-container{padding:0 1rem}.fpc-title{font-size:1.3rem}.fpc-actions{flex-wrap:wrap}.fpc-view-btn{flex:100%;order:3;width:100%}}@media (hover:none) and (pointer:coarse){.fpc-icon-btn,.fpc-view-btn,.fpc-nav-btn,.fpc-dot{min-height:36px}.fpc-card:hover .fpc-image-img{transform:none}}.blogs-section{background:#fff;padding:4rem 0}.blogs-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.blogs-header .section-title{margin-bottom:0}.view-all-btn{color:#f5c842;cursor:pointer;background:0 0;border:2px solid #f5c842;border-radius:50px;padding:.6rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s}.view-all-btn:hover{color:#1a1a2e;background:#f5c842;transform:translateY(-2px)}.blogs-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}.blog-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #0000000f}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.blog-image{text-align:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:3px solid #f5c842;padding:2rem;font-size:3rem}.blog-content{padding:1.5rem}.blog-meta{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.blog-category{color:#1a1a2e;text-transform:uppercase;letter-spacing:.5px;background:#f5c842;border-radius:50px;padding:.2rem .8rem;font-size:.7rem;font-weight:700}.blog-date{color:#999;font-size:.8rem}.blog-title{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.6rem;font-size:1.15rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-excerpt{color:#666;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.2rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.blog-author{align-items:center;gap:.5rem;display:flex}.author-initials{color:#f5c842;background:#1a1a2e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.author-name{color:#555;font-size:.85rem;font-weight:500}.blog-read-more{color:#f5c842;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.3rem .6rem;font-size:.85rem;font-weight:600;transition:all .3s}.blog-read-more:hover{color:#1a1a2e;background:#f5c842}.load-more-container{text-align:center;margin-top:3rem}.load-more-btn{color:#1a1a2e;cursor:pointer;background:0 0;border:2px solid #1a1a2e;border-radius:50px;padding:.8rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.load-more-btn:hover{color:#fff;background:#1a1a2e;transform:translateY(-2px);box-shadow:0 4px 15px #1a1a2e33}@media (width<=992px){.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.blogs-section{padding:3rem 0}.blogs-header{flex-direction:column;align-items:flex-start;gap:1rem}.blogs-grid{grid-template-columns:1fr;gap:1.5rem}.blog-card{max-width:500px;margin:0 auto}.blog-footer{flex-direction:column;align-items:flex-start;gap:.8rem}.view-all-btn{padding:.5rem 1.5rem;font-size:.85rem}}@media (width<=480px){.blog-title{font-size:1rem}.blog-excerpt{font-size:.85rem}.load-more-btn{width:100%;padding:.7rem}}.tdc-section{background:#fff;padding:3.5rem 0;position:relative;overflow:hidden}.tdc-container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.tdc-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:2rem;display:flex}.tdc-title{color:#1a1a2e;margin:0;font-size:2rem;font-weight:700}.tdc-title .tdc-title-icon{margin-right:.5rem}.tdc-view-all{color:#1a1a2e;border-bottom:2px solid #f5c842;padding-bottom:2px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.tdc-view-all:hover{color:#b8860b;border-bottom-color:#b8860b}.tdc-carousel-wrapper{align-items:center;gap:.5rem;display:flex;position:relative}.tdc-carousel-viewport{border-radius:16px;flex:1;overflow:hidden}.tdc-carousel-track{gap:1rem;transition:transform .5s ease-in-out;display:flex}.tdc-card{text-align:center;background:#f8f9fa;border:1px solid #eee;border-radius:14px;flex-shrink:0;margin:0 .25rem;padding:1.6rem 1.2rem;transition:all .3s}.tdc-card:hover{background:#fff;border-color:#f5c842;transform:translateY(-4px);box-shadow:0 10px 26px #00000014}.tdc-logo{color:#fff;letter-spacing:.5px;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto .9rem;font-size:.9rem;font-weight:800;transition:transform .3s;display:flex;overflow:hidden}.tdc-card:hover .tdc-logo{transform:scale(1.05)}.tdc-logo-img{object-fit:contain;background:#fff;width:100%;height:100%;padding:8px}.tdc-name{color:#1a1a2e;margin:0 0 .3rem;font-size:1.05rem;font-weight:700}.tdc-total{color:#777;margin:0 0 1rem;font-size:.82rem}.tdc-total strong{color:#1a1a2e;font-size:.95rem}.tdc-stats{border-top:1px solid #eee;flex-direction:column;gap:.4rem;padding-top:.9rem;display:flex}.tdc-stat{border-radius:6px;justify-content:space-between;align-items:center;padding:.3rem .5rem;text-decoration:none;transition:all .2s;display:flex}.tdc-stat:hover{background:#fff6df;transform:translate(3px)}.tdc-stat-label{color:#666;text-align:left;font-size:.72rem}.tdc-stat-value{color:#1a1a2e;text-align:center;background:#f5c842;border-radius:50px;min-width:26px;padding:.1rem .4rem;font-size:.82rem;font-weight:700}.tdc-nav-btn{cursor:pointer;color:#1a1a2e;z-index:5;background:#fff;border:2px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;font-weight:300;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000f}.tdc-nav-btn:hover{background:#f5c842;border-color:#f5c842;transform:scale(1.05);box-shadow:0 4px 12px #f5c8424d}.tdc-nav-btn:active{transform:scale(.95)}.tdc-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.tdc-dot{cursor:pointer;background:#d0d0d0;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.tdc-dot:hover{background:#b0b0b0;transform:scale(1.1)}.tdc-dot.active{background:#f5c842;border-radius:10px;width:30px}.tdc-progress-bar{background:#f0f0f0;border-radius:4px;width:100%;height:3px;margin-top:1rem;overflow:hidden}.tdc-progress-fill{background:linear-gradient(90deg,#f5c842,#f5a623);border-radius:4px;height:100%;transition:width .5s}@media (width<=1100px){.tdc-card{flex:0 0 calc(33.333% - .67rem)!important;max-width:calc(33.333% - .67rem)!important}}@media (width<=768px){.tdc-section{padding:2.5rem 0}.tdc-title{font-size:1.6rem}.tdc-card{padding:1.2rem 1rem;flex:0 0 calc(50% - .5rem)!important;max-width:calc(50% - .5rem)!important}.tdc-nav-btn{width:36px;height:36px;font-size:1.2rem}.tdc-header{flex-direction:column;align-items:flex-start}}@media (width<=480px){.tdc-card{flex:0 0 100%!important;max-width:100%!important}.tdc-nav-btn{width:32px;height:32px;font-size:1rem}.tdc-logo{width:48px;height:48px}.tdc-name{font-size:.95rem}.tdc-title{font-size:1.4rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.tdc-section.auto-playing .tdc-progress-fill{animation:1s ease-in-out infinite pulse}.tdc-section:hover .tdc-nav-btn{opacity:1}.tdc-carousel-viewport::-webkit-scrollbar{display:none}.tdc-carousel-viewport{scrollbar-width:none;-ms-overflow-style:none}.new-launches-page{background:#f8f9fa;width:100%;min-height:100vh;padding-top:80px;overflow-x:hidden}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}.page-header{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:clamp(2rem,5vw,3rem) 0 clamp(1.5rem,4vw,2rem)}.page-title{word-break:break-word;margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;line-height:1.2}.page-subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;padding:0 .5rem;font-size:clamp(.85rem,2vw,1.1rem)}.filter-section{z-index:50;background:#fff;border-bottom:1px solid #e0e0e0;padding:clamp(1rem,3vw,1.5rem) 0;position:sticky;top:80px;box-shadow:0 2px 8px #0000000d}.filter-controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.search-box{flex:250px;min-width:0;position:relative}.search-input{-webkit-appearance:none;border:2px solid #e0e0e0;border-radius:50px;outline:none;width:100%;padding:.7rem 2.5rem .7rem 1rem;font-size:.95rem;transition:border-color .3s}.search-input:focus{border-color:#f5c842}.clear-search{color:#999;cursor:pointer;background:0 0;border:none;padding:.4rem;font-size:1rem;line-height:1;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.filter-group{flex-wrap:wrap;flex:auto;gap:.8rem;display:flex}.filter-select{cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") right 1rem center no-repeat;border:2px solid #e0e0e0;border-radius:8px;outline:none;flex:150px;min-width:120px;padding:.7rem 2.2rem .7rem 1rem;font-size:.9rem}.filter-select:focus{border-color:#f5c842}.results-count{color:#666;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.8rem;font-size:.9rem;display:flex}.filter-tags{flex-wrap:wrap;align-items:center;gap:.4rem;margin-left:.5rem;display:flex}.tag{color:#1a1a2e;white-space:nowrap;background:#f0f0f0;border-radius:20px;padding:.15rem .6rem;font-size:.72rem;font-weight:600}.clear-filters-btn-small{color:#999;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:20px;padding:.25rem .6rem;font-size:.78rem;transition:all .2s}.clear-filters-btn-small:hover,.clear-filters-btn-small:active{color:#333;background:#f0f0f0}.properties-grid-section{padding:clamp(1.5rem,4vw,2.5rem) 0 clamp(2.5rem,6vw,4rem)}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:clamp(1rem,2.5vw,2rem);display:grid}.property-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000f}.property-card:hover{border-color:#f5c842;transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.property-image{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d55 100%);flex-shrink:0;justify-content:center;align-items:center;height:clamp(160px,26vw,200px);padding:0;display:flex;position:relative;overflow:hidden}.property-photo{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.property-card:hover .property-photo{transform:scale(1.06)}.property-icon{filter:grayscale(.1);font-size:clamp(2.4rem,6vw,3.5rem);transition:transform .3s}.property-icon-fallback{justify-content:center;align-items:center;display:none;position:absolute;inset:0}.property-card:hover .property-icon{transform:scale(1.05)}.property-badge{text-transform:uppercase;letter-spacing:.4px;color:#1a1a2e;white-space:nowrap;border-radius:50px;padding:.3rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.badge-new{background:#f5c842}.badge-upcoming{background:#c8c8f5}.badge-construction{background:#ffb98a}.property-rera-badge{color:#fff;white-space:nowrap;background:#2e8b4fe6;border-radius:50px;padding:.2rem .65rem;font-size:.62rem;font-weight:700;position:absolute;bottom:12px;right:12px}.property-content{flex-direction:column;flex:1;padding:clamp(1rem,3vw,1.5rem);display:flex}.property-name{color:#1a1a2e;word-break:break-word;margin-bottom:.3rem;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:700;line-height:1.3}.property-location{color:#777;margin-bottom:.8rem;font-size:.82rem;line-height:1.4}.property-price-row{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;align-items:baseline;gap:.4rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.property-price{color:#1a1a2e;font-size:clamp(1.05rem,2.8vw,1.3rem);font-weight:800}.property-price-note{color:#888;font-size:.78rem;font-weight:600}.property-details-grid{grid-template-columns:1fr 1fr;gap:.6rem .5rem;margin-bottom:1.2rem;display:grid}.detail-item{flex-direction:column;min-width:0;display:flex}.detail-label{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.68rem}.detail-value{color:#1a1a2e;overflow-wrap:break-word;font-size:.82rem;font-weight:600}.property-actions{align-items:center;gap:.7rem;margin-top:auto;display:flex}.view-details-btn{color:#f5c842;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#1a1a2e;border:none;border-radius:50px;flex:1;min-width:0;padding:.7rem 1rem;font-size:.85rem;font-weight:700;transition:all .3s;overflow:hidden}.view-details-btn:hover{background:#2d2d55;transform:translate(2px)}.action-buttons{flex-shrink:0;gap:.5rem;display:flex}.action-btn{color:#1a1a2e;background:#fff;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.call-btn:hover,.call-btn:active{background:#f5c8421a;border-color:#f5c842;transform:translateY(-2px)}.whatsapp-btn:hover,.whatsapp-btn:active{background:#25d3661a;border-color:#25d366;transform:translateY(-2px)}.view-all-wrapper{justify-content:center;margin-top:clamp(1.5rem,4vw,2.5rem);padding:0 1rem;display:flex}.view-all-btn{color:#1a1a2e;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:2px solid #1a1a2e;border-radius:50px;max-width:100%;padding:.75rem 1.8rem;font-size:.9rem;font-weight:700;transition:all .3s;overflow:hidden}.view-all-btn:hover{color:#f5c842;background:#1a1a2e;transform:translateY(-2px);box-shadow:0 6px 20px #1a1a2e26}.no-results{text-align:center;padding:clamp(2.5rem,6vw,4rem) 1rem}.no-results p{color:#666;margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.2rem)}.clear-filters-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:50px;padding:.7rem 2rem;font-weight:600;transition:all .3s}.clear-filters-btn:hover{background:#2d2d44;transform:translateY(-2px)}@media (width>=1400px){.container{max-width:1360px}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (width<=1199px) and (width>=993px){.properties-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.new-launches-page{padding-top:70px}.filter-section{top:70px}.filter-controls{gap:.8rem}.filter-group{gap:.6rem}.filter-select{flex:45%;min-width:100px}}@media (width<=768px){.new-launches-page{padding-top:60px}.page-header{padding:2rem 1rem 1.5rem}.filter-controls{flex-direction:column;align-items:stretch;gap:.8rem}.search-box{flex:auto;width:100%}.filter-group{flex-wrap:wrap;width:100%}.filter-select{flex:calc(50% - .4rem);min-width:0}.properties-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.filter-section{padding:1rem 0;top:60px}.property-details-grid{grid-template-columns:1fr 1fr}.results-count{flex-flow:wrap;align-items:center;gap:.35rem}.filter-tags{flex-basis:100%;width:100%;margin-left:0}.property-content{padding:1.1rem}}@media (width<=560px){.container{padding:0 1rem}.page-title{font-size:1.5rem}.page-subtitle{font-size:.85rem}.properties-grid{grid-template-columns:1fr;gap:1.2rem}.property-card{width:100%;max-width:480px;margin:0 auto}.filter-select{flex:100%}.property-name{font-size:1.05rem}.property-price{font-size:1.15rem}.property-actions{flex-wrap:wrap}.view-details-btn{flex:100%;width:100%}.action-buttons{justify-content:center;width:100%}.property-details-grid{grid-template-columns:1fr 1fr}.view-all-btn,.view-all-wrapper{width:100%}}@media (width<=360px){.page-title{font-size:1.3rem}.property-icon{font-size:2.2rem}.property-details-grid{grid-template-columns:1fr}.search-input,.filter-select{padding:.6rem .8rem;font-size:.85rem}}@media (hover:none) and (pointer:coarse){.action-btn,.view-details-btn,.view-all-btn,.clear-filters-btn,.clear-filters-btn-small,.filter-select,.search-input{min-height:44px}.property-card:hover{transform:none}.property-card:active{transform:scale(.99)}}.bp-page{background:#f8f9fa;align-items:flex-start;min-height:100vh;display:flex;overflow-x:hidden}.bp-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.bp-sidebar{background:#fff;border-right:1px solid #eee;flex-direction:column;align-self:flex-start;width:280px;min-width:280px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.bp-sidebar-inner{flex-direction:column;width:100%;height:100%;display:flex}.bp-sidebar-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.3rem .5rem;display:none}.bp-sidebar-header h3{color:#1a1a2e;margin:0;font-size:1.1rem}.bp-icon-close{cursor:pointer;color:#1a1a2e;background:#f5f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.bp-sidebar-scroll{flex:1;padding:0 1.3rem 1.3rem;overflow-y:auto}.bp-filter-block{border-bottom:1px solid #f0f0f0;margin-bottom:1.1rem;padding-bottom:1.1rem}.bp-filter-block:last-of-type{border-bottom:none}.bp-filter-block h4{text-transform:uppercase;letter-spacing:.05em;color:#999;margin:0 0 .7rem;font-size:.75rem;font-weight:700}.bp-checkbox-group{flex-direction:column;gap:.55rem;display:flex}.bp-amenity-list{max-height:260px;padding-right:.3rem;overflow-y:auto}.bp-checkbox{color:#1a1a2e;cursor:pointer;align-items:center;gap:.55rem;font-size:.88rem;display:flex}.bp-checkbox input{accent-color:#f5c842;cursor:pointer;flex-shrink:0;width:16px;height:16px}.bp-show-more{color:#b8860b;cursor:pointer;background:0 0;border:none;padding:.5rem 0 0;font-size:.8rem;font-weight:700}.bp-budget-row{gap:.6rem;display:flex}.bp-select{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:1;min-width:0;padding:.55rem .7rem;font-size:.82rem}.bp-select:focus{border-color:#f5c842;outline:none}.bp-sidebar-actions{gap:.6rem;padding:.5rem 0 .2rem;display:flex}.bp-btn-reset{color:#1a1a2e;cursor:pointer;background:#fff;border:2px solid #1a1a2e;border-radius:50px;flex:1;padding:.6rem;font-size:.82rem;font-weight:700;transition:all .25s}.bp-btn-reset:hover{background:#f5f5f7}.bp-btn-apply{color:#f5c842;cursor:pointer;background:#1a1a2e;border:2px solid #1a1a2e;border-radius:50px;flex:1;padding:.6rem;font-size:.82rem;font-weight:700;transition:all .25s}.bp-btn-apply:hover{background:#2d2d55}.bp-overlay{display:none}.bp-content{background:#f8f9fa;flex:1;min-width:0}.bp-top{z-index:50;background:#fff;border-bottom:1px solid #eee;padding:1.2rem 0;position:sticky;top:0}.bp-breadcrumb{color:#888;margin-bottom:.5rem;font-size:.8rem}.bp-breadcrumb a{color:#888;text-decoration:none}.bp-breadcrumb a:hover{color:#1a1a2e}.bp-breadcrumb span{margin:0 .3rem}.bp-title{color:#1a1a2e;margin:0;font-size:clamp(1.3rem,3vw,1.9rem);font-weight:800}.bp-subtitle{color:#999;margin:.3rem 0 0;font-size:.85rem;font-weight:600}.bp-main{padding:1.8rem 1.5rem 3rem}.bp-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.bp-filter-toggle{color:#1a1a2e;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:50px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.85rem;font-weight:700;display:none}.bp-filter-count{color:#1a1a2e;background:#f5c842;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex}.bp-results-count{color:#444;font-size:.95rem}.bp-sort-wrap{position:relative}.bp-sort-btn{color:#1a1a2e;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #e0e0e0;border-radius:50px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;display:flex}.bp-sort-menu{z-index:20;background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;gap:.15rem;min-width:190px;padding:.4rem;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 34px #1a1a2e26}.bp-sort-item{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.55rem .8rem;font-size:.84rem}.bp-sort-item:hover{background:#f8f5ea}.bp-sort-item.is-active{color:#1a1a2e;background:#f5c842;font-weight:700}.bp-applied-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.2rem;display:flex}.bp-chip{color:#1a1a2e;background:#f0f0f0;border-radius:50px;align-items:center;gap:.4rem;padding:.3rem .5rem .3rem .8rem;font-size:.78rem;font-weight:600;display:flex}.bp-chip button{cursor:pointer;color:#1a1a2e;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;display:flex}.bp-reset-all{color:#999;cursor:pointer;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.bp-list{flex-direction:column;gap:1.2rem;display:flex}.bp-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.bp-card:hover{border-color:#f5c842;box-shadow:0 10px 30px #0000001a}.bp-card-image{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d55 100%);flex:0 0 260px;position:relative;overflow:hidden}.bp-card-photo{object-fit:cover;width:100%;height:100%;min-height:200px;transition:transform .4s;display:block}.bp-card:hover .bp-card-photo{transform:scale(1.05)}.bp-status-badge{text-transform:uppercase;letter-spacing:.4px;color:#1a1a2e;border-radius:50px;padding:.3rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.bp-badge-new{background:#c8c8f5}.bp-badge-construction{background:#ffb98a}.bp-badge-ready{background:#8ee8a6}.bp-badge-upcoming{background:#f5c842}.bp-photo-count{color:#fff;background:#1a1a2ebf;border-radius:50px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;bottom:12px;right:12px}.bp-card-body{flex-direction:column;flex:1;min-width:0;padding:1.4rem 1.6rem;display:flex}.bp-card-headline{align-items:flex-start;gap:.7rem;margin-bottom:.9rem;display:flex}.bp-card-avatar{color:#f5c842;background:#1a1a2e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:800;display:flex}.bp-card-name{margin:0 0 .2rem;font-size:1.15rem;font-weight:800}.bp-card-name a{color:#1a1a2e;text-decoration:none}.bp-card-name a:hover{color:#b8860b}.bp-card-location{color:#777;align-items:center;gap:.3rem;margin:0;font-size:.85rem;display:flex}.bp-card-price-block{border-bottom:1px solid #f0f0f0;flex-direction:column;gap:.15rem;margin-bottom:.9rem;padding-bottom:.9rem;display:flex}.bp-price-label{text-transform:uppercase;color:#999;letter-spacing:.4px;font-size:.7rem}.bp-price-row{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.bp-price{color:#1a1a2e;font-size:1.3rem;font-weight:800}.bp-price-note{color:#888;font-size:.78rem;font-weight:600}.bp-price-sqft{color:#888;font-size:.78rem}.bp-card-meta{grid-template-columns:repeat(4,1fr);gap:.8rem;margin-bottom:1.1rem;display:grid}.bp-meta-item{flex-direction:column;gap:.15rem;min-width:0;display:flex}.bp-meta-label{text-transform:uppercase;color:#999;letter-spacing:.4px;font-size:.66rem}.bp-meta-value{color:#1a1a2e;overflow-wrap:break-word;font-size:.83rem;font-weight:600}.bp-amenities{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem;padding:.5rem 0;display:flex}.bp-amenity-badge{color:#2d3436;white-space:nowrap;text-transform:capitalize;letter-spacing:.3px;background:#f5f6fa;border:1px solid #e8e8e8;border-radius:4px;align-items:center;gap:.3rem;padding:.25rem .8rem;font-size:.7rem;font-weight:500;display:inline-flex}.bp-amenity-badge:before{content:"✓";color:#f5c842;margin-right:2px;font-size:.6rem;font-weight:800}.bp-amenity-badge:hover{color:#1a1a2e;background:#f5c842;border-color:#f5c842;transition:all .2s}.bp-card-actions{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:auto;display:flex}.bp-view-btn{color:#f5c842;cursor:pointer;white-space:nowrap;background:#1a1a2e;border:none;border-radius:50px;padding:.65rem 1.3rem;font-size:.82rem;font-weight:700;transition:all .25s}.bp-view-btn:hover{background:#2d2d55}.bp-icon-btn{color:#1a1a2e;background:#fff;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;text-decoration:none;transition:all .25s;display:flex}.bp-icon-btn:hover{background:#f5c8421a;border-color:#f5c842}.bp-whatsapp:hover{background:#25d3661a;border-color:#25d366}.bp-callback-btn{color:#1a1a2e;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #1a1a2e;border-radius:50px;padding:.6rem 1.1rem;font-size:.8rem;font-weight:700;transition:all .25s}.bp-callback-btn:hover{color:#f5c842;background:#1a1a2e}.bp-no-results{text-align:center;background:#fff;border:1px solid #eee;border-radius:16px;padding:3rem 1rem}.bp-no-results-icon{color:#ccc;margin-bottom:.8rem}.bp-no-results p{color:#666;margin-bottom:1.2rem;font-size:1.05rem}.bp-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:2.2rem;display:flex}.bp-page-btn{color:#1a1a2e;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:10px;align-items:center;gap:.2rem;min-width:40px;height:40px;padding:0 .8rem;font-size:.85rem;font-weight:700;transition:all .25s;display:inline-flex}.bp-page-btn:hover:not(:disabled){background:#f5c8421a;border-color:#f5c842}.bp-page-btn.is-active{color:#f5c842;background:#1a1a2e;border-color:#1a1a2e}.bp-page-btn:disabled{opacity:.4;cursor:not-allowed}.bp-page-last{border-style:dashed}.bp-float-whatsapp{color:#fff;z-index:150;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #25d36666}.bp-float-whatsapp:hover{transform:scale(1.08)}@media (width<=1100px){.bp-card-meta{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.bp-sidebar{z-index:300;border-right:1px solid #eee;border-radius:0;width:300px;max-width:85vw;height:100vh;transition:left .3s;position:fixed;top:0;left:-100%}.bp-sidebar-open{left:0}.bp-sidebar-header{display:flex}.bp-overlay{z-index:290;background:#0006;display:block;position:fixed;inset:0}.bp-content{margin-left:0}.bp-filter-toggle{display:flex}.bp-card{flex-direction:column}.bp-card-image{flex:none;height:200px}.bp-card-photo{min-height:200px}.bp-top{position:relative}}@media (width<=768px){.bp-main{padding:1.4rem 1rem 2.5rem}.bp-toolbar{flex-direction:column;align-items:stretch}.bp-results-count{order:-1}.bp-sort-wrap{align-self:flex-end}.bp-card-meta{grid-template-columns:repeat(2,1fr)}.bp-card-actions{justify-content:space-between}.bp-view-btn{flex:100%;order:-1}}@media (width<=480px){.bp-container{padding:0 1rem}.bp-card-body{padding:1.1rem 1.2rem}.bp-card-meta{grid-template-columns:1fr 1fr}.bp-callback-btn{flex:100%}.bp-amenities{gap:.3rem}.bp-amenity-badge{padding:.15rem .5rem;font-size:.6rem}}@media (hover:none) and (pointer:coarse){.bp-icon-btn,.bp-view-btn,.bp-callback-btn,.bp-page-btn,.bp-checkbox input{min-height:38px}}*{box-sizing:border-box}.ss-page{background:#f8f9fa;align-items:flex-start;min-height:100vh;display:flex;overflow-x:hidden}.ss-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.ss-sidebar{background:#fff;border-right:1px solid #eee;flex-direction:column;align-self:flex-start;width:280px;min-width:280px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.ss-sidebar-inner{flex-direction:column;width:100%;height:100%;display:flex}.ss-sidebar-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.3rem .5rem;display:none}.ss-sidebar-header h3{color:#1a1a2e;margin:0;font-size:1.1rem}.ss-icon-close{cursor:pointer;color:#1a1a2e;background:#f5f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ss-sidebar-scroll{flex:1;padding:0 1.3rem 1.3rem;overflow-y:auto}.ss-filter-block{border-bottom:1px solid #f0f0f0;margin-bottom:1.1rem;padding-bottom:1.1rem}.ss-filter-block:last-of-type{border-bottom:none}.ss-filter-block h4{text-transform:uppercase;letter-spacing:.05em;color:#999;margin:0 0 .7rem;font-size:.75rem;font-weight:700}.ss-checkbox-group{flex-direction:column;gap:.55rem;display:flex}.ss-amenity-list{max-height:260px;padding-right:.3rem;overflow-y:auto}.ss-checkbox{color:#1a1a2e;cursor:pointer;align-items:center;gap:.55rem;font-size:.88rem;display:flex}.ss-checkbox input{accent-color:#f5c842;cursor:pointer;flex-shrink:0;width:16px;height:16px}.ss-budget-row{gap:.6rem;display:flex}.ss-select{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:1;min-width:0;padding:.55rem .7rem;font-size:.82rem}.ss-select:focus{border-color:#f5c842;outline:none}.ss-sidebar-actions{border-top:1px solid #f0f0f0;gap:.6rem;padding-top:.5rem;display:flex}.ss-btn-reset{color:#1a1a2e;cursor:pointer;background:#fff;border:2px solid #1a1a2e;border-radius:50px;flex:1;padding:.6rem;font-size:.82rem;font-weight:700;transition:all .25s}.ss-btn-reset:hover{background:#f5f5f7}.ss-btn-apply{color:#f5c842;cursor:pointer;background:#1a1a2e;border:2px solid #1a1a2e;border-radius:50px;flex:1;padding:.6rem;font-size:.82rem;font-weight:700;transition:all .25s}.ss-btn-apply:hover{background:#2d2d55}.ss-overlay{display:none}.ss-content{background:#f8f9fa;flex:1;min-width:0}.ss-top{background:#fff;border-bottom:1px solid #eee;padding:1.2rem 0}.ss-title{color:#1a1a2e;margin:0;font-size:clamp(1.3rem,3vw,1.9rem);font-weight:800}.ss-subtitle{color:#999;margin:.3rem 0 0;font-size:.85rem;font-weight:600}.ss-main{padding:1.8rem 1.5rem 3rem}.ss-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.ss-filter-toggle{color:#1a1a2e;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:50px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.85rem;font-weight:700;display:none}.ss-filter-count{color:#1a1a2e;background:#f5c842;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex}.ss-results-count{color:#444;font-size:.95rem}.ss-sort-wrap{position:relative}.ss-sort-btn{color:#1a1a2e;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #e0e0e0;border-radius:50px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;display:flex}.ss-sort-menu{z-index:20;background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;gap:.15rem;min-width:190px;padding:.4rem;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 34px #1a1a2e26}.ss-sort-item{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.55rem .8rem;font-size:.84rem}.ss-sort-item:hover{background:#f8f5ea}.ss-sort-item.is-active{color:#1a1a2e;background:#f5c842;font-weight:700}.ss-applied-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.2rem;display:flex}.ss-chip{color:#1a1a2e;background:#f0f0f0;border-radius:50px;align-items:center;gap:.4rem;padding:.3rem .5rem .3rem .8rem;font-size:.78rem;font-weight:600;display:flex}.ss-chip button{cursor:pointer;color:#1a1a2e;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;display:flex}.ss-reset-all{color:#999;cursor:pointer;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.ss-list{flex-direction:column;gap:1.2rem;display:flex}.ss-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.ss-card:hover{border-color:#f5c842;box-shadow:0 10px 30px #0000001a}.ss-card-image{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d55 100%);flex:0 0 180px;justify-content:center;align-items:center;min-height:200px;display:flex;position:relative;overflow:hidden}.ss-card-avatar{color:#f5c842;opacity:.8;font-size:3.5rem;font-weight:800}.ss-status-badge{text-transform:uppercase;letter-spacing:.4px;color:#1a1a2e;border-radius:50px;padding:.3rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.ss-badge-new{background:#c8c8f5}.ss-badge-construction{background:#ffb98a}.ss-badge-ready{background:#8ee8a6}.ss-badge-upcoming{background:#f5c842}.ss-card-body{flex-direction:column;flex:1;min-width:0;padding:1.4rem 1.6rem;display:flex}.ss-card-name{color:#1a1a2e;margin:0 0 .2rem;font-size:1.15rem;font-weight:800}.ss-card-location{color:#777;align-items:center;gap:.3rem;margin:0 0 .8rem;font-size:.85rem;display:flex}.ss-card-price-block{border-bottom:1px solid #f0f0f0;flex-direction:column;gap:.15rem;margin-bottom:.9rem;padding-bottom:.9rem;display:flex}.ss-price-label{text-transform:uppercase;color:#999;letter-spacing:.4px;font-size:.7rem}.ss-price{color:#1a1a2e;font-size:1.3rem;font-weight:800}.ss-card-meta{grid-template-columns:repeat(4,1fr);gap:.8rem;margin-bottom:.8rem;display:grid}.ss-meta-item{flex-direction:column;gap:.15rem;min-width:0;display:flex}.ss-meta-label{text-transform:uppercase;color:#999;letter-spacing:.4px;font-size:.66rem}.ss-meta-value{color:#1a1a2e;overflow-wrap:break-word;font-size:.83rem;font-weight:600}.ss-amenities{flex-wrap:wrap;gap:.4rem;margin:.3rem 0 .8rem;display:flex}.ss-amenity-badge{color:#2d3436;background:#f5f6fa;border:1px solid #e8e8e8;border-radius:4px;padding:.2rem .7rem;font-size:.7rem;font-weight:500}.ss-amenity-more{color:#1a1a2e;background:#f5c842;border-radius:4px;padding:.2rem .7rem;font-size:.7rem;font-weight:700}.ss-card-actions{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:auto;display:flex}.ss-view-btn{color:#f5c842;cursor:pointer;white-space:nowrap;background:#1a1a2e;border:none;border-radius:50px;padding:.65rem 1.3rem;font-size:.82rem;font-weight:700;transition:all .25s}.ss-view-btn:hover{background:#2d2d55}.ss-icon-btn{color:#1a1a2e;background:#fff;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;text-decoration:none;transition:all .25s;display:flex}.ss-icon-btn:hover{background:#f5c8421a;border-color:#f5c842}.ss-whatsapp:hover{background:#25d3661a;border-color:#25d366}@media (width<=992px){.ss-sidebar{z-index:300;border-right:1px solid #eee;border-radius:0;width:300px;max-width:85vw;height:100vh;transition:left .3s;position:fixed;top:0;left:-100%}.ss-sidebar-open{left:0}.ss-sidebar-header{display:flex}.ss-overlay{z-index:290;background:#0006;display:block;position:fixed;inset:0}.ss-filter-toggle{display:flex}.ss-card{flex-direction:column}.ss-card-image{flex:none;height:180px;min-height:180px}}@media (width<=768px){.ss-main{padding:1.4rem 1rem 2.5rem}.ss-toolbar{flex-direction:column;align-items:stretch}.ss-results-count{order:-1}.ss-sort-wrap{align-self:flex-end}.ss-card-meta{grid-template-columns:repeat(2,1fr)}.ss-card-actions{justify-content:space-between}.ss-view-btn{flex:100%;order:-1}}@media (width<=480px){.ss-container{padding:0 1rem}.ss-card-body{padding:1.1rem 1.2rem}.ss-card-meta{grid-template-columns:1fr 1fr}}
