@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");:root{--primary:#1677ff;--primary-hover:#0958d9;--primary-light:#e6f7ff;--primary-gradient:linear-gradient(135deg,#1677ff,#0050b3);--success:#52c41a;--success-light:#f6ffed;--warning:#faad14;--warning-light:#fffbe6;--text-main:#1d2939;--text-muted:#475467;--text-light:#98a2b3;--bg-gradient:linear-gradient(180deg,#f0f6ff,#fff);--bg-pure:#fff;--bg-card:hsla(0,0%,100%,.85);--border-color:rgba(22,119,255,.06);--border-glass:hsla(0,0%,100%,.5);--shadow-soft:0 4px 20px rgba(0,0,0,.02);--shadow-card:0 20px 40px rgba(22,119,255,.04);--shadow-glass:0 10px 30px rgba(22,119,255,.06);--radius-xxl:32px;--radius-xl:24px;--radius-lg:20px;--radius-md:16px;--radius-sm:12px;--transition-smooth:all 0.3s cubic-bezier(0.25,0.8,0.25,1);--transition-fast:all 0.2s cubic-bezier(0.25,0.8,0.25,1)}*{box-sizing:border-box;margin:0;padding:0}.h-2\.5,.w-2\.5{width:10px;height:10px}.h-3,.w-3{width:12px;height:12px}.h-3\.5,.w-3\.5{width:14px;height:14px}.h-4,.w-4{width:16px;height:16px}.h-5,.w-5{width:20px;height:20px}.h-6,.w-6{width:24px;height:24px}.h-7,.w-7{width:28px;height:28px}.h-8,.w-8{width:32px;height:32px}body{font-family:var(--font-inter),"Inter",sans-serif;color:var(--text-main);background-color:var(--bg-pure);overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-poppins),"Poppins",sans-serif;font-weight:700;color:var(--text-main);letter-spacing:-.02em}a{text-decoration:none;color:inherit}.glass-panel{background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);box-shadow:var(--shadow-glass)}.container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%}.flex-center{display:flex;align-items:center;justify-content:center}.navbar-wrapper{position:fixed;top:0;left:0;width:100%;z-index:1000;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(22,119,255,.04)}.navbar{height:80px;display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;flex-direction:column;line-height:1.1}.logo-main{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:800;color:var(--text-main);letter-spacing:-.5px}.logo-sub{font-size:9px;color:var(--text-muted);letter-spacing:2px;margin-left:28px;font-weight:600}.navbar nav{margin-left:auto;margin-right:40px}.nav-links{display:flex;gap:32px;list-style:none}.nav-link{font-size:14px;font-weight:500;color:var(--text-muted);transition:var(--transition-fast)}.nav-link.active,.nav-link:hover{color:var(--primary);font-weight:600}.nav-actions{display:flex;align-items:center;gap:14px}.location-selector{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:50px;background:var(--primary-light);border:1px solid rgba(22,119,255,.08);color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;transition:var(--transition-fast)}.location-selector:hover{background:rgba(22,119,255,.12);transform:translateY(-1px)}.location-dropdown-panel{position:absolute;top:calc(100% + 8px);right:0;width:200px;border-radius:var(--radius-md);overflow:hidden;z-index:110;padding:8px;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(22,119,255,.08);box-shadow:0 12px 30px rgba(22,119,255,.08);animation:dropdownFadeIn .2s cubic-bezier(.25,.8,.25,1)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.location-dropdown-item{padding:10px 16px;font-size:13px;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-main);transition:var(--transition-fast)}.location-dropdown-item.active,.location-dropdown-item:hover{background:var(--primary-light);color:var(--primary)}.location-dropdown-item.active{font-weight:600}.icon-button{width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:var(--bg-pure);color:var(--text-main);position:relative;cursor:pointer;transition:var(--transition-fast)}.icon-button:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light);transform:translateY(-2px)}.icon-button .badge{position:absolute;top:0;right:0;background:#ff4d4f;width:8px;height:8px;border-radius:50%;border:1.5px solid var(--bg-pure)}.btn-primary{display:flex;align-items:center;gap:8px;padding:9px 18px;border-radius:50px;background:var(--primary);color:var(--bg-pure);font-size:14px;font-weight:600;border:none;cursor:pointer;transition:var(--transition-fast)}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 8px 20px rgba(22,119,255,.25);transform:translateY(-1px)}.hero-section{position:relative;padding-bottom:40px}.hero-main-bg{background:var(--bg-gradient);padding-top:150px;padding-bottom:120px;position:relative;overflow:hidden;min-height:700px}.hero-left{max-width:620px;width:100%;position:relative;z-index:5}.trust-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:var(--bg-pure);border-radius:50px;font-size:13px;font-weight:600;color:var(--primary);box-shadow:0 4px 15px rgba(22,119,255,.04);margin-bottom:24px;border:1px solid rgba(22,119,255,.05)}.hero-title{font-size:56px;line-height:1.15;color:var(--text-main);margin-bottom:24px;letter-spacing:-2px}.hero-title span{color:var(--primary)}.hero-desc{font-size:16px;line-height:1.65;color:var(--text-muted);margin-bottom:36px;max-width:500px}.search-container{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;max-width:580px}.search-input-wrapper{display:flex;align-items:center;background:var(--bg-pure);border-radius:100px;padding:8px 8px 8px 24px;box-shadow:0 15px 35px rgba(22,119,255,.06);border:1px solid rgba(22,119,255,.05);transition:var(--transition-smooth)}.search-input-wrapper:focus-within{border-color:rgba(22,119,255,.25);box-shadow:0 15px 35px rgba(22,119,255,.1)}.search-input-wrapper input{flex:1 1;border:none;outline:none;font-size:15px;color:var(--text-main);background:transparent;font-weight:500}.search-input-wrapper input::placeholder{color:var(--text-light)}.search-input-wrapper .search-btn{background:var(--primary);color:var(--bg-pure);border:none;border-radius:100px;padding:12px 28px;display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition-fast)}.search-input-wrapper .search-btn:hover{background:var(--primary-hover);box-shadow:0 8px 20px rgba(22,119,255,.22);transform:translateY(-1px)}.action-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;background:rgba(22,119,255,.03);border:1.5px dashed rgba(22,119,255,.15);padding:8px;border-radius:var(--radius-xl);margin-top:8px;position:relative;z-index:5}.action-card{background:var(--bg-pure);border:1.5px solid rgba(22,119,255,.04);border-radius:var(--radius-lg);padding:16px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:var(--transition-smooth);box-shadow:0 4px 12px rgba(0,0,0,.02)}.action-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(22,119,255,.08);border-color:rgba(22,119,255,.12)}.action-card.active{background:linear-gradient(135deg,var(--primary) 0,#0556cc 100%);border-color:transparent;box-shadow:0 12px 28px rgba(22,119,255,.32)}.action-card .icon-holder{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:rgba(22,119,255,.05);color:var(--primary);transition:var(--transition-smooth)}.action-card:hover .icon-holder{transform:scale(1.08);background:rgba(22,119,255,.1)}.action-card.active .icon-holder{color:#fff;background:hsla(0,0%,100%,.18)}.action-card span{font-size:13px;font-weight:700;color:var(--text-muted);transition:var(--transition-fast)}.action-card.active span{color:#fff}.quick-features-bar{background:var(--bg-pure);border-radius:var(--radius-lg);padding:24px 32px;box-shadow:var(--shadow-card);border:1px solid rgba(22,119,255,.05);display:flex;justify-content:space-between;width:100%;margin-top:50px;position:relative;z-index:10}.quick-feature-item{display:flex;align-items:center;gap:16px;position:relative;flex:1 1}.quick-feature-item:not(:last-child):after{content:"";position:absolute;right:0;top:6px;height:36px;width:1px;background:rgba(0,0,0,.06)}.quick-feature-item:not(:first-child){padding-left:28px}.quick-feature-icon{width:44px;height:44px;border-radius:50%;background:var(--primary-light);color:var(--primary);flex-shrink:0}.quick-feature-texts{display:flex;flex-direction:column}.quick-feature-title{font-size:14px;font-weight:700;color:var(--text-main)}.quick-feature-sub{font-size:11px;color:var(--text-muted);margin-top:3px;font-weight:500}.hero-image-container{position:absolute;top:130px;right:10px;width:46vw;height:520px;z-index:3}@keyframes heroFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.hero-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;box-shadow:-15px 20px 45px rgba(0,0,0,.08);clip-path:url(#hero-image-mask);-webkit-clip-path:url(#hero-image-mask);animation:heroFloat 6s ease-in-out infinite;transition:transform .3s ease,box-shadow .3s ease}.hero-image-wrapper:hover{box-shadow:-20px 28px 55px rgba(0,0,0,.12)}.hero-image-wrapper img{object-fit:cover;transition:transform 6s cubic-bezier(.25,.8,.25,1)}.hero-image-wrapper:hover img{transform:scale(1.05)}.floating-checklist{position:absolute;top:40px;right:-24px;width:220px;border-radius:var(--radius-md);padding:18px 22px;display:flex;flex-direction:column;gap:12px;z-index:6}.checklist-item{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;color:var(--text-main)}.checklist-item svg{color:var(--success);flex-shrink:0}.floating-stats{position:absolute;bottom:50px;left:-32px;padding:14px 22px;border-radius:50px;display:flex;align-items:center;gap:12px;z-index:6}.stats-avatar-group{width:42px;height:42px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-texts{display:flex;flex-direction:column}.stats-number{font-size:18px;font-weight:800;color:var(--text-main);line-height:1.1}.stats-label{font-size:11px;color:var(--text-muted);font-weight:500}.wave-divider{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:4}.wave-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:70px;transform:rotate(180deg)}.property-types-section{padding:100px 0;background:#fff}.section-tagline{font-size:12px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:2px;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}.section-tagline:after,.section-tagline:before{content:"";width:24px;height:1.5px;background:var(--primary)}.section-heading-row{margin-bottom:48px}.section-title-center{font-size:38px;font-weight:700;letter-spacing:-.8px}.view-all-link-btn{position:absolute;right:0;bottom:10px;font-size:14px;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:6px;transition:var(--transition-fast);background:none;border:none;cursor:pointer;padding:0}.view-all-link-btn:hover{gap:10px;color:var(--primary-hover)}.types-grid-layout{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:36px 16px;gap:36px 16px;justify-items:center;padding:10px 4px 24px;max-width:1200px;margin:0 auto}@media (max-width:1200px){.types-grid-layout{grid-template-columns:repeat(5,1fr);max-width:850px}}@media (max-width:868px){.types-grid-layout{grid-template-columns:repeat(3,1fr);max-width:520px}}@media (max-width:540px){.types-grid-layout{grid-template-columns:repeat(2,1fr);max-width:340px;gap:28px 12px}}.type-card{min-width:146px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;cursor:pointer}.type-image-container-relative{position:relative;margin-bottom:16px}.type-image-wrapper{position:relative;width:146px;height:146px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.03);transition:var(--transition-smooth)}.type-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.12));pointer-events:none;transition:var(--transition-smooth)}.type-card:hover .type-image-wrapper{transform:translateY(-6px);box-shadow:0 15px 35px rgba(22,119,255,.08)}.type-card:hover .type-image-wrapper:after{background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.22))}.type-image-wrapper img{object-fit:cover;transition:var(--transition-smooth)}.type-card:hover .type-image-wrapper img{transform:scale(1.06)}.type-badge-icon{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);width:38px;height:38px;border-radius:50%;background:var(--bg-pure);color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.06);border:1px solid rgba(22,119,255,.08);transition:var(--transition-smooth);z-index:2}.mobile-filter-toggle-btn{display:none!important}.type-card:hover .type-badge-icon{background:var(--primary);color:var(--bg-pure);transform:translate(-50%,40%) scale(1.08);box-shadow:0 6px 15px rgba(22,119,255,.2)}.type-card-title{margin-top:16px;font-size:14px;font-weight:700;color:var(--text-main);text-align:center;transition:var(--transition-fast)}.type-card:hover .type-card-title{color:var(--primary)}.trending-section{padding:100px 0;background:#f8fafc}.trending-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.trending-title-area{display:flex;flex-direction:column}.trending-tag{font-size:12px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}.trending-heading{font-size:38px;font-weight:700;letter-spacing:-.8px}.trending-heading span{color:var(--primary)}.trending-sub{font-size:15px;color:var(--text-muted);margin-top:8px;font-weight:500}.trending-controls{display:flex;align-items:center;gap:20px}.filter-pills{display:flex;background:#ebeff5;padding:5px;border-radius:100px;gap:4px}.filter-pill{padding:9px 22px;font-size:13px;font-weight:600;color:var(--text-muted);border-radius:100px;cursor:pointer;transition:var(--transition-fast);border:none;background:transparent}.filter-pill:hover{color:var(--primary)}.filter-pill.active{background:var(--primary);color:var(--bg-pure);box-shadow:0 4px 12px rgba(22,119,255,.18);font-weight:700}.carousel-navigation{display:flex;gap:8px}.nav-arrow{width:42px;height:42px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:var(--bg-pure);color:var(--text-main);cursor:pointer;transition:var(--transition-fast)}.nav-arrow:hover{background:var(--primary);color:var(--bg-pure);border-color:var(--primary);transform:scale(1.05)}.properties-carousel-wrapper{overflow-x:auto;display:flex;gap:24px;padding-bottom:24px;scroll-behavior:smooth;scrollbar-width:none}.properties-carousel-wrapper::-webkit-scrollbar{display:none}.property-card{min-width:320px;width:320px;background:var(--bg-pure);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.03);transition:var(--transition-smooth);display:flex;flex-direction:column}.property-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(22,119,255,.06);border-color:rgba(22,119,255,.08)}.card-image-section{position:relative;height:210px;width:100%;overflow:hidden}.card-image-section img{object-fit:cover;transition:var(--transition-smooth)}.property-card:hover .card-image-section img{transform:scale(1.03)}.badge-tag{position:absolute;top:16px;left:16px;padding:6px 14px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 10px rgba(0,0,0,.06);text-transform:uppercase;z-index:2}.badge-tag.sale{background:#fff3eb;color:#ea580c;border:1.5px solid rgba(234,88,12,.12)}.badge-tag.rent{background:#ecfdf5;color:#059669;border:1.5px solid rgba(5,150,105,.12)}.badge-tag.project{background:#eff6ff;color:#2563eb;border:1.5px solid rgba(37,99,235,.12)}.card-wishlist-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.9);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;color:var(--text-main);cursor:pointer;transition:var(--transition-fast);z-index:2}.card-wishlist-btn:hover{transform:scale(1.1);color:#ff4d4f;background:var(--bg-pure)}.card-wishlist-btn.active{color:#ff4d4f}.card-details-section{padding:24px;display:flex;flex-direction:column;flex:1 1}.card-price{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:8px;letter-spacing:-.5px}.card-title{font-size:15px;font-weight:700;line-height:1.45;color:var(--text-main);margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px;transition:var(--transition-fast)}.property-card:hover .card-title{color:var(--primary)}.card-location{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);margin-bottom:18px;font-weight:500}.card-location svg{color:var(--primary);flex-shrink:0}.card-divider{height:1px;background:rgba(0,0,0,.05);margin-bottom:18px}.card-specs{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--text-muted)}.spec-item{display:flex;align-items:center;gap:6px}.spec-item svg{color:var(--primary);flex-shrink:0}.checklist-icon-wrapper{background:var(--success-light);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer{background:#111827;color:#f8fafc;padding:48px 0;text-align:center;font-size:13px;font-weight:500}.footer p{color:var(--text-light);letter-spacing:.2px}@media (max-width:1024px){.hero-main-bg{padding-top:120px;padding-bottom:80px;min-height:auto}.hero-left{max-width:100%}.hero-image-container{position:relative;top:0;right:auto;width:100%;max-width:520px;height:480px;margin:40px auto 0}.quick-features-bar{flex-wrap:wrap;gap:20px;justify-content:flex-start}.quick-feature-item{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px)}.quick-feature-item:not(:last-child):after{display:none}.quick-feature-item:not(:first-child){padding-left:0}}@media (max-width:768px){.navbar{height:70px}.nav-actions .icon-button,.nav-actions .location-selector,.nav-links{display:none}.hero-title{font-size:38px}.quick-feature-item{flex:0 0 100%}.trending-header{flex-direction:column;align-items:flex-start;gap:20px}.trending-controls{width:100%;justify-content:space-between}.section-title-center{font-size:28px}.view-all-link{position:relative;display:inline-flex;margin-top:12px;justify-content:center;width:100%;right:auto}}.featured-section{padding:0;background:var(--bg-pure)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.featured-card{background:var(--bg-pure);border-radius:var(--radius-xxl);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.04);transition:var(--transition-smooth);display:flex;flex-direction:column}.featured-card:hover{box-shadow:0 15px 35px rgba(22,119,255,.1);border-color:var(--primary)}.featured-img-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.featured-img-wrapper img{object-fit:cover;transition:filter .3s ease}.featured-card:hover .featured-img-wrapper img{filter:brightness(1.04)}.featured-tag{position:absolute;top:20px;left:20px;padding:6px 14px;background:rgba(22,119,255,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:700;border-radius:50px;text-transform:uppercase;letter-spacing:.5px}.featured-body{padding:24px;display:flex;flex-direction:column;flex:1 1}.featured-price{font-size:24px;font-weight:800;color:var(--primary);margin-bottom:8px}.featured-card-title{font-size:18px;font-weight:700;color:var(--text-main);margin-bottom:12px;line-height:1.35}.featured-location{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);font-weight:500;margin-bottom:20px}.featured-location svg{color:var(--primary)}.featured-divider{height:1px;background:rgba(0,0,0,.05);margin-bottom:18px}.featured-specs{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--text-muted);margin-top:auto}.featured-spec-item{display:flex;align-items:center;gap:6px}.featured-spec-item svg{color:var(--primary)}.exclusive-section{padding:50px 0;background:#f8fafc}.exclusive-list{display:flex;flex-direction:column;gap:48px}.exclusive-card{display:flex;background:var(--bg-pure);border-radius:var(--radius-xxl);overflow:hidden;box-shadow:var(--shadow-card);min-height:480px}.exclusive-card.reverse{flex-direction:row-reverse}.exclusive-img-side{position:relative;flex:1.1 1;min-height:480px;overflow:hidden}.exclusive-img-side img{object-fit:cover;transition:transform 1.2s cubic-bezier(.25,.8,.25,1)}.exclusive-card:hover .exclusive-img-side img{transform:scale(1.04) translateX(12px)}.exclusive-overlay-badge{position:absolute;bottom:24px;left:24px;padding:10px 20px;background:rgba(17,24,39,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-md);border:1px solid hsla(0,0%,100%,.1);color:#fff;font-size:12px;font-weight:600}.exclusive-text-side{flex:0.9 1;padding:48px;display:flex;flex-direction:column;justify-content:center}.exclusive-tag-label{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--primary);letter-spacing:2px;margin-bottom:12px}.exclusive-title{font-size:28px;font-weight:800;color:var(--text-main);margin-bottom:14px;line-height:1.25}.exclusive-price{font-size:32px;font-weight:900;color:var(--primary);margin-bottom:20px}.exclusive-desc{font-size:14px;line-height:1.65;color:var(--text-muted);margin-bottom:24px;font-weight:500}.exclusive-location{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-main);margin-bottom:28px}.exclusive-location svg{color:var(--primary)}.exclusive-divider{height:1px;background:rgba(0,0,0,.05);margin-bottom:28px}.exclusive-specs{display:flex;gap:40px;margin-bottom:36px}.excl-spec{display:flex;align-items:center;gap:12px}.excl-spec svg{color:var(--primary)}.excl-spec-text{display:flex;flex-direction:column}.excl-val{font-size:16px;font-weight:800;color:var(--text-main);line-height:1.1}.excl-lbl{font-size:11px;color:var(--text-muted);font-weight:500;margin-top:2px}.exclusive-btn{padding:16px 36px;background:var(--text-main);color:#fff;border-radius:var(--radius-md);border:none;font-size:14px;font-weight:700;cursor:pointer;width:-moz-fit-content;width:fit-content;transition:all .3s cubic-bezier(.25,.8,.25,1)}.exclusive-btn:hover{background:var(--primary);padding-left:44px;padding-right:44px;box-shadow:0 10px 25px rgba(22,119,255,.25)}.ventures-section{padding:0;background:#fff}.ventures-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.venture-card{position:relative;height:380px;border-radius:var(--radius-xxl);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.04);cursor:pointer}.venture-img-wrapper{position:absolute;inset:0}.venture-img-wrapper img{object-fit:cover;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.venture-card:hover .venture-img-wrapper img{transform:scale(.96) rotate(-1deg)}.venture-img-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.75));transition:var(--transition-smooth)}.venture-card:hover .venture-img-wrapper:after{background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.85))}.venture-status-badge{position:absolute;top:16px;left:16px;padding:5px 12px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:var(--primary);font-size:10px;font-weight:800;border-radius:50px;text-transform:uppercase}.venture-glass-panel{position:absolute;bottom:0;left:0;width:100%;padding:24px;display:flex;flex-direction:column;transform:translateY(34px);transition:transform .4s cubic-bezier(.25,.8,.25,1),background .4s ease;color:#fff;z-index:2}.venture-card:hover .venture-glass-panel{transform:translateY(0);background:rgba(22,119,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.venture-dev{font-size:11px;font-weight:700;text-transform:uppercase;color:hsla(0,0%,100%,.7);letter-spacing:1px;margin-bottom:6px}.venture-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.3}.venture-location{display:flex;align-items:center;gap:6px;font-size:12px;color:hsla(0,0%,100%,.8);margin-bottom:16px}.venture-bottom-reveal{display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .4s ease}.venture-card:hover .venture-bottom-reveal{opacity:1}.venture-price-range{font-size:15px;font-weight:700;color:#fff}.venture-arrow-circle{width:32px;height:32px;background:var(--primary);border-radius:50%;color:#fff;transition:var(--transition-fast)}.venture-card:hover .venture-arrow-circle:hover{transform:scale(1.1);background:#fff;color:var(--primary)}.commercial-section{padding:50px 0;background:#f8fafc}.commercial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.commercial-card{background:var(--bg-pure);border-radius:var(--radius-xxl);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1.5px solid rgba(22,119,255,.04);transition:border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;position:relative}.commercial-card:before{content:"";position:absolute;top:0;left:0;height:4px;width:0;background:var(--primary);transition:width .4s cubic-bezier(.25,.8,.25,1);z-index:5}.commercial-card:hover:before{width:100%}.commercial-card:hover{box-shadow:0 15px 35px rgba(22,119,255,.06);border-color:rgba(22,119,255,.25)}.commercial-card:hover .commercial-metric-box:first-child{transform:translateY(-4px);transition-delay:.04s}.commercial-card:hover .commercial-metric-box:last-child{transform:translateY(-4px);transition-delay:.08s}.commercial-img-wrapper{position:relative;width:100%;height:220px;overflow:hidden}.commercial-img-wrapper img{object-fit:cover}.commercial-badge{position:absolute;top:16px;left:16px;padding:5px 12px;background:#111827;color:#fff;font-size:10px;font-weight:700;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px}.commercial-body{padding:28px;display:flex;flex-direction:column;flex:1 1}.commercial-title{font-size:19px;font-weight:800;color:var(--text-main);line-height:1.3;margin-bottom:8px}.commercial-location{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);margin-bottom:20px}.commercial-location svg{color:var(--primary)}.commercial-metrics{display:flex;gap:16px;margin-bottom:20px}.commercial-metric-box{flex:1 1;padding:12px;background:#f8fafc;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column}.metric-lbl{font-size:11px;color:var(--text-muted);font-weight:600;margin-bottom:4px}.metric-val{font-size:16px;font-weight:800}.commercial-tenant-row{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-main);background:rgba(22,119,255,.04);padding:10px 14px;border-radius:var(--radius-sm);margin-bottom:24px}.tenant-lbl{color:var(--text-muted)}.commercial-divider{height:1px;background:rgba(0,0,0,.05);margin-bottom:20px;margin-top:auto}.commercial-footer{display:flex;justify-content:space-between;align-items:center}.commercial-valuation{font-size:18px;font-weight:800;color:var(--text-main)}.commercial-inquire-btn{width:36px;height:36px;border-radius:50%;background:var(--primary-light);color:var(--primary);border:none;cursor:pointer;transition:var(--transition-fast)}.commercial-card:hover .commercial-inquire-btn{background:var(--primary);color:#fff;transform:scale(1.08)}.upcoming-section{padding:0;background:#fff}.upcoming-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:36px;gap:36px}.upcoming-card{display:flex;background:var(--bg-pure);border-radius:var(--radius-xxl);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.04);min-height:280px;transition:var(--transition-smooth)}.upcoming-card:hover{transform:perspective(1000px) rotateX(1.5deg) rotateY(-1.5deg);box-shadow:0 15px 35px rgba(22,119,255,.06);border-color:rgba(22,119,255,.12)}.upcoming-img-wrapper{position:relative;flex:0.9 1;min-height:280px;overflow:hidden}.upcoming-img-wrapper img{object-fit:cover}.upcoming-time-badge{position:absolute;top:16px;left:16px;padding:6px 14px;background:#d97706;color:#fff;font-size:10px;font-weight:800;border-radius:50px;text-transform:uppercase}.upcoming-details{flex:1.1 1;padding:28px;display:flex;flex-direction:column}.upcoming-builder{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--primary);letter-spacing:.8px;margin-bottom:6px}.upcoming-title{font-size:19px;font-weight:800;color:var(--text-main);line-height:1.35;margin-bottom:8px}.upcoming-location{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);margin-bottom:24px}.upcoming-location svg{color:var(--primary)}.upcoming-progress-section{display:flex;flex-direction:column;margin-bottom:20px}.progress-text-row{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-bottom:8px}.progress-lbl{color:var(--text-muted)}.progress-val{color:var(--primary)}.progress-bar-bg{height:6px;background:#e2e8f0;border-radius:10px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--primary);border-radius:10px;position:relative;overflow:hidden}.upcoming-card:hover .progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,0));animation:shineProgress 1.2s linear infinite}@keyframes shineProgress{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.upcoming-divider{height:1px;background:rgba(0,0,0,.05);margin-bottom:20px;margin-top:auto}.upcoming-action-row{display:flex;justify-content:space-between;align-items:center}.upcoming-tagline{font-size:11px;font-weight:700;color:#059669}.upcoming-prebook-btn{padding:10px 18px;background:var(--primary);color:#fff;border-radius:var(--radius-sm);border:none;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}.upcoming-prebook-btn svg{transition:transform .3s cubic-bezier(.25,.8,.25,1)}.upcoming-prebook-btn:hover svg{transform:translateX(4px)}.upcoming-prebook-btn:hover{background:var(--primary-hover)}@media (max-width:1024px){.commercial-grid,.featured-grid{grid-template-columns:1fr;gap:24px}.exclusive-card,.exclusive-card.reverse{flex-direction:column;min-height:auto}.exclusive-img-side{height:300px;width:100%}.exclusive-text-side{padding:32px}.ventures-grid{grid-template-columns:repeat(2,1fr);gap:20px}.upcoming-grid{grid-template-columns:1fr;gap:24px}.upcoming-card{flex-direction:column;min-height:auto}.upcoming-img-wrapper{min-height:240px}}.gps-toggle-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:600;cursor:pointer;background:transparent;border:1px solid rgba(22,119,255,.15);color:var(--text-main);transition:all .3s ease;height:38px}.gps-toggle-btn:hover{background:rgba(22,119,255,.04);border-color:var(--primary)}.gps-toggle-btn.active{background:rgba(22,119,255,.08);border-color:var(--primary);color:var(--primary);box-shadow:0 4px 12px rgba(22,119,255,.12)}.gps-dot{width:6px;height:6px;border-radius:50%;background:#94a3b8;transition:background .3s ease}.gps-toggle-btn.active .gps-dot{background:#10b981;box-shadow:0 0 8px #10b981;animation:pulseGlow 1.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.6}50%{opacity:1}}.filter-bar-section{padding:24px 0;background:#fff;border-bottom:1px solid rgba(0,0,0,.03);margin-bottom:30px}.filter-bar-wrapper{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border:1px solid rgba(22,119,255,.08);padding:16px 24px;border-radius:var(--radius-xl);gap:20px;flex-wrap:wrap;box-shadow:0 8px 24px rgba(0,0,0,.02)}.filter-status-col{display:flex;align-items:center;gap:16px}.active-city-badge{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-main)}.active-city-badge strong{color:var(--primary);font-weight:700}.gps-indicator-badge{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#e2e8f0;color:#64748b;border-radius:50px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:none;cursor:pointer;transition:all .3s ease}.gps-indicator-badge:hover{background:#cbd5e1}.gps-indicator-badge.gps-active{background:rgba(16,185,129,.1);color:#059669}.pulse-dot{width:6px;height:6px;border-radius:50%;background:#64748b}.gps-indicator-badge.gps-active .pulse-dot{background:#10b981;box-shadow:0 0 6px #10b981;animation:pulseGlow 1.5s infinite}.filter-controls-col{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.filter-dropdown-wrapper{position:relative;display:flex;align-items:center;gap:10px}.filter-label{font-size:13px;font-weight:700;color:var(--text-muted)}.filter-dropdown-btn{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);min-width:160px;font-size:13px;font-weight:600;color:var(--text-main);cursor:pointer;transition:all .2s ease}.filter-dropdown-btn:hover{border-color:var(--primary)}.filter-options-panel{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-md);box-shadow:0 10px 30px rgba(0,0,0,.08);z-index:50;min-width:180px;padding:6px 0;overflow:hidden}.filter-option-item{padding:10px 18px;font-size:13px;font-weight:500;color:var(--text-main);cursor:pointer;transition:all .2s ease}.filter-option-item:hover{background:rgba(22,119,255,.04);color:var(--primary)}.filter-option-item.selected{background:var(--primary);color:#fff}.card-distance-text{font-size:11px;font-weight:700;color:var(--primary);margin-left:6px;display:inline-flex;align-items:center;background:rgba(22,119,255,.06);padding:2px 6px;border-radius:4px}@media (max-width:768px){.filter-bar-wrapper{flex-direction:column;align-items:stretch;padding:16px}.filter-status-col{justify-content:space-between}.filter-controls-col{flex-direction:column;align-items:stretch;gap:16px}.filter-dropdown-wrapper{flex-direction:column;align-items:stretch;gap:6px}.filter-options-panel{left:0;right:0}}.details-container-card{background:var(--bg-pure);border-radius:var(--radius-xxl);overflow:hidden;box-shadow:0 15px 45px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.04)}.details-image-wrapper{position:relative;width:100%;height:480px}.details-badge{position:absolute;top:24px;left:24px;background:rgba(17,24,39,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);color:#fff;padding:8px 16px;border-radius:var(--radius-md);font-size:12px;font-weight:700}.details-body-wrapper{padding:48px}.details-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px}.details-title{font-size:28px;font-weight:800;color:var(--text-main);line-height:1.25}.details-price{font-size:28px;font-weight:900;color:var(--primary);white-space:nowrap}.details-location-row{display:flex;align-items:center;gap:8px;margin-bottom:32px;flex-wrap:wrap}.details-location-text{font-size:15px;color:var(--text-muted);font-weight:600}.details-distance-badge{font-size:12px;font-weight:700;color:#059669;background:rgba(16,185,129,.08);padding:4px 10px;border-radius:50px;display:inline-flex;align-items:center}.details-specs-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:40px}.details-spec-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#f8fafc;border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.03)}.details-spec-card svg{flex-shrink:0}.spec-heading{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.spec-value{font-size:15px;font-weight:700;color:var(--text-main)}.details-desc-section{margin-top:32px}.desc-title{font-size:18px;font-weight:800;color:var(--text-main);margin-bottom:12px}.desc-content{font-size:14.5px;line-height:1.7;color:var(--text-muted);font-weight:500}.details-commercial-row{display:flex;gap:16px;margin-top:16px}.comm-spec-box{flex:1 1;background:#f8fafc;border:1px solid rgba(0,0,0,.03);padding:16px;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:4px}.comm-spec-box span{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase}.comm-spec-box strong{font-size:18px;font-weight:800;color:var(--text-main)}.details-inquiry-box{background:rgba(22,119,255,.03);border:1px dashed rgba(22,119,255,.15);border-radius:var(--radius-xl);padding:32px}.inquiry-header h3{font-size:18px;font-weight:800;color:var(--text-main);margin-bottom:6px}.inquiry-header p{font-size:13px;color:var(--text-muted);margin-bottom:24px;font-weight:500}.inquiry-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.inquiry-input{width:100%;height:48px;padding:0 16px;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.08);font-size:13.5px;font-weight:600;background:var(--bg-pure);transition:all .2s ease}.inquiry-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(22,119,255,.1)}.inquiry-form-grid .inquiry-input:nth-child(3),.inquiry-form-grid button{grid-column:span 2}@media (max-width:768px){.details-body-wrapper{padding:24px}.details-header-row{flex-direction:column;gap:8px}.details-price,.details-title{font-size:22px}.details-specs-grid{gap:12px}.details-specs-grid,.inquiry-form-grid{grid-template-columns:1fr}.inquiry-form-grid .inquiry-input:nth-child(3),.inquiry-form-grid button{grid-column:span 1}}.site-footer{margin-top:60px;padding-top:64px}.section-heading-row{position:relative;margin-bottom:40px}.section-title-center{font-size:32px;font-weight:800;color:var(--text-main);line-height:1.25;text-align:center}.section-title-center span{color:var(--primary)}.section-subtitle-center{font-size:15px;color:var(--text-muted);font-weight:500;margin-top:8px;max-width:600px;text-align:center;margin-left:auto;margin-right:auto}.view-all-link{position:absolute;bottom:0;right:0;display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:var(--primary);background:rgba(22,119,255,.05);padding:10px 20px;border-radius:var(--radius-md);border:1px solid rgba(22,119,255,.1);transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer;text-decoration:none}.view-all-link svg{transition:transform .3s ease}.view-all-link:hover{background:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(22,119,255,.25);transform:translateY(-2px);border-color:var(--primary)}.view-all-link:hover svg{transform:translateX(4px)}@media (max-width:768px){.section-heading-row{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.view-all-link{position:relative;display:inline-flex;margin-top:12px;justify-content:center;width:100%;right:auto;bottom:auto}}.buy-page-wrapper{background:#f8fafc;padding-top:0;padding-bottom:80px;min-height:100vh}.buy-hero-container{display:flex;justify-content:space-between;align-items:center;gap:40px;background:linear-gradient(135deg,#f0f6ff,#fff);padding:48px;border-radius:var(--radius-xxl);border:1px solid rgba(22,119,255,.06);margin-bottom:32px;position:relative;overflow:hidden}.buy-hero-left{max-width:58%;display:flex;flex-direction:column;z-index:2;position:relative}.buy-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);font-weight:500;margin-bottom:16px}.buy-breadcrumb a:hover{color:var(--primary)}.buy-hero-title{font-size:40px;font-weight:800;color:var(--text-main);line-height:1.2;margin-bottom:8px}.buy-hero-title span{color:var(--primary)}.buy-hero-subtitle{font-size:15px;color:var(--text-muted);font-weight:500;margin-bottom:32px}.buy-search-bar{display:flex;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);padding:6px 10px;box-shadow:0 10px 30px rgba(22,119,255,.04);gap:12px;max-width:680px;height:56px}.buy-search-input-wrapper{flex:1.5 1;display:flex;align-items:center;gap:10px;padding-left:10px;border-right:1px solid rgba(0,0,0,.06);height:100%}.buy-search-input{width:100%;border:none;font-size:14px;font-weight:600;color:var(--text-main);outline:none;background:transparent}.buy-search-input::placeholder{color:var(--text-light)}.buy-search-loc-wrapper{flex:1 1;display:flex;align-items:center;gap:10px;height:100%;padding-right:10px;position:relative}.buy-search-loc-select{width:100%;border:none;background:transparent;color:var(--text-main);outline:none}.buy-search-btn,.buy-search-loc-select{font-size:14px;font-weight:700;cursor:pointer}.buy-search-btn{padding:0 24px;height:44px;border-radius:var(--radius-sm);background:var(--primary);color:#fff;border:none;display:flex;align-items:center;gap:8px;transition:all .2s ease}.buy-search-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.buy-hero-right{position:absolute;top:0;bottom:0;right:0;width:calc(46% + 120px);z-index:1}.buy-hero-right img{object-fit:cover;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 30%);mask-image:linear-gradient(90deg,transparent 0,#000 30%)}.buy-categories-row{display:flex;gap:12px;margin-bottom:32px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.buy-categories-row::-webkit-scrollbar{display:none}.buy-category-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-md);font-size:13.5px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s ease;white-space:nowrap}.buy-category-tab.active,.buy-category-tab:hover{border-color:var(--primary);color:var(--primary)}.buy-category-tab.active{background:var(--primary-light);box-shadow:0 4px 12px rgba(22,119,255,.08)}.buy-main-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:32px;gap:32px;align-items:flex-start}.filters-sidebar{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-xl);padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.02)}.filters-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border-bottom:1px solid rgba(0,0,0,.04);padding-bottom:14px}.filters-header-row h3{font-size:17px;font-weight:800;color:var(--text-main)}.filters-reset-btn{background:none;border:none;font-size:12.5px;font-weight:700;color:var(--primary);cursor:pointer}.filters-reset-btn:hover{text-decoration:underline}.filter-group{margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,.04);padding-bottom:16px}.filter-group-header{justify-content:space-between;font-weight:700;font-size:13.5px;color:var(--text-main);cursor:pointer;padding:4px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-group-header,.filter-group-header span{display:flex;align-items:center}.filter-group-content{margin-top:14px;display:flex;flex-direction:column;gap:10px}.checkbox-label{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-input{width:16px;height:16px;border-radius:4px;border:1.5px solid rgba(0,0,0,.15);cursor:pointer}.budget-inputs-row{display:flex;align-items:center;gap:10px}.budget-input-wrapper{flex:1 1;position:relative;display:flex;align-items:center}.budget-currency-symbol{position:absolute;left:12px;font-size:13px;font-weight:700;color:var(--text-muted)}.budget-input-field{width:100%;height:40px;padding:0 12px 0 24px;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);font-size:12.5px;font-weight:600;color:var(--text-main);outline:none}.budget-input-field:focus{border-color:var(--primary)}.budget-slider-range{margin-top:16px}.budget-slider-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;font-weight:700;color:var(--text-muted)}.filter-more-link{font-size:12px;font-weight:700;color:var(--primary);cursor:pointer;margin-top:4px;display:inline-block}.filter-more-link:hover{text-decoration:underline}.listings-deck-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.listings-count-text{font-size:16px;font-weight:700;color:var(--text-main)}.listings-count-text span{color:var(--primary);font-weight:800}.listings-deck-controls{display:flex;align-items:center;gap:16px}.sort-dropdown-wrapper{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--text-muted)}.sort-select{padding:0 12px;font-size:13px;font-weight:600;color:var(--text-main);outline:none}.layout-toggle-btn,.sort-select{height:38px;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);background:#fff;cursor:pointer}.layout-toggle-btn{width:38px;color:var(--text-muted);transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.layout-toggle-btn:hover{border-color:var(--primary);color:var(--primary)}.layout-toggle-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.buy-grid-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:1200px){.buy-grid-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.buy-main-layout{grid-template-columns:1fr}.filters-sidebar{position:static}}@media (max-width:768px){.buy-hero-container{flex-direction:column;padding:24px}.buy-hero-right{position:relative;width:100%;height:180px;top:auto;right:auto;margin-top:24px}.buy-hero-right img{-webkit-mask-image:none!important;mask-image:none!important}.buy-search-bar{flex-direction:column;height:auto;gap:8px}.buy-search-input-wrapper,.buy-search-loc-wrapper{border-right:none;border-bottom:1px solid rgba(0,0,0,.06);height:48px;width:100%}.buy-search-btn{width:100%}.buy-grid-container{grid-template-columns:1fr}}.details-page-wrapper{background:#f8fafc;padding-top:100px;padding-bottom:80px;min-height:100vh}.details-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--text-muted);font-weight:500;margin-bottom:24px}.details-breadcrumb a:hover{color:var(--primary)}.details-main-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:32px;gap:32px;align-items:flex-start}.details-gallery-container{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:16px;margin-bottom:32px;box-shadow:0 10px 30px rgba(0,0,0,.02)}.details-gallery-main{position:relative;width:100%;height:480px;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:16px}.gallery-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.9);color:var(--text-main);border:none;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.15);transition:all .2s ease;z-index:2}.gallery-nav-arrow:hover{background:#fff;color:var(--primary)}.gallery-nav-arrow.left{left:20px}.gallery-nav-arrow.right{right:20px}.gallery-counter-badge{position:absolute;bottom:20px;left:20px;padding:6px 14px;background:rgba(0,0,0,.6);color:#fff;font-size:13px;font-weight:700;border-radius:30px;z-index:2}.details-thumbnails-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px}.details-thumbnail-card{position:relative;width:82px;height:58px;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;flex-shrink:0}.details-thumbnail-card.active{border-color:var(--primary)}.details-thumbnail-card.more-overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:1}.details-thumbnail-card-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;z-index:2}.details-title-section{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:24px;margin-bottom:32px;box-shadow:0 10px 30px rgba(0,0,0,.02)}.details-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px}.details-title-block h1{font-size:28px;font-weight:800;color:var(--text-main);line-height:1.3;margin-bottom:8px}.details-verified-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;background:var(--primary-light);color:var(--primary);font-size:12px;font-weight:700;margin-left:12px;vertical-align:middle}.details-action-buttons{display:flex;gap:12px}.details-action-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;font-size:13.5px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.details-action-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.details-address-row{display:flex;align-items:center;gap:8px;font-size:14.5px;color:var(--text-muted);font-weight:500}.specs-bar-wrapper{position:relative;margin-bottom:32px}.specs-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;color:var(--text-main);transition:all .2s ease}.specs-nav-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.specs-nav-btn.left{left:-18px}.specs-nav-btn.right{right:-18px}.details-specs-bar{display:flex;gap:28px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:24px;margin-bottom:0;box-shadow:0 10px 30px rgba(0,0,0,.02);scroll-behavior:smooth}.details-specs-bar::-webkit-scrollbar{display:none}.details-spec-item{display:flex;align-items:center;gap:16px;border-right:1.5px solid rgba(0,0,0,.08);padding-right:28px;flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 21px);box-sizing:border-box}.details-spec-item:last-child{border-right:none;padding-right:0}@media (max-width:1024px){.details-spec-item{flex:0 0 220px}}.details-spec-icon-wrapper{color:var(--primary);background:var(--primary-light);width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center}.details-spec-text{display:flex;flex-direction:column}.details-spec-val{font-size:17px;font-weight:800;color:var(--text-main)}.details-spec-lbl{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;margin-top:2px}.details-tabs-bar{display:flex;border-bottom:1.5px solid rgba(0,0,0,.06);margin-bottom:32px;gap:24px;position:-webkit-sticky;position:sticky;top:80px;background:#f8fafc;z-index:10;padding-top:10px}.details-tab-button{background:none;border:none;font-size:14.5px;font-weight:700;color:var(--text-muted);cursor:pointer;padding:12px 4px;position:relative;transition:all .2s ease}.details-tab-button.active,.details-tab-button:hover{color:var(--primary)}.details-tab-button.active:after{content:"";position:absolute;bottom:-1.5px;left:0;width:100%;height:3px;background:var(--primary);border-radius:3px}.details-card-section{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:28px;margin-bottom:32px;box-shadow:0 10px 30px rgba(0,0,0,.02)}.details-card-title{font-size:18px;font-weight:800;color:var(--text-main);margin-bottom:20px;border-left:4px solid var(--primary);padding-left:12px}.details-about-desc{font-size:14.5px;color:var(--text-muted);line-height:1.6;margin-bottom:24px}.about-features-tags{display:flex;flex-wrap:wrap;gap:12px}.about-feat-tag{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;border:1px solid rgba(0,0,0,.05);background:#fafcff;font-size:13px;font-weight:600;color:var(--text-main)}.details-amenities-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px}.amenity-grid-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:16px 8px;background:#fff;transition:all .2s ease;min-height:100px}.amenity-grid-box:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:0 8px 24px rgba(22,119,255,.08)}.amenity-box-icon{width:40px;height:40px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.amenity-box-lbl{font-size:12px;font-weight:700;color:var(--text-main)}.floorplan-split-row{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:24px;gap:24px;align-items:center}.floorplan-img-wrapper{position:relative;width:100%;height:260px;border-radius:8px;overflow:hidden;border:1px dashed rgba(0,0,0,.1);background:#fafcff}.floorplan-img-wrapper img{object-fit:contain}.floorplan-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:8px;border:1.5px solid var(--primary);background:transparent;color:var(--primary);font-size:13.5px;font-weight:700;cursor:pointer;transition:all .2s ease;text-decoration:none}.floorplan-btn-outline:hover{background:var(--primary);color:#fff}.video-preview-wrapper{position:relative;width:100%;height:260px;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.06)}.video-play-btn-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(22,119,255,.95);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(22,119,255,.35);cursor:pointer;transition:all .2s ease;border:none;z-index:2}.video-play-btn-circle:hover{background:var(--primary-hover);transform:translate(-50%,-50%) scale(1.05)}.location-map-wrapper{position:relative;width:100%;height:240px;border-radius:var(--radius-md);overflow:hidden;border:1px solid rgba(0,0,0,.05);margin-bottom:16px}.location-map-wrapper img{object-fit:cover}.location-view-map-link{font-size:13.5px;font-weight:700;color:var(--primary);text-decoration:none}.location-view-map-link:hover{text-decoration:underline}.details-sidebar-sticky{position:-webkit-sticky;position:sticky;top:100px;display:flex;flex-direction:column;gap:24px}.details-pricing-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:24px;box-shadow:0 12px 35px rgba(22,119,255,.03)}.pricing-sidebar-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.price-sidebar-val{font-size:28px;font-weight:850;color:var(--primary)}.price-sidebar-rate{font-size:13px;color:var(--text-muted);font-weight:600}.details-overview-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:24px;box-shadow:0 12px 35px rgba(0,0,0,.02)}.details-overview-card h3{font-size:15px;font-weight:800;color:var(--text-main);margin-bottom:16px;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:10px}.overview-specs-grid{display:flex;flex-direction:column;gap:12px}.overview-grid-item{display:flex;justify-content:space-between;font-size:13px;border-bottom:1px solid rgba(0,0,0,.03);padding-bottom:8px}.overview-grid-item:last-child{border-bottom:none;padding-bottom:0}.overview-item-lbl{color:var(--text-muted);font-weight:500}.overview-item-val{color:var(--text-main);font-weight:700}.agent-card-row{display:flex;gap:16px;align-items:center;margin-bottom:20px}.agent-photo-wrapper{position:relative;width:56px;height:56px;border-radius:50%;overflow:hidden}.agent-photo-wrapper img{object-fit:cover}.agent-name{font-size:16px;font-weight:750;color:var(--text-main);margin-bottom:2px}.agent-role{font-size:12px;color:var(--text-muted);font-weight:600}.agent-stars-row{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#ffa800;margin-top:4px}.agent-details-list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.agent-contact-item{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;color:var(--text-muted)}.agent-contact-item svg{color:var(--primary)}.nearby-places-row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px;margin-top:24px;margin-bottom:40px}.nearby-place-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;border:1px solid rgba(0,0,0,.05);background:#fff}.nearby-place-icon-box{width:36px;height:36px;border-radius:8px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.nearby-place-text{display:flex;flex-direction:column}.nearby-place-lbl{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase}.nearby-place-name{font-size:13px;font-weight:700;color:var(--text-main);margin-bottom:2px}.nearby-place-dist{font-size:11px;color:var(--text-light);font-weight:600}@media (max-width:1024px){.details-main-layout{grid-template-columns:1fr}.details-sidebar-sticky{position:static}.details-amenities-grid,.nearby-places-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.details-gallery-main{height:300px}.floorplan-split-row{grid-template-columns:1fr}.details-amenities-grid{grid-template-columns:repeat(2,1fr)}.nearby-places-row{grid-template-columns:1fr}.details-title-row{flex-direction:column}.details-action-buttons{width:100%}}.site-footer{background:#0a1628;color:#a8b4c8;font-size:14px}.footer-main{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1.4fr;grid-gap:48px;gap:48px;padding:64px 0 48px}.footer-logo{gap:10px;margin-bottom:16px}.footer-logo,.footer-logo-icon{display:flex;align-items:center}.footer-logo-icon{width:40px;height:40px;background:rgba(22,119,255,.15);border-radius:10px;justify-content:center;flex-shrink:0}.footer-logo-text{display:flex;flex-direction:column}.footer-logo-name{font-size:15px;font-weight:800;color:#fff;letter-spacing:1.2px;line-height:1.2}.footer-logo-tagline{font-size:10px;font-weight:600;color:#1677ff;letter-spacing:2px}.footer-brand-desc{font-size:13.5px;color:#8899b4;line-height:1.7;margin-bottom:24px}.footer-socials{display:flex;gap:10px}.footer-social-btn{width:34px;height:34px;border-radius:50%;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;color:#8899b4;text-decoration:none;transition:all .2s ease}.footer-social-btn:hover{background:#1677ff;color:#fff;border-color:#1677ff;transform:translateY(-2px)}.footer-links-col{display:flex;flex-direction:column}.footer-col-title{font-size:13.5px;font-weight:700;color:#fff;letter-spacing:.6px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.06)}.footer-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-link-list a{color:#8899b4;text-decoration:none;font-size:13.5px;font-weight:500;transition:color .2s ease;display:inline-block}.footer-link-list a:hover{color:#fff;transform:translateX(3px)}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#8899b4;line-height:1.6}.footer-contact-icon{width:20px;height:20px;border-radius:6px;background:rgba(22,119,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1677ff;margin-top:2px}.footer-contact-list a{color:#8899b4;text-decoration:none;transition:color .2s}.footer-contact-list a:hover{color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.06);padding:18px 0}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#5a6b82}.footer-made-with{display:flex;align-items:center;gap:4px}.footer-heart{color:#e74c3c;font-size:13px;animation:heartbeat 1.6s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.25)}28%{transform:scale(1)}42%{transform:scale(1.15)}70%{transform:scale(1)}}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1fr 1fr;gap:36px;padding:48px 0 36px}.footer-brand-col{grid-column:1/-1}}@media (max-width:640px){.footer-main{grid-template-columns:1fr 1fr;gap:28px;padding:40px 0 28px}.footer-brand-col{grid-column:1/-1}.footer-bottom-inner{flex-direction:column;gap:8px;text-align:center}}.privacy-header-bg,.terms-header-bg{background:linear-gradient(180deg,#f0f6ff,#fff);border-bottom:1px solid rgba(22,119,255,.06);padding:48px 0;margin-bottom:40px}.privacy-breadcrumb,.terms-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:500;margin-bottom:12px}.privacy-breadcrumb a,.terms-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .2s}.privacy-breadcrumb a:hover,.terms-breadcrumb a:hover{color:var(--primary)}.privacy-breadcrumb span,.terms-breadcrumb span{color:var(--text-light)}.privacy-title,.terms-title{font-size:36px;font-weight:800;color:var(--text-main);letter-spacing:-.5px;margin-bottom:8px}.privacy-updated,.terms-updated{font-size:14px;color:var(--text-muted);font-weight:500}.privacy-split-grid,.terms-split-grid{display:grid;grid-template-columns:280px 1fr;grid-gap:48px;gap:48px;align-items:start}.privacy-sidebar-sticky,.terms-sidebar-sticky{position:-webkit-sticky;position:sticky;top:100px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.02)}.privacy-sidebar-title,.terms-sidebar-title{font-size:15px;font-weight:700;color:var(--text-main);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.privacy-nav-list,.terms-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.privacy-nav-link,.terms-nav-link{color:var(--text-muted);text-decoration:none;font-size:13.5px;font-weight:600;transition:all .2s ease;display:block;padding:6px 12px;border-left:2px solid transparent;border-radius:0 6px 6px 0}.privacy-nav-link:hover,.terms-nav-link:hover{color:var(--primary);background:var(--primary-light);border-left-color:var(--primary)}.privacy-content-card,.terms-content-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:40px;box-shadow:0 10px 30px rgba(0,0,0,.02)}.privacy-section-block,.terms-section-block{scroll-margin-top:120px;margin-bottom:40px}.privacy-section-block:last-child,.terms-section-block:last-child{margin-bottom:0}.privacy-section-title,.terms-section-title{font-size:20px;font-weight:800;color:var(--text-main);margin-bottom:16px;display:flex;align-items:center;gap:12px}.privacy-section-title:before,.terms-section-title:before{content:"";display:inline-block;width:4px;height:20px;background:var(--primary);border-radius:2px}.privacy-text,.terms-text{font-size:15px;line-height:1.8;color:#475467;margin-bottom:16px}.privacy-list,.terms-list{list-style-type:none;padding:0;margin:16px 0;display:flex;flex-direction:column;gap:12px}.privacy-list-item,.terms-list-item{position:relative;padding-left:24px;font-size:14.5px;line-height:1.7;color:#475467}.privacy-list-item:before,.terms-list-item:before{content:"✓";position:absolute;left:0;top:1px;color:var(--primary);font-weight:700}.privacy-highlight-box,.terms-highlight-box{background:var(--primary-light);border-left:4px solid var(--primary);padding:20px;border-radius:0 12px 12px 0;margin:24px 0}.privacy-highlight-box p,.terms-highlight-box p{font-size:14.5px;line-height:1.7;color:#1e3a8a;margin:0;font-weight:500}@media (max-width:1024px){.privacy-split-grid,.terms-split-grid{grid-template-columns:1fr;gap:32px}.privacy-sidebar-sticky,.terms-sidebar-sticky{position:static}}.projects-page-wrapper{background:#f8fafc;min-height:100vh}.projects-hero{position:relative;background:linear-gradient(180deg,#e6f0ff,#fff);padding:25px 0 14px;overflow:hidden;border-bottom:1px solid rgba(22,119,255,.08)}.projects-hero .container{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:40px;gap:40px;align-items:center;position:relative;z-index:2}.projects-hero-content{max-width:620px}.projects-hero-title{font-size:48px;font-weight:800;color:#0f172a;line-height:1.15;margin-bottom:16px;letter-spacing:-1px}.projects-hero-title span.blue-text{color:var(--primary);display:block}.projects-hero-desc{font-size:16px;color:#475467;line-height:1.6;margin-bottom:32px}.projects-search-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-xl);padding:16px;box-shadow:0 12px 30px rgba(0,0,0,.04);display:flex;align-items:center;gap:16px;width:100%;box-sizing:border-box}.projects-search-input-group{display:flex;align-items:center;gap:10px;flex:1 1;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.projects-search-input-group svg{color:#94a3b8;flex-shrink:0}.projects-search-input-group input{border:none;background:transparent;width:100%;font-size:14px;font-weight:500;color:#1e293b;outline:none}.projects-search-input-group input::placeholder{color:#94a3b8}.projects-search-select-group{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;position:relative;min-width:130px}.projects-search-select-group select{border:none;background:transparent;width:100%;font-size:13.5px;font-weight:600;color:#334155;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:18px}.projects-search-select-group:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);border:4px solid transparent;border-top-color:#64748b;pointer-events:none}.projects-search-btn{background:var(--primary);color:#fff;border:none;padding:10px 24px;font-size:14px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:8px}.projects-search-btn:hover{background:#0056cc}.projects-hero-img-wrapper{position:relative;width:100%;height:400px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.08)}.projects-hero-img-wrapper img{object-fit:cover;width:100%;height:100%}.projects-hero-img-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0) 50%);pointer-events:none}.projects-stats-section{padding:32px 0;background:#fff;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04)}.projects-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.projects-stat-card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:12px;padding:16px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 12px rgba(0,0,0,.01);transition:all .2s ease;position:relative}.projects-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.03)}.projects-stat-card.active-blue{background:#eff6ff;border-color:#bfdbfe}.projects-stat-icon-box{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.projects-stat-card.active-blue .projects-stat-icon-box{background:var(--primary);color:#fff}.projects-stat-card:not(.active-blue) .projects-stat-icon-box{background:#f1f5f9}.projects-stat-info{display:flex;flex-direction:column}.projects-stat-title{font-size:13.5px;font-weight:600;color:#64748b;margin-bottom:2px}.projects-stat-card.active-blue .projects-stat-title{color:var(--primary)}.projects-stat-count{font-size:15px;font-weight:700;color:#0f172a}.projects-stat-badge{position:absolute;top:12px;right:12px;background:#dcfce7;color:#15803d;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.projects-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.projects-section-title-main{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.5px}.projects-section-link{color:var(--primary);font-size:14.5px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:6px;transition:gap .2s}.projects-section-link:hover{gap:10px}.projects-collections-section{padding:40px 0}.projects-collections-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.projects-collection-card{position:relative;height:220px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08);cursor:pointer;text-decoration:none;display:block}.projects-collection-card:hover .projects-collection-img img{transform:scale(1.06)}.projects-collection-img{width:100%;height:100%;position:relative}.projects-collection-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.projects-collection-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent);z-index:1}.projects-collection-icon-badge{position:absolute;top:16px;left:16px;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.projects-collection-content{position:absolute;bottom:16px;left:16px;right:16px;display:flex;align-items:flex-end;justify-content:space-between;z-index:3}.projects-collection-text{color:#fff;z-index:3}.projects-collection-name{color:#fff;font-size:15px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.5);margin-bottom:2px;line-height:1.3}.projects-collection-count{color:#fff;font-size:12.5px;opacity:.85;text-shadow:0 1px 4px rgba(0,0,0,.4)}.projects-collection-arrow{width:28px;height:28px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#0f172a;font-size:12px;flex-shrink:0;transition:background-color .2s}.projects-collection-card:hover .projects-collection-arrow{background:var(--primary);color:#fff}.projects-promo-section{padding:40px 0}.projects-promo-card{background:linear-gradient(105deg,#eff6ff,#fff);border:1px solid rgba(22,119,255,.08);border-radius:20px;padding:40px;display:grid;grid-template-columns:1fr 1.2fr 1fr;grid-gap:32px;gap:32px;align-items:center;box-shadow:0 10px 35px rgba(22,119,255,.02)}.projects-promo-left{display:flex;flex-direction:column;gap:16px}.projects-promo-title{font-size:26px;font-weight:800;color:#0f172a;line-height:1.25;letter-spacing:-.5px}.projects-promo-desc{font-size:14.5px;color:#475467;line-height:1.5}.projects-promo-btn{background:var(--primary);color:#fff;border:none;padding:12px 24px;font-size:14px;font-weight:700;border-radius:8px;cursor:pointer;width:-moz-fit-content;width:fit-content;transition:background-color .2s}.projects-promo-btn:hover{background:#0056cc}.projects-promo-center{position:relative;display:flex;align-items:center;justify-content:center;height:240px}.projects-promo-map-bg{width:100%;height:100%;opacity:.85;position:relative}.projects-promo-map-bg img{width:100%;height:100%;object-fit:contain}.projects-promo-pin{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);animation:bouncePin 2s ease-in-out infinite}@keyframes bouncePin{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}.projects-promo-right{display:flex;flex-direction:column;gap:16px}.projects-promo-feature-item{background:#fff;border:1px solid rgba(0,0,0,.03);border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 16px rgba(0,0,0,.01)}.projects-promo-f-icon{width:38px;height:38px;border-radius:8px;background:#eff6ff;color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.projects-promo-f-text{display:flex;flex-direction:column}.projects-promo-f-title{font-size:13.5px;font-weight:700;color:#0f172a}.projects-promo-f-desc{font-size:12px;color:#64748b;margin-top:1px}.projects-tabs-row{display:flex;align-items:center;gap:8px;background:#f1f5f9;padding:6px;border-radius:10px}.projects-tab-btn{background:transparent;border:none;padding:8px 16px;font-size:13.5px;font-weight:600;color:#64748b;border-radius:8px;cursor:pointer;transition:all .2s ease}.projects-tab-btn.active{background:#fff;color:var(--primary);box-shadow:0 2px 8px rgba(0,0,0,.05)}.projects-listings-section{padding:48px 0;background:#f8fafc}.projects-listings-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.projects-listings-header-bottom{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.projects-listings-carousel{position:relative;display:flex;align-items:flex-start;padding:0 28px}.projects-builders-carousel{position:relative;overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.projects-builders-track{display:flex;gap:20px;width:max-content;animation:buildersScroll 30s linear infinite}.projects-builders-carousel:hover .projects-builders-track{animation-play-state:paused}@keyframes buildersScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.projects-builder-card{flex:0 0 200px;background:#fff;padding:24px 16px;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.03)}.projects-builder-card:hover{box-shadow:0 12px 28px rgba(22,119,255,.1);border-color:rgba(22,119,255,.2)}.builder-rating{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:3px;background:#fff8e1;color:#f59e0b;font-size:11px;font-weight:700;padding:3px 8px;border-radius:20px}.builder-initials{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:800;letter-spacing:1px;margin-bottom:14px;box-shadow:0 6px 16px rgba(0,0,0,.12)}.builder-name{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:10px;white-space:nowrap}.projects-builder-stats{gap:4px}.projects-builder-projects{font-size:12px;font-weight:600}.projects-builder-experience{font-size:11px}.projects-listings-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;width:100%}.projects-card-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;z-index:10;transition:all .2s ease}.projects-card-nav-arrow:hover{color:var(--primary);border-color:var(--primary)}.projects-card-nav-arrow.nav-right{right:-20px}.projects-card-nav-arrow.nav-left{left:-20px}.projects-card{background:var(--bg-pure);border-radius:var(--radius-xxl);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.04);transition:var(--transition-smooth);display:flex;flex-direction:column;cursor:pointer;text-decoration:none;color:inherit}.projects-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px rgba(22,119,255,.1);border-color:var(--primary)}.projects-card-img-box{position:relative;height:220px;width:100%;overflow:hidden}.projects-card-img-box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.projects-card:hover .projects-card-img-box img{transform:scale(1.03)}.projects-card-badge{position:absolute;top:20px;left:20px;font-size:11px;font-weight:700;padding:6px 14px;border-radius:50px;color:#fff;text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2}.projects-card-badge.badge-new{background:rgba(16,185,129,.9)}.projects-card-badge.badge-ongoing{background:rgba(59,130,246,.9)}.projects-card-badge.badge-upcoming{background:rgba(139,92,246,.9)}.projects-card-wishlist{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s ease;border:none;cursor:pointer;z-index:2}.projects-card-wishlist:hover{color:#ef4444;background:#fff}.projects-card-wishlist.active{color:#ef4444}.projects-card-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.projects-card-price{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:8px}.projects-card-title{font-size:18px;font-weight:700;color:var(--text-main);margin-bottom:6px;line-height:1.35}.projects-card-type{margin-bottom:8px}.projects-card-location,.projects-card-type{font-size:13px;color:var(--text-muted);font-weight:500}.projects-card-location{display:flex;align-items:center;gap:8px;margin-bottom:18px}.projects-card-location svg{color:var(--primary)}.projects-card-divider{height:1px;background:rgba(0,0,0,.05);margin-bottom:16px;margin-top:auto}.projects-card-specs{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-muted);font-weight:600}.projects-card-spec-item{display:flex;align-items:center;gap:6px}.projects-card-spec-item svg{color:var(--primary)}.projects-builders-section{padding:56px 0;background:#fff;border-top:1px solid rgba(0,0,0,.04)}.projects-builders-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}@media (min-width:768px){.projects-builders-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.projects-builders-grid{grid-template-columns:repeat(8,1fr)}}.projects-builder-card{background:#f8fafc;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:24px 12px 18px;height:190px;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.01);cursor:pointer;transition:all .25s ease;overflow:hidden}.projects-builder-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(22,119,255,.08);border-color:var(--primary);background:#fff}.projects-builder-card .builder-rating{position:absolute;top:10px;right:10px;font-size:10px;font-weight:700;color:#eab308;background:hsla(53,98%,77%,.4);padding:2px 6px;border-radius:20px;display:flex;align-items:center;gap:2px}.projects-builder-card .builder-initials{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:800;letter-spacing:-.5px;margin-bottom:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);flex-shrink:0}.projects-builder-card .builder-name{font-size:13.5px;font-weight:700;color:#0f172a;text-align:center;margin-bottom:6px;line-height:1.25}.projects-builder-stats{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:auto;width:100%}.projects-builder-projects{font-size:11px;font-weight:700;color:var(--primary)}.projects-builder-experience{font-size:10.5px;font-weight:500;color:#64748b}.projects-featured-section{padding:40px 0}.projects-featured-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:24px;gap:24px}.projects-featured-left-card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.06);display:flex;flex-direction:column;position:relative;height:480px;cursor:pointer;text-decoration:none;color:inherit}.projects-featured-left-card:hover{box-shadow:0 20px 48px rgba(0,0,0,.12);transform:translateY(-4px);transition:all .3s ease}.projects-featured-left-img{width:100%;height:100%;position:relative}.projects-featured-left-img img{width:100%;height:100%;object-fit:cover}.projects-featured-left-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.85))}.projects-featured-left-badge{position:absolute;top:20px;left:20px;background:var(--primary);color:#fff;font-size:11px;font-weight:700;padding:6px 12px;border-radius:6px}.projects-featured-left-wishlist{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s ease;border:none;cursor:pointer}.projects-featured-left-wishlist:hover{color:#ef4444;background:#fff}.projects-featured-left-wishlist.active{color:#ef4444}.projects-featured-left-info{position:absolute;bottom:24px;left:24px;right:24px;color:#fff;z-index:2}.projects-featured-left-title{font-size:24px;font-weight:800;margin-bottom:6px}.projects-featured-left-subtitle{font-size:14.5px;opacity:.9;margin-bottom:12px}.projects-featured-left-loc{display:flex;align-items:center;gap:6px;font-size:13.5px;opacity:.85;margin-bottom:16px}.projects-featured-left-price{font-size:20px;font-weight:800;color:#60a5fa;margin-bottom:16px}.projects-featured-left-specs{display:flex;align-items:center;gap:24px;font-size:13.5px;opacity:.9;border-top:1px solid hsla(0,0%,100%,.2);padding-top:16px}.projects-featured-right-column{display:flex;flex-direction:column;gap:16px}.projects-featured-row-card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:20px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.01);display:grid;grid-template-columns:1.2fr 1fr;height:232px;cursor:pointer;transition:all .2s ease}.projects-featured-row-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.04)}.projects-featured-row-img-box{position:relative;width:100%;height:100%}.projects-featured-row-img-box img{width:100%;height:100%;object-fit:cover}.projects-featured-row-wishlist{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:50%;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s ease;border:none;cursor:pointer;z-index:2}.projects-featured-row-wishlist:hover{color:#ef4444;background:#fff}.projects-featured-row-wishlist.active{color:#ef4444}.projects-featured-row-body{padding:20px;display:flex;flex-direction:column}.projects-featured-row-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:4px}.projects-featured-row-type{font-size:13px;color:#64748b;font-weight:500;margin-bottom:8px}.projects-featured-row-loc{font-size:13px;color:#64748b;margin-bottom:12px}.projects-featured-row-price{font-size:16px;font-weight:800;color:var(--primary);margin-bottom:auto}.projects-featured-row-specs{display:flex;align-items:center;gap:16px;border-top:1px solid #f1f5f9;padding-top:12px;font-size:12px;color:#64748b;font-weight:500}.projects-why-choose-section{padding:60px 0;text-align:center}.projects-why-choose-title{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:40px;letter-spacing:-.5px}.projects-why-choose-carousel{position:relative;overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);padding:10px 0}.projects-why-choose-track{display:flex;gap:24px;width:max-content;animation:whyChooseScroll 25s linear infinite}.projects-why-choose-carousel:hover .projects-why-choose-track{animation-play-state:paused}@keyframes whyChooseScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.projects-why-choose-card{flex:0 0 240px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#f8fafc;padding:24px 20px;border-radius:16px;border:1px solid rgba(22,119,255,.05);box-shadow:0 4px 12px rgba(0,0,0,.02)}.projects-why-choose-icon-box{width:52px;height:52px;border-radius:50%;background:#eff6ff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px;box-shadow:0 4px 10px rgba(22,119,255,.05)}.projects-why-choose-card-title{font-size:14.5px;font-weight:700;color:#0f172a;margin-bottom:8px}.projects-why-choose-card-desc{font-size:12.5px;color:#64748b;line-height:1.5}.projects-newsletter-section{padding:40px 0 80px}.projects-newsletter-card{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:20px;padding:48px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15)}.projects-newsletter-cityscape{position:absolute;left:20px;bottom:0;width:260px;height:120px;opacity:.1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100' fill='%23FFFFFF'%3E%3Crect x='10' y='40' width='15' height='60'/%3E%3Crect x='30' y='20' width='20' height='80'/%3E%3Crect x='55' y='50' width='15' height='50'/%3E%3Crect x='75' y='30' width='25' height='70'/%3E%3Crect x='105' y='10' width='30' height='90'/%3E%3Crect x='140' y='60' width='10' height='40'/%3E%3Crect x='155' y='40' width='20' height='60'/%3E%3Crect x='180' y='25' width='15' height='75'/%3E%3C/svg%3E");background-size:cover}.projects-newsletter-content{position:relative;z-index:2;max-width:480px}.projects-newsletter-title{color:#fff;font-size:24px;font-weight:800;margin-bottom:8px}.projects-newsletter-desc{color:#94a3b8;font-size:14px;line-height:1.5}.projects-newsletter-form{display:flex;align-items:center;gap:12px;position:relative;z-index:2;width:100%;max-width:420px}.projects-newsletter-input-wrapper{display:flex;align-items:center;gap:10px;background:#fff;border-radius:8px;padding:10px 16px;flex-grow:1}.projects-newsletter-input-wrapper svg{color:#94a3b8;flex-shrink:0}.projects-newsletter-input-wrapper input{border:none;background:transparent;width:100%;font-size:14px;color:#0f172a;outline:none}.projects-newsletter-input-wrapper input::placeholder{color:#94a3b8}.projects-newsletter-btn{background:#fff;color:var(--primary);border:none;padding:12px 24px;font-size:14px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:8px}.projects-newsletter-btn:hover{background:#f1f5f9;transform:translateY(-1px)}@media (max-width:1200px){.projects-hero .container{grid-template-columns:1fr;gap:32px}.projects-hero-img-wrapper{height:320px}.projects-collections-grid,.projects-listings-grid,.projects-stats-grid{grid-template-columns:repeat(3,1fr)}.projects-featured-grid{grid-template-columns:1fr}.projects-builders-grid{grid-template-columns:repeat(4,1fr)}.projects-promo-card{grid-template-columns:1.2fr 1fr}.projects-promo-center{display:none}.projects-why-choose-grid{grid-template-columns:repeat(3,1fr)}.projects-listings-carousel{padding:0 8px}.projects-card-nav-arrow{display:none}}@media (max-width:768px){.projects-hero-title{font-size:36px}.projects-search-card{flex-direction:column;align-items:stretch}.projects-collections-grid,.projects-listings-grid,.projects-stats-grid{grid-template-columns:repeat(2,1fr)}.projects-why-choose-grid{grid-template-columns:1fr;gap:32px}.projects-newsletter-card{flex-direction:column;gap:24px;align-items:stretch;padding:32px}.projects-promo-card{grid-template-columns:1fr;padding:24px}.projects-builders-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.projects-collections-grid,.projects-listings-grid,.projects-stats-grid{grid-template-columns:1fr}.projects-featured-row-card{grid-template-columns:1fr;height:auto}.projects-featured-row-img-box{height:150px}.projects-featured-left-card{height:380px}}.projects-plots-section{padding:56px 0;background:#f8fafc;border-top:1px solid rgba(0,0,0,.04)}.projects-section-subtitle-sub{font-size:14.5px;color:var(--text-muted);margin-top:4px;font-weight:500}.projects-plots-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;width:100%}@media (max-width:1200px){.projects-plots-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.projects-plots-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.projects-plots-grid{grid-template-columns:1fr}}.projects-plot-card{background:var(--bg-pure);border-radius:var(--radius-xxl);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.04);transition:var(--transition-smooth);display:flex;flex-direction:column;cursor:pointer;text-decoration:none;color:inherit}.projects-plot-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px rgba(22,119,255,.1);border-color:var(--primary)}.projects-plot-img-box{position:relative;height:200px;width:100%;overflow:hidden}.projects-plot-img-box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.projects-plot-card:hover .projects-plot-img-box img{transform:scale(1.03)}.projects-plot-badge{position:absolute;top:20px;left:20px;font-size:11px;font-weight:700;padding:6px 14px;border-radius:50px;color:#fff;background:rgba(16,185,129,.95);text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2}.projects-plot-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.projects-plot-price{font-size:20px;font-weight:800;color:var(--primary);margin-bottom:6px}.projects-plot-title{font-size:17.5px;font-weight:700;color:var(--text-main);margin-bottom:6px;line-height:1.35}.projects-plot-location{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);font-weight:500;margin-bottom:18px}.projects-plot-location svg{color:var(--primary)}.projects-plot-divider{height:1px;background:rgba(0,0,0,.05);margin-bottom:16px;margin-top:auto}.projects-plot-specs{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-muted);font-weight:600}.projects-plot-spec-item{display:flex;align-items:center;gap:6px}.projects-plot-spec-item svg{color:var(--primary)}.venture-page-wrapper{background:#f8fafc;min-height:100vh}.venture-hero-section{padding:48px 0;background:linear-gradient(180deg,#e6f0ff,#fff);border-bottom:1px solid rgba(22,119,255,.06)}.venture-hero-section .container{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:48px;gap:48px;align-items:center}.venture-hero-left{display:flex;flex-direction:column}.venture-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#64748b;margin-bottom:24px}.venture-breadcrumbs a{color:#64748b;text-decoration:none;transition:color .2s}.venture-breadcrumbs a:hover{color:var(--primary)}.venture-breadcrumbs-separator{color:#cbd5e1}.venture-breadcrumbs-active{color:var(--primary);font-weight:600}.venture-hero-header-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.venture-hero-icon-box{width:52px;height:52px;border-radius:12px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 8px 16px rgba(22,119,255,.2)}.venture-hero-title-group{display:flex;flex-direction:column}.venture-hero-title{font-size:36px;font-weight:800;color:#0f172a;line-height:1.2}.venture-hero-count{font-size:16px;font-weight:700;color:var(--primary)}.venture-hero-desc{font-size:15.5px;color:#475467;line-height:1.6;margin-bottom:32px;max-width:580px}.venture-hero-stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;border-top:1px solid rgba(22,119,255,.1);padding-top:24px}.venture-hero-stat-card{display:flex;align-items:center;gap:12px}.venture-hero-stat-icon{width:36px;height:36px;border-radius:8px;background:rgba(22,119,255,.06);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:16px}.venture-hero-stat-info{display:flex;flex-direction:column}.venture-hero-stat-val{font-size:15px;font-weight:800;color:#0f172a}.venture-hero-stat-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.venture-hero-img-box{width:100%;height:380px;border-radius:24px;overflow:hidden;box-shadow:0 20px 48px rgba(0,0,0,.08);position:relative}.venture-hero-img-box img{width:100%;height:100%;object-fit:cover}.venture-hero-img-overlay{position:absolute;inset:0;background:linear-gradient(90deg,hsla(0,0%,100%,.1),rgba(0,0,0,.15))}.venture-search-container{margin-top:-32px;position:relative;z-index:10;margin-bottom:40px}.venture-search-bar{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:16px;box-shadow:0 12px 36px rgba(0,0,0,.06);display:flex;align-items:center;gap:12px}.venture-search-input-group{display:flex;align-items:center;gap:8px;flex:1.5 1;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.venture-search-input-group svg{color:#94a3b8;flex-shrink:0}.venture-search-input-group input{border:none;background:transparent;width:100%;font-size:14px;font-weight:500;color:#1e293b;outline:none}.venture-search-input-group input::placeholder{color:#94a3b8}.venture-search-select-group{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1 1;position:relative;cursor:pointer}.venture-search-select-group select{border:none;background:transparent;width:100%;font-size:13.5px;font-weight:600;color:#334155;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:18px}.venture-search-select-group:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);border:4px solid transparent;border-top-color:#64748b;pointer-events:none}.venture-filter-btn{border:1.5px solid rgba(22,119,255,.15);background:#fff;color:var(--primary);border-radius:8px;padding:10px 20px;font-size:13.5px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.venture-filter-btn:hover{background:rgba(22,119,255,.04);border-color:var(--primary)}.venture-search-btn{background:var(--primary);color:#fff;border:none;padding:11px 24px;font-size:14px;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:8px}.venture-search-btn:hover{background:#0056cc}.venture-layout-grid{display:grid;grid-template-columns:290px 1fr;grid-gap:32px;gap:32px;margin-bottom:60px}.venture-sidebar{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-lg);padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.02);align-self:start;position:-webkit-sticky;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:thin}.venture-sidebar-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1.5px solid #f1f5f9;padding-bottom:16px;margin-bottom:20px}.venture-sidebar-title{font-size:16px;font-weight:700;color:#0f172a}.venture-clear-all{color:var(--primary);font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.venture-clear-all:hover{text-decoration:underline}.venture-filter-group{border-bottom:1.5px solid #f8fafc;padding-bottom:20px;margin-bottom:20px}.venture-filter-group:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.venture-filter-title{font-size:14px;font-weight:700;color:#334155;justify-content:space-between;cursor:pointer}.venture-filter-search-box,.venture-filter-title{margin-bottom:12px;display:flex;align-items:center}.venture-filter-search-box{gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px}.venture-filter-search-box input{border:none;background:transparent;width:100%;font-size:12px;outline:none}.venture-filter-options{display:flex;flex-direction:column;gap:10px;max-height:200px;overflow-y:auto;padding-right:4px}.venture-filter-checkbox-label{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:500;color:#475467;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.venture-checkbox-left{display:flex;align-items:center;gap:8px}.venture-filter-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.venture-option-count{font-size:11.5px;color:#94a3b8;font-weight:600}.venture-view-more-link{color:var(--primary);font-size:12.5px;font-weight:700;cursor:pointer;display:inline-block;margin-top:10px}.venture-view-more-link:hover{text-decoration:underline}.venture-slider-container{padding:8px 4px 16px}.venture-slider-track{height:4px;background:#e2e8f0;border-radius:2px;position:relative;margin-bottom:16px}.venture-slider-range{position:absolute;height:100%;background:var(--primary);border-radius:2px}.venture-price-label-row{display:flex;justify-content:space-between;font-size:12.5px;font-weight:700;color:#334155}.venture-reset-btn{width:100%;border:1.5px solid rgba(22,119,255,.15);background:#fff;color:var(--primary);font-size:13.5px;font-weight:700;padding:10px;border-radius:8px;cursor:pointer;text-align:center;transition:all .2s;margin-top:12px}.venture-reset-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.venture-listings-area{display:flex;flex-direction:column}.venture-listings-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.venture-listings-count{font-size:18px;font-weight:800;color:#0f172a}.venture-toolbar-right{display:flex;align-items:center;gap:16px}.venture-sort-group{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#64748b}.venture-sort-select{border:1px solid #e2e8f0;background:#fff;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:700;color:#334155;outline:none;cursor:pointer}.venture-view-toggles{display:flex;align-items:center;background:#f1f5f9;padding:4px;border-radius:8px;gap:4px}.venture-view-toggle-btn{border:none;background:transparent;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s}.venture-view-toggle-btn.active{background:#fff;color:var(--primary);box-shadow:0 2px 6px rgba(0,0,0,.05)}.venture-listings-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:40px}.venture-listings-pagination{gap:8px;margin-top:16px}.venture-listings-pagination,.venture-pag-btn{display:flex;align-items:center;justify-content:center}.venture-pag-btn{border:1px solid #e2e8f0;background:#fff;color:#334155;width:38px;height:38px;border-radius:8px;font-size:13.5px;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none}.venture-pag-btn:hover{border-color:var(--primary);color:var(--primary)}.venture-pag-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.venture-pag-btn.disabled{opacity:.5;pointer-events:none}.venture-listings-grid.list-view{grid-template-columns:1fr;gap:24px}.venture-listings-grid.list-view .projects-card{flex-direction:row;height:220px}.venture-listings-grid.list-view .projects-card-img-box{width:320px;height:100%;flex-shrink:0}.venture-listings-grid.list-view .projects-card-body{padding:24px}.venture-why-invest-section{padding:60px 0;background:#fff;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04)}.venture-why-invest-container{display:grid;grid-template-columns:1fr 280px;grid-gap:40px;gap:40px;align-items:center}.venture-why-invest-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.venture-why-invest-card{display:flex;flex-direction:column;background:#f8fafc;border:1px solid rgba(0,0,0,.03);padding:20px 16px;border-radius:16px;text-align:center;align-items:center;height:100%;box-shadow:0 4px 12px rgba(0,0,0,.01);transition:all .2s}.venture-why-invest-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(22,119,255,.05)}.venture-why-invest-icon{width:48px;height:48px;border-radius:50%;background:rgba(22,119,255,.06);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px}.venture-why-invest-card-title{font-size:13.5px;font-weight:700;color:#0f172a;margin-bottom:8px}.venture-why-invest-card-desc{font-size:11px;color:#64748b;line-height:1.45}.venture-why-invest-art{width:100%;height:200px;position:relative;opacity:.95}.venture-why-invest-art img{width:100%;height:100%;object-fit:contain}.venture-locations-section{padding:56px 0}.venture-locations-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none}.venture-locations-scroll::-webkit-scrollbar{display:none}.venture-location-card{flex:0 0 200px;height:120px;border-radius:16px;overflow:hidden;position:relative;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.03)}.venture-location-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.venture-location-card:hover img{transform:scale(1.05)}.venture-location-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.75))}.venture-location-text{position:absolute;bottom:16px;left:16px;color:#fff}.venture-location-name{font-size:14.5px;font-weight:700;margin-bottom:2px}.venture-location-projects{font-size:11px;opacity:.8}.venture-mobile-apply-btn,.venture-mobile-close-btn,.venture-mobile-filter-backdrop,.venture-mobile-filter-btn{display:none}@media (max-width:1200px){.venture-hero-section .container{grid-template-columns:1fr;gap:32px}.venture-hero-img-box{height:280px}.venture-layout-grid{grid-template-columns:1fr;gap:24px}.venture-sidebar{position:static;max-height:none;overflow-y:visible}.venture-why-invest-container{grid-template-columns:1fr}.venture-why-invest-art{display:none}}@media (max-width:900px){.venture-listings-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.venture-page-wrapper{overflow-x:hidden!important;width:100%!important;max-width:100%!important}.venture-search-bar{flex-direction:column;align-items:stretch}.venture-hero-content{min-width:0!important}.venture-hero-title{font-size:24px!important}.venture-hero-desc{font-size:14px!important;margin-bottom:20px!important}.venture-hero-stats-row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:12px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;margin:16px 0 0!important;padding:16px 0 8px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.venture-hero-stats-row::-webkit-scrollbar{display:none!important}.venture-hero-stat-card{flex:0 0 auto!important;min-width:140px!important;background:#f8fafc!important;border:1px solid rgba(22,119,255,.08)!important;border-radius:12px!important;padding:12px 14px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:10px!important}.venture-hero-stat-icon{width:36px!important;height:36px!important;border-radius:8px!important;font-size:16px!important;flex-shrink:0!important}.venture-hero-stat-val{font-size:14px!important;font-weight:800!important}.venture-hero-stat-label{font-size:10px!important}.venture-sidebar{display:none!important}.venture-sidebar.venture-mobile-open{display:flex!important;flex-direction:column!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:2000!important;height:85vh!important;background:#fff!important;border-radius:20px 20px 0 0!important;padding:20px!important;box-shadow:0 -10px 40px rgba(0,0,0,.18)!important;animation:ventureFilterSlideUp .3s ease-out forwards!important;overflow-y:auto!important;max-height:85vh!important;box-sizing:border-box!important}@keyframes ventureFilterSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.venture-mobile-filter-backdrop{display:block!important;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:rgba(0,0,0,.45)!important;z-index:1999!important}.venture-mobile-close-btn{display:flex!important;align-items:center!important;justify-content:center!important;background:none!important;border:none!important;cursor:pointer!important;padding:4px!important;color:#334155!important}.venture-mobile-apply-btn{display:block!important;width:100%!important;border:none!important;padding:14px!important;font-size:15px!important;border-radius:10px!important;margin-top:16px!important;text-align:center!important}.venture-mobile-apply-btn,.venture-mobile-filter-btn{background:var(--primary)!important;color:#fff!important;font-weight:700!important;cursor:pointer!important}.venture-mobile-filter-btn{display:flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;border:none!important;border-radius:8px!important;font-size:13px!important;flex-shrink:0!important}.venture-listings-toolbar{flex-wrap:wrap!important;gap:12px!important}.venture-toolbar-right{width:100%!important;display:flex!important;gap:8px!important;flex-wrap:wrap!important}.venture-sort-group{flex:1 1 auto!important;min-width:0!important}.venture-sort-select{flex:1 1!important;min-width:0!important}.venture-listings-grid{grid-template-columns:1fr!important;gap:16px!important}.venture-listings-grid.list-view .projects-card{flex-direction:column!important;height:auto!important}.venture-listings-grid.list-view .projects-card-img-box{width:100%!important;height:180px!important}.venture-why-invest-section{padding:32px 0!important;overflow:hidden!important;width:100%!important;max-width:100%!important}.venture-why-invest-container{display:block!important;width:100%!important;max-width:100%!important}.venture-why-invest-section .projects-section-title-main{font-size:20px!important;line-height:1.35!important;white-space:normal!important;word-wrap:break-word!important;max-width:100%!important;text-align:center!important}.venture-why-invest-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:14px!important;padding-bottom:12px!important;scrollbar-width:none!important;margin:0 -16px!important;padding-left:16px!important;padding-right:16px!important;width:auto!important;max-width:100%!important}.venture-why-invest-grid::-webkit-scrollbar{display:none!important}.venture-why-invest-card{flex:0 0 78%!important;scroll-snap-align:start!important;min-height:150px!important;box-sizing:border-box!important}.venture-search-container{margin-top:-16px!important;margin-bottom:24px!important}.venture-search-input-group,.venture-search-select-group{flex:none!important;width:100%!important}.venture-locations-section{padding:32px 0!important}.venture-location-card{flex:0 0 160px!important}.venture-hero-img-box{position:relative!important;width:100%!important;height:200px!important;border-radius:16px!important;overflow:hidden!important;margin:0 auto!important;box-shadow:0 10px 25px rgba(0,0,0,.05)!important;box-sizing:border-box!important}.venture-hero-img-box img{width:100%!important;height:100%!important;object-fit:cover!important}.venture-hero-img-overlay{position:absolute!important;inset:0!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.3))!important;z-index:2!important}}.collections-list-section{padding:40px 0 80px;background:#f8fafc}.collections-list-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.collections-list-card{background:var(--bg-pure);border-radius:var(--radius-xxl);border:1px solid rgba(0,0,0,.04);box-shadow:0 10px 30px rgba(0,0,0,.02);overflow:hidden;display:flex;flex-direction:column;transition:var(--transition-smooth);text-decoration:none;color:inherit;cursor:pointer;height:100%}.collections-list-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(22,119,255,.08);border-color:rgba(22,119,255,.15)}.collections-card-img-wrapper{position:relative;height:180px;width:100%;overflow:hidden}.collections-card-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collections-list-card:hover .collections-card-img-wrapper img{transform:scale(1.04)}.collections-card-floating-icon{position:absolute;top:16px;left:16px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:2}.collections-card-body-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.collections-card-name-title{font-size:16.5px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.collections-card-count-text{font-size:13px;font-weight:700;color:#64748b;margin-top:4px;margin-bottom:12px}.collections-card-description-text{font-size:13px;color:#475467;line-height:1.5;margin-bottom:16px;flex-grow:1}.collections-card-explore-link{color:var(--primary);font-size:13.5px;font-weight:700;display:flex;align-items:center;gap:6px;text-decoration:none;transition:color .2s;margin-top:auto}.collections-list-card:hover .collections-card-explore-link{color:#0056cc}.collections-list-grid.list-view{grid-template-columns:1fr;gap:24px}.collections-list-grid.list-view .collections-list-card{flex-direction:row;height:200px}.collections-list-grid.list-view .collections-card-img-wrapper{width:280px;height:100%;flex-shrink:0}.collections-list-grid.list-view .collections-card-floating-icon{display:none}.collections-list-grid.list-view .collections-card-body-content{padding:24px}.collections-cta-section{padding:56px 0;background:#fff}.collections-cta-banner{background:#f1f5f9;border-radius:24px;padding:48px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.02);color:#0f172a;border:1px solid rgba(0,0,0,.02);gap:32px}.collections-cta-left{max-width:580px;position:relative;z-index:2}.collections-cta-title{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:12px}.collections-cta-desc{font-size:15px;color:#475467;line-height:1.6;margin-bottom:24px}.collections-cta-btn{background:var(--primary);color:#fff;text-decoration:none;font-size:14.5px;font-weight:700;padding:12px 24px;border-radius:8px;box-shadow:0 4px 14px rgba(22,119,255,.25);transition:all .2s;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.collections-cta-btn:hover{background:#0056cc;transform:translateY(-2px);box-shadow:0 6px 20px rgba(22,119,255,.35)}.collections-cta-right-map{flex-shrink:0;width:320px;height:180px;position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.04)}.collections-cta-right-map img{width:100%;height:100%;object-fit:cover}.collections-features-bar{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px rgba(0,0,0,.01);margin-bottom:60px;overflow:hidden}.collections-feature-col{padding:24px;display:flex;align-items:flex-start;gap:16px;border-right:1.5px solid #f1f5f9}.collections-feature-col:last-child{border-right:none}.collections-feature-icon-wrapper{width:44px;height:44px;border-radius:50%;background:rgba(22,119,255,.06);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.collections-feature-col-body{display:flex;flex-direction:column}.collections-feature-col-title{font-size:14.5px;font-weight:700;color:#0f172a;margin-bottom:4px}.collections-feature-col-desc{font-size:12px;color:#64748b;line-height:1.5}@media (max-width:990px){.collections-list-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.collections-cta-banner{flex-direction:column;text-align:center;gap:28px;padding:36px 24px}.collections-list-grid.list-view .collections-list-card{flex-direction:column;height:auto}.collections-list-grid.list-view .collections-card-img-wrapper{width:100%;height:180px}}@media (max-width:560px){.collections-list-grid{grid-template-columns:1fr}}.p-details-wrapper{background:#fff;min-height:100vh;padding-top:0}.p-details-hero-section{padding:24px 0 40px;background:#fff}.p-details-hero-grid{display:grid;grid-template-columns:1.1fr 1.1fr;grid-gap:40px;gap:40px;align-items:flex-start}.p-details-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#64748b;margin-bottom:20px;font-weight:500}.p-details-breadcrumbs a{color:#64748b;text-decoration:none;transition:color .2s}.p-details-breadcrumbs a:hover{color:var(--primary)}.p-details-title-row{display:flex;align-items:center;gap:16px;margin-bottom:8px}.p-details-title{font-size:32px;font-weight:800;color:#0f172a;margin:0;line-height:1.25}.p-details-badge{font-size:11px;font-weight:700;color:#10b981;background:rgba(16,185,129,.08);padding:4px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.p-details-type-subtitle{font-size:16px;font-weight:700;color:#64748b;margin-bottom:12px}.p-details-location-row{display:flex;align-items:center;gap:8px;font-size:14.5px;color:#475467;font-weight:500;margin-bottom:20px}.p-details-location-row svg{color:var(--primary)}.p-details-description-text{font-size:15px;color:#475467;line-height:1.6;margin-bottom:28px}.p-details-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;border-top:1.5px solid #f1f5f9;border-bottom:1.5px solid #f1f5f9;padding:20px 0;margin-bottom:28px}.p-details-stat-card{display:flex;align-items:center;gap:12px}.p-details-stat-icon-box{width:40px;height:40px;border-radius:8px;background:rgba(22,119,255,.06);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.p-details-stat-info{display:flex;flex-direction:column}.p-details-stat-val{font-size:15px;font-weight:800;color:#0f172a}.p-details-stat-lbl{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase}.p-details-action-buttons{display:flex;gap:16px}.p-details-btn-primary{background:var(--primary);color:#fff;border:none;font-size:14.5px;font-weight:700;padding:12px 28px;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px rgba(22,119,255,.25);display:inline-flex;align-items:center;gap:8px}.p-details-btn-primary:hover{background:#0056cc;transform:translateY(-1px)}.p-details-btn-outline{background:#fff;color:var(--primary);border:1.5px solid rgba(22,119,255,.25);font-size:14.5px;font-weight:700;padding:11px 28px;border-radius:8px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.p-details-btn-outline:hover{background:rgba(22,119,255,.04);border-color:var(--primary)}.p-details-gallery-box{width:100%}.p-details-gallery-main-view{width:100%;height:380px;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.04);position:relative;margin-bottom:16px}.p-details-gallery-main-view img{width:100%;height:100%;object-fit:cover}.p-details-gallery-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:none;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s}.p-details-gallery-nav-arrow:hover{background:var(--primary);color:#fff;transform:translateY(-50%) scale(1.05)}.p-details-gallery-nav-arrow.left{left:20px}.p-details-gallery-nav-arrow.right{right:20px}.p-details-thumbnails-list{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.p-details-thumbnail-card{width:78px;height:52px;border-radius:8px;overflow:hidden;position:relative;cursor:pointer;opacity:.65;transition:all .2s;border:2px solid transparent;flex-shrink:0}.p-details-thumbnail-card.active{opacity:1;border-color:var(--primary)}.p-details-thumbnail-card img{width:100%;height:100%;object-fit:cover}.p-details-thumbnail-overlay-more{position:absolute;inset:0;background:rgba(15,23,42,.7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700}.p-details-body-layout{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:40px;gap:40px;padding:40px 0}.p-details-section{border-bottom:1.5px solid #f1f5f9;padding-bottom:36px;margin-bottom:36px}.p-details-section:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.p-details-sec-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:16px}.p-details-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.p-details-overview-item{display:flex;flex-direction:column;background:#f8fafc;padding:16px;border-radius:12px;gap:10px;border:1px solid rgba(0,0,0,.02)}.p-details-overview-item svg{color:var(--primary)}.p-details-overview-lbl{display:block;font-size:11.5px;font-weight:600;color:#64748b;text-transform:uppercase;margin-bottom:2px}.p-details-overview-val{display:block;font-size:13.5px;font-weight:700;color:#0f172a;word-break:break-word}.p-details-price-card{background:#f8fafc;border:1px solid rgba(0,0,0,.04);border-radius:20px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.01);margin-bottom:28px}.p-details-price-card-title{font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;margin-bottom:8px}.p-details-price-card-val{font-size:28px;font-weight:800;color:var(--primary);margin-bottom:4px}.p-details-price-card-onwards{font-size:13px;font-weight:600;color:#64748b;margin-bottom:12px}.p-details-price-card-note{font-size:11.5px;color:#94a3b8;font-weight:500}.p-details-highlights-card{background:#fff;border:1.5px solid #f1f5f9;border-radius:20px;padding:24px}.p-details-highlights-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:16px}.p-details-highlights-list{display:flex;flex-direction:column;gap:12px}.p-details-highlight-item{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:#475467;font-weight:600}.p-details-highlight-item svg{color:#10b981;flex-shrink:0;margin-top:2px}.p-details-amenities-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.p-details-amenities-grid{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:16px;scrollbar-width:none;padding:4px 0}.p-details-amenities-grid::-webkit-scrollbar{display:none}.p-details-amenity-card{background:#fff;border:1.5px solid #f1f5f9;border-radius:12px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-height:140px;gap:14px;transition:all .2s;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 64px) / 5)}.p-details-amenity-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.03);border-color:rgba(22,119,255,.15)}.p-details-amenity-icon-box{width:52px;height:52px;border-radius:50%;background:rgba(22,119,255,.05);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:24px}.p-details-amenity-name{font-size:14px;font-weight:700;color:#1e293b}.p-details-config-layout{display:block;width:100%;margin-top:16px}.p-details-config-variants-list{display:flex;flex-direction:column;gap:10px}.p-details-config-variant-btn{background:#fff;border:1.5px solid #f1f5f9;padding:16px;border-radius:12px;display:flex;flex-direction:column;text-align:left;cursor:pointer;transition:all .2s;width:100%}.p-details-config-variant-btn:hover{border-color:var(--primary);background:rgba(22,119,255,.02)}.p-details-config-variant-btn.active{border-color:var(--primary);background:rgba(22,119,255,.04)}.p-details-variant-title{font-size:13.5px;font-weight:700;color:#0f172a}.p-details-variant-size{font-size:12.5px;color:#64748b;margin-top:4px}.p-details-floorplans-grid{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:16px;scrollbar-width:none;padding:4px 0}.p-details-floorplans-grid::-webkit-scrollbar{display:none}.p-details-floorplan-card{background:#fff;border:1.5px solid #f1f5f9;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.01);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 32px) / 3)}.p-details-floorplan-img{position:relative;height:150px;background:#f8fafc;width:100%;border-bottom:1.5px solid #f1f5f9;padding:10px}.p-details-floorplan-img img{width:100%;height:100%;object-fit:contain}.p-details-floorplan-body{padding:16px}.p-details-floorplan-name{font-size:13.5px;font-weight:700;color:#0f172a}.p-details-floorplan-area-type{font-size:11px;font-weight:600;color:#94a3b8;margin-top:2px;margin-bottom:14px;text-transform:uppercase}.p-details-floorplan-link{font-size:12.5px;font-weight:700;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:4px;cursor:pointer}.p-details-floorplan-link:hover{text-decoration:underline}.p-details-location-grid{display:grid;grid-template-columns:1fr 1.8fr;grid-gap:40px;gap:40px}.p-details-location-list{display:flex;flex-direction:column;gap:16px}.p-details-location-item{display:flex;align-items:center;justify-content:space-between;border-bottom:1.5px dashed #e2e8f0;padding-bottom:12px}.p-details-location-item:last-child{border-bottom:none}.p-details-loc-item-left{display:flex;align-items:center;gap:12px;font-size:13.5px;color:#475467;font-weight:600}.p-details-loc-item-left svg{color:var(--primary)}.p-details-loc-time{font-size:13px;font-weight:700;color:#0f172a}.p-details-google-map-wrapper{height:320px;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 15px rgba(0,0,0,.02);position:relative}.p-details-map-marker-card{position:absolute;bottom:16px;left:16px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05);z-index:10;max-width:260px}.p-details-marker-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:4px}.p-details-marker-address{font-size:11.5px;color:#64748b;line-height:1.4;margin-bottom:12px}.p-details-marker-btn{background:var(--primary);color:#fff;border:none;font-size:11px;font-weight:700;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background .2s}.p-details-marker-btn:hover{background:#0056cc}.p-details-enquiry-section{display:grid;grid-template-columns:1fr 1.2fr 1fr;background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 40px rgba(0,0,0,.02);border-radius:24px;margin-bottom:60px;overflow:hidden}.p-details-enquiry-info-col{background:#f8fafc;display:flex;flex-direction:column;position:relative}.p-details-enquiry-form-col,.p-details-enquiry-info-col{padding:40px 32px;border-right:1.5px solid #f1f5f9}.p-details-enquiry-expert-col{padding:40px 32px}.p-details-enquiry-tag{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:12px;line-height:1.3}.p-details-enquiry-desc{font-size:13.5px;color:#64748b;line-height:1.55;margin-bottom:24px}.p-details-enquiry-bullet-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.p-details-enquiry-bullet-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#475467;font-weight:600}.p-details-enquiry-bullet-item svg{color:var(--primary)}.p-details-enquiry-bg-image{margin-top:auto;position:relative;height:120px;border-radius:12px;overflow:hidden;opacity:.9}.p-details-enquiry-bg-image img{width:100%;height:100%;object-fit:cover}.p-details-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:16px}.p-details-input-field{width:100%;padding:11px 14px;border-radius:8px;border:1px solid #e2e8f0;outline:none;font-size:13px;font-weight:500;color:#1e293b;background:#f8fafc}.p-details-input-field::placeholder{color:#94a3b8}.p-details-input-field:focus{border-color:var(--primary);background:#fff}.p-details-text-area{width:100%;padding:11px 14px;border-radius:8px;border:1px solid #e2e8f0;outline:none;font-size:13px;font-weight:500;color:#1e293b;background:#f8fafc;resize:none;height:80px;margin-bottom:20px}.p-details-text-area:focus{border-color:var(--primary);background:#fff}.p-details-form-submit{width:100%;padding:12px;background:var(--primary);color:#fff;border:none;font-size:13.5px;font-weight:700;border-radius:8px;cursor:pointer;transition:background .2s}.p-details-form-submit:hover{background:#0056cc}.p-details-expert-card{display:flex;align-items:center;gap:16px;border-bottom:1.5px solid #f1f5f9;padding-bottom:18px;margin-bottom:20px}.p-details-expert-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;position:relative}.p-details-expert-avatar img{width:100%;height:100%;object-fit:cover}.p-details-expert-info{display:flex;flex-direction:column}.p-details-expert-name{font-size:14.5px;font-weight:700;color:#0f172a}.p-details-expert-role{font-size:12.5px;color:#64748b;font-weight:500}.p-details-expert-contacts{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.p-details-expert-link{display:flex;align-items:center;gap:8px;font-size:13px;color:#475467;font-weight:600;text-decoration:none}.p-details-expert-link svg{color:var(--primary)}.p-details-whatsapp-button{width:100%;background:#25d366;color:#fff;border:none;padding:12px;font-size:13.5px;font-weight:700;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s;box-shadow:0 4px 12px rgba(37,211,102,.2)}.p-details-whatsapp-button:hover{background:#20ba5a}@media (max-width:1200px){.p-details-hero-grid{grid-template-columns:1fr;gap:32px}.p-details-body-layout{grid-template-columns:1fr;gap:40px}.p-details-location-grid{gap:24px}.p-details-enquiry-section,.p-details-location-grid{grid-template-columns:1fr}.p-details-enquiry-form-col,.p-details-enquiry-info-col{border-right:none;border-bottom:1.5px solid #f1f5f9}}@media (max-width:900px){.p-details-amenity-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 32px) / 3)}.p-details-config-layout{grid-template-columns:1fr;gap:24px}.p-details-floorplan-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 16px) / 2)}}@media (max-width:768px){.p-details-stats-grid{gap:16px}.p-details-overview-grid,.p-details-stats-grid{grid-template-columns:repeat(2,1fr)}.p-details-title{font-size:26px}.p-details-gallery-main-view{height:280px}}@media (max-width:560px){.p-details-overview-grid,.p-details-stats-grid{grid-template-columns:1fr}.p-details-amenity-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 16px) / 2)}.p-details-floorplan-card{flex:0 0 100%}.p-details-action-buttons{flex-direction:column;gap:12px}.p-details-btn-outline,.p-details-btn-primary{width:100%;justify-content:center}.p-details-form-row{grid-template-columns:1fr;gap:16px}}.propdet-page{background:#f5f7fa;min-height:100vh;padding-top:0;font-family:var(--font-inter),"Inter",sans-serif}.propdet-breadcrumb-bar{background:var(--bg-pure);border-bottom:1px solid rgba(0,0,0,.05);padding:11px 0}.propdet-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);font-weight:500}.propdet-breadcrumbs a{color:var(--text-muted);transition:var(--transition-fast)}.propdet-breadcrumbs a:hover{color:var(--primary)}.propdet-breadcrumbs .active{color:var(--primary);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.propdet-breadcrumbs .sep{color:#d0d5dd;font-size:11px}.propdet-body{padding:24px 0 64px}.propdet-layout{display:grid;grid-template-columns:minmax(0,1fr) 336px;grid-gap:24px;gap:24px;align-items:start}.propdet-gallery-card{background:var(--bg-pure);border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.04)}.propdet-gallery-main{position:relative;height:420px;background:var(--text-main);overflow:hidden}.propdet-gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.25,.8,.25,1)}.propdet-gallery-badge{position:absolute;top:14px;left:14px;padding:5px 13px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.propdet-gallery-badge.sale{background:var(--primary);color:#fff}.propdet-gallery-badge.rent{background:#059669;color:#fff}.propdet-gallery-badge.sell{background:#ea580c;color:#fff}.propdet-gallery-counter{position:absolute;bottom:14px;left:14px;background:rgba(0,0,0,.58);color:#fff;padding:4px 11px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.2px;z-index:2}.propdet-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.92);color:var(--text-main);border:none;border-radius:50%;width:36px;height:36px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.14);transition:var(--transition-fast);z-index:3}.propdet-nav-arrow:hover{background:var(--bg-pure);box-shadow:0 4px 14px rgba(0,0,0,.18);transform:translateY(-50%) scale(1.05)}.propdet-nav-arrow.left{left:20px}.propdet-nav-arrow.right{right:20px}.propdet-thumbs-strip{display:flex;gap:6px;padding:10px 12px;background:#fafafa;overflow-x:auto;scrollbar-width:none}.propdet-thumbs-strip::-webkit-scrollbar{display:none}.propdet-thumb{flex-shrink:0;width:80px;height:58px;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .15s;position:relative}.propdet-thumb.active{border-color:var(--primary)}.propdet-thumb img{width:100%;height:100%;object-fit:cover;display:block}.propdet-thumb-more{position:absolute;inset:0;background:rgba(0,0,0,.55);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;line-height:1.2;text-align:center}.propdet-title-card{background:var(--bg-pure);border-radius:var(--radius-md);padding:18px 20px;margin-bottom:16px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.04)}.propdet-title-row{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:8px}.propdet-title-left{flex:1 1;min-width:250px}.propdet-title-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.propdet-verified-badge{display:inline-flex;align-items:center;gap:4px;background:#f0fdf4;color:#15803d;font-size:11px;font-weight:700;padding:3px 9px;border-radius:4px;border:1px solid #bbf7d0}.propdet-h1{font-size:19px;font-weight:800;color:var(--text-main);margin:0 0 6px;line-height:1.3;letter-spacing:-.3px}.propdet-address{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--text-muted);font-weight:500}.propdet-address svg{color:var(--primary);flex-shrink:0}.propdet-title-actions{display:flex;gap:8px;flex-shrink:0}.propdet-action-btn{display:flex;align-items:center;gap:5px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:var(--transition-fast)}.propdet-action-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.propdet-action-btn.wishlisted{color:#ef4444;border-color:#fca5a5;background:#fef2f2}.propdet-stats-row{display:flex;gap:20px;flex-wrap:wrap;padding-top:14px;border-top:1px solid #f3f4f6;margin-top:14px}.propdet-stat-item{display:flex;align-items:center;gap:8px}.propdet-stat-icon{width:36px;height:36px;background:var(--primary-light);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.propdet-stat-info{display:flex;flex-direction:column}.propdet-stat-val{font-size:14px;font-weight:700;color:var(--text-main);line-height:1.2}.propdet-stat-lbl{font-size:11px;color:var(--text-light);font-weight:500}.propdet-tab-card{background:var(--bg-pure);border-radius:var(--radius-md);margin-bottom:16px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.04);overflow:hidden}.propdet-tab-nav{display:flex;border-bottom:1px solid #f3f4f6;overflow-x:auto;scrollbar-width:none}.propdet-tab-nav::-webkit-scrollbar{display:none}.propdet-tab-btn{padding:13px 18px;background:none;border:none;border-bottom:2.5px solid transparent;color:var(--text-muted);font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:var(--transition-fast);margin-bottom:-1px;font-family:var(--font-inter),"Inter",sans-serif}.propdet-tab-btn:hover{color:var(--primary)}.propdet-tab-btn.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:700}.propdet-tab-content{padding:20px}.propdet-sec-title{font-size:15px;font-weight:800;color:var(--text-main);margin:0 0 12px;letter-spacing:-.2px}.propdet-sec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.propdet-sec-link{display:flex;align-items:center;gap:4px;background:none;border:none;color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:var(--transition-fast)}.propdet-sec-link:hover{opacity:.8;gap:6px}.propdet-about-text{font-size:14px;color:var(--text-muted);line-height:1.78;margin-bottom:18px}.propdet-features-row{display:flex;gap:8px;flex-wrap:wrap}.propdet-feature-chip{display:flex;align-items:center;gap:6px;background:#f0f6ff;border:1px solid rgba(22,119,255,.12);border-radius:8px;padding:7px 13px;font-size:12.5px;font-weight:600;color:var(--primary);transition:var(--transition-fast)}.propdet-feature-chip:hover{background:var(--primary-light);border-color:rgba(22,119,255,.2)}.propdet-amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:12px;gap:12px}.propdet-amenity-item{display:flex;flex-direction:column;align-items:center;gap:8px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:14px 8px;text-align:center;transition:var(--transition-fast);cursor:default}.propdet-amenity-item:hover{border-color:rgba(22,119,255,.15);background:var(--primary-light)}.propdet-amenity-icon{color:var(--primary);display:flex;align-items:center;justify-content:center}.propdet-amenity-name{font-size:11px;font-weight:600;color:#374151;line-height:1.3}.propdet-fp-video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.propdet-fp-img{border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;margin-bottom:10px;height:160px}.propdet-fp-img img{width:100%;height:100%;object-fit:cover;display:block}.propdet-fp-meta{display:flex;gap:8px;font-size:12px;color:var(--text-muted);margin-bottom:10px}.propdet-fp-meta strong{color:var(--text-main)}.propdet-download-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;background:var(--primary-light);color:var(--primary);border:1px solid rgba(22,119,255,.18);border-radius:8px;padding:9px;font-size:13px;font-weight:700;cursor:pointer;transition:var(--transition-fast);font-family:inherit}.propdet-download-btn:hover{background:var(--primary);color:#fff}.propdet-video-thumb{position:relative;border-radius:8px;overflow:hidden;height:160px;cursor:pointer}.propdet-video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.propdet-video-overlay{position:absolute;inset:0;background:rgba(0,0,0,.32);display:flex;align-items:center;justify-content:center;transition:background .2s}.propdet-video-thumb:hover .propdet-video-overlay{background:rgba(0,0,0,.45)}.propdet-play-btn{width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.15);border:2.5px solid hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.propdet-video-thumb:hover .propdet-play-btn{transform:scale(1.08);background:hsla(0,0%,100%,.22)}.propdet-watch-link{display:inline-flex;align-items:center;gap:5px;margin-top:10px;background:none;border:none;color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:var(--transition-fast)}.propdet-watch-link:hover{opacity:.75}.propdet-nearby-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.propdet-nearby-scroll::-webkit-scrollbar{display:none}.propdet-nearby-card{flex-shrink:0;background:#f9fafb;border:1px solid #f3f4f6;border-radius:var(--radius-sm);padding:14px 16px;min-width:140px;text-align:center;transition:var(--transition-fast)}.propdet-nearby-card:hover{border-color:rgba(22,119,255,.15);box-shadow:0 4px 12px rgba(22,119,255,.06)}.propdet-nearby-icon{width:44px;height:44px;background:var(--primary-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--primary);margin:0 auto 8px}.propdet-nearby-name{font-size:12.5px;font-weight:700;color:var(--text-main);line-height:1.3;margin-bottom:2px}.propdet-nearby-type{font-size:11px;color:var(--text-light);margin-bottom:6px}.propdet-nearby-dist{font-size:12px;font-weight:700;color:var(--primary)}.propdet-nearby-list-item{display:flex;align-items:center;justify-content:space-between;background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:12px 16px;margin-bottom:8px;transition:var(--transition-fast)}.propdet-nearby-list-item:hover{border-color:rgba(22,119,255,.12);background:var(--primary-light)}.propdet-nearby-list-left{display:flex;align-items:center;gap:12px}.propdet-nearby-list-icon{width:40px;height:40px;background:var(--primary-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.propdet-nearby-list-name{font-size:14px;font-weight:700;color:var(--text-main)}.propdet-nearby-list-type{font-size:12px;color:var(--text-light);font-weight:500}.propdet-dist-badge{font-size:12.5px;font-weight:700;color:var(--primary);background:var(--primary-light);padding:4px 12px;border-radius:20px;white-space:nowrap}.propdet-map-address{font-size:13px;color:var(--text-muted);margin-bottom:14px;font-weight:500}.propdet-map-frame{border-radius:10px;overflow:hidden;height:320px}.propdet-map-frame iframe{width:100%;height:100%;border:0;display:block}.propdet-get-dir-btn{display:inline-flex;align-items:center;gap:6px;margin-top:12px;background:var(--primary);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:var(--transition-fast)}.propdet-get-dir-btn:hover{background:var(--primary-hover);box-shadow:0 6px 16px rgba(22,119,255,.22);transform:translateY(-1px)}.propdet-section-card{background:var(--bg-pure);border-radius:var(--radius-md);padding:20px;margin-bottom:16px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.04)}.propdet-similar-strip{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.propdet-similar-strip::-webkit-scrollbar{display:none}.propdet-similar-card{flex-shrink:0;width:216px;background:var(--bg-pure);border:1px solid #f3f4f6;border-radius:var(--radius-md);overflow:hidden;transition:var(--transition-smooth);cursor:pointer;text-decoration:none;color:inherit;display:block}.propdet-similar-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(22,119,255,.08);border-color:rgba(22,119,255,.1)}.propdet-similar-img{position:relative;height:140px;overflow:hidden}.propdet-similar-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.propdet-similar-card:hover .propdet-similar-img img{transform:scale(1.04)}.propdet-similar-badge{position:absolute;top:8px;left:8px;padding:3px 9px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}.propdet-similar-badge.sale{background:var(--primary);color:#fff}.propdet-similar-badge.new{background:#f59e0b;color:#fff}.propdet-similar-wish{position:absolute;top:8px;right:8px;width:28px;height:28px;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.propdet-similar-wish:hover{background:#fff;color:#ef4444}.propdet-similar-body{padding:12px}.propdet-similar-title{font-size:13.5px;font-weight:700;color:var(--text-main);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.propdet-similar-specs,.propdet-similar-sub{font-size:11px;color:var(--text-muted);margin-bottom:7px}.propdet-similar-specs{display:flex;gap:8px}.propdet-similar-price{font-size:15px;font-weight:800;color:var(--primary)}.propdet-similar-rate{font-size:11px;color:var(--text-light)}.propdet-sidebar{position:-webkit-sticky;position:sticky;top:96px;display:flex;flex-direction:column;gap:16px}.propdet-price-card{background:var(--bg-pure);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-card);border:1px solid rgba(22,119,255,.05)}.propdet-price-label{font-size:11px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:4px}.propdet-price-value{font-size:28px;font-weight:900;color:var(--primary);letter-spacing:-.5px;margin-bottom:2px}.propdet-price-rate{font-size:13px;color:var(--text-light);margin-bottom:18px;font-weight:500}.propdet-touch-btn{width:100%;background:var(--primary);color:#fff;border:none;border-radius:10px;padding:13px;font-size:14px;font-weight:700;cursor:pointer;margin-bottom:10px;font-family:inherit;transition:var(--transition-fast)}.propdet-touch-btn:hover{background:var(--primary-hover);box-shadow:0 8px 20px rgba(22,119,255,.24);transform:translateY(-1px)}.propdet-whatsapp-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#f0fdf4;color:#16a34a;border:1.5px solid #bbf7d0;border-radius:10px;padding:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:var(--transition-fast)}.propdet-whatsapp-btn:hover{background:#dcfce7;box-shadow:0 6px 16px rgba(22,163,74,.14);transform:translateY(-1px)}.propdet-sidebar-card{background:var(--bg-pure);border-radius:var(--radius-md);padding:18px 20px;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.04)}.propdet-sidebar-title{font-size:14px;font-weight:800;color:var(--text-main);margin-bottom:13px;letter-spacing:-.2px}.propdet-overview-row{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid #f3f4f6}.propdet-overview-row:last-child{border-bottom:none}.propdet-overview-lbl{font-size:12.5px;color:var(--text-muted);font-weight:500}.propdet-overview-val{font-size:12.5px;color:var(--text-main);font-weight:700;text-align:right;max-width:145px}.propdet-mini-map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:14px 16px;border-bottom:1px solid #f3f4f6}.propdet-mini-map-frame{height:156px;overflow:hidden}.propdet-mini-map-frame iframe{width:100%;height:100%;border:0;display:block}.propdet-mini-map-addr{padding:10px 16px;font-size:12px;color:var(--text-muted);line-height:1.5;font-weight:500}.propdet-agent-row{display:flex;align-items:center;gap:12px;background:#f9fafb;border-radius:10px;padding:12px;margin-bottom:13px}.propdet-agent-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb;flex-shrink:0}.propdet-agent-avatar img{width:100%;height:100%;object-fit:cover;display:block}.propdet-agent-name{font-size:14px;font-weight:800;color:var(--text-main)}.propdet-agent-role{font-size:12px;color:var(--text-muted);margin-bottom:3px}.propdet-agent-stars{display:flex;align-items:center;gap:3px;font-size:12px;color:var(--warning)}.propdet-agent-stars .rating{color:var(--text-main);font-weight:700}.propdet-agent-stars .reviews{color:var(--text-light)}.propdet-agent-contacts{display:flex;flex-direction:column;gap:8px;margin-bottom:13px}.propdet-agent-link{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-main);font-weight:600;text-decoration:none;transition:var(--transition-fast)}.propdet-agent-link:hover{color:var(--primary)}.propdet-agent-link-icon{width:28px;height:28px;background:var(--primary-light);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.propdet-agent-profile-btn{width:100%;background:none;border:1.5px solid var(--primary);border-radius:8px;padding:10px;font-size:13px;font-weight:700;color:var(--primary);cursor:pointer;font-family:inherit;transition:var(--transition-fast)}.propdet-agent-profile-btn:hover{background:var(--primary);color:#fff}.propdet-newsletter{background:var(--text-main);padding:48px 0}.propdet-newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.propdet-newsletter-title{font-size:20px;font-weight:800;color:#fff;margin-bottom:6px;letter-spacing:-.3px}.propdet-newsletter-sub{font-size:14px;color:#94a3b8;margin:0;font-weight:500}.propdet-newsletter-form{display:flex;gap:10px;flex-grow:1;max-width:420px;flex-wrap:wrap}.propdet-newsletter-input{flex:1 1;padding:12px 16px;border-radius:8px;border:none;outline:none;font-size:14px;background:#fff;min-width:200px;font-family:inherit}.propdet-newsletter-btn{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap;font-family:inherit;transition:var(--transition-fast)}.propdet-newsletter-btn:hover{background:var(--primary-hover);box-shadow:0 6px 16px rgba(22,119,255,.24)}.filters-close-btn,.mobile-menu-toggle{display:none}@media (min-width:1920px){.container{max-width:1600px!important}}@media (max-width:1200px){.container{max-width:100%;padding-left:20px;padding-right:20px}}@media (max-width:1023px){.container{padding-left:16px;padding-right:16px}.navbar-wrapper{height:auto!important;padding:12px 0;position:-webkit-sticky!important;position:sticky!important;top:0;z-index:1000}.navbar-wrapper .navbar{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%;flex-wrap:wrap;height:auto!important}.mobile-menu-toggle{display:flex!important;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-main);cursor:pointer;padding:8px;position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;z-index:1001!important}.navbar nav{display:none!important;width:100%!important;order:4!important;background:#fff!important;margin:12px 0 0!important;padding:16px 0!important;border-top:1px solid var(--border-color)!important}.navbar nav.nav-open{display:block!important}.navbar-wrapper .nav-links{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;width:100%!important;list-style:none!important}.navbar-wrapper .nav-links li{width:100%!important}.navbar-wrapper .nav-links li a{display:block!important;padding:8px 0!important;width:100%!important;font-size:15px!important;font-weight:600!important;color:var(--text-main)!important}.navbar .nav-actions{display:none!important;width:100%!important;order:5!important;background:#fff!important;margin:0!important;padding:16px 0 24px!important;border-top:1px dashed var(--border-color)!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important}.navbar .nav-actions.nav-open{display:flex!important}.navbar-wrapper .nav-actions>div{display:block!important;width:100%!important}.location-selector{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:12px 16px!important;background:var(--primary-light)!important;color:var(--primary)!important;box-sizing:border-box!important}.location-dropdown-panel,.location-selector{width:100%!important;border-radius:8px!important;border:1px solid rgba(22,119,255,.08)!important}.location-dropdown-panel{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 4px)!important;box-shadow:0 10px 25px rgba(0,0,0,.1)!important;z-index:1000!important;background:#fff!important}.navbar-wrapper .nav-actions .btn-primary,.navbar-wrapper .nav-actions .icon-button{width:100%!important;justify-content:center!important;padding:12px!important;box-sizing:border-box!important}.navbar-wrapper .nav-actions .icon-button{height:auto!important;border-radius:8px!important;border:1px solid var(--border-color)!important;gap:8px!important;display:flex!important;align-items:center!important}.navbar-wrapper .nav-actions .icon-button:after{content:"Wishlist"!important;font-size:14px!important;font-weight:500!important;color:var(--text-main)!important}.buy-hero-container-fluid{padding:32px 0 24px!important}.buy-hero-container-fluid .container{gap:24px!important}.buy-hero-container-fluid .container,.buy-hero-left{flex-direction:column!important;align-items:stretch!important}.buy-hero-left{width:100%!important;max-width:100%!important;display:flex!important}.buy-hero-right{display:none!important}.buy-search-bar{flex-direction:column!important;gap:12px!important;padding:16px!important;background:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.04)!important;border-radius:16px!important;border:1px solid rgba(0,0,0,.05)!important;margin-top:16px!important}.buy-search-bar,.buy-search-input-wrapper,.buy-search-loc-wrapper{display:flex!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.buy-search-input-wrapper,.buy-search-loc-wrapper{align-items:center!important;gap:8px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:10px 14px!important}.buy-search-input{font-weight:500!important}.buy-search-input,.buy-search-loc-select{width:100%!important;border:none!important;background:transparent!important;outline:none!important;font-size:13.5px!important}.buy-search-loc-select{font-weight:600!important}.buy-search-btn{width:100%!important;height:44px!important;justify-content:center!important;border-radius:8px!important;display:flex!important;align-items:center!important;gap:8px!important}.hero-section{display:flex;flex-direction:column;overflow:hidden}.hero-main-bg{display:flex!important;flex-direction:column!important;padding:100px 0 60px!important}.hero-left{max-width:100%!important;width:100%!important;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:38px!important;line-height:1.2!important;text-align:center}.hero-desc{font-size:16px!important;text-align:center;margin:16px auto 24px!important;max-width:540px}.search-container{width:100%!important;max-width:540px!important}.search-input-wrapper{flex-wrap:wrap;gap:12px;padding:12px!important;height:auto!important}.search-input-wrapper input{width:100%!important;margin-right:0!important;padding:8px 0!important;font-size:14px!important}.search-input-wrapper .search-btn{width:100%!important;justify-content:center;padding:12px!important}.hero-image-container{position:relative!important;top:0!important;right:0!important;width:100%!important;height:380px!important;max-width:100%!important;margin-top:0!important;margin-bottom:24px!important;border-radius:var(--radius-xl)!important;overflow:hidden;order:-1!important}.hero-image-wrapper{width:100%!important;height:100%!important}.hero-image-wrapper img{-webkit-clip-path:none!important;clip-path:none!important;border-radius:var(--radius-xl)!important}.floating-checklist,.floating-stats{display:none!important}.wave-divider{bottom:-1px!important}.section-heading-row{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:12px!important;position:relative!important}.view-all-link-btn{position:static!important;margin:16px auto 0!important;display:flex!important;justify-content:center!important;align-self:center!important}.venture-card{height:280px!important}.venture-glass-panel{padding:16px!important;transform:translateY(0)!important;background:rgba(0,0,0,.45)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.venture-title{font-size:15px!important;margin-bottom:4px!important}.venture-location{margin-bottom:8px!important;font-size:11px!important}.venture-bottom-reveal{opacity:1!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.quick-features-bar{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scrollbar-width:none!important;gap:20px!important;padding:16px 20px!important;-webkit-overflow-scrolling:touch;margin:0 -16px!important;width:calc(100% + 32px)!important}.quick-features-bar::-webkit-scrollbar{display:none!important}.quick-feature-item{flex-shrink:0!important;min-width:220px!important;padding-left:0!important}.quick-feature-item:after{display:none!important}.exclusive-img-side{height:250px!important;width:100%!important}.types-grid-layout{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))!important;gap:16px!important}.buy-main-layout{display:flex!important;flex-direction:column!important;gap:24px!important}.filters-sidebar{width:100%!important;position:static!important}.projects-grid,.projects-why-choose-grid{grid-template-columns:1fr!important;gap:16px!important;width:100%!important;max-width:100%!important}.projects-collections-grid{gap:12px!important;max-width:100%!important}.projects-collections-grid,.projects-stats-grid{grid-template-columns:repeat(2,1fr)!important;width:100%!important}.projects-stats-grid{gap:10px!important}.projects-plots-grid{grid-template-columns:1fr!important;gap:16px!important;width:100%!important}.projects-listings-carousel{padding:0!important;overflow:visible!important;width:100%!important}.projects-card-nav-arrow{display:flex!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:36px!important;height:36px!important;border-radius:50%!important;background:hsla(0,0%,100%,.95)!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 10px rgba(0,0,0,.08)!important;align-items:center!important;justify-content:center!important;color:#0f172a!important;z-index:10!important;cursor:pointer!important}.projects-card-nav-arrow.nav-left{left:8px!important}.projects-card-nav-arrow.nav-right{right:8px!important}.projects-listings-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:16px!important;width:auto!important;padding:8px 16px 16px!important;margin:0 -16px!important;scrollbar-width:none!important}.projects-listings-grid::-webkit-scrollbar{display:none!important}.projects-listings-grid .projects-card{flex:0 0 85%!important;width:85%!important;max-width:85%!important;scroll-snap-align:start!important;flex-direction:column!important;border-radius:16px!important;box-sizing:border-box!important}.projects-listings-grid .projects-card-img-box{height:180px!important;width:100%!important}.projects-listings-grid .projects-card-body{padding:16px!important}.projects-listings-grid .projects-card-price{font-size:18px!important;margin-bottom:6px!important}.projects-listings-grid .projects-card-title{font-size:16px!important;margin-bottom:6px!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.projects-listings-grid .projects-card-type{font-size:13px!important;margin-bottom:6px!important}.projects-listings-grid .projects-card-location{font-size:13px!important;margin-bottom:12px!important;gap:6px!important}.projects-listings-grid .projects-card-location svg{width:12px!important;height:12px!important}.projects-listings-grid .projects-card-divider{margin-bottom:12px!important}.projects-listings-grid .projects-card-specs{font-size:13px!important;gap:12px!important;flex-wrap:nowrap!important}.projects-listings-grid .projects-card-spec-item{gap:4px!important}.projects-listings-grid .projects-card-spec-item svg{width:14px!important;height:14px!important}.projects-listings-grid .projects-card-badge{top:12px!important;left:12px!important;font-size:10px!important;padding:4px 10px!important}.projects-listings-grid .projects-card-wishlist{top:12px!important;right:12px!important;width:32px!important;height:32px!important}.projects-listings-grid .projects-card-wishlist svg{width:15px!important;height:15px!important}.projects-featured-section{padding:32px 0!important}.projects-featured-slide-wrapper{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:16px!important;width:auto!important;height:350px!important;padding:8px 16px 16px!important;margin:0 -16px!important;scrollbar-width:none!important;grid-template-columns:none!important}.projects-featured-slide-wrapper::-webkit-scrollbar{display:none!important}.projects-featured-left-link{flex:0 0 280px!important;width:280px!important;height:350px!important;scroll-snap-align:start!important;display:flex!important}.projects-featured-left-card{flex:1 1!important;height:350px!important;border-radius:16px!important;display:flex!important;flex-direction:column!important;box-shadow:0 4px 16px rgba(0,0,0,.06)!important;overflow:hidden!important}.projects-featured-left-img-wrapper{height:180px!important;width:100%!important;position:relative!important;flex-shrink:0!important}.projects-featured-left-content-overlay{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;padding:16px!important;background:#fff!important;color:var(--text-main)!important;display:flex!important;flex-direction:column!important;flex-grow:1!important}.projects-featured-left-content-overlay h3{font-size:16px!important;color:#0f172a!important;margin:0 0 4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.projects-featured-left-content-overlay div{color:#64748b!important;font-size:12px!important;margin-bottom:4px!important}.projects-featured-left-content-overlay .projects-featured-left-price{font-size:16px!important;color:#1677ff!important;font-weight:800!important;margin-top:auto!important;margin-bottom:8px!important}.projects-featured-right-column{display:flex!important;flex-direction:row!important;gap:16px!important;height:350px!important;width:auto!important;flex:0 0 auto!important}.projects-featured-right-link{flex:0 0 280px!important;width:280px!important;height:350px!important;scroll-snap-align:start!important;display:flex!important}.projects-featured-right-card{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;height:350px!important;width:100%!important;padding:0!important;align-items:stretch!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 4px 16px rgba(0,0,0,.06)!important}.projects-featured-right-img-wrapper{width:100%!important;height:180px!important;flex-shrink:0!important;border-radius:0!important}.projects-featured-right-text-wrapper{flex-grow:1!important;padding:16px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;height:auto!important;box-sizing:border-box!important}.projects-featured-right-title{font-size:16px!important;color:#0f172a!important;margin:0 0 4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.projects-featured-right-subtitle{font-size:12px!important;color:#64748b!important;margin-bottom:4px!important}.projects-featured-right-price{font-size:16px!important;color:#1677ff!important;font-weight:800!important;margin-top:auto!important;margin-bottom:8px!important}.projects-featured-right-specs{border-top:1px solid #f1f5f9!important;padding-top:8px!important;margin-top:8px!important;font-size:12px!important;color:#64748b!important;display:flex!important;gap:12px!important}.projects-builders-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;width:100%!important}.services-page section .container{grid-template-columns:1fr!important;gap:32px!important}.services-page section .container>div[style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}.services-page section .container>div[style*="repeat(3, 1fr)"]{grid-template-columns:1fr!important}.projects-page-wrapper div[style*="gridTemplateColumns: '1.2fr 1fr'"],.projects-page-wrapper div[style*="repeat(4, 1fr)"],.projects-page-wrapper div[style*="repeat(5, 1fr)"],.venture-page-wrapper div[style*="repeat(4, 1fr)"],.venture-page-wrapper div[style*="repeat(5, 1fr)"]{grid-template-columns:1fr!important;height:auto!important;gap:16px!important}.venture-page-wrapper div[style*="1.5fr repeat(2, 1fr) 120px"]{grid-template-columns:1fr!important;gap:12px!important;height:auto!important}.p-details-hero-grid,.p-details-location-grid{grid-template-columns:1fr!important;gap:24px!important}.p-details-overview-grid,.p-details-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.propdet-layout{grid-template-columns:1fr}.propdet-sidebar{position:static}}@media (max-width:767px){.logo-container span{font-size:16px!important}.logo-sub{display:none!important}.hero-title{font-size:32px!important}.hero-image-container{height:280px!important}.section-heading-row{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.view-all-link-btn{align-self:flex-start!important}.trending-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.trending-controls{width:100%!important;justify-content:space-between!important}.filter-pills{margin-bottom:0!important}.buy-categories-row{padding-bottom:8px!important;-webkit-overflow-scrolling:touch}.container{max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.container,.listings-deck-header{display:flex!important;flex-direction:column!important;width:100%!important;box-sizing:border-box!important}.listings-deck-header{align-items:stretch!important;gap:12px!important;margin-bottom:20px!important}.listings-deck-controls{flex-wrap:wrap!important;gap:8px!important;width:100%!important;box-sizing:border-box!important;justify-content:space-between!important}.listings-deck-controls,.sort-dropdown-wrapper{display:flex!important;align-items:center!important}.sort-dropdown-wrapper{flex:1 1 auto!important;min-width:140px!important;gap:6px!important}.sort-select{flex-grow:1!important;padding:8px!important;border-radius:8px!important;border:1px solid rgba(0,0,0,.08)!important;background:#fff!important}.mobile-filter-toggle-btn{flex:1 1 auto!important}.layout-toggle-btn,.mobile-filter-toggle-btn{justify-content:center!important;height:38px!important}.layout-toggle-btn{flex:0 0 auto!important;width:38px!important;display:flex!important;align-items:center!important}.buy-categories-row{display:flex!important;overflow-x:auto!important;padding:4px 12px 12px!important;gap:8px!important;width:100%!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;margin:0 -16px 20px!important;width:calc(100% + 32px)!important}.buy-categories-row::-webkit-scrollbar{display:none!important}.buy-category-tab{flex-shrink:0!important;white-space:nowrap!important;padding:8px 16px!important;border-radius:20px!important;font-size:13px!important}.buy-grid-container,.commercial-grid,.exclusive-list,.listings-grid,.properties-grid-layout,.ventures-grid-layout{grid-template-columns:1fr!important;gap:20px!important;padding:0!important}.buy-grid-container,.commercial-grid,.exclusive-list,.listings-grid,.properties-grid-layout,.property-card,.ventures-grid-layout{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.property-card{margin:0!important}.card-image-section{width:100%!important;height:200px!important;flex:none!important}.card-details-section{width:100%!important;flex:none!important;box-sizing:border-box!important;padding:16px!important}.services-page section div[style*=gridTemplateColumns],div[style*=gridTemplateColumns]{grid-template-columns:1fr!important;grid-gap:20px!important;gap:20px!important;display:grid!important}.projects-hero>.container,.venture-hero-section>.container{grid-template-columns:1fr!important;grid-gap:24px!important;gap:24px!important;display:grid!important}.footer-inner{grid-template-columns:1fr!important;gap:32px!important}.footer-bottom{flex-direction:column!important;gap:12px!important;text-align:center!important}.propdet-breadcrumbs{display:flex!important;flex-wrap:wrap!important;gap:4px!important;line-height:1.4!important}.propdet-title-row{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.propdet-title-left{min-width:auto!important;width:100%!important}.propdet-title-actions{width:100%!important;display:flex!important;gap:10px!important}.propdet-title-actions button{flex:1 1!important;justify-content:center!important}.propdet-gallery-main{height:280px!important}.propdet-amenities-grid{grid-template-columns:repeat(2,1fr)!important}.propdet-fp-video-grid{grid-template-columns:1fr!important}.propdet-stats-row{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:16px!important;gap:16px!important;padding-top:16px!important;margin-top:16px!important}.propdet-stat-item{width:100%!important}.propdet-h1{font-size:18px!important}.propdet-newsletter-inner{flex-direction:column!important}.propdet-newsletter-form{max-width:100%!important;width:100%!important}.services-page section .container>div[style*="repeat(4, 1fr)"]{grid-template-columns:1fr!important}.mobile-filter-backdrop{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:rgba(0,0,0,.4)!important;z-index:1999!important}.filters-sidebar{display:none!important}.filters-sidebar.mobile-open{display:flex!important;flex-direction:column!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:2000!important;height:80vh!important;background:#fff!important;border-radius:20px 20px 0 0!important;padding:20px!important;box-shadow:0 -10px 30px rgba(0,0,0,.15)!important;animation:slideUp .3s ease-out forwards!important;overflow-y:auto!important}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filters-header-row{justify-content:space-between!important;border-bottom:1px solid rgba(0,0,0,.05)!important;padding-bottom:12px!important;margin-bottom:16px!important}.filters-header-actions,.filters-header-row{display:flex!important;align-items:center!important}.filters-header-actions{gap:12px!important}.filters-close-btn{background:none!important;border:none!important;cursor:pointer!important;padding:4px!important;color:var(--text-main)!important;display:flex!important;align-items:center!important;justify-content:center!important}.filters-mobile-footer{display:flex!important;padding:16px 0 8px!important;border-top:1px solid rgba(0,0,0,.05)!important;margin-top:20px!important}.mobile-filter-toggle-btn{display:flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;background:var(--primary)!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important}.propdet-desktop-only{display:none!important}.propdet-mobile-only{display:block!important;padding-bottom:96px!important;background:#f8fafc!important}.p-details-wrapper,.plots-detail-wrapper,.propdet-mobile-only,.propdet-page{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.p-details-wrapper,.plots-detail-wrapper,.propdet-page{overflow-x:hidden!important}.mob-section-card{background:#fff!important;border-radius:16px!important;padding:16px!important;margin:16px 12px!important;box-shadow:0 4px 18px rgba(0,0,0,.03)!important;border:1px solid rgba(0,0,0,.03)!important;box-sizing:border-box!important}.mob-sec-title{font-size:15px!important;font-weight:800!important;color:var(--text-main)!important;margin-bottom:12px!important;letter-spacing:-.2px!important}.mob-sec-subtitle{font-size:13.5px!important;font-weight:750!important;color:var(--text-main)!important;margin:16px 0 10px!important}.mob-gallery-card{background:transparent!important;margin-bottom:0!important;border:none!important;box-shadow:none!important;padding:0 12px!important;margin-top:12px!important}.mob-gallery-main{position:relative!important;height:240px!important;border-radius:16px!important;overflow:hidden!important;background:#000!important;box-sizing:border-box!important}.mob-gallery-main img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.mob-gallery-counter{bottom:12px!important;left:12px!important;background:rgba(15,23,42,.75)!important;color:#fff!important;font-size:11px!important;font-weight:700!important;padding:3px 9px!important;border-radius:12px!important}.mob-gallery-actions,.mob-gallery-counter{position:absolute!important;z-index:10!important}.mob-gallery-actions{top:12px!important;right:12px!important;display:flex!important;gap:8px!important}.mob-action-circle{width:36px!important;height:36px!important;border-radius:50%!important;background:hsla(0,0%,100%,.9)!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#1e293b!important;box-shadow:0 4px 8px rgba(0,0,0,.1)!important;cursor:pointer!important}.mob-action-circle.active{color:#ef4444!important}.mob-gallery-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:32px!important;height:32px!important;border-radius:50%!important;background:hsla(0,0%,100%,.8)!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;color:#1e293b!important;font-weight:700!important;z-index:10!important}.mob-gallery-arrow.left{left:8px!important}.mob-gallery-arrow.right{right:8px!important}.mob-gallery-thumbs{display:flex!important;gap:6px!important;overflow-x:auto!important;padding:10px 0!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.mob-gallery-thumbs::-webkit-scrollbar{display:none!important}.mob-thumb-item{width:64px!important;height:46px!important;border-radius:8px!important;overflow:hidden!important;flex-shrink:0!important;border:2px solid transparent!important}.mob-thumb-item.active{border-color:var(--primary)!important}.mob-thumb-item img{width:100%!important;height:100%!important;object-fit:cover!important}.mob-badge-row{display:flex!important;gap:6px!important;margin-bottom:10px!important}.mob-verified-badge{background:#ecfdf5!important;color:#059669!important;border:1.5px solid #a7f3d0!important;border-radius:4px!important}.mob-premium-badge,.mob-verified-badge{font-size:10.5px!important;font-weight:800!important;padding:3px 8px!important;text-transform:uppercase!important}.mob-premium-badge{background:#fffbe6!important;color:#d97706!important;border:1.5px solid #fde68a!important;border-radius:4px!important}.mob-title{font-size:18px!important;font-weight:800!important;color:var(--text-main)!important;margin-bottom:8px!important}.mob-address,.mob-title{line-height:1.4!important}.mob-address{display:flex!important;align-items:flex-start!important;gap:4px!important;font-size:12.5px!important;color:var(--text-muted)!important;margin-bottom:14px!important}.mob-address svg{color:var(--primary)!important;flex-shrink:0!important;margin-top:2px!important}.mob-price-row{display:flex!important;justify-content:space-between!important;align-items:center!important;border-top:1px solid #f1f5f9!important;padding-top:12px!important}.mob-price{font-size:22px!important;font-weight:900!important;color:var(--primary)!important}.mob-price-sub{font-size:12px!important;color:var(--text-light)!important;font-weight:600!important}.mob-specs-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:10px!important;gap:10px!important}.mob-spec-card{background:#f8fafc!important;border:1px solid #f1f5f9!important;border-radius:12px!important;padding:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;box-sizing:border-box!important}.mob-spec-icon{font-size:20px!important;margin-bottom:6px!important}.mob-spec-val{font-size:13.5px!important;font-weight:800!important;color:var(--text-main)!important;margin-bottom:2px!important}.mob-spec-lbl{font-size:11px!important;color:var(--text-light)!important;font-weight:500!important}.mob-tabs-container{width:100%!important;overflow:hidden!important;margin:8px 0!important}.mob-tabs-scroll{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:4px 12px 10px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.mob-tabs-scroll::-webkit-scrollbar{display:none!important}.mob-tab-btn{flex-shrink:0!important;padding:8px 16px!important;border-radius:20px!important;background:#fff!important;border:1.5px solid #e2e8f0!important;font-size:12.5px!important;color:var(--text-muted)!important;font-weight:700!important;cursor:pointer!important;transition:var(--transition-fast)!important}.mob-tab-btn.active{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.mob-highlights-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:8px!important}.mob-highlight-chip{display:inline-flex!important;align-items:center!important;gap:6px!important;background:#f0f6ff!important;border:1px solid rgba(22,119,255,.12)!important;border-radius:20px!important;padding:5px 12px!important;font-size:12px!important;font-weight:700!important;color:var(--primary)!important}.mob-key-value-list{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:10px!important}.mob-key-value-item{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:8px 0!important;border-bottom:1px solid #f1f5f9!important}.mob-key-value-item:last-child{border-bottom:none!important}.mob-key-value-item .key{font-size:13px!important;color:var(--text-muted)!important;font-weight:500!important}.mob-key-value-item .value{font-size:13px!important;color:var(--text-main)!important;font-weight:700!important;text-align:right!important}.mob-amenities-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:10px!important;gap:10px!important}.mob-amenity-card{background:#f8fafc!important;border:1px solid #f1f5f9!important;border-radius:12px!important;padding:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:80px!important;box-sizing:border-box!important}.mob-amenity-card .icon{font-size:18px!important;margin-bottom:6px!important;color:var(--primary)!important}.mob-amenity-card .name{font-size:11.5px!important;font-weight:700!important;color:var(--text-main)!important;line-height:1.3!important}.mob-floor-preview,.mob-map-box{height:180px!important;border-radius:12px!important;overflow:hidden!important;border:1px solid #e2e8f0!important;background:#000!important}.mob-floor-preview img,.mob-map-box iframe{width:100%!important;height:100%!important;object-fit:cover!important}.mob-map-addr{font-size:12px!important;color:var(--text-muted)!important;line-height:1.4!important;margin-top:8px!important}.mob-video-tour{position:relative!important;height:180px!important;border-radius:12px!important;overflow:hidden!important;background:#000!important}.mob-video-tour img{width:100%!important;height:100%!important;object-fit:cover!important;opacity:.8!important}.mob-video-tour .play-overlay{position:absolute!important;inset:0!important}.mob-video-tour .play-button,.mob-video-tour .play-overlay{display:flex!important;align-items:center!important;justify-content:center!important}.mob-video-tour .play-button{width:48px!important;height:48px!important;border-radius:50%!important;background:hsla(0,0%,100%,.9)!important;font-size:18px!important;color:var(--primary)!important;padding-left:3px!important;box-shadow:0 4px 10px rgba(0,0,0,.15)!important}.mob-nearby-scroll{display:flex!important;gap:10px!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;padding-bottom:4px!important}.mob-nearby-scroll::-webkit-scrollbar{display:none!important}.mob-nearby-card{flex-shrink:0!important;width:130px!important;background:#f8fafc!important;border:1px solid #f1f5f9!important;border-radius:10px!important;padding:10px!important;text-align:center!important}.mob-nearby-card .icon-box{width:36px!important;height:36px!important;border-radius:8px!important;background:var(--primary-light)!important;color:var(--primary)!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto 6px!important}.mob-nearby-card .name{font-size:11px!important;font-weight:700!important;color:var(--text-main)!important;margin-bottom:2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mob-nearby-card .type{font-size:10px!important;color:var(--text-light)!important;margin-bottom:4px!important}.mob-nearby-card .distance{font-size:10.5px!important;font-weight:700!important;color:var(--primary)!important}.mob-btn-group{display:flex!important;gap:8px!important}.mob-primary-btn{background:var(--primary)!important;color:#fff!important;border:none!important;border-radius:10px!important}.mob-outline-btn,.mob-primary-btn{height:44px!important;font-size:13.5px!important;font-weight:700!important;cursor:pointer!important;flex:1 1!important;display:flex!important;align-items:center!important;justify-content:center!important}.mob-outline-btn{background:#fff!important;color:var(--primary)!important;border:1.5px solid var(--primary)!important;border-radius:10px!important}.mob-agent-card{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:24px 16px!important}.mob-agent-card .avatar-container{width:68px!important;height:68px!important;border-radius:50%!important;overflow:hidden!important;margin-bottom:12px!important;border:3px solid #e2e8f0!important}.mob-agent-card .avatar-container img{width:100%!important;height:100%!important;object-fit:cover!important}.mob-agent-card .agent-name{font-size:15px!important;font-weight:800!important;color:var(--text-main)!important;margin-bottom:2px!important}.mob-agent-card .agent-role{font-size:12.5px!important;color:var(--text-muted)!important;margin-bottom:6px!important}.mob-agent-card .agent-rating{font-size:12px!important;color:var(--warning)!important;font-weight:700!important;margin-bottom:14px!important}.mob-agent-card .agent-info-links{display:flex!important;flex-direction:column!important;gap:8px!important;margin-bottom:8px!important}.mob-agent-card .info-link{font-size:13px!important;color:var(--text-main)!important;font-weight:600!important;text-decoration:none!important}.mob-similar-scroll{display:flex!important;gap:12px!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.mob-similar-scroll::-webkit-scrollbar{display:none!important}.mob-similar-card{flex-shrink:0!important;width:75%!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;overflow:hidden!important;text-decoration:none!important;color:inherit!important}.mob-similar-card .img-box{position:relative!important;height:130px!important}.mob-similar-card .img-box img{width:100%!important;height:100%!important;object-fit:cover!important}.mob-similar-card .img-box .badge{position:absolute!important;top:8px!important;left:8px!important;font-size:9px!important;font-weight:800!important;color:#fff!important;padding:3px 8px!important;border-radius:4px!important;text-transform:uppercase!important}.mob-similar-card .img-box .badge.sale{background:var(--primary)!important}.mob-similar-card .img-box .badge.new{background:#d97706!important}.mob-similar-card .body{padding:12px!important}.mob-similar-card .title{font-size:13.5px!important;font-weight:800!important;color:var(--text-main)!important;margin-bottom:2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mob-similar-card .sub{font-size:11px!important;color:var(--text-muted)!important;margin-bottom:6px!important}.mob-similar-card .specs{display:flex!important;gap:8px!important;font-size:10.5px!important;color:var(--text-light)!important;margin-bottom:6px!important}.mob-similar-card .price{font-size:14.5px!important;font-weight:800!important;color:var(--primary)!important}.mob-sticky-cta{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:2000!important;background:#fff!important;box-shadow:0 -8px 24px rgba(0,0,0,.08)!important;border-top:1px solid #e2e8f0!important;padding:10px 16px 14px!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important;box-sizing:border-box!important}.mob-sticky-cta .price-info{display:flex!important;flex-direction:column!important;flex-shrink:0!important;width:100%!important}.mob-sticky-cta .price-val{font-size:16px!important;font-weight:900!important;color:var(--primary)!important;line-height:1.2!important}.mob-sticky-cta .price-lbl{font-size:10.5px!important;color:var(--text-light)!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.3px!important}.mob-sticky-cta .mob-btn-group{display:flex!important;gap:8px!important;width:100%!important}.mob-sticky-cta .cta-btn{background:var(--primary)!important;color:#fff!important;border:none!important;border-radius:10px!important}.mob-sticky-cta .cta-btn,.mob-sticky-cta .cta-btn-outline{height:44px!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important;padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:1 1!important;white-space:nowrap!important}.mob-sticky-cta .cta-btn-outline{background:#fff!important;color:var(--primary)!important;border:1.5px solid var(--primary)!important;border-radius:10px!important}.services-hero{padding:100px 0 40px!important}.services-hero-container{grid-template-columns:1fr!important;text-align:center!important;gap:24px!important}.services-hero-content{align-items:center!important}.services-breadcrumbs{display:flex!important;justify-content:center!important;margin-bottom:12px!important}.services-hero-title{font-size:32px!important;line-height:1.25!important;text-align:center!important}.services-hero-desc{font-size:14.5px!important;text-align:center!important;max-width:500px!important;margin:12px auto 24px!important}.services-hero-stats{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;margin:16px auto 0!important;max-width:320px!important;width:100%!important}.services-hero-image-wrapper{height:220px!important;order:-1!important;margin-bottom:16px!important;width:100%!important}.services-grid-section{padding:48px 0!important}.services-sec-header{margin-bottom:32px!important}.services-sec-header h2{font-size:24px!important}.services-sec-header p{font-size:13.5px!important;margin-top:6px!important}.services-grid{grid-template-columns:1fr!important;gap:20px!important}.buddy-promo-section{padding:48px 0!important}.buddy-promo-container{grid-template-columns:1fr!important;text-align:center!important;gap:32px!important}.buddy-promo-content h2{font-size:26px!important}.buddy-promo-content h3{font-size:16px!important;margin-bottom:16px!important}.buddy-promo-content p{font-size:13.5px!important;margin-bottom:24px!important}.buddy-promo-btn{margin:0 auto!important;display:block!important}.buddy-promo-preview-box{grid-template-columns:1fr!important;gap:32px!important}.buddy-qr-card{padding:24px 16px!important;width:100%!important}.buddy-benefits-list,.buddy-qr-card{max-width:280px!important;margin:0 auto!important}.buddy-benefits-list{text-align:left!important}.why-choose-section{padding:48px 0!important}.why-choose-grid{grid-template-columns:1fr!important;gap:16px!important}.why-choose-card{padding:20px 16px!important}.help-cta-section{padding:40px 0!important}.help-cta-container{flex-direction:column!important;text-align:center!important;gap:24px!important}.help-cta-actions{width:100%!important;flex-direction:column!important;gap:10px!important}.help-cta-btn-primary,.help-cta-btn-white{width:100%!important;justify-content:center!important}}@media (min-width:769px){.p-details-wrapper,.propdet-page{padding-top:80px!important}.propdet-desktop-only{display:block!important}.propdet-mobile-only{display:none!important}.propdet-amenities-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:16px!important;padding-top:6px!important;padding-bottom:12px!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.propdet-amenities-grid::-webkit-scrollbar{display:none!important}.propdet-amenity-item{display:flex!important;align-items:center!important;gap:16px!important;padding:14px 20px!important;background:#f8fafc!important;border:1px solid rgba(22,119,255,.05)!important;border-radius:12px!important;margin-bottom:0!important;flex-shrink:0!important;min-width:190px!important;transition:all .2s ease!important}.propdet-amenity-item:hover{background:#fff!important;border-color:var(--primary)!important;box-shadow:0 6px 16px rgba(22,119,255,.06)!important;transform:translateY(-2px)!important}.propdet-amenity-icon{width:46px!important;height:46px!important;border-radius:10px!important;background:var(--primary-light)!important;color:var(--primary)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.propdet-amenity-icon svg{width:22px!important;height:22px!important}.propdet-amenity-name{font-size:15px!important;font-weight:700!important;color:var(--text-main)!important}.p-details-wrapper{max-width:100vw!important;overflow-x:hidden!important}.p-details-wrapper,.p-details-wrapper .container{width:100%!important;box-sizing:border-box!important}.p-details-wrapper .container{max-width:1200px!important;margin:0 auto!important;padding-left:24px!important;padding-right:24px!important}.p-details-body-layout{display:block!important;padding:24px 0!important}.p-details-body-layout,.p-details-body-layout>div,.p-details-hero-grid{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.p-details-hero-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:32px!important}.p-details-stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))!important}.p-details-overview-grid,.p-details-stats-grid{gap:16px!important;width:100%!important;box-sizing:border-box!important}.p-details-overview-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.p-details-overview-value{white-space:normal!important;word-break:break-word!important}.p-details-amenities-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:16px!important;width:100%!important;scrollbar-width:none!important;-ms-overflow-style:none!important;box-sizing:border-box!important;background:linear-gradient(135deg,#f0f7ff,#fff)!important;border:1.5px solid rgba(22,119,255,.12)!important;border-radius:20px!important;padding:24px!important;box-shadow:0 10px 30px rgba(22,119,255,.03)!important;transition:all .3s ease!important}.p-details-amenities-grid:hover{border-color:rgba(22,119,255,.25)!important;box-shadow:0 12px 35px rgba(22,119,255,.06)!important}.p-details-amenities-grid::-webkit-scrollbar{display:none!important}.p-details-amenity-card{flex:0 0 180px!important;min-width:180px!important;min-height:140px!important;box-sizing:border-box!important}.p-details-floorplans-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:20px!important;width:100%!important;scrollbar-width:none!important;-ms-overflow-style:none!important;box-sizing:border-box!important}.p-details-floorplans-grid::-webkit-scrollbar{display:none!important}.p-details-floorplan-card img{width:100%!important;height:100%!important;object-fit:cover!important}.p-details-location-layout{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;grid-gap:32px!important;gap:32px!important}.p-details-enquiry-section,.p-details-location-layout{display:grid!important;width:100%!important;box-sizing:border-box!important}.p-details-enquiry-section{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;max-width:100%!important;grid-gap:0!important;gap:0!important}.p-details-slider-arrow{width:36px!important;height:36px!important;border-radius:50%!important;background:#fff!important;border:1.5px solid #e2e8f0!important;color:#475467!important;font-size:16px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s!important;outline:none!important}.p-details-slider-arrow:hover{border-color:var(--primary)!important;color:var(--primary)!important;background:rgba(22,119,255,.02)!important}.p-details-floorplan-card{flex:0 0 280px!important;min-width:280px!important;height:400px!important;flex-direction:column!important}.p-details-floorplan-card,.p-details-floorplan-img{display:flex!important;box-sizing:border-box!important}.p-details-floorplan-img{height:160px!important;width:100%!important;background:#f8fafc!important;border-bottom:1.5px solid #f1f5f9!important;padding:10px!important;align-items:center!important;justify-content:center!important}.p-details-floorplan-img img{max-height:100%!important;width:auto!important;max-width:100%!important;object-fit:contain!important}.p-details-floorplan-body{padding:16px!important;flex:1 1!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;box-sizing:border-box!important}.filters-sidebar{position:-webkit-sticky!important;position:sticky!important;top:100px!important;max-height:calc(100vh - 140px)!important;overflow-y:auto!important}}@media (max-width:479px){.hero-title{font-size:26px!important}.hero-image-container{height:220px!important}.types-grid-layout{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))!important}}.services-page-wrapper{background:#f8fafc;min-height:100vh}.services-hero{padding:120px 0 64px;background:linear-gradient(180deg,#e6f0ff,#fff)}.services-hero-container{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:48px;gap:48px;align-items:center}.services-hero-content{display:flex;flex-direction:column}.services-breadcrumbs{font-size:13.5px;color:var(--text-muted);font-weight:500;margin-bottom:16px}.services-breadcrumbs span{color:var(--text-light);margin:0 8px}.services-hero-title{font-size:42px;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:16px}.services-hero-desc{color:var(--text-muted);font-size:16px;line-height:1.6;margin-bottom:32px}.services-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-top:16px}.services-stat-card{display:flex;flex-direction:column}.services-stat-val{font-size:20px;font-weight:800;color:#0f172a}.services-stat-lbl{font-size:11px;color:#64748b;font-weight:600;margin-top:4px;text-transform:uppercase}.services-hero-image-wrapper{position:relative;height:340px;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.06)}.services-hero-image-wrapper img{width:100%;height:100%;object-fit:cover}.services-grid-section{padding:80px 0}.services-sec-header{text-align:center;margin-bottom:56px}.services-sec-header h2{font-size:32px;font-weight:800;color:#0f172a}.services-sec-header p{color:var(--text-muted);font-size:15.5px;margin-top:8px;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px}.service-card-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.service-card-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.05)}.service-card-img-box{height:160px;position:relative;width:100%}.service-card-img-box img{width:100%;height:100%;object-fit:cover}.service-card-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.service-card-icon-holder{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.service-card-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:8px}.service-card-desc{color:var(--text-muted);font-size:13.5px;line-height:1.6;margin-bottom:20px;flex-grow:1}.service-card-link{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:var(--primary);text-decoration:none;transition:color .2s}.service-card-link:hover{color:var(--primary-hover)}.buddy-promo-section{padding:80px 0;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.buddy-promo-container{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:64px;gap:64px;align-items:center}.buddy-promo-tag{color:#38bdf8;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.buddy-promo-content h2{font-size:36px;font-weight:800;color:#fff;margin-top:8px;margin-bottom:12px}.buddy-promo-content h3{font-size:19px;color:#38bdf8;font-weight:600;margin-bottom:24px}.buddy-promo-content p{color:#94a3b8;font-size:15.5px;line-height:1.7;margin-bottom:36px}.buddy-promo-btn{background:#38bdf8;color:#0f172a;border:none;padding:14px 28px;border-radius:8px;font-size:14.5px;font-weight:700;cursor:pointer;transition:background-color .2s}.buddy-promo-btn:hover{background:#7dd3fc}.buddy-promo-preview-box{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:24px;gap:24px;align-items:center}.buddy-qr-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);padding:32px 24px;border-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center}.buddy-qr-card h4{font-size:16px;font-weight:800;color:#fff;margin-bottom:20px}.buddy-qr-image-wrapper{background:#fff;padding:12px;border-radius:12px;width:140px;height:140px;display:flex;align-items:center;justify-content:center}.buddy-qr-image-wrapper img{width:100%;height:100%;object-fit:contain}.buddy-qr-code-txt{font-size:12px;color:#94a3b8;font-weight:700;margin-top:14px;letter-spacing:.5px}.buddy-benefits-list{display:flex;flex-direction:column;gap:20px}.buddy-benefit-item h5{font-size:14.5px;font-weight:800;color:#fff;margin-bottom:4px}.buddy-benefit-item p{font-size:12.5px;color:#94a3b8;margin:0}.why-choose-section{padding:80px 0;background:#fff}.why-choose-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px}.why-choose-card{text-align:center;padding:24px 16px;border-radius:16px;background:#f8fafc;border:1px solid rgba(0,0,0,.02);transition:transform .2s ease}.why-choose-card:hover{transform:translateY(-2px)}.why-choose-card .icon{font-size:36px;margin-bottom:16px}.why-choose-card h4{font-size:15.5px;font-weight:800;color:#0f172a;margin-bottom:8px}.why-choose-card p{font-size:12.5px;color:var(--text-muted);line-height:1.6;margin:0}.help-cta-section{padding:56px 0;background:#f1f5f9;border-top:1px solid #e2e8f0}.help-cta-container{display:flex;justify-content:space-between;align-items:center}.help-cta-container h3{font-size:24px;font-weight:800;color:#0f172a;margin:0}.help-cta-container p{color:var(--text-muted);font-size:14.5px;margin:6px 0 0}.help-cta-actions{display:flex;gap:16px}.help-cta-btn-white{background:#fff;color:#0f172a;border:1px solid #cbd5e1;padding:14px 28px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.help-cta-btn-white:hover{background:#f8fafc}.help-cta-btn-primary{background:var(--primary);color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.help-cta-btn-primary:hover{background:var(--primary-hover)}.scanner-overlay-container{position:relative;width:100%;height:320px;border-radius:12px;overflow:hidden;background:#000}.scanner-video{width:100%;height:100%;object-fit:cover;display:block}.scanner-guide-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:3px solid #10b981;box-shadow:0 0 0 9999px rgba(0,0,0,.5);border-radius:16px;pointer-events:none}.scanner-guide-line{position:absolute;left:0;right:0;height:3px;background:#10b981;box-shadow:0 0 10px #10b981;animation:scannerLineMove 2s linear infinite;pointer-events:none}@keyframes scannerLineMove{0%{top:0}50%{top:100%}to{top:0}}@keyframes about-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes about-fade-in{0%{opacity:0}to{opacity:1}}@keyframes about-float-1{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(3deg)}}@keyframes about-float-2{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(-3deg)}}@keyframes about-float-3{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes about-orb-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.15);opacity:.7}}@keyframes about-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes about-scan-line{0%{top:0}50%{top:85%}to{top:0}}@keyframes about-ring-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.about-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.25,.8,.25,1),transform .65s cubic-bezier(.25,.8,.25,1)}.about-reveal--visible{opacity:1;transform:translateY(0)}.about-page{background:var(--bg-pure);overflow-x:hidden}.about-section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--primary);background:var(--primary-light);border:1px solid rgba(22,119,255,.15);border-radius:50px;padding:5px 14px;margin-bottom:16px}.about-section-tag--light{color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.2)}.about-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px;font-weight:700;border-radius:10px;padding:13px 26px;cursor:pointer;text-decoration:none;transition:var(--transition-smooth);border:none;white-space:nowrap}.about-btn--primary{background:var(--primary);color:#fff;box-shadow:0 4px 20px rgba(22,119,255,.3)}.about-btn--primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 28px rgba(22,119,255,.4)}.about-btn--outline{background:transparent;color:var(--text-main);border:2px solid rgba(22,119,255,.2)}.about-btn--outline:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.about-btn--white{background:#fff;color:var(--primary);box-shadow:0 4px 20px rgba(0,0,0,.12)}.about-btn--white:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2)}.about-btn--outline-white{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.4)}.about-btn--outline-white:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.7);transform:translateY(-2px)}.about-btn--sm{font-size:13px;padding:10px 20px}.about-hero{position:relative;padding:140px 0 80px;background:linear-gradient(160deg,#f0f6ff,#ebf5ff 40%,#fff);overflow:hidden}.about-hero-orb{position:absolute;border-radius:50%;pointer-events:none;animation:about-orb-pulse 6s ease-in-out infinite}.about-hero-orb--1{width:600px;height:600px;right:-200px;top:-200px;background:radial-gradient(circle,rgba(22,119,255,.12) 0,transparent 70%);animation-delay:0s}.about-hero-orb--2{width:400px;height:400px;left:-100px;bottom:-100px;background:radial-gradient(circle,rgba(22,119,255,.07) 0,transparent 70%);animation-delay:2s}.about-hero-orb--3{width:200px;height:200px;left:50%;top:20%;background:radial-gradient(circle,rgba(139,92,246,.06) 0,transparent 70%);animation-delay:4s}.about-hero-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:2}.about-hero-content{animation:about-fade-up .8s cubic-bezier(.25,.8,.25,1) both}.about-hero-heading{font-size:clamp(36px,5vw,58px);font-weight:800;line-height:1.1;color:var(--text-main);margin-bottom:16px;letter-spacing:-.03em}.about-hero-heading--accent{color:var(--primary);background:linear-gradient(135deg,#1677ff,#0050b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-tagline{font-size:20px;font-weight:600;color:var(--text-main);line-height:1.4;margin-bottom:16px}.about-hero-desc{font-size:15px;color:var(--text-muted);line-height:1.7;max-width:440px;margin-bottom:32px}.about-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.about-hero-visual{position:relative;width:100%;aspect-ratio:1/.85;animation:about-fade-up .8s cubic-bezier(.25,.8,.25,1) .2s both}.about-hero-ring{position:absolute;width:85%;height:85%;top:50%;left:50%;border-radius:50%;border:1.5px dashed rgba(22,119,255,.25);animation:about-ring-spin 30s linear infinite;pointer-events:none}.about-hero-img-wrap{position:relative;width:90%;height:90%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 32px 80px rgba(22,119,255,.15),0 8px 24px rgba(0,0,0,.08);margin:auto}.about-hero-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.about-hero-img-wrap:hover .about-hero-img{transform:scale(1.04)}.about-hero-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(15,23,42,.4))}.about-float-chip{position:absolute;width:52px;height:52px;border-radius:50%;background:hsla(0,0%,100%,.95);box-shadow:0 8px 24px rgba(22,119,255,.2);display:flex;align-items:center;justify-content:center;font-size:22px;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.8)}.about-float-chip--tl{top:5%;left:0;animation:about-float-1 4s ease-in-out infinite}.about-float-chip--tr{top:10%;right:5%;animation:about-float-2 5s ease-in-out infinite;animation-delay:.8s}.about-float-chip--bl{bottom:20%;left:2%;animation:about-float-3 6s ease-in-out infinite;animation-delay:1.5s}.about-float-chip--br{bottom:5%;right:8%;animation:about-float-1 4.5s ease-in-out infinite;animation-delay:2s}.about-hero-badge{position:absolute;bottom:8%;left:5%;display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.97);border-radius:50px;padding:8px 16px;font-size:12px;font-weight:700;color:var(--text-main);box-shadow:0 8px 24px rgba(22,119,255,.15);border:1px solid rgba(22,119,255,.1);z-index:5}.about-stats-section{padding:48px 0;background:#fff;border-top:1px solid rgba(22,119,255,.06);border-bottom:1px solid rgba(22,119,255,.06)}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px;background:rgba(22,119,255,.06);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(22,119,255,.08)}.about-stat-card{background:#fff;padding:32px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;transition:var(--transition-smooth)}.about-stat-card:hover{background:var(--primary-light);transform:translateY(-2px)}.about-stat-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--transition-smooth)}.about-stat-card:hover .about-stat-icon{transform:scale(1.1)}.about-stat-number{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:34px;font-weight:800;color:var(--text-main);letter-spacing:-.04em;line-height:1}.about-stat-label{font-size:13px;color:var(--text-muted);font-weight:500}.about-story-section{padding:96px 0;background:linear-gradient(180deg,#fff,#f8faff)}.about-story-container{display:grid;grid-template-columns:1fr 2fr;grid-gap:64px;gap:64px;align-items:start}.about-story-heading{font-size:clamp(26px,3.5vw,38px);font-weight:800;color:var(--text-main);margin-bottom:20px;line-height:1.2}.about-story-desc{font-size:15px;color:var(--text-muted);line-height:1.75;margin-bottom:28px}.about-story-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.about-story-card{background:#fff;border:1px solid rgba(22,119,255,.08);border-radius:var(--radius-lg);padding:24px;position:relative;overflow:hidden;cursor:default;transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s cubic-bezier(.25,.8,.25,1),border-color .35s}.about-story-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(22,119,255,.1);border-color:rgba(22,119,255,.2)}.about-story-card-img-wrap{width:100%;height:130px;border-radius:var(--radius-sm);overflow:hidden;margin-bottom:16px}.about-story-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-story-card:hover .about-story-card-img{transform:scale(1.07)}.about-story-card-icon{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:var(--transition-smooth)}.about-story-card:hover .about-story-card-icon{transform:scale(1.1)}.about-story-card-title{font-size:16px;font-weight:700;color:var(--text-main);margin-bottom:6px}.about-story-card-desc{font-size:13px;color:var(--text-muted);line-height:1.6}.about-story-card-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:var(--primary);margin-top:12px;text-decoration:none;transition:gap .2s}.about-story-card-link:hover{gap:8px}.about-story-badge{position:absolute;top:12px;right:12px;background:var(--primary);color:#fff;font-size:10px;font-weight:800;letter-spacing:1px;padding:3px 10px;border-radius:50px}.about-values-section{padding:96px 0;background:#fff}.about-values-heading-wrap{text-align:center;margin-bottom:56px}.about-values-heading{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--text-main);margin-bottom:12px}.about-values-subheading{font-size:16px;color:var(--text-muted)}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.about-value-card{background:hsla(0,0%,100%,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(22,119,255,.08);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;cursor:default;transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s cubic-bezier(.25,.8,.25,1),border-color .35s}.about-value-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px var(--value-glow,rgba(22,119,255,.1));border-color:var(--value-color,var(--primary))}.about-value-icon{width:60px;height:60px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;transition:var(--transition-smooth)}.about-value-card:hover .about-value-icon{transform:scale(1.12)}.about-value-title{font-size:17px;font-weight:700;color:var(--text-main);margin-bottom:10px}.about-value-desc{font-size:13.5px;color:var(--text-muted);line-height:1.65}.about-buddy-section{padding:80px 0;background:linear-gradient(160deg,#0a1628,#0f2044 50%,#0d1b3e);position:relative;overflow:hidden}.about-buddy-glow{position:absolute;border-radius:50%;pointer-events:none;animation:about-orb-pulse 8s ease-in-out infinite}.about-buddy-glow--1{width:500px;height:500px;top:-150px;left:-150px;background:radial-gradient(circle,rgba(22,119,255,.2) 0,transparent 70%)}.about-buddy-glow--2{width:400px;height:400px;bottom:-100px;right:-100px;background:radial-gradient(circle,rgba(139,92,246,.15) 0,transparent 70%);animation-delay:3s}.about-buddy-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:2}.about-buddy-heading{font-size:clamp(28px,3.5vw,42px);font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}.about-buddy-desc{font-size:15px;color:hsla(0,0%,100%,.7);line-height:1.7;margin-bottom:32px}.about-buddy-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:36px}.about-buddy-feature{display:flex;align-items:flex-start;gap:12px}.about-buddy-feature-icon{width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-buddy-feature-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:2px}.about-buddy-feature-desc{font-size:12px;color:hsla(0,0%,100%,.5);line-height:1.5}.about-buddy-visual{position:relative;display:flex;justify-content:center;align-items:center}.about-buddy-car-img-wrap{position:absolute;inset:0;border-radius:var(--radius-xl);overflow:hidden;z-index:0}.about-buddy-car-img{width:100%;height:100%;object-fit:cover;opacity:.25;transition:opacity .4s}.about-buddy-visual:hover .about-buddy-car-img{opacity:.35}.about-buddy-car-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,22,40,.8),rgba(15,32,68,.6))}.about-buddy-mockup{position:relative;z-index:2;padding:24px 0}.about-buddy-mockup-inner{background:hsla(0,0%,100%,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.15);border-radius:var(--radius-xl);padding:28px;box-shadow:0 24px 64px rgba(0,0,0,.3);min-width:240px;text-align:center}.about-buddy-mockup-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;text-align:left}.about-buddy-mockup-logo{width:36px;height:36px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;align-items:center;justify-content:center}.about-buddy-mockup-title{font-size:14px;font-weight:800;color:#fff}.about-buddy-mockup-subtitle{font-size:11px;color:hsla(0,0%,100%,.5)}.about-buddy-qr-wrap{position:relative;width:120px;height:120px;margin:0 auto 16px;background:#fff;border-radius:10px;padding:10px;overflow:hidden}.about-buddy-qr{width:100%;height:100%;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.about-buddy-qr-cell{border-radius:1px}.about-buddy-scan-line{position:absolute;left:0;right:0;height:2px;background:rgba(22,119,255,.8);box-shadow:0 0 8px rgba(22,119,255,.9);animation:about-scan-line 2.5s ease-in-out infinite;pointer-events:none}.about-buddy-plate{font-size:13px;font-weight:800;color:#fff;letter-spacing:1px;margin-bottom:4px}.about-buddy-scan-label{font-size:11px;color:hsla(0,0%,100%,.5)}.about-team-section{padding:96px 0;background:linear-gradient(180deg,#f8faff,#fff)}.about-team-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:24px}.about-team-heading{font-size:clamp(28px,3.5vw,42px);font-weight:800;color:var(--text-main);margin-bottom:12px;line-height:1.2}.about-team-desc{font-size:14.5px;color:var(--text-muted);max-width:400px;line-height:1.7;margin-bottom:24px}.about-team-arrows{display:flex;gap:8px;flex-shrink:0}.about-team-arrow{width:40px;height:40px;border-radius:50%;background:#fff;border:1.5px solid rgba(22,119,255,.15);color:var(--text-muted);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);line-height:1}.about-team-arrow:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:scale(1.05)}.about-team-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;padding-bottom:8px}.about-team-cards::-webkit-scrollbar{display:none}.about-team-card{background:#fff;border:1px solid rgba(22,119,255,.08);border-radius:var(--radius-lg);overflow:hidden;transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s cubic-bezier(.25,.8,.25,1);scroll-snap-align:start;flex-shrink:0;cursor:default}.about-team-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(22,119,255,.12)}.about-team-img-wrap{position:relative;width:100%;height:200px;overflow:hidden}.about-team-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-team-card:hover .about-team-img{transform:scale(1.06)}.about-team-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(10,22,40,.5))}.about-team-info{padding:16px 18px 18px;display:flex;align-items:center;justify-content:space-between}.about-team-name{font-size:15px;font-weight:700;color:var(--text-main)}.about-team-role{font-size:12px;color:var(--text-muted);margin-top:2px}.about-team-linkedin{width:32px;height:32px;border-radius:8px;background:#e6f7ff;color:var(--primary);display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);flex-shrink:0}.about-team-linkedin:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.about-cta-section{padding:0 0 80px;background:var(--bg-pure)}.about-cta-inner{background:linear-gradient(135deg,#0f2044,#1d4ed8 50%,#1677ff);background-size:200% 200%;animation:about-gradient-shift 8s ease infinite;position:relative;overflow:hidden;border-radius:var(--radius-xxl);margin:0 24px}.about-cta-orb{position:absolute;border-radius:50%;pointer-events:none}.about-cta-orb--1{width:350px;height:350px;top:-150px;left:-100px;background:radial-gradient(circle,hsla(0,0%,100%,.08) 0,transparent 70%)}.about-cta-orb--2{width:250px;height:250px;bottom:-80px;left:40%;background:radial-gradient(circle,hsla(0,0%,100%,.06) 0,transparent 70%)}.about-cta-container{display:flex;justify-content:space-between;gap:40px}.about-cta-heading{font-size:clamp(24px,3vw,36px);font-weight:800;color:#fff;margin-bottom:8px}.about-cta-desc{font-size:15px;color:hsla(0,0%,100%,.7);margin-bottom:28px}.about-cta-actions{display:flex;gap:14px;flex-wrap:wrap}.about-cta-skyline-wrap{flex-shrink:0;width:340px;opacity:.9}.about-cta-skyline{width:100%;display:block}@media (max-width:1024px){.about-hero-container{grid-template-columns:1fr;gap:48px;text-align:center}.about-hero-actions{justify-content:center}.about-hero-desc{margin-left:auto;margin-right:auto}.about-hero-visual{max-width:480px;margin:0 auto}.about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-story-container{grid-template-columns:1fr;gap:40px}.about-story-left{text-align:center}.about-story-left .about-btn{margin:0 auto}.about-values-grid{grid-template-columns:repeat(2,1fr)}.about-buddy-container{grid-template-columns:1fr;gap:40px}.about-buddy-content{text-align:center}.about-buddy-features{justify-content:center}.about-buddy-content .about-section-tag{margin-left:auto;margin-right:auto}.about-team-cards{grid-template-columns:repeat(2,1fr)}.about-team-header{flex-direction:column;align-items:flex-start}.about-cta-skyline-wrap{display:none}.about-cta-container{padding:48px 32px}}@media (max-width:767px){.about-hero{padding:100px 0 60px}.about-hero-heading{font-size:32px}.about-hero-tagline{font-size:17px}.about-hero-actions{flex-direction:column;align-items:center}.about-btn{width:100%;max-width:320px;justify-content:center}.about-float-chip{width:42px;height:42px;font-size:18px}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:1px}.about-stat-number{font-size:26px}.about-story-section{padding:64px 0}.about-story-cards{grid-template-columns:1fr}.about-values-section{padding:64px 0}.about-values-grid{grid-template-columns:repeat(2,1fr);gap:14px}.about-value-card{padding:24px 16px}.about-buddy-section{padding:64px 0}.about-buddy-features{grid-template-columns:1fr}.about-buddy-mockup-inner{min-width:unset;width:100%;max-width:280px}.about-team-section{padding:64px 0}.about-team-cards{grid-template-columns:repeat(2,minmax(200px,1fr));overflow-x:auto}.about-cta-inner{margin:0 16px;border-radius:var(--radius-xl)}.about-cta-container{padding:40px 24px;flex-direction:column;text-align:center}.about-cta-actions{justify-content:center;flex-direction:column;align-items:center}}@media (prefers-reduced-motion:reduce){.about-buddy-glow,.about-buddy-scan-line,.about-cta-inner,.about-float-chip,.about-hero-content,.about-hero-orb,.about-hero-ring,.about-hero-visual,.about-reveal{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}.about-reveal{opacity:1;transform:translateY(0)}}.about-cta-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;padding:60px 48px;position:relative;z-index:2}.about-cta-info-list{display:flex;flex-direction:column;gap:12px;margin:24px 0 28px}.about-cta-info-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:hsla(0,0%,100%,.8);font-weight:500}.about-cta-info-icon{width:32px;height:32px;background:hsla(0,0%,100%,.12);border-radius:8px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.9);flex-shrink:0}.about-cta-form-wrap{background:hsla(0,0%,100%,.07);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.15);border-radius:var(--radius-xl);padding:32px;box-shadow:0 24px 64px rgba(0,0,0,.2)}.about-cta-form-title{font-size:20px;font-weight:800;color:#fff;margin-bottom:4px}.about-cta-form-sub{font-size:13px;color:hsla(0,0%,100%,.55);margin-bottom:24px}.about-cta-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.about-cta-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.about-cta-label{font-size:12px;font-weight:700;color:hsla(0,0%,100%,.7);letter-spacing:.3px}.about-cta-input-wrap{position:relative;display:flex;align-items:center}.about-cta-input-icon{position:absolute;left:12px;color:hsla(0,0%,100%,.4);display:flex;align-items:center;pointer-events:none}.about-cta-input{width:100%;padding:11px 14px 11px 36px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;color:#fff;font-size:13.5px;font-family:var(--font-inter),"Inter",sans-serif;outline:none;transition:border-color .2s,background .2s}.about-cta-input::placeholder{color:hsla(0,0%,100%,.3)}.about-cta-input:focus{border-color:rgba(22,119,255,.7);background:rgba(22,119,255,.08);box-shadow:0 0 0 3px rgba(22,119,255,.15)}.about-cta-textarea{width:100%;padding:11px 14px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;color:#fff;font-size:13.5px;font-family:var(--font-inter),"Inter",sans-serif;outline:none;resize:vertical;min-height:96px;transition:border-color .2s,background .2s}.about-cta-textarea::placeholder{color:hsla(0,0%,100%,.3)}.about-cta-textarea:focus{border-color:rgba(22,119,255,.7);background:rgba(22,119,255,.08);box-shadow:0 0 0 3px rgba(22,119,255,.15)}.about-cta-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 24px;background:#fff;color:#1677ff;border:none;border-radius:10px;font-size:14px;font-weight:800;font-family:var(--font-poppins),"Poppins",sans-serif;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 4px 20px rgba(0,0,0,.2);margin-top:6px}.about-cta-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.3);background:#ebf5ff}.about-cta-submit:disabled{opacity:.75;cursor:not-allowed}@keyframes about-cta-spin{to{transform:rotate(1turn)}}.about-cta-spinner{width:16px;height:16px;border:2.5px solid rgba(22,119,255,.25);border-top-color:#1677ff;border-radius:50%;display:inline-block;animation:about-cta-spin .7s linear infinite}.about-cta-success{text-align:center;padding:24px 8px}.about-cta-success-icon{width:72px;height:72px;background:rgba(16,185,129,.15);border:2px solid rgba(16,185,129,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.about-cta-success-title{font-size:22px;font-weight:800;color:#fff;margin-bottom:10px}.about-cta-success-desc{font-size:14px;color:hsla(0,0%,100%,.65);line-height:1.65;margin-bottom:20px}@media (max-width:1024px){.about-cta-container{grid-template-columns:1fr;padding:48px 32px;gap:36px}}@media (max-width:767px){.about-cta-container{padding:36px 20px;gap:28px}.about-cta-form-wrap{padding:24px 18px}.about-cta-form-row{grid-template-columns:1fr}}