@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";:root{--brand-light: #e8f4ff;--brand-medium: #0052cc;--brand-red: #0052cc;--brand-dark: #003d99;--accent-light: #ffe8d6;--accent-medium: #ff7722;--brand-orange: #ff7722;--accent-dark: #d94400;--muted: #f5f5f5;--text-primary: #1a1a1a;--text-secondary: #666666;--border-light: #e8e8e8;--gradient-primary: linear-gradient(135deg, #ff7722 0%, #d94400 100%);--gradient-accent: linear-gradient(135deg, #ff7722 0%, #d94400 100%);--gradient-accent-light: linear-gradient(135deg, #ffe8d6 0%, #fff5f0 100%)}*{box-sizing:border-box}.container{margin:0 auto;padding:0 16px;width:100%}img{max-width:100%;height:auto;display:block}html,body,#root{height:100%}body{margin:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6f8fc;color:#10254d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;overflow-y:auto}#root{overflow-x:clip}.app-shell{display:flex;flex-direction:column;min-height:100vh;overflow-x:clip}.content{flex:1;padding:0 24px;max-width:1520px;margin:0 auto;width:100%}.page-back-nav{display:flex;align-items:center;gap:8px;margin:16px 0 8px}.page-back-btn,.page-home-btn{height:34px!important;border-radius:999px!important;border:1px solid rgba(0,82,204,.14)!important;color:#0f172a!important;background:#fffffff2!important;font-weight:600!important}.page-back-btn:hover,.page-home-btn:hover{border-color:#0052cc66!important;color:#0052cc!important}.site-header{background:#fffffff0;border-bottom:1px solid rgba(20,88,255,.08);position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 18px #141e320d;transition:all .3s ease}.site-header.scrolled{background:#fffffffa;box-shadow:0 12px 28px #0f1e501a}.header-container{margin:0 auto;max-width:1520px;height:80px;padding:0 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;position:relative}.header-left{display:flex;align-items:center;gap:32px;justify-self:start}.header-hamburger{display:none!important}.header-logo-container{display:flex;align-items:center;gap:8px;text-decoration:none;transition:transform .2s ease}.header-logo-container:hover{transform:scale(1.02)}.header-logo-img{height:35px;width:auto}.header-logo-text{font-size:20px;font-weight:800;color:var(--brand-dark);background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text}.header-right{display:flex;align-items:center;gap:14px;margin-left:0;justify-content:flex-end;justify-self:end}.header-actions-divider{width:1px;height:24px;background:#e3e9f6;flex-shrink:0}.profile-menu-trigger{width:auto;height:auto;min-width:auto;padding:0!important;border-radius:0!important;border:0!important;background:transparent!important;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible;box-shadow:none!important;transition:transform .2s ease,box-shadow .2s ease}.profile-menu-trigger[data-authenticated=true]{width:auto;min-width:auto;padding:0!important}.profile-menu-trigger-content{display:inline-flex;align-items:center;gap:7px}.profile-menu-trigger-caret{font-size:10px;color:#0f172a}.profile-menu-trigger-label{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a;font-size:13px;font-weight:700}.profile-menu-trigger[data-authenticated=true] .profile-menu-trigger-label{display:none}.profile-menu-trigger:hover{transform:translateY(-1px);box-shadow:none!important}.profile-menu-overlay{padding-top:10px}.profile-menu-overlay:before{content:"";position:absolute;top:4px;right:20px;width:14px;height:14px;background:#fff;border-top:1px solid #edf1f6;border-left:1px solid #edf1f6;transform:rotate(45deg);z-index:0}.profile-menu-overlay .ant-dropdown-menu{position:relative;z-index:1;min-width:210px;padding:8px;border-radius:12px;border:1px solid #edf1f6;box-shadow:0 18px 40px #0f172a1f}.profile-menu-overlay .ant-dropdown-menu-item{margin:0;border-radius:10px;padding:9px 10px;min-height:38px}.profile-menu-overlay .ant-dropdown-menu-item .ant-dropdown-menu-title-content{font-size:14px;font-weight:500;color:#0f172a}.profile-menu-overlay .ant-dropdown-menu-item .anticon{font-size:14px;color:#111827}.profile-menu-overlay .ant-dropdown-menu-item-danger .ant-dropdown-menu-title-content,.profile-menu-overlay .ant-dropdown-menu-item-danger .anticon{color:#ff3b30!important}.profile-menu-overlay .ant-dropdown-menu-item-divider{margin:6px 4px;background:#edf1f6}.profile-menu-overlay .ant-dropdown-menu-item:hover{background:#f8fafc}.profile-menu-overlay .ant-dropdown-menu-item-danger:hover,.profile-menu-overlay .ant-dropdown-menu-item-danger.ant-dropdown-menu-item-active{background:#f8fafc!important}.profile-menu-trigger.accent-orange:hover{box-shadow:0 0 0 2px var(--accent-medium),0 0 0 4px var(--accent-medium)}.header-icon-trigger{width:38px;height:38px;min-width:38px;padding:0!important;border-radius:10px!important;border:0!important;background:transparent!important;color:#1f2937!important;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.header-icon-trigger:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0052cc1f;background:#0052cc0f!important}.header-icon-badge .ant-badge-count{background:#ff3b30!important;color:#fff!important;border:0!important;border-radius:999px!important;min-width:18px;height:18px;line-height:18px;font-size:11px;font-weight:700;padding:0 5px;box-shadow:none!important}.header-nav{display:flex;align-items:center;gap:38px}.header-nav--center{justify-self:center}.header-nav a,.header-nav-link{color:#4a5874;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:0;transition:all .25s ease;border-bottom:1.5px solid transparent;border-radius:0;padding:6px 0 8px;position:relative}.header-nav a:hover,.header-nav a.active,.header-nav-link:hover,.header-nav-link.active{color:#ff6a00;border-bottom-color:#ff6a00;background:transparent;transform:none}.header-post-btn{height:40px!important;border-radius:10px!important;border:0!important;padding:0 20px!important;font-size:13px!important;font-weight:700!important;color:#fff!important;background:linear-gradient(180deg,#ff8f43,#ff6a00)!important;box-shadow:0 8px 20px #ff6a0033!important;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.header-post-btn:hover,.header-post-btn:focus-visible{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 12px 24px #ff6a003d!important}.header-nav a.accent-alt:hover{color:var(--accent-medium);border-bottom-color:var(--accent-medium)}.hero-section-new textarea,.hero-replica-shell textarea,.hero-impact-shell textarea,.hero-section-new select,.hero-replica-shell select,.hero-impact-shell select,.hero-section-new .ant-btn,.hero-replica-shell .ant-btn,.hero-impact-shell .ant-btn,.hero-section-new .ant-input,.hero-replica-shell .ant-input,.hero-impact-shell .ant-input,.hero-section-new .ant-select,.hero-replica-shell .ant-select,.hero-impact-shell .ant-select,.hero-section-new .ant-select-selector,.hero-replica-shell .ant-select-selector,.hero-impact-shell .ant-select-selector,.hero-section-new .ant-select-selection-item,.hero-replica-shell .ant-select-selection-item,.hero-impact-shell .ant-select-selection-item,.hero-section-new .ant-select-selection-placeholder,.hero-replica-shell .ant-select-selection-placeholder,.hero-impact-shell .ant-select-selection-placeholder{font-family:inherit!important}.hero-section-new{position:relative;overflow:hidden;min-height:580px;display:flex;align-items:center;padding:0;margin:0;width:100dvw;background:linear-gradient(90deg,#f8f9fa,#f8f9fa 35%,#f0f2f5)}@media (max-width: 768px){.hero-section-new{min-height:640px}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f8f9fa,#f8f9faf2 50%,#f8f9fa00 60%,#f8f9fa00,#f8f9fa00 90%),url(/herobg.png?w=2200&q=90&auto=format&fit=crop);background-size:120% auto;background-position:40% center;background-repeat:no-repeat;background-attachment:fixed;filter:brightness(.98) saturate(1.05)}.hero-content-new{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;padding:50px 24px 40px}.hero-city-pill{display:inline-block;height:28px;border-radius:6px;padding:0 12px;background:linear-gradient(135deg,#0052cc14,#0052cc0a);color:#0052cc;font-size:11px;font-weight:800;letter-spacing:.5px;line-height:28px;margin-bottom:12px;border:1px solid rgba(0,82,204,.12)}.hero-heading-replica{font-size:clamp(32px,6vw,56px);font-weight:800;line-height:1.15;color:#0a1428;margin-bottom:16px;letter-spacing:-.3px}.hero-heading-replica span{color:#0052cc;font-weight:800}.hero-description-replica{color:#495057;font-size:15px;line-height:1.6;margin-bottom:24px;max-width:580px;font-weight:400}.hero-search-shell{max-width:1000px}.hero-mode-tabs-replica{display:flex;gap:4px;align-items:center;margin-bottom:12px}.hero-mode-tab{height:42px!important;border-radius:8px!important;padding:0 18px!important;color:#495057!important;font-weight:500!important;font-size:14px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;background:transparent!important;border:1px solid transparent!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;cursor:pointer}.hero-mode-tab:hover{background:#0052cc0f!important;color:#0052cc!important}.hero-mode-tab.active{background:#0052cc!important;color:#fff!important;font-weight:700!important;border-color:#0052cc!important;box-shadow:0 4px 12px #0052cc26!important}.hero-search-row-replica{width:-moz-max-content;width:max-content;background:#fff;border-radius:12px;min-height:80px;box-shadow:0 8px 24px #00000014;display:flex;align-items:stretch;gap:0;overflow:hidden;transition:all .3s ease;padding-right:15px}@media (max-width: 768px){.hero-search-row-replica{flex-direction:column;min-height:auto}}.hero-field-block{display:flex;align-items:center;gap:12px;padding:14px 18px;min-height:80px;border-right:1px solid #e8eef5;flex:1;min-width:160px;position:relative;transition:all .2s ease}.hero-field-block:hover{background:#0052cc05}.hero-field-property-type{min-width:210px}.hero-field-location{min-width:230px}.hero-field-budget{min-width:190px}.hero-field-block:last-child{border-right:none}@media (max-width: 1024px){.hero-field-block{flex:1 1 calc(50% - 8px);min-width:160px}}@media (max-width: 768px){.hero-field-block{flex:1 1 100%;min-width:100%;min-height:70px;padding:12px 16px;border-right:none;border-bottom:1px solid #e8eef5}.hero-field-block:last-child{border-bottom:none}}.hero-field-icon,.hero-rupee{color:#0052cc;font-size:18px;flex-shrink:0;font-weight:600}.hero-field-content{display:flex;flex-direction:column;width:100%;min-width:0}.hero-inline-input,.hero-inline-select{padding:0!important;margin:0!important;width:100%}.hero-inline-input .ant-input,.hero-inline-select .ant-select-selector,.hero-inline-select .ant-select-selection-placeholder,.hero-inline-select .ant-select-selection-item{font-size:15px!important;color:#212529!important;padding:0!important;height:auto!important;line-height:1.4!important;background:transparent!important;border:none!important;font-weight:500!important}.hero-inline-select .ant-select-arrow{color:#0052cc!important;font-size:12px!important}.hero-field-property-type .hero-inline-select .ant-select-selection-item{text-overflow:clip!important}.hero-field-budget .hero-inline-input .ant-input{text-overflow:clip!important;white-space:nowrap}.hero-inline-select .ant-select-selector:focus,.hero-inline-input .ant-input:focus{box-shadow:none!important}.ant-select-dropdown{border-radius:8px!important;box-shadow:0 4px 16px #0052cc26!important}.ant-select-item{font-size:14px!important;padding:8px 12px!important}.ant-select-item-option-selected{background:#0052cc14!important;color:#0052cc!important}.hero-inline-input .ant-input::-moz-placeholder{color:#495057;opacity:.7}.hero-inline-input .ant-input::placeholder{color:#495057;opacity:.7}.hero-field-label{font-size:11px;color:#6c757d;line-height:1.3;font-weight:600;text-transform:uppercase;letter-spacing:.3px;margin-bottom:2px}.hero-field-subtext{color:#adb5bd;font-size:11px;line-height:1.3;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400}.hero-search-btn-replica{height:50px!important;margin:0!important;padding:0 28px!important;border-radius:12px!important;font-size:15px!important;font-weight:700!important;background:#0052cc!important;border-color:#0052cc!important;border:none!important;box-shadow:none!important;flex-shrink:0;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;display:flex;align-items:center;align-self:center;gap:8px;white-space:nowrap;min-width:130px}.hero-search-btn-replica:hover{background:#0047b2!important;transform:translateY(-2px);box-shadow:0 6px 20px #0052cc40!important}.hero-search-btn-replica:active{transform:translateY(0)}@media (max-width: 768px){.hero-search-btn-replica{height:48px!important;border-radius:0 0 12px 12px!important;padding:0 24px!important;margin-top:8px!important}}.hero-popular-row{margin-top:18px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hero-popular-title{color:#10254d;font-size:13px;font-weight:600;text-transform:capitalize}.hero-pop-chip{height:36px!important;border-radius:999px!important;border:1.5px solid #dee2e6!important;background:#fff!important;color:#495057!important;font-size:13px!important;font-weight:500!important;display:inline-flex!important;align-items:center!important;gap:6px!important;padding:0 14px!important;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important}.hero-pop-chip:hover{background:#f0f2f5!important;border-color:#0052cc!important;color:#0052cc!important;transform:translateY(-2px)}.hero-replica-shell{position:relative;overflow:hidden;background:#f6f8fc}.hero-replica-grid{display:grid;grid-template-columns:minmax(0,.4fr) minmax(0,.7fr);align-items:stretch;min-height:790px;gap:24px;margin:0 auto}.hero-replica-left{padding:0}.hero-city-pill-replica{height:36px;padding:0 18px;margin-bottom:28px;background:#edf3ff;color:#165cff;border-color:#1560ff24;letter-spacing:.04em;border-radius:10px}.hero-heading-tight{margin-top:0;margin-bottom:18px;font-size:clamp(48px,4.2vw,64px);line-height:1.08;max-width:520px;font-weight:800}.hero-description-tight{margin-bottom:34px;font-size:20px;color:#54617c;max-width:500px;line-height:1.35}.hero-search-card-replica{width:100%;max-width:500px}.hero-search-row-top{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.hero-mode-pill{display:inline-flex;align-items:center;gap:8px;height:42px;border:0;border-radius:12px;padding:0 16px;background:transparent;color:#5b6475;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease,color .2s ease}.hero-mode-pill:hover{transform:translateY(-1px);background:#1560ff0d;color:#165cff}.hero-mode-pill.active{background:#165cff;color:#fff;box-shadow:0 12px 24px #1560ff38}.hero-search-fields-grid{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #0f235014;border:1px solid #e8edf7}.hero-search-field{display:flex;align-items:center;gap:12px;padding:0 18px;min-width:0;border-bottom:1px solid rgba(20,30,48,.08);min-height:78px}.hero-search-field:nth-child(1),.hero-search-field:nth-child(2),.hero-search-submit{grid-column:1 / -1}.hero-search-field:nth-child(3){border-right:1px solid rgba(20,30,48,.08)}.hero-search-field:nth-child(4){border-right:0}.hero-search-icon,.hero-search-rupee{color:#165cff;font-size:18px;flex-shrink:0;font-weight:700}.hero-search-field-copy{min-width:0;display:flex;flex-direction:column}.hero-inline-control .ant-select-selector,.hero-inline-control .ant-select-selection-item,.hero-inline-control .ant-select-selection-placeholder,.hero-inline-control .ant-input{padding-left:0!important;font-weight:700!important;font-size:20px!important;color:#10254d!important;background:transparent!important;border:0!important;box-shadow:none!important}.hero-search-field-location,.hero-search-field-type,.hero-search-field-purpose,.hero-search-field-budget{font-size:22px}.hero-search-submit{border:0!important;background:linear-gradient(180deg,#ff7e1c,#ff6a00)!important;border-radius:0 0 20px 20px!important;font-size:14px!important;font-weight:800!important;min-width:0;min-height:54px;padding:0 24px!important}.hero-search-submit:hover{color:#fff!important;background:linear-gradient(180deg,#ff8a33,#ff6a00)!important}.hero-popular-row-replica{margin-top:24px;gap:12px;display:flex;align-items:center;flex-wrap:wrap;width:100%;max-width:560px}.hero-featured-carousel{display:flex;flex-direction:column;gap:16px;height:100%}.featured-property-container{position:relative;display:flex;flex-direction:column;height:100%;border-radius:16px;overflow:hidden}.featured-image-wrapper{position:relative;width:100%;height:380px;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000026}.featured-property-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.featured-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ff7722f2,#ff7722d9);color:#fff;font-size:11px;font-weight:800;padding:8px 14px;border-radius:6px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;letter-spacing:.3px;display:flex;align-items:center;gap:4px;box-shadow:0 4px 12px #ff77224d}.featured-overlay-details{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,#fff0,#fffffffa 20%,#fff 60%);padding:40px 20px 20px;display:flex;flex-direction:column;gap:12px;z-index:5}.overlay-header{display:flex;flex-direction:column;gap:4px}.featured-property-title{font-size:18px;font-weight:700;color:#0a1428;line-height:1.3}.featured-property-location{display:flex;align-items:center;gap:6px;color:#495057;font-size:13px;font-weight:500}.featured-property-location svg{color:#f72;flex-shrink:0;font-size:14px}.price-section{display:flex;align-items:baseline;gap:6px}.price-label{font-size:22px;font-weight:800;color:#0052cc}.price-note{font-size:11px;color:#6c757d;font-weight:500}.specs-grid-overlay{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}.spec-item-overlay{display:flex;flex-direction:column;gap:3px;padding:10px 12px;background:#fffffff2;border-radius:8px;border:1px solid rgba(0,82,204,.1);box-shadow:0 2px 8px #00000014}.spec-item-overlay .spec-label{font-size:10px;font-weight:700;color:#6c757d;text-transform:uppercase;letter-spacing:.4px}.spec-item-overlay .spec-value{font-size:13px;font-weight:700;color:#212529;line-height:1.3}.featured-view-btn{height:44px!important;border-radius:8px!important;font-size:14px!important;font-weight:700!important;background:#f72!important;border-color:#f72!important;border:none!important;box-shadow:0 4px 12px #f723!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;display:inline-flex!important;align-items:center!important;gap:6px!important;width:100%;justify-content:center;color:#fff!important}.featured-view-btn:hover{background:#d94400!important;transform:translateY(-2px);box-shadow:0 6px 20px #ff77224d!important}@media (max-width: 1024px){.featured-image-wrapper{height:340px}.featured-property-title{font-size:16px}.price-label{font-size:20px}}@media (max-width: 768px){.featured-image-wrapper{height:280px}.featured-property-title{font-size:14px}.price-label{font-size:18px}.specs-grid-overlay{gap:8px}.spec-item-overlay{padding:8px 10px}.featured-overlay-details{padding:30px 16px 16px}}.stats-section{background:linear-gradient(135deg,#f8f9fa,#f0f2f5);padding:60px 24px;margin:0 calc(-50vw + 50%);width:100dvw}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.stat-card{display:flex;align-items:center;gap:20px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,119,34,.1)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #ff77221f;border-color:#f723}.stat-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.stat-content{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:28px;font-weight:800;color:#0052cc;line-height:1.2}.stat-label{font-size:13px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.3px;line-height:1.4}@media (max-width: 1024px){.stats-container{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 640px){.stats-section{padding:40px 16px}.stats-container{grid-template-columns:1fr;gap:16px}.stat-card{padding:16px;gap:16px}.stat-value{font-size:24px}.stat-label{font-size:12px}}@media (max-width: 1024px){.hero-search-row-replica{grid-template-columns:1fr 1fr;border-radius:14px;padding:8px;gap:8px}.hero-field-block{border-right:none;border:1px solid #eaedf4;border-radius:12px;min-height:72px}.hero-search-btn-replica{width:100%;margin:0}}@media (max-width: 768px){.hero-content-new{padding:32px 16px 24px}.hero-mode-tabs-replica{flex-wrap:wrap;gap:8px;margin-bottom:12px}.hero-mode-tab{border-radius:10px!important}.hero-search-row-replica{grid-template-columns:1fr}.hero-popular-row{gap:8px}}@media (max-width: 960px){.hero-featured-carousel{margin-top:32px}}.hero-topbar{display:flex;align-items:center;gap:16px;margin-bottom:16px}.toggles{display:flex;gap:8px}.toggles .ant-btn{height:36px;border-radius:6px;font-weight:500;font-size:13px}.toggles .ant-btn-primary{background:var(--accent-medium);border-color:var(--accent-medium)}.city-label{margin-left:auto;color:#666;font-size:13px;font-weight:500}.hero-heading{font-size:clamp(28px,5vw,48px);font-weight:800;line-height:1.1;margin:0 0 20px;color:var(--brand-dark);letter-spacing:-.5px}.hero-description{font-size:17px;color:#555;margin:0 0 32px;max-width:600px;line-height:1.7;font-weight:400}.hero-search-inline{display:flex;gap:12px;max-width:640px;margin-bottom:24px}.hero-search-inline .ant-input{height:48px;border-radius:12px;border:1.5px solid rgba(255,119,34,.2);font-size:15px;padding:12px 20px;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.hero-search-inline .ant-input::-moz-placeholder{color:#aaa}.hero-search-inline .ant-input::placeholder{color:#aaa}.hero-search-inline .ant-input:focus{border-color:var(--accent-medium);background:#fffffff2;box-shadow:0 8px 24px #ff772226}.hero-search-inline .ant-btn-primary{border-color:transparent;height:48px;border-radius:12px;font-weight:700;min-width:140px;box-shadow:0 8px 24px #f723;transition:all .3s ease}.hero-search-inline .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff77224d}.hero-counts{color:#666;font-size:13px;margin-bottom:16px;font-weight:500}.hero-chips{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:32px}.chip-btn{height:40px;padding:8px 20px!important;background:#fffc!important;border:1.5px solid rgba(255,119,34,.2)!important;border-radius:20px!important;color:#333!important;font-size:14px!important;font-weight:600!important;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chip-btn:hover{border-color:var(--accent-medium)!important;color:#fff!important;background:var(--gradient-primary)!important;transform:translateY(-2px);box-shadow:0 8px 20px #ff772240!important}.chip-btn.chip-orange{border:1.5px solid rgba(255,119,34,.2)!important}.chip-btn.chip-orange:hover{border-color:var(--accent-medium)!important;background:linear-gradient(135deg,var(--accent-medium) 0%,var(--accent-dark) 100%)!important;box-shadow:0 8px 20px #f723!important}.hero-cta-buttons .ant-btn{height:44px;border-radius:6px;font-weight:600;font-size:14px}.hero-cta-buttons .ant-btn-primary{border-color:transparent;height:48px;border-radius:12px;font-weight:700;min-width:140px;box-shadow:0 8px 24px #f723;transition:all .3s ease}.hero-cta-buttons .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff77224d}.hero-right-inner{height:100%;margin:0 auto;min-height:500px}.hero-carousel-wrapper{height:100%;min-height:510px;margin:0 auto;max-width:550px}.hero-carousel-wrapper .ant-carousel,.hero-carousel-wrapper .slick-slide{height:100%}.hero-carousel-item-link{display:block;text-decoration:none;color:inherit;height:100%}.hero-carousel-item{position:relative;height:100%;min-height:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #ff772226;display:flex;align-items:flex-end;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hero-carousel-item:hover{box-shadow:0 28px 80px #ff772240;transform:scale(1.01)}.hero-carousel-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hero-carousel-overlay{position:relative;z-index:10;width:100%;padding:32px 24px;background:linear-gradient(180deg,#0000,#0000004d 30%,#000000e6);color:#fff}.hero-carousel-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.badge-tag,.badge-tag-orange{display:inline-block;background:#ff7722d9;color:#fff;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.badge-new,.badge-hot,.badge-featured{display:inline-block;background:var(--accent-medium);color:#fff;padding:6px 14px;border-radius:16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-carousel-title{margin:0;font-size:20px;font-weight:700;color:#fff}.hero-carousel-price{font-size:24px;font-weight:300;color:#fff;margin-bottom:0;text-shadow:0 2px 8px rgba(151,151,151,.3)}.hero-carousel-meta{font-size:14px;color:#ffffffe6;margin-bottom:16px;font-weight:500;display:flex;flex-direction:row;align-items:center;gap:10px}.hero-carousel-meta p{color:#e5e5e5e6}.hero-carousel-actions{display:flex;gap:12px}.hero-carousel-actions .ant-btn{height:36px;border-radius:12px;font-weight:700;min-width:140px;transition:all .3s ease}.hero-carousel-actions .ant-btn-primary{background:var(--gradient-primary);border-color:transparent;box-shadow:0 8px 24px #f723}.hero-carousel-actions .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff77224d}.social-proof-section{background:#f5f5f5;padding:40px 24px;text-align:center;display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.proof-item{text-align:center}.proof-number{font-size:24px;font-weight:700;color:var(--accent-medium);line-height:1}.proof-label{font-size:13px;color:#666;margin-top:8px;font-weight:500}.content-section{margin:100px 0}.home-sections-container{width:min(1400px,calc(100% - 48px));margin:0 auto}.content-section1{position:relative;margin-top:-5%}.section-title{font-size:clamp(22px,4vw,32px);font-weight:700;margin:0 0 16px;color:var(--brand-dark);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.section-subtitle{color:#999;font-size:14px;margin:0}.stats-section{margin:100px 0;padding:80px 24px;background:linear-gradient(135deg,#ff6b6b0d,#ff772208);border-radius:24px}.stat-card{text-align:center;padding:40px 32px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:16px;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 32px #0000000f}.stat-card:hover{transform:translateY(-8px);background:#fffffff2;box-shadow:0 20px 60px #ff772226;border-color:#f723}.stat-card.stat-alt:hover{box-shadow:0 20px 60px #ff77221f;border-color:var(--accent-light)}.stat-card-orange{text-align:center;padding:40px 32px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--accent-light);border-radius:16px;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 32px #0000000f}.stat-card-orange:hover{transform:translateY(-8px);background:#fffffff2;box-shadow:0 20px 60px #ff772226;border-color:var(--accent-medium)}.stat-card-orange .stat-icon{color:var(--accent-medium)}.stat-icon{font-size:36px;margin-bottom:12px;color:var(--accent-medium)}.stat-value{font-size:28px;font-weight:700;color:var(--brand-dark);margin:8px 0}.stat-label{font-size:13px;color:#888;font-weight:500}.card-elevated{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.5);border-radius:16px;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.card-elevated:hover{transform:translateY(-8px);background:#fffffff2;box-shadow:0 24px 60px #f723;border-color:#ff77224d}.card-elevated.card-alt:hover{box-shadow:0 24px 60px #ff772226;border-color:var(--accent-light)}.card-elevated-orange{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;border:2px solid var(--accent-light);border-radius:16px;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.card-elevated-orange:hover{transform:translateY(-8px);background:#fffffff2;box-shadow:0 24px 60px #f723;border-color:var(--accent-medium)}.property-type-card{padding:40px 32px;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);border:2px solid rgba(255,119,34,.1);background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;box-shadow:0 8px 32px #0000000f}.property-type-card:hover{transform:translateY(-8px);background:linear-gradient(135deg,#fffffff2,#ff6b6b0d);border-color:var(--accent-medium);box-shadow:0 20px 60px #ff772226;box-shadow:0 0 0 2px #fffc,0 0 0 4px var(--accent-medium)}.featured-card{border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #ff772226;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.3);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured-card:hover{transform:translateY(-12px);box-shadow:0 24px 72px #ff772240}.featured-card.card-alt{box-shadow:0 16px 48px #ff77221f}.featured-card.card-alt:hover{box-shadow:0 24px 72px #f723;border-color:var(--accent-light)}.featured-card-orange{border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #ff77221f;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);border:2px solid var(--accent-light);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured-card-orange:hover{transform:translateY(-12px);box-shadow:0 24px 72px #ff772240;border-color:var(--accent-medium)}.featured-img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block}.featured-meta{padding:16px;background:#000;color:#fff;position:relative;border-left:4px solid var(--accent-medium)}.featured-meta h4{margin:0 0 8px;font-size:18px;font-weight:700}.price-strong{color:var(--accent-medium);font-weight:700;font-size:16px;margin:8px 0}.featured-sub{color:#ccc;font-size:13px;margin:8px 0}.featured-actions .ant-btn{height:36px;border-radius:4px;font-size:13px}.testimonials-section{margin:60px 0;padding:0 24px}.cert-card{box-shadow:0 4px 16px #ff772214!important}.cert-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #ff772226!important}.site-footer-light{background:#f9f9f9;color:#333;padding:60px 24px 20px;border-top:1px solid #e8e8e8}.footer-section h4{font-size:14px;font-weight:700;margin:0 0 12px;text-transform:uppercase;color:#fff;letter-spacing:.5px}.footer-section a{display:inline-block;color:#bbb;text-decoration:none;font-size:13px;margin-bottom:8px;transition:color .2s ease}.footer-section a:hover,.footer-section a.accent-orange:hover{color:var(--accent-medium)}.ant-btn{border-radius:6px;font-weight:500;font-size:14px;transition:all .2s ease}.ant-btn-primary{background:var(--accent-medium);border-color:var(--accent-medium)}.ant-btn-primary:hover,.ant-btn-primary:focus{background:var(--brand-dark);border-color:var(--accent-medium);box-shadow:0 0 0 2px var(--accent-medium),0 0 0 4px var(--accent-medium)}.ant-btn-default{border-color:#d9d9d9;color:#333}.ant-btn-default:hover,.ant-btn-default:focus{color:var(--accent-medium);border-color:var(--accent-medium);background:var(--accent-light)}.ant-btn-secondary{border-color:var(--accent-medium);color:var(--accent-medium)}.ant-btn-secondary:hover,.ant-btn-secondary:focus{background:var(--accent-light);border-color:var(--accent-dark);color:var(--accent-dark)}.ant-btn-link{color:var(--accent-medium)}.ant-btn-link:hover{color:var(--brand-dark)}.ant-btn-link-secondary{color:var(--accent-medium)}.ant-btn-link-secondary:hover{color:var(--accent-dark)}.ant-input,.ant-input-number{border-radius:6px;border:1px solid #d9d9d9;transition:all .2s ease}.ant-input:hover,.ant-input-number:hover{border-color:var(--accent-medium)}.ant-input:focus,.ant-input-number:focus{border-color:var(--accent-medium);box-shadow:0 0 0 2px #ff77221a}.ant-input-orange:focus,.ant-input-number-orange:focus{border-color:var(--accent-medium);box-shadow:0 0 0 3px #ff77221a}.ant-input-secondary,.ant-input-number-secondary{border-radius:6px;border:1px solid #d9d9d9;transition:all .2s ease}.ant-input-secondary:hover,.ant-input-number-secondary:hover{border-color:var(--accent-medium)}.ant-input-secondary:focus,.ant-input-number-secondary:focus{border-color:var(--accent-medium);box-shadow:0 0 0 2px #ff77221a}.alert-warning{background:var(--accent-light);border-left:4px solid var(--accent-medium);padding:12px 16px;border-radius:4px;color:var(--accent-dark)}.ant-tag-orange{background:var(--accent-light);border:1px solid var(--accent-medium);color:var(--accent-dark)}.ant-tag-orange:hover{border-color:var(--accent-dark);background:#ff77221a}.divider-orange{border-top:2px solid var(--accent-medium);margin:24px 0}.divider-orange-light{border-top:1px solid var(--accent-light);margin:16px 0}@media (max-width: 1024px){.content-section{padding:0 16px}.hero-section-new{padding:40px 16px}.section-title{font-size:24px}}@media (max-width: 768px){.header-container{grid-template-columns:auto 1fr}.header-hamburger{display:inline-flex!important;align-items:center;justify-content:center;width:40px;height:40px;padding:0}.header-nav--center,.header-nav{display:none}.header-container{gap:16px}.hero-heading{font-size:24px}.hero-description{font-size:14px}.hero-search-inline{flex-direction:column}.hero-search-inline .ant-input,.hero-search-inline .ant-btn{width:100%}.hero-cta-buttons{flex-direction:column}.hero-cta-buttons .ant-btn{width:100%}.social-proof-section{gap:24px}.content{padding:16px}.section-title{font-size:20px}}@media (max-width: 600px){.hero-section-new{padding:24px 16px;min-height:auto}.header-logo{font-size:14px}.header-left{gap:12px}.hero-topbar{flex-direction:column;gap:12px}.toggles{width:100%;justify-content:flex-start}.city-label{margin-left:0}.hero-heading{font-size:20px}.hero-description{font-size:13px}.hero-chips{gap:8px}.chip-btn{padding:4px 12px!important;font-size:12px!important}.stat-icon{font-size:28px}.stat-value{font-size:20px}.social-proof-section{flex-direction:column;gap:16px}}.hero-heading{font-size:36px;line-height:1.1;margin-bottom:8px;color:var(--brand-dark)}.hero-description{font-size:15px;color:#666;margin-bottom:16px;max-width:640px;line-height:1.6}.hero-search-inline{display:flex;gap:12px;max-width:640px;margin-bottom:12px}.hero-counts{color:#333;font-size:14px;margin-bottom:12px}.hero-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.chip-btn{background:#fff!important;border-radius:18px!important;border:none!important}.hero-cta-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.hero-right-inner{margin:0 auto}.card-elevated{box-shadow:0 4px 12px #00000014;border:none;transition:transform .3s ease,box-shadow .3s ease}.card-elevated:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.property-type-card{padding:24px;text-align:center;cursor:pointer;transition:all .3s ease}.property-type-card:hover{transform:translateY(-4px);background-color:#fafafa}.featured-card{border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #00000014;cursor:pointer}.featured-img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover}.featured-meta{padding:12px}.price-strong{color:var(--accent-medium);font-weight:700;margin-top:8px}.featured-sub{color:#666;font-size:13px;margin-top:8px}.featured-actions{display:flex;gap:8px;margin-top:12px}.testimonials-section{margin:60px 0}.home-videos-section{background:radial-gradient(circle at 14% 18%,rgba(86,98,255,.1) 0%,transparent 38%),radial-gradient(circle at 86% 6%,#ffffffd9,#fff0 52%),linear-gradient(180deg,#f7f9ff,#f4f7ff);margin:0 -24px;padding:74px 24px;border-top:1px solid rgba(111,124,255,.12);border-bottom:1px solid rgba(111,124,255,.12)}.home-videos-top-grid{max-width:1520px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:28px;align-items:stretch}.home-videos-intro{padding:10px 2px}.home-videos-kicker{display:inline-flex;align-items:center;gap:8px;color:#4f46e5;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin-bottom:14px}.home-videos-heading{margin:0;color:#0c1f4f;font-size:clamp(34px,4.2vw,56px);line-height:1.04;letter-spacing:-.03em;font-weight:800;max-width:640px}.home-videos-heading span{display:block;color:#5a4bff}.home-videos-subcopy{margin:18px 0 0;max-width:510px;color:#516182;font-size:23px;line-height:1.68}.home-videos-actions{margin-top:28px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.home-videos-btn-primary,.home-videos-btn-secondary{height:46px!important;border-radius:12px!important;font-size:15px!important;font-weight:700!important;padding:0 18px!important}.home-videos-btn-primary{border:none!important;background:linear-gradient(135deg,#5e57f8,#6f42ff)!important;box-shadow:0 12px 28px #5f57f852!important}.home-videos-btn-secondary{color:#1f2f67!important;border:1px solid #e4e8fb!important;background:#fff!important}.home-videos-featured-card{background:#fff;border:1px solid #e6ebff;border-radius:18px;box-shadow:0 20px 40px #0c1f4f14;padding:16px}.home-videos-featured-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.home-videos-featured-channel{display:inline-flex;align-items:center;gap:8px;font-size:22px;color:#172859;font-weight:700}.home-videos-featured-channel .anticon{color:#ff2a2a}.home-videos-featured-link{color:#5f52ff;text-decoration:none;font-size:17px;font-weight:700}.home-videos-featured-player{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:16 / 9;background:#0f1b40}.home-videos-featured-player img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-videos-featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#040a1e2e,#050916ad 68%)}.home-videos-featured-play{position:absolute;top:50%;left:42%;transform:translate(-50%,-50%);width:92px;height:92px;border:0;border-radius:999px;background:#ffffffeb;color:#25366a;font-size:48px;display:inline-flex;align-items:center;justify-content:center}.home-videos-featured-meta{position:absolute;right:34px;top:50%;transform:translateY(-50%);z-index:2;color:#fff}.home-videos-featured-meta h3{margin:0;font-size:33px;line-height:1.2}.home-videos-featured-meta p{margin:6px 0 0;font-size:18px;color:#ffffffdb}.home-videos-featured-duration{position:absolute;right:14px;bottom:64px;border-radius:10px;background:#030a1abf;color:#fff;font-size:12px;padding:4px 8px;z-index:2}.home-videos-featured-controls{position:absolute;left:0;right:0;bottom:0;z-index:2;background:linear-gradient(180deg,#03091800,#030918f0 58%);display:flex;justify-content:space-between;padding:16px 14px 12px;color:#ffffffeb;font-size:13px}.home-videos-controls-left,.home-videos-controls-right{display:inline-flex;align-items:center;gap:10px}.home-videos-controls-right span{width:14px;height:14px;border-radius:999px;border:1px solid rgba(255,255,255,.6);display:inline-flex;align-items:center;justify-content:center}.home-videos-listing-head{max-width:1520px;margin:34px auto 0}.home-videos-listing-head h3{font-size:35px;margin:0;color:#142a5f}.home-videos-listing-tools{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.home-videos-filters{display:flex;flex-wrap:wrap;gap:8px}.home-video-filter-chip{border:1px solid #dfe5ff;background:#fff;color:#4d5b82;border-radius:8px;padding:8px 14px;font-size:14px;font-weight:600;cursor:pointer}.home-video-filter-chip.active{background:#5f54ff;border-color:#5f54ff;color:#fff}.home-videos-sort-view{display:inline-flex;align-items:center;gap:8px}.home-videos-sort-btn,.home-videos-view-btn{border:1px solid #dfe5ff;background:#fff;color:#4d5b82;border-radius:8px;height:36px;font-size:13px;font-weight:600;padding:0 12px;cursor:pointer}.home-videos-view-btn{width:36px;padding:0}.home-videos-view-btn.active{border-color:#5f54ff;color:#5f54ff;background:#5f54ff14}.home-videos-carousel-shell{max-width:1520px;margin:20px auto 0;position:relative;padding:0 50px}.home-videos-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid #e3e8ff;background:#fff;color:#445481;cursor:pointer;box-shadow:0 8px 22px #0c1f4f1f;z-index:3}.home-videos-nav-left{left:0}.home-videos-nav-right{right:0}.home-videos-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.home-video-card{border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e8ecff;box-shadow:0 12px 26px #0c1f4f14}.home-video-card-thumb{position:relative;aspect-ratio:3 / 2;background:#141f42}.home-video-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-video-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#080e2205 35%,#080e22c2)}.home-video-card-tag,.home-video-card-duration{position:absolute;top:10px;z-index:2;border-radius:8px;font-size:11px;font-weight:700;color:#fff;padding:4px 7px}.home-video-card-tag{left:10px;background:#5950ff}.home-video-card-duration{right:10px;background:#0000008c}.home-video-card-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:56px;height:56px;border:0;border-radius:999px;background:#fffffff0;color:#28386f;font-size:30px;display:inline-flex;align-items:center;justify-content:center}.home-video-card-body{padding:14px 12px 12px}.home-video-card-body h4{margin:0;font-size:20px;line-height:1.35;color:#152c63}.home-video-card-body p{margin:7px 0 0;color:#657499;font-size:13px;display:inline-flex;align-items:center;gap:5px}.home-video-card-meta-row{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.home-video-card-meta-row span{font-size:11px;color:#4f5f86;background:#f4f7ff;border:1px solid #e2e9ff;border-radius:999px;padding:3px 8px}.home-video-card-footer{margin-top:10px;display:flex;align-items:center;justify-content:space-between;color:#61729a;font-size:12px}.home-video-card-footer span{display:inline-flex;align-items:center;gap:5px}.home-videos-load-wrap{max-width:1520px;margin:18px auto 0;text-align:center}.home-videos-load-btn{border:1px solid #d7deff!important;color:#5f54ff!important;font-weight:700!important;border-radius:10px!important}.home-videos-highlights{max-width:1520px;margin:18px auto 0;border:1px solid #e2e8ff;background:#fff;border-radius:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.home-videos-highlight-item{display:flex;align-items:center;gap:12px;padding:18px 20px}.home-videos-highlight-item+.home-videos-highlight-item{border-left:1px solid #eef1ff}.home-videos-highlight-icon{width:42px;height:42px;border-radius:12px;background:#5f54ff1a;color:#5950ff;display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.home-videos-highlight-item h4{margin:0;color:#1b326d;font-size:15px}.home-videos-highlight-item p{margin:4px 0 0;color:#5f7098;font-size:13px;line-height:1.45}@media (max-width: 1400px){.home-videos-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-videos-carousel-shell{padding:0 42px}}@media (max-width: 1100px){.home-videos-top-grid{grid-template-columns:1fr}.home-videos-subcopy{max-width:720px}.home-videos-featured-play{left:50%}.home-videos-featured-meta{right:20px}.home-videos-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.home-videos-highlight-item:nth-child(3),.home-videos-highlight-item:nth-child(4){border-top:1px solid #eef1ff}.home-videos-highlight-item:nth-child(3){border-left:0}}@media (max-width: 900px){.home-videos-section{padding:56px 16px;margin:0 -16px}.home-videos-heading{font-size:clamp(30px,8vw,44px)}.home-videos-subcopy{font-size:15px}.home-videos-featured-head{flex-direction:column;align-items:flex-start}.home-videos-featured-meta{left:18px;right:18px;top:auto;bottom:78px;transform:none}.home-videos-featured-meta h3{font-size:24px}.home-videos-featured-meta p{font-size:14px}.home-videos-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-videos-nav{display:none}.home-videos-carousel-shell{padding:0}}@media (max-width: 640px){.home-videos-listing-tools{flex-direction:column;align-items:flex-start}.home-videos-sort-view{width:100%}.home-videos-sort-btn{flex:1}.home-videos-card-grid{grid-template-columns:1fr}.home-videos-featured-play{width:68px;height:68px;font-size:38px}.home-videos-featured-duration{bottom:54px}.home-videos-highlights{grid-template-columns:1fr}.home-videos-highlight-item+.home-videos-highlight-item{border-left:0;border-top:1px solid #eef1ff}}.site-footer{background:#1a1a1a;color:#fff;padding:60px 24px 20px;margin-top:80px}.footer-container{max-width:1200px;margin:0 auto}.footer-section{margin-bottom:40px}.footer-section h4{font-size:14px;font-weight:700;margin-bottom:12px;text-transform:uppercase;color:#fff}.footer-section a{display:inline-block;color:#ccc;text-decoration:none;font-size:13px;margin-bottom:8px;transition:color .2s ease}.footer-section a:hover{color:var(--accent-medium)}input,textarea,select{font-family:inherit}.text-center{text-align:center}.text-muted{color:#999}.trust-card{position:relative;overflow:hidden}.trust-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.trust-card:hover{transform:translateY(-12px)!important;box-shadow:0 20px 50px #0000001f!important}.trust-card:hover:before{opacity:1}.trust-row-replica{align-items:stretch}.trust-card-replica{height:100%;padding:26px 22px;border-radius:16px;border:1px solid #e8edf5;background:#f9fbff;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;cursor:default;transition:border-color .2s ease,box-shadow .2s ease}.trust-card-replica:hover{transform:none!important;box-shadow:0 8px 18px #15264d14!important}.trust-card-icon{font-size:40px;line-height:1;margin-bottom:2px}.trust-card-title{margin:0;font-size:18px;font-weight:700;color:#1f2a44}.trust-card-description{margin:0;font-size:13px;line-height:1.6;color:#5f6778}.trust-card-blue{background:#f8faff;border-color:#e5ecff}.trust-card-green{background:#f8fdf9;border-color:#e4f4e8}.trust-card-orange{background:#fffaf5;border-color:#f9e7d8}.trust-card-icon-blue{color:#2456ff}.trust-card-icon-green{color:#2eae54}.trust-card-icon-orange{color:#ff7a1a}@media (max-width: 991px){.trust-card-replica{align-items:center;text-align:center}}.breadcrumbs{margin-bottom:24px;padding:18px 0}.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;gap:12px;align-items:center;font-size:14px;flex-wrap:wrap}.breadcrumbs li{display:flex;align-items:center;gap:12px}.breadcrumbs a{color:var(--accent-medium);text-decoration:none;font-weight:500;transition:all .2s ease}.breadcrumbs a:hover{color:var(--brand-dark);text-decoration:underline}.breadcrumb-separator{color:#b8c3d7;margin:0 1px;font-size:13px;font-weight:700}.breadcrumb-current{color:#333;font-weight:600}@media (max-width: 900px){.hero-heading{font-size:28px}.section-title{font-size:22px}.hero-search-inline{flex-direction:column}}@media (max-width: 600px){.content{padding:16px}.header-container{padding:12px 16px;gap:12px}.hero-cta-buttons{flex-direction:column}.hero-cta-buttons button{width:100%}}.gallery-carousel{position:relative;border-radius:12px;overflow:hidden;background:#000}.gallery-arrow-btn{transition:all .3s ease!important}.gallery-arrow-btn:hover{background-color:#000c!important;transform:scale(1.1)!important}.ant-carousel{border-radius:12px;overflow:hidden}.ant-carousel .slick-slide{display:flex;justify-content:center;align-items:center;background:#000}.gallery-item-image{width:100%;height:450px;-o-object-fit:cover;object-fit:cover;display:block}.gallery-item-video-container{width:100%;height:450px;background:#1a1a1a;display:flex;align-items:center;justify-content:center;position:relative}.gallery-item-video-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.gallery-play-icon{position:absolute;z-index:5;color:#fff;font-size:48px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.gallery-controls{position:absolute;bottom:16px;left:16px;right:16px;display:flex;justify-content:space-between;align-items:center;z-index:10}.gallery-counter{color:#fff;font-size:13px;background:#0009;padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:8px}.gallery-video-tag{display:flex;align-items:center;gap:4px}@media (max-width: 768px){.gallery-item-image,.gallery-item-video-container{height:300px}.gallery-arrow-btn{width:40px!important;height:40px!important}.gallery-play-icon{font-size:36px}}@media (max-width: 480px){.gallery-item-image,.gallery-item-video-container{height:200px}.gallery-arrow-btn{width:36px!important;height:36px!important}.gallery-play-icon{font-size:28px}.gallery-counter{font-size:11px;padding:2px 6px}}.auth-section{min-height:calc(100vh - 130px);display:flex;align-items:center;margin:12px 0 20px!important;background:#f4f7fb}.auth-shell{width:100%;max-width:1160px;margin:8px auto}.auth-layout-card{background:#fff;border-radius:18px;box-shadow:0 24px 54px #0f172a1f;border:1px solid #eceff4;overflow:hidden;display:flex;align-items:stretch;min-height:690px}.auth-promo-panel{flex:1 1 55%;min-width:0;position:relative;padding:30px 34px 24px;background-color:#f3f8ff;background:linear-gradient(90deg,#fffffffa,#ffffffe6 48%,#ffffff70),url(/herobg.png) center right / cover no-repeat;color:#1e293b;display:flex;flex-direction:column;gap:22px;overflow:hidden}.auth-promo-panel:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#ff7722f2,#ff772229)}.auth-promo-kicker{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;font-weight:700;color:var(--accent-medium)}.auth-promo-title{color:#0f172a!important;max-width:430px;font-size:34px!important;line-height:1.16!important;font-weight:800!important}.auth-promo-title span{color:var(--accent-medium)}.auth-login-logo{width:92px;height:auto;display:block;margin:0 auto 10px}.auth-promo-subtitle{margin:14px 0 0;color:#475569;max-width:420px;font-size:15px;line-height:1.6}.auth-simple-card{width:min(100%,360px);margin-top:0;background:#ffffffeb;border:1px solid rgba(226,232,240,.9);border-radius:14px;padding:16px 16px 14px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px 14px;align-items:start;box-shadow:0 16px 32px #0f172a1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-simple-icon-wrap{width:44px;height:44px;border-radius:10px;background:#ff772214;color:var(--accent-medium);display:inline-flex;align-items:center;justify-content:center;font-size:20px}.auth-simple-card h4{margin:0 0 6px;font-size:17px;color:#0f172a}.auth-simple-copy{min-width:0}.auth-simple-copy p{margin:0;color:#475569;font-size:13px;line-height:1.45}.auth-simple-benefits{grid-column:1 / -1;display:grid;grid-template-columns:1fr;gap:0;margin-top:4px}.auth-simple-benefits>div{min-width:0;border-top:1px solid #eef2f7;padding:10px 0;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;color:#334155;font-size:12px;font-weight:600;line-height:1.35}.auth-simple-benefits>div>span{width:40px;height:40px;border-radius:9px;background:#ff772214;display:inline-flex;align-items:center;justify-content:center}.auth-simple-benefits p{margin:0;color:#1f2f4a;font-size:13px;line-height:1.35}.auth-simple-benefits .anticon,.auth-security-band .anticon{color:var(--accent-medium);flex-shrink:0}.auth-simple-card p{grid-column:2;margin:4px 0 2px;font-size:13px;color:#475569;line-height:1.5}.auth-simple-card ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.auth-simple-card li{display:flex;align-items:center;gap:8px;font-size:13px;color:#1e293b}.auth-simple-card li .anticon{color:var(--accent-medium)}.auth-image-carousel{margin-top:8px}.auth-image-carousel .slick-list{border-radius:12px;overflow:hidden;transform:translateZ(0)}.auth-image-carousel .slick-track{will-change:transform}.auth-image-carousel.ant-carousel .slick-slide{background:transparent!important;display:block!important}.auth-image-carousel .slick-slide>div{height:auto}.auth-sample-card{position:relative;border-radius:12px;overflow:hidden;border:none;min-height:240px}.auth-sample-image{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;display:block}.auth-sample-overlay{position:absolute;left:0;right:0;bottom:0;padding:10px;background:linear-gradient(to top,#7a0711bf,#7a071100)}.auth-sample-overlay h4{margin:0;color:#fff;font-size:13px;font-weight:700}.auth-sample-overlay p{margin:4px 0 0;color:#ffffffe6;font-size:11px;line-height:1.35}.auth-promo-points{display:grid;gap:7px}.auth-promo-points>div{display:flex;align-items:center;gap:8px;font-size:13px;color:#334155}.auth-promo-points .anticon{font-size:14px;color:var(--accent-medium)}.auth-slide-card{min-height:260px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:14px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:18px}.auth-slide-icon{width:40px;height:40px;border-radius:10px;background:#ffffff38;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:10px}.auth-slide-kicker{font-size:12px;color:#ffffffd6;text-transform:uppercase;letter-spacing:.8px}.auth-slide-title{margin:8px 0;color:#fff;font-size:22px;line-height:1.25}.auth-slide-description{margin:0 0 14px;font-size:14px;color:#ffffffe6;line-height:1.5}.auth-slide-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.auth-slide-list li{display:flex;align-items:flex-start;gap:8px;color:#fffffff2;font-size:13px}.auth-slide-list li .anticon{margin-top:3px}.auth-trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100%,520px);margin-top:auto}.auth-trust-strip>div{background:#ffffffeb;border:1px solid rgba(226,232,240,.9);border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600;color:#334155;box-shadow:0 10px 22px #0f172a14}.auth-trust-strip>div .anticon{color:var(--accent-medium)}.auth-form-card{flex:0 0 46%;width:46%;min-width:340px;border-radius:0;display:flex;align-items:center;justify-content:center;border-left:none;min-height:690px;overflow:hidden;position:relative}.auth-form-card:before{content:"";position:absolute;top:-42px;right:-42px;width:132px;height:132px;border-radius:50%;background:#ff77221f}.auth-form-card:after{content:"";position:absolute;bottom:14px;width:220px;height:120px;opacity:.9;pointer-events:none;background:url(/loginright.png) no-repeat bottom;background-size:contain}.auth-form-card .ant-card-body{width:100%;max-width:380px;margin:0 auto;padding:26px 20px 108px;height:100%;overflow-y:auto;display:flex;align-items:center;position:relative;z-index:1}.auth-login-stack{min-height:100%}.auth-login-stack .ant-space-item:first-child{width:100%}.auth-login-head{text-align:center}.auth-login-accent{width:46px;height:2px;display:block;margin:10px auto 22px;background:var(--accent-medium)}.auth-form-card .ant-form-item{margin-bottom:16px}.auth-form-card .ant-input-group-addon{background:#f8fafc;border-color:#ff77226b;padding:0 12px}.auth-form-card .ant-input,.auth-form-card .ant-input-affix-wrapper{border-color:#ff77226b}.auth-phone-country-prefix{display:inline-flex;align-items:center;gap:7px;color:#42526b;font-weight:600}.auth-phone-prefix-icon,.anticon-phone{transform:scaleX(-1)}.auth-login-note{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;color:#7a869a;font-size:14px;line-height:1.45}.auth-login-note .anticon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ff77221a;color:var(--accent-medium)}.auth-security-band{width:min(100%,520px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#112b55;color:#fff;border-radius:14px;overflow:hidden;box-shadow:0 16px 30px #0f2a5533}.auth-security-band>div{min-height:98px;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:8px;font-size:12px;line-height:1.25;border-left:1px solid rgba(255,255,255,.18)}.auth-security-band>div:first-child{border-left:0}.auth-security-band .anticon{width:34px;height:34px;border-radius:50%;background:#ffffff1f;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:17px}.auth-step-summary{margin:2px 0 8px;padding:10px 12px;border-radius:10px;background:#ff77220d;border:1px solid rgba(255,119,34,.12);color:#334155;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px}.auth-step-summary strong{color:#0f172a}.auth-step-summary .ant-btn-link{padding:0;height:auto}.auth-icon-wrap{width:54px;height:54px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary)}.auth-primary-button{background:var(--gradient-primary);border-color:transparent;border-radius:10px;font-weight:700;color:#fff;box-shadow:0 10px 22px #ff772229}.auth-primary-button:hover,.auth-primary-button:focus{background:var(--gradient-primary);border-color:transparent;filter:brightness(1.04);color:#fff}.auth-primary-button.ant-btn-default{color:#fff}.auth-primary-button.ant-btn-default:hover,.auth-primary-button.ant-btn-default:focus{color:#fff}.auth-secondary-button{background:#fff;border-color:#ff772238;color:var(--accent-medium);border-radius:10px;font-weight:700}.auth-secondary-button:hover,.auth-secondary-button:focus{background:#ff77220a;border-color:#ff772259;color:var(--accent-medium)}.auth-secondary-button[disabled],.auth-secondary-button:disabled{color:#ff772273;border-color:#ff772224;background:#fff;opacity:1}@media (max-width: 980px){.auth-layout-card{flex-direction:column}.auth-promo-panel{border-bottom:1px solid rgba(255,255,255,.2)}.auth-form-card{width:100%;min-width:0;height:clamp(520px,68vh,600px);border-left:none}.auth-sample-card{min-height:220px}.auth-sample-image{height:220px}}@media (max-width: 600px){.auth-shell{margin:0 auto}.auth-section{margin:8px 0 14px!important}.auth-layout-card{border-radius:14px}.auth-promo-panel{padding:16px}.auth-sample-card{min-height:200px}.auth-sample-image{height:200px}.auth-form-card .ant-card-body{padding:18px 14px;max-width:100%;align-items:flex-start}.auth-simple-benefits,.auth-trust-strip{grid-template-columns:1fr}}.filters-toolbar-form .ant-form-item{margin-bottom:0}.filters-toolbar-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.filters-toolbar-row{min-width:980px;display:flex;align-items:center;gap:10px}.filters-toolbar-row .toolbar-item{width:160px}.filters-toolbar-row .toolbar-item-wide{width:300px}.filters-toolbar-row .toolbar-actions{width:auto;margin-left:auto}.filters-toolbar-row .ant-select-selector,.filters-toolbar-row .ant-input,.filters-toolbar-row .ant-btn{height:38px!important;border-radius:8px!important}.filters-toolbar-row .ant-select-selection-item,.filters-toolbar-row .ant-input,.filters-toolbar-row .ant-btn{line-height:36px!important}.filters-applied-chips{margin-top:12px;padding-top:10px;border-top:1px dashed rgba(255,119,34,.2)}.filters-applied-chips .ant-tag{border-radius:16px;padding:4px 10px;font-weight:500}.extra-filters-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.extra-filters-grid .extra-filter-item{margin-bottom:0}@media (max-width: 900px){.filters-toolbar-row{min-width:840px}.filters-toolbar-row .toolbar-item{width:145px}.filters-toolbar-row .toolbar-item-wide{width:240px}}@media (max-width: 768px){.extra-filters-grid{grid-template-columns:1fr}}.property-results-wrap{transition:opacity .2s ease}.property-list-row{display:grid;grid-template-columns:220px 1fr auto;gap:16px;align-items:center}@media (max-width: 900px){.property-list-row{grid-template-columns:1fr}}.hero-right-card{background:#fffffff5;border-radius:24px;box-shadow:0 30px 80px #0f172a1f;overflow:hidden;border:1px solid rgba(226,232,240,.8)}.hero-feature-badge{display:inline-flex;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700;color:#fff;background:#0f172ad9;padding:8px 14px;border-radius:999px;position:absolute;top:18px;left:18px;z-index:2}.hero-feature-indicator{position:absolute;top:18px;right:18px;color:#fff;font-size:13px;font-weight:700;z-index:2;background:#00000052;padding:8px 12px;border-radius:999px}.hero-feature-image{position:relative;min-height:420px;background-size:cover;background-position:center;display:flex;align-items:flex-end}.hero-feature-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a00,#0f172a5c 40%,#0f172ae0)}.hero-feature-actions{position:absolute;inset:auto 18px 18px;display:flex;justify-content:space-between;width:calc(100% - 36px);z-index:2}.hero-feature-action{background:#ffffffeb!important;color:#0f172a!important;border-radius:12px!important;width:44px!important;height:44px!important;box-shadow:0 18px 40px #0f172a1f!important}.hero-feature-content{padding:28px 28px 32px}.hero-feature-heading-row{display:flex;align-items:center;gap:16px;margin-bottom:14px}.hero-feature-title{font-size:28px;line-height:1.1;margin:0;font-weight:800;color:#0f172a}.hero-feature-location{display:flex;align-items:center;gap:8px;color:#4b5563;font-size:14px;margin-bottom:24px}.hero-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:28px}.hero-feature-meta{background:#f8fafc;border-radius:16px;padding:16px;min-height:86px}.hero-feature-meta span{display:block;font-size:12px;color:#6b7280;margin-bottom:6px;text-transform:uppercase;letter-spacing:.1em}.hero-feature-meta strong{display:block;font-size:16px;color:#111827;font-weight:700}.hero-feature-footer{display:flex;justify-content:space-between;align-items:center;gap:16px}.hero-feature-price{font-size:28px;font-weight:800;color:#0f172a}.hero-feature-price-label{color:#6b7280;font-size:13px}.hero-feature-button{background:#f72!important;border-color:transparent!important;border-radius:12px!important;padding:0 26px!important;height:50px!important;font-weight:700!important;box-shadow:0 14px 28px #ff77223d!important}.hero-stats-section{margin:32px 0 48px}.hero-stat-card{background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:20px;padding:28px 22px;display:flex;align-items:center;gap:14px;min-height:140px}.hero-stat-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#0052cc14}.hero-stat-value{font-size:24px;font-weight:800;margin-bottom:6px}.hero-stat-label{color:#111827;font-size:14px;font-weight:700;margin-bottom:6px}.hero-stat-desc{color:#6b7280;font-size:13px}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px;flex-wrap:wrap;gap:16px}.listing-card{border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 48px #0f172a14;border:1px solid rgba(226,232,240,.85);display:flex;flex-direction:column}.listing-image{position:relative;min-height:220px;background-size:cover;background-position:center}.listing-badges{position:absolute;top:14px;left:14px;display:flex;flex-wrap:wrap;gap:8px}.listing-badge{background:#ffffffeb;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;color:#111827;box-shadow:0 12px 24px #0f172a14}.listing-badge.verified{background:#eafaf1;color:#15803d}.listing-copy{padding:22px;display:flex;flex-direction:column;gap:14px}.listing-copy h3{margin:0;font-size:18px;color:#111827;font-weight:700}.listing-location{color:#6b7280;font-size:14px}.listing-specs{display:flex;flex-wrap:wrap;gap:12px;color:#4b5563;font-size:13px}.listing-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:auto}.listing-price{color:#0f172a;font-weight:800;font-size:18px}@media (max-width: 992px){.hero-feature-image{min-height:340px}.hero-feature-grid{grid-template-columns:1fr}}@media (max-width: 768px){.hero-content-new{padding:32px 18px 24px}.hero-feature-image{min-height:300px}.hero-feature-footer{flex-direction:column;align-items:stretch}.hero-feature-button{width:100%!important}}.hero-impact-shell{position:relative;width:100dvw;margin-left:calc(-50dvw + 50%);overflow:hidden;background:radial-gradient(circle at 18% 18%,#fffffff5,#ffffffb8 18%,#fff0 42%),linear-gradient(90deg,#fbfdff,#f5f8ff 40%,#edf3ff 60%,#e9eef7);color:#10254d;padding:20px 0 86px}.hero-impact-orb{position:absolute;border-radius:50%;filter:blur(8px);pointer-events:none}.hero-impact-orb-a{width:280px;height:280px;left:-110px;top:70px;background:#ffffffeb}.hero-impact-orb-b{width:360px;height:360px;right:-140px;top:20px;background:#1458ff1f}.hero-impact-grid{position:relative;z-index:2;max-width:1520px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:20px;align-items:stretch}.hero-impact-copy{padding:12px 8px 0 0}.hero-impact-kicker{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#edf3ff;border:1px solid #dbe5f6;color:#165cff;font-size:12px;font-weight:800;letter-spacing:.18em}.hero-impact-title{margin:18px 0 14px;font-size:clamp(32px,3.4vw,42px);line-height:1.04;letter-spacing:-.04em;font-weight:900;max-width:620px;color:#10254d}.hero-impact-title span{display:block;color:#1458ff}.hero-impact-subtitle{margin:0;max-width:560px;color:#5c667b;font-size:14px;line-height:1.6}.hero-impact-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-impact-badges span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dce5f3;color:#32486f;font-size:13px;font-weight:700}.hero-impact-badges span svg{font-size:14px}.hero-impact-search{margin-top:18px;max-width:620px;padding:12px;border-radius:24px;background:#fff;border:1px solid #e5ebf5;box-shadow:0 20px 50px #0f1e5014}.hero-impact-search-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:10px}.hero-impact-tab{height:40px;border-radius:12px;border:1px solid #e5ebf5;background:#fff;color:#5f6f8a;font-size:13px;font-weight:800;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;gap:8px}.hero-impact-tab.active{background:linear-gradient(135deg,#ff8a3d,#ff6a00);color:#fff;border-color:transparent;box-shadow:0 18px 30px #ff6a0038}.hero-impact-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hero-impact-field{padding:12px 14px;border-radius:16px;background:#fff;border:1px solid #e5ebf5}.hero-impact-field-wide{grid-column:1 / -1}.hero-impact-control .ant-select-selector,.hero-impact-control .ant-select-selection-search-input,.hero-impact-control .ant-select-selection-item,.hero-impact-control .ant-select-selection-placeholder,.hero-impact-control .ant-input,.hero-impact-control input{color:#10254d!important;font-size:15px!important;font-weight:700!important}.hero-impact-control input::-moz-placeholder{color:#8b98b3!important}.hero-impact-control .ant-select-selection-placeholder,.hero-impact-control input::placeholder{color:#8b98b3!important}.hero-impact-search-submit{grid-column:1 / -1;height:50px!important;border-radius:14px!important;border:0!important;background:linear-gradient(180deg,#ff8f43,#ff6a00)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;letter-spacing:.01em;box-shadow:0 12px 24px #ff6a0038!important}.hero-impact-popular{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:12px;color:#10254d;font-size:13px}.hero-impact-chip{border:1px solid #dce5f3;background:#fff;color:#32486f;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700}.hero-impact-stage{position:relative;min-height:680px}.hero-impact-stage-card{position:relative;height:100%;min-height:680px;border-radius:36px;overflow:hidden;background:#e8eef9;box-shadow:0 28px 70px #0f1e501f}.hero-impact-stage-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f6f8fcfa,#f6f8fcc7 30%,#f6f8fc1f 58%,#fff0),linear-gradient(180deg,#10254d05,#10254d2e 56%,#0810248f)}.hero-impact-stage-topline{position:absolute;top:26px;left:26px;right:26px;z-index:3;display:flex;justify-content:space-between;gap:16px}.hero-impact-badge{position:static!important;background:#10254d8f!important;border:1px solid rgba(255,255,255,.2)!important}.hero-impact-count{position:static!important;width:auto!important;padding:0 14px!important;background:#fffffff5!important}.hero-impact-stage-body{position:absolute;left:24px;right:24px;bottom:24px;z-index:3;display:grid;gap:16px}.hero-impact-stage-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.hero-impact-stage-header h2{margin:0;color:#fff;font-size:clamp(26px,2.2vw,34px);line-height:1.02;font-weight:900}.hero-impact-stage-header p{margin:10px 0 0;color:#ffffffd1;font-size:13px;display:inline-flex;align-items:center;gap:8px}.hero-impact-stage-fab{width:52px;height:52px;border-radius:16px;border:0;background:linear-gradient(135deg,#ff8a3d,#ff5e12);color:#fff;font-size:18px;box-shadow:0 18px 34px #ff5e123d}.hero-impact-stage-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-impact-stage-metrics>div,.hero-impact-mini-cards>div{padding:14px 16px;border-radius:16px;background:#0a142c70;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-impact-stage-metrics strong,.hero-impact-mini-cards strong{display:block;color:#fff;font-size:16px;font-weight:900}.hero-impact-stage-metrics span,.hero-impact-mini-cards span{display:block;margin-top:4px;color:#ffffffd6;font-size:11px;font-weight:700}.hero-impact-mini-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-impact-stage-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-impact-cta{height:46px!important;border-radius:14px!important;border:0!important;background:#fff!important;color:#0f172a!important;font-size:13px!important;font-weight:900!important;padding:0 20px!important}.hero-impact-secondary-link{border:0;background:transparent;color:#165cff;font-size:13px;font-weight:800}.hero-impact-floating-card{position:absolute;z-index:4;width:168px;padding:14px 16px;border-radius:20px;background:#fffffff2;color:#10254d;box-shadow:0 18px 36px #0f1e5024;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-impact-floating-card span{display:block;color:#5f6f8a;font-size:12px;font-weight:700}.hero-impact-floating-card strong{display:block;margin-top:6px;font-size:24px;line-height:1;font-weight:900}.hero-impact-floating-card small{display:block;margin-top:6px;color:#4b5563;font-size:11px;font-weight:700}.hero-impact-floating-card-a{left:-12px;top:92px}.hero-impact-floating-card-b{right:22px;bottom:140px}.hero-impact-strip{position:relative;z-index:3;max-width:1520px;margin:18px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hero-impact-strip-item{display:flex;align-items:center;gap:14px;padding:18px;border-radius:22px;background:#fffffff0;border:1px solid rgba(229,235,245,.92);color:#10254d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-impact-strip-icon{width:52px;height:52px;border-radius:16px;background:#eef3ff;color:#1458ff;display:inline-flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.hero-impact-strip-item strong{display:block;font-size:22px;line-height:1;font-weight:900}.hero-impact-strip-item span{display:block;margin-top:4px;font-size:13px;font-weight:800}.hero-impact-strip-item small{display:block;margin-top:2px;color:#6d7a95;font-size:11px}@media (max-width: 960px){.hero-impact-grid{grid-template-columns:1fr}.hero-impact-stage,.hero-impact-stage-card{min-height:640px}.hero-impact-floating-card-a{top:24px;left:24px}.hero-impact-floating-card-b{right:24px;bottom:24px}.hero-impact-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.hero-impact-shell{padding:18px 0 84px}.hero-impact-grid,.hero-impact-strip{padding-left:16px;padding-right:16px}.hero-impact-title{font-size:clamp(32px,12vw,44px)}.hero-impact-search-tabs,.hero-impact-search-grid,.hero-impact-stage-metrics,.hero-impact-mini-cards,.hero-impact-strip{grid-template-columns:1fr}.hero-impact-stage-card,.hero-impact-stage{min-height:760px}.hero-impact-stage-header{align-items:flex-start;flex-direction:column}.hero-impact-stage-fab{align-self:flex-end}.hero-impact-floating-card{position:static;width:100%;margin-top:12px}}.hero-replica-grid{min-height:100%;height:100%;display:grid;grid-template-columns:40fr 70fr;align-items:stretch;gap:0}.hero-replica-left{padding:22px 60px 0 50px;display:flex;flex-direction:column;align-items:flex-start}.hero-city-pill-replica{display:inline-flex;align-items:center;border:1px solid #d5dff1;background:#eaf0fb;color:#2b5398;font-size:13px;font-weight:700;line-height:1;letter-spacing:.45px;border-radius:999px;padding:11px 16px;margin-bottom:20px;width:-moz-fit-content;width:fit-content;max-width:none}.hero-heading-replica.hero-heading-tight{margin:0;color:#10254d;font-size:clamp(32px,3.4vw,46px);line-height:1.06;font-weight:800;letter-spacing:-1px;width:100%;max-width:560px}.hero-heading-replica.hero-heading-tight span{color:#1458ff}.hero-description-replica.hero-description-tight{margin:14px 0 24px;color:#6d7a95;font-size:16px;font-weight:500;line-height:1.35;width:100%;max-width:500px}.hero-search-card-replica{background:#fff;border:0;border-radius:20px;box-shadow:0 12px 40px #0f1e5014;overflow:hidden;width:100%;max-width:500px;min-height:325px}.hero-search-row-top{display:none}.hero-mode-pill{height:34px;border:0;background:transparent;color:#5f6f8a;font-size:12px;font-weight:700;border-radius:8px;padding:0 11px;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.hero-mode-pill.active{background:#eef4ff;color:#1f3f7d}.hero-search-fields-grid{padding:20px 20px 18px;display:grid;grid-template-columns:1fr 1fr;gap:0}.hero-search-fields-grid>:nth-child(1),.hero-search-fields-grid>:nth-child(2),.hero-search-fields-grid>:last-child{grid-column:1 / -1}.hero-search-field{min-height:72px;border:0;border-bottom:1px solid #e5ebf5;border-radius:0;padding:14px 10px;display:flex;align-items:center;gap:12px;background:#fff}.hero-search-field-purpose{border-right:1px solid #e5ebf5}.hero-search-field-budget{padding-left:16px}.hero-search-icon{color:#1458ff;font-size:24px;margin-top:0}.hero-search-rupee{font-weight:700;font-size:23px}.hero-search-field-copy{min-width:0;flex:1}.hero-field-label{display:block;color:#6d7a95;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.hero-inline-control{width:100%}.hero-inline-control .ant-select-selector,.hero-inline-control .ant-select-selection-search-input,.hero-inline-control .ant-select-selection-item,.hero-inline-control .ant-select-selection-placeholder,.hero-inline-control .ant-select-selection-search,.hero-inline-control .ant-input,.hero-inline-control input{border:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;color:#10254d!important;font-size:16px!important;font-weight:500!important;height:auto!important;line-height:1.2!important}.hero-inline-control input::-moz-placeholder{color:#9aa7bd!important;font-weight:400!important}.hero-inline-control .ant-select-selection-placeholder,.hero-inline-control input::placeholder{color:#9aa7bd!important;font-weight:400!important}.hero-inline-control .ant-select-arrow{color:#1458ff;font-size:17px}.hero-search-submit{margin-top:14px;height:54px!important;border-radius:14px!important;border:0!important;background:linear-gradient(180deg,#ff8f43,#ff6a00)!important;color:#fff!important;font-size:14px!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%;box-shadow:0 8px 20px #ff6a0033!important;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.hero-search-submit:hover,.hero-search-submit:focus-visible{transform:translateY(-1px);filter:brightness(1.01);box-shadow:0 12px 24px #ff6a003d!important}.hero-popular-row-replica{margin-top:20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%;max-width:560px}.hero-popular-title{color:#10254d;font-size:13px;font-weight:700;width:100%}.hero-pop-chip{height:36px!important;border-radius:999px!important;border:1px solid #dce5f3!important;background:#fff!important;color:#32486f!important;font-size:12px!important;font-weight:700!important;padding:0 16px!important;box-shadow:0 2px 8px #0f1e500f!important}.hero-pop-chip span{margin-right:4px}.hero-replica-right{position:relative;display:flex;flex-direction:column;align-items:stretch;padding:0;overflow:hidden;border-radius:0}.hero-featured-card-replica{position:relative;height:100vh}.hero-featured-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#e8eef9;height:80%}.hero-featured-image-track{position:absolute;top:0;right:0;bottom:0;left:0}.hero-featured-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block!important;opacity:1;transition:opacity 1.2s ease}.hero-featured-image.is-active{opacity:1}.hero-replica-right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f6f8fcfa,#f6f8fcc7 3%,#f6f8fc38 7%,#fff0 12%),radial-gradient(220% 75% at 40% 100%,#081024eb 33%,#081024c2 43%,#08102475,#0810242e 69%,#08102400 75%),radial-gradient(95% 70% at 70% 110%,#08102480 28%,#0810244d,#0810241f 64%,#08102400 72%);pointer-events:none;margin-bottom:40px}.hero-featured-badge,.hero-featured-carousel-count{position:absolute;top:28px;z-index:6;height:36px;border-radius:10px;padding:0 18px;display:inline-flex;align-items:center;font-size:13px;font-weight:700;letter-spacing:.4px}.hero-featured-badge{left:10%;background:#213360db;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff}.hero-featured-badge-star{margin-right:10px;font-size:14px}.hero-featured-carousel-count{right:24px;justify-content:center;border-radius:12px;background:#fffffff5;color:#243758}.hero-featured-fav-btn{position:absolute;top:80px;right:24px;z-index:6;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.9);background:#fffffff5;color:#1d3557;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 20px #0f1e5024;transition:transform .18s ease,box-shadow .18s ease}.hero-featured-fav-btn:hover{transform:scale(1.03);box-shadow:0 12px 24px #0f1e502e}.hero-carousel-nav{position:absolute;top:calc(50% - 28px);z-index:6;width:44px;height:44px;border:1px solid rgba(255,255,255,.95);border-radius:999px;background:#fffffffa;color:#1d3557;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 24px #0f1e5029;transition:transform .2s ease,box-shadow .2s ease}.hero-carousel-nav:hover{transform:scale(1.04);box-shadow:0 16px 28px #0f1e5033}.hero-carousel-prev{left:5%}.hero-carousel-next{right:24px}.hero-featured-content{position:absolute;left:11%!important;right:24px!important;bottom:24%!important;z-index:7;border-radius:0;padding:0;background:transparent;box-shadow:none}.hero-featured-content-fade{animation:heroFeaturedContentFade .8s ease}@keyframes heroFeaturedContentFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-featured-title{margin:0;font-size:28px!important;line-height:1.06;font-weight:700;color:#fff;max-width:760px}.hero-featured-location{margin-top:8px;display:inline-flex;align-items:center;gap:8px;color:#ffffffe6;font-size:13px;font-weight:600}.hero-featured-location svg{color:#f97316}.hero-featured-price-row{margin-top:12px;display:flex;align-items:baseline;gap:12px}.hero-featured-price{color:#fff;font-size:24px!important;font-weight:800;line-height:1}.hero-featured-price-note{color:#ffffffd9;font-size:12px;font-weight:700}.hero-featured-meta-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,max-content)!important;-moz-column-gap:12px!important;column-gap:12px!important;justify-content:flex-start;width:-moz-fit-content;width:fit-content;max-width:100%}.hero-featured-meta-card{background:transparent;border:0;border-left:1px solid rgba(255,255,255,.4);border-radius:0;padding:0 10px;min-height:44px;display:flex;flex-direction:column;justify-content:center;gap:4px}.hero-featured-meta-card:first-child{border-left:0;padding-left:0}.hero-featured-meta-card strong{font-size:15px!important;font-weight:800;color:#fff;line-height:1.2}.hero-featured-meta-card span{font-size:12px!important;font-weight:700;color:#ffffffdb;line-height:1.2}.hero-featured-cta{margin-top:14px;height:46px!important;min-width:0!important;border-radius:14px!important;border:1px solid #dae4f5!important;background:#fff!important;color:#1458ff!important;font-size:14px!important;font-weight:700!important;letter-spacing:0!important;padding:0 22px!important;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 18px #1458ff14!important;transition:background .2s ease}.hero-featured-cta:hover,.hero-featured-cta:focus-visible{background:#edf4ff!important}.hero-featured-dots{position:absolute;left:50%;transform:translate(-50%);bottom:28px;display:inline-flex;gap:12px}.hero-featured-dots button{width:12px;height:12px;border-radius:999px;background:#9ca8c0;border:0;padding:0;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.hero-featured-dots button.active{background:#1458ff;transform:scale(1.06)}.hero-featured-content .hero-stats-strip{position:static!important;left:auto!important;bottom:auto!important;transform:none!important;width:100%!important;margin:12px 0 0!important;padding:12px 14px!important;border-radius:14px!important;background:#08102470!important;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 24px #08102447!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;z-index:1}.hero-featured-content .hero-stat-item{min-height:0;padding:6px 10px;gap:10px;border-right:1px solid rgba(255,255,255,.26)}.hero-featured-content .hero-stat-icon{width:44px;height:44px;font-size:18px}.hero-featured-content .hero-stat-copy strong{font-size:21px;color:#fff}.hero-featured-content .hero-stat-copy span{font-size:13px;color:#ffffffeb}.hero-featured-content .hero-stat-copy small{font-size:11px;color:#fffc}.hero-stats-strip{position:relative;left:auto;bottom:125px;transform:none;margin:20px 50px;padding:24px 28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-radius:24px;background:#fff;box-shadow:0 14px 40px #0f1e501a;z-index:20}.hero-stat-item{border:0;border-right:1px solid #e8edf7;border-radius:0;background:transparent;min-height:98px;padding:0 22px;display:flex;align-items:center;gap:16px}.hero-stat-item:last-child{border-right:0}.hero-stat-icon{width:64px;height:64px;border-radius:999px;background:#eef3ff;color:#1458ff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.hero-stat-copy{display:flex;flex-direction:column;gap:0}.hero-stat-copy strong{color:#10254d;font-size:28px;line-height:1.1;letter-spacing:-.5px}.hero-stat-copy span{color:#34496f;font-size:15px;font-weight:700;line-height:1.2}.hero-stat-copy small{color:#6d7a95;font-size:13px;line-height:1.22}@media (max-width: 960px){.hero-replica-shell{height:auto;min-height:0;overflow:visible;padding-bottom:22px}.hero-replica-shell:before{display:none}.hero-replica-grid{padding:0;grid-template-columns:1fr;min-height:0;height:auto}.hero-replica-left{padding:20px 20px 18px}.hero-replica-right:before{display:none}.hero-featured-card-replica{min-height:640px;border-radius:14px;overflow:hidden}.hero-featured-content{left:24px!important;right:24px!important;bottom:24px}.hero-featured-title{font-size:30px!important}.hero-featured-content .hero-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;border-radius:14px}.hero-carousel-prev,.hero-featured-badge{left:24px}.hero-carousel-next,.hero-featured-carousel-count{right:24px}.hero-stats-strip{position:static;transform:none;width:100%;margin:14px 0 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;border-radius:18px}.hero-stat-item{border-right:0;min-height:0;padding:8px}}@media (max-width: 768px){.hero-replica-grid{padding:0}.hero-replica-left{padding:18px 16px 14px}.hero-heading-replica.hero-heading-tight{font-size:40px;line-height:1.08}.hero-description-replica.hero-description-tight{margin-top:10px;font-size:18px}.hero-search-row-top{flex-wrap:wrap;gap:6px}.hero-mode-pill{flex:1 1 calc(50% - 3px);justify-content:center}.hero-search-fields-grid{grid-template-columns:1fr;gap:0}.hero-search-fields-grid>:nth-child(1),.hero-search-fields-grid>:nth-child(2),.hero-search-fields-grid>:nth-child(3),.hero-search-fields-grid>:nth-child(4),.hero-search-fields-grid>:last-child{grid-column:auto}.hero-search-field{border-right:0!important;min-height:78px}.hero-inline-control .ant-select-selector,.hero-inline-control .ant-select-selection-search-input,.hero-inline-control .ant-select-selection-item,.hero-inline-control .ant-select-selection-placeholder,.hero-inline-control .ant-select-selection-search,.hero-inline-control .ant-input,.hero-inline-control input{font-size:18px!important}.hero-search-submit{min-height:54px!important;height:54px!important}.hero-featured-card-replica{min-height:520px;border-radius:12px;overflow:hidden}.hero-featured-image{-o-object-position:center;object-position:center}.hero-replica-right:after{background:radial-gradient(220% 75% at 40% 100%,#081024eb 33%,#081024c2 43%,#08102475,#0810242e 69%,#08102400 75%),radial-gradient(95% 70% at 70% 110%,#08102480 28%,#0810244d,#0810241f 64%,#08102400 72%)}.hero-featured-title{font-size:28px!important}.hero-featured-content .hero-stats-strip{grid-template-columns:1fr;margin-top:12px;padding:10px;border-radius:12px}.hero-featured-price{font-size:24px!important}.hero-featured-price-note{font-size:12px}.hero-featured-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-featured-meta-card strong{font-size:15px!important}.hero-featured-meta-card span{font-size:11px!important}.hero-stats-strip{width:100%;margin-top:14px;padding:12px;grid-template-columns:1fr;gap:8px}.hero-stat-icon{width:52px;height:52px;font-size:22px}.hero-stat-copy strong{font-size:24px}.hero-stat-copy span{font-size:14px}.hero-stat-copy small{font-size:11px}}.hero-replica-shell{background:#f6f8fc;color:#10254d;overflow:visible}.hero-replica-shell .hero-heading-replica,.hero-replica-shell .hero-heading-replica.hero-heading-tight,.hero-replica-shell .hero-stat-copy strong{color:#10254d!important}.hero-replica-shell .hero-description-replica,.hero-replica-shell .hero-description-replica.hero-description-tight,.hero-replica-shell .hero-field-label,.hero-replica-shell .hero-popular-title,.hero-replica-shell .hero-stat-copy span,.hero-replica-shell .hero-stat-copy small{color:#666!important}.hero-replica-shell .hero-city-pill,.hero-replica-shell .hero-city-pill-replica{color:#0052cc!important;border-color:#0052cc24!important}.hero-replica-shell .hero-search-fields-grid,.hero-replica-shell .hero-search-field,.hero-replica-shell .hero-stats-strip,.hero-replica-shell .hero-featured-meta-card{border-color:#e8e8e8!important}.hero-replica-shell .hero-inline-control .ant-select-selector,.hero-replica-shell .hero-inline-control .ant-select-selection-item,.hero-replica-shell .hero-inline-control .ant-select-selection-placeholder,.hero-replica-shell .hero-inline-control .ant-input{color:#1a1a1a!important}.hero-replica-shell .hero-search-submit,.hero-replica-shell .hero-featured-cta{background:linear-gradient(135deg,#f72,#d94400)!important;border-color:transparent!important;color:#fff!important}.hero-replica-shell .hero-search-submit:hover,.hero-replica-shell .hero-featured-cta:hover,.hero-replica-shell .hero-featured-cta:focus-visible{background:linear-gradient(135deg,#ff8a33,#e05510)!important;color:#fff!important}.hero-replica-shell .hero-replica-right .hero-featured-title,.hero-replica-shell .hero-replica-right .hero-featured-location,.hero-replica-shell .hero-replica-right .hero-featured-location span,.hero-replica-shell .hero-replica-right .hero-featured-price,.hero-replica-shell .hero-replica-right .hero-featured-price-note,.hero-replica-shell .hero-replica-right .hero-featured-meta-card strong,.hero-replica-shell .hero-replica-right .hero-featured-meta-card span{color:#fff!important}.hero-replica-shell .hero-replica-right .hero-featured-location svg{color:#fff!important}.hero-replica-shell .hero-replica-left .hero-city-pill-replica{font-size:11px;padding:9px 14px;margin-bottom:16px}.hero-replica-shell .hero-replica-left .hero-heading-replica.hero-heading-tight{font-size:clamp(29px,3vw,35px);line-height:1.08;letter-spacing:-.8px}.hero-replica-shell .hero-replica-left .hero-description-replica.hero-description-tight{margin:10px 0 18px;font-size:14px;line-height:1.4}.hero-replica-shell .hero-replica-left .hero-popular-title{font-size:11px}.hero-replica-shell .hero-replica-left .hero-pop-chip{font-size:10px!important}.hero-replica-shell .hero-replica-left .hero-search-field{position:relative}.hero-replica-shell .hero-replica-left .hero-search-field-copy{padding-right:20px}.hero-replica-shell .hero-replica-left .hero-search-field:after{content:"";position:absolute;right:14px;top:50%;width:7px;height:7px;border-right:2px solid #2f5fb3;border-bottom:2px solid #2f5fb3;transform:translateY(-55%) rotate(45deg);pointer-events:none;opacity:.95}.hero-replica-shell .hero-replica-left .hero-inline-control .ant-select-arrow{opacity:0!important}.hero-replica-shell .hero-replica-left{padding-top:20px}.hero-replica-shell .hero-replica-left .hero-city-pill-replica{font-size:10px;padding:8px 13px;margin-bottom:14px}.hero-replica-shell .hero-replica-left .hero-heading-replica.hero-heading-tight{font-size:clamp(30px,3.1vw,35px);line-height:1.12}.hero-replica-shell .hero-replica-left .hero-description-replica.hero-description-tight{margin:10px 0 18px;font-size:15px;line-height:1.45}.hero-replica-shell .hero-replica-left .hero-field-label{font-size:11px}.hero-replica-shell .hero-replica-left .hero-inline-control .ant-select-selector,.hero-replica-shell .hero-replica-left .hero-inline-control .ant-select-selection-search-input,.hero-replica-shell .hero-replica-left .hero-inline-control .ant-select-selection-item,.hero-replica-shell .hero-replica-left .hero-inline-control .ant-select-selection-placeholder,.hero-replica-shell .hero-replica-left .hero-inline-control .ant-select-selection-search,.hero-replica-shell .hero-replica-left .hero-inline-control .ant-input,.hero-replica-shell .hero-replica-left .hero-inline-control input{font-size:14px!important}.hero-replica-shell .hero-replica-left .hero-search-card-replica{min-height:312px}.hero-replica-shell .hero-replica-left .hero-search-fields-grid{padding:14px 14px 12px}.hero-replica-shell .hero-replica-left .hero-search-field{min-height:68px;padding:12px 10px}.hero-replica-shell .hero-replica-left .hero-search-submit{margin-top:10px;height:48px!important;min-height:48px!important;font-size:13px!important}.hero-replica-shell .hero-replica-left .hero-popular-row-replica{margin-top:12px;gap:8px}.hero-replica-shell .hero-search-submit,.hero-replica-shell .hero-featured-cta{border-radius:10px!important}.hero-search-card-replica{position:relative}.hero-location-search-cue{position:absolute;top:10px;right:12px;z-index:2;pointer-events:none;display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 10px;background:#edf3ffe6;color:#3a5ea9;font-size:11px;font-weight:700;line-height:1}.hero-location-search-cue .anticon{font-size:11px}@media (max-width: 768px){.hero-location-search-cue{display:none}}.hero-replica-shell .hero-search-submit{background:#ff6a00!important;border-color:#ff6a00!important;color:#fff!important}.hero-replica-shell .hero-search-submit:hover,.hero-replica-shell .hero-search-submit:focus-visible{background:#e95f00!important;border-color:#e95f00!important;color:#fff!important}.hero-replica-shell .hero-featured-cta,.hero-replica-shell .hero-featured-cta:hover,.hero-replica-shell .hero-featured-cta:focus-visible{background:#fff!important;border-color:#fff!important;color:#1458ff!important}.fp-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:0 10px 35px}.fp-section-title{margin-bottom:8px!important}.fp-section-subtitle{margin:0;color:#6d7a95;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:12px}.fp-section-subtitle:before{content:"";width:44px;height:3px;border-radius:999px;background:linear-gradient(90deg,#ff6a00,#ff8a2b)}.fp-empty-state{border:1px dashed #d8deea;border-radius:14px;padding:20px;background:#f8fbff;color:#47607d;font-size:14px}.fp-view-all-btn{height:44px!important;border-radius:12px!important;border:1px solid #e5ebf5!important;background:#fff!important;color:#ff6a00!important;font-size:13px!important;font-weight:700!important;padding:0 20px!important;box-shadow:0 8px 22px #0f1e5014!important}.fp-single-wrap{position:relative;display:grid;grid-template-columns:minmax(0,70%) minmax(280px,30%);gap:18px;align-items:stretch}.fp-single-card{border-radius:26px;overflow:hidden;border:1px solid #dbe4f2;box-shadow:0 20px 44px #0f1e5029;background:#fff;cursor:pointer;width:100%}.fp-single-side{min-width:0;display:flex}.fp-single-media{position:relative;min-height:400px;display:grid;grid-template-columns:62% 38%;height:100%}.fp-single-image{position:absolute;top:0;bottom:0;left:0;width:62%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:0;transition:opacity .5s ease}.fp-single-image.is-active{opacity:1}.fp-single-sale-badge{position:absolute;top:20px;left:20px;height:30px;border-radius:12px;padding:0 16px;display:inline-flex;align-items:center;background:#ff365c;color:#fff;font-size:10px;font-weight:800;letter-spacing:.03em;z-index:3}.fp-single-sale-badge.sold{background:#198754}.fp-single-views-badge{position:absolute;left:20px;bottom:20px;height:30px;border-radius:11px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;background:#080f1eb8;color:#fff;font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3}.fp-single-views-badge .anticon{font-size:12px}.fp-single-panel{position:relative;grid-column:2;width:100%;height:100%;padding:24px 22px 18px;display:flex;flex-direction:column;overflow:hidden;z-index:2}.fp-single-panel:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;background-image:var(--fp-single-bg-image);background-size:cover;background-position:center;filter:blur(16px);transform:scale(1.08);opacity:.42;z-index:0}.fp-single-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#151a23c7,#0a0e1633);z-index:0}.fp-single-panel>*{position:relative;z-index:1}.fp-single-featured-pill{width:-moz-fit-content;width:fit-content;border-radius:14px;background:#fff;color:#1f5dff;font-size:11px;font-weight:800;letter-spacing:.02em;padding:6px 10px}.fp-single-title{margin:16px 0 0;color:#fff;font-size:26px;line-height:1.1;font-weight:800}.fp-single-location{margin-top:12px;display:inline-flex;align-items:center;gap:10px;color:#ffffffeb;font-size:12px;font-weight:500}.fp-single-location .anticon{font-size:13px}.fp-single-price-row{margin-top:16px;display:flex;align-items:baseline;gap:14px;color:#fff}.fp-single-price-row strong{font-size:18px;font-weight:800;line-height:1}.fp-single-meta-row{margin-top:16px;display:flex;flex-wrap:wrap;gap:12px}.fp-single-meta-row span{border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff24;color:#fff;padding:5px 7px;font-size:10px;font-weight:500;display:inline-flex;align-items:center;gap:8px}.fp-single-verified-row{margin-top:14px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:12px;font-weight:500}.fp-single-verified-row .anticon{color:#27bf73;font-size:13px}.fp-single-whatsapp-card{width:100%;border-radius:12px;border:1px solid #dde6f4;background:#fff;color:#1c2746;padding:12px;display:flex;flex-direction:column;gap:8px;box-shadow:0 14px 28px #0a14281f}.fp-wa-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.fp-wa-head h4{margin:0;font-size:14px;line-height:1.2;font-weight:800;color:#1f8a43}.fp-wa-head p{margin:3px 0 0;font-size:11px;line-height:1.35;color:#21304c}.fp-wa-icon-bubble{width:50px;height:50px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#2bc15a,#11a948);color:#fff;font-size:18px;flex-shrink:0}.fp-wa-points{display:grid;gap:15px}.fp-wa-points span{display:inline-flex;align-items:center;gap:8px;font-size:11px;color:#1e2e4a;font-weight:600}.fp-wa-points .anticon{font-size:12px;color:#1fb45a}.fp-wa-primary{width:100%;border:0;border-radius:9px;min-height:40px;background:linear-gradient(180deg,#26c15a,#14a74a);color:#fff;padding:14px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;font-weight:700;cursor:pointer;margin-top:10px}.fp-wa-primary-text{display:inline-flex;align-items:center;gap:6px}.fp-wa-tag{border-radius:7px;background:#ffffff3d;padding:5px 7px;font-size:10px;font-weight:700}.fp-wa-divider{text-align:center;font-size:11px;font-weight:700;color:#60708c;line-height:1;position:relative}.fp-wa-divider:before,.fp-wa-divider:after{content:"";position:absolute;top:50%;width:38%;height:1px;background:#dde5f2}.fp-wa-divider:before{left:0}.fp-wa-divider:after{right:0}.fp-wa-help{margin:0;font-size:11px;color:#2b3b59;font-weight:500}.fp-wa-callback-row{display:grid;grid-template-columns:1fr auto;gap:8px}.fp-wa-input{height:34px;border-radius:8px;border:1px solid #d5deec;background:#fff;padding:0 10px;font-size:11px;color:#20304d;outline:none}.fp-wa-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629}.fp-wa-callback-btn{height:34px;border:0;border-radius:8px;padding:0 11px;background:linear-gradient(180deg,#ff8f2f,#ff6b14);color:#fff;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.fp-wa-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.fp-wa-trust-row span{border-radius:8px;border:1px solid #e5ecf7;background:#f8fbff;padding:6px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px;font-size:10px;line-height:1.2;color:#21314f;font-weight:600}.fp-wa-trust-row .anticon{font-size:12px;color:#1b4aa0}.fp-wa-privacy-note{border-radius:8px;background:#ecf8f1;color:#1f5a39;min-height:32px;padding:7px 9px;display:inline-flex;align-items:center;gap:6px;font-size:10px;line-height:1.25;font-weight:600}.fp-wa-privacy-note .anticon{color:#1fa157;font-size:12px}.fp-single-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.fp-single-action-primary,.fp-single-action-secondary{height:42px!important;border-radius:12px!important;font-size:13px!important;font-weight:700!important}.fp-single-action-primary{border:0!important;background:linear-gradient(180deg,#2a69ff,#1458ff)!important;color:#fff!important}.fp-single-action-secondary{border:1px solid rgba(255,255,255,.72)!important;background:transparent!important;color:#fff!important}@media (max-width: 1100px){.fp-single-wrap{grid-template-columns:minmax(0,64%) minmax(260px,36%);gap:14px}.fp-single-media{min-height:400px;grid-template-columns:58% 42%}.fp-single-panel{padding:20px 16px 16px}.fp-single-title{font-size:24px}.fp-single-price-row strong{font-size:20px}.fp-single-price-row span,.fp-wa-head h4{font-size:13px}.fp-wa-head p,.fp-wa-points span,.fp-wa-help,.fp-wa-input,.fp-wa-callback-btn{font-size:10px}}@media (max-width: 900px){.fp-single-wrap{grid-template-columns:1fr;gap:12px}.fp-single-side{order:2}.fp-single-media{min-height:400px;grid-template-columns:1fr}.fp-single-image{width:100%}.fp-single-panel{position:absolute;left:0;right:0;bottom:0;min-height:56%;padding:20px 16px 16px;border-left:0;overflow-y:auto}.fp-single-title{font-size:21px}.fp-single-location{font-size:12px}.fp-single-price-row{margin-top:14px}.fp-single-price-row strong{font-size:19px}.fp-single-price-row span{font-size:12px}.fp-single-meta-row span{font-size:11px}.fp-single-verified-row{font-size:12px}.fp-single-whatsapp-card{gap:7px;padding:9px}}@media (max-width: 640px){.fp-single-card{border-radius:16px}.fp-single-media{min-height:400px}.fp-single-panel{min-height:62%;padding:14px 12px 12px}.fp-single-sale-badge{top:14px;left:14px;height:30px;border-radius:9px;padding:0 11px;font-size:11px}.fp-single-views-badge{left:14px;bottom:14px;height:28px;border-radius:9px;padding:0 10px;font-size:10px}.fp-single-featured-pill{font-size:11px;padding:6px 10px;border-radius:9px}.fp-single-title{font-size:19px}.fp-single-actions,.fp-wa-callback-row{grid-template-columns:1fr}}.fp-double-wrap{display:grid;grid-template-columns:1fr;gap:16px}.fp-double-card{border-radius:16px;overflow:hidden;border:1px solid #e6ecf6;box-shadow:0 10px 28px #0f245414;background:#fff;cursor:pointer}.fp-double-row{display:grid;grid-template-columns:minmax(360px,45%) minmax(350px,35%) minmax(230px,20%);min-height:292px}.fp-double-media{position:relative;min-height:292px;border-right:1px solid #edf1f8}.fp-double-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:0;transition:opacity .5s ease}.fp-double-image.is-active{opacity:1}.fp-double-sale-badge{position:absolute;top:14px;left:14px;height:28px;border-radius:999px;padding:0 12px;display:inline-flex;align-items:center;background:#ff3a5e;color:#fff;font-size:10px;font-weight:800;letter-spacing:.02em;z-index:3}.fp-double-sale-badge.sold{background:#198754}.fp-double-fav-btn{position:absolute;top:12px;right:12px;z-index:3;width:36px;height:36px;border-radius:999px;border:1px solid rgba(181,194,215,.7);background:#fffffff5;color:#2f3f62;display:inline-flex;align-items:center;justify-content:center}.fp-double-views-badge{position:absolute;left:14px;bottom:14px;height:28px;border-radius:10px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;background:#070f1ab3;color:#fff;font-size:10px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3}.fp-double-views-badge .anticon{font-size:10px}.fp-double-photos-badge{position:absolute;right:14px;bottom:14px;height:28px;border-radius:10px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;background:#070f1ab3;color:#fff;font-size:10px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3}.fp-double-panel{padding:16px 16px 14px;display:flex;flex-direction:column;border-right:1px solid #edf1f8}.fp-double-featured-pill{width:-moz-fit-content;width:fit-content;border-radius:999px;background:#eaf1ff;color:#2f6aff;font-size:10px;font-weight:800;letter-spacing:.02em;padding:5px 10px}.fp-double-title{margin:10px 0 0;color:#1b2e54;font-size:20px;line-height:1.2;font-weight:800}.fp-double-location{margin-top:8px;display:inline-flex;align-items:center;gap:7px;color:#4b5d7f;font-size:12px;font-weight:500}.fp-double-location .anticon{font-size:12px}.fp-double-price-row{margin-top:10px;display:flex;align-items:baseline;gap:10px;color:#1b2e54}.fp-double-price-row strong{font-size:18px;font-weight:800;line-height:1}.fp-double-meta-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.fp-double-meta-row span{border-radius:10px;border:1px solid #dce5f4;background:#fbfdff;color:#314567;padding:7px 10px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.fp-double-meta-icon{width:18px;height:18px;min-width:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;color:#1f4f93;background:#eaf2ff;border:1px solid #d0dcf2;border-radius:5px;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;margin-right:1px}.fp-double-meta-icon path,.fp-double-meta-icon rect,.fp-double-meta-icon line{stroke:currentColor;fill:none}.fp-double-meta-row span .fp-double-meta-icon,.fp-single-meta-row span .fp-double-meta-icon,.fp-quick-meta span .fp-double-meta-icon,.fp-wa-trust-row span .fp-double-meta-icon{vertical-align:-3px}.fp-double-info-row{margin-top:12px;display:block}.fp-double-points{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:17px}.fp-double-points li{display:inline-flex;align-items:center;gap:8px;color:#223a63;font-size:11px;font-weight:600}.fp-double-points .anticon{color:#22a660;font-size:11px}.fp-double-demand-card{border:1px solid #f4dbc8;border-radius:12px;background:linear-gradient(180deg,#fffaf3,#fff6ed);padding:10px 10px 9px}.fp-double-demand-title{display:inline-flex;align-items:center;gap:6px;color:#e96a2f;font-size:11px;font-weight:700}.fp-double-demand-copy{margin-top:6px;display:flex;flex-direction:column;gap:2px}.fp-double-demand-copy strong{color:#ef6f30;font-size:10px;font-weight:800}.fp-double-demand-copy span{color:#2f405f;font-size:11px;font-weight:600;line-height:1.25}.fp-double-visit{padding:16px 16px 14px;display:flex;flex-direction:column;gap:14px;justify-content:flex-start}.fp-double-visit h4{margin:0;color:#1f3155;font-size:24px;line-height:1.05;font-weight:800}.fp-double-visit p{margin:0;color:#5a6d8f;font-size:12px;font-weight:500}.fp-double-wa-btn{border:0;height:46px;border-radius:10px;background:linear-gradient(180deg,#22c55e,#13a750);color:#fff;padding:0 12px;display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700;cursor:pointer}.fp-double-wa-btn .anticon{font-size:20px}.fp-double-wa-btn span{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.fp-double-wa-btn small{margin-top:2px;font-size:10px;font-weight:600;opacity:.95}.fp-double-visit-or{position:relative;text-align:center;color:#95a4be;font-size:11px;font-weight:700;letter-spacing:.08em;margin:2px 0}.fp-double-visit-or:before,.fp-double-visit-or:after{content:"";position:absolute;top:50%;width:calc(50% - 18px);border-top:1px solid #e4ebf7}.fp-double-visit-or:before{left:0}.fp-double-visit-or:after{right:0}.fp-double-callback-btn{border:1px solid #c8d4e8;height:42px;border-radius:10px;background:#fff;color:#25395f;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700;cursor:pointer}.fp-double-callback-note{display:inline-flex;align-items:flex-start;gap:8px;color:#4b5f81;font-size:11px;font-weight:500;line-height:1.35;margin-top:auto;padding-top:6px}.fp-double-callback-note .anticon{margin-top:1px;color:#6f819f}@media (max-width: 1380px){.fp-double-row{grid-template-columns:minmax(320px,44%) minmax(300px,34%) minmax(220px,22%)}.fp-double-visit h4{font-size:22px}.fp-double-visit p{font-size:12px}}@media (max-width: 1180px){.fp-double-row{grid-template-columns:1fr}.fp-double-media,.fp-double-panel{border-right:0}.fp-double-media{min-height:300px;border-bottom:1px solid #edf1f8}.fp-double-panel{border-bottom:1px solid #edf1f8}.fp-double-visit{padding-top:16px}}@media (max-width: 680px){.fp-double-card{border-radius:12px}.fp-double-media{min-height:240px}.fp-double-panel{padding:14px 12px}.fp-double-title{font-size:17px}.fp-double-price-row strong{font-size:21px}.fp-double-meta-row span{font-size:11px;padding:7px 8px}.fp-double-info-row{grid-template-columns:1fr}.fp-double-demand-card{max-width:220px}.fp-double-visit{padding:14px 12px 16px}.fp-double-visit h4{font-size:18px}.fp-double-visit p{font-size:12px}}.fp-carousel-wrap,.fp-carousel-stage{position:relative}.fp-cards-viewport{margin:0;overflow:hidden}.fp-pages-track{display:flex;transition:transform .42s cubic-bezier(.22,.61,.36,1);will-change:transform}.fp-page{min-width:100%;flex:0 0 100%}.fp-cards-row{margin-left:0!important;margin-right:0!important}.fp-stage-arrow{position:absolute!important;top:44%;transform:translateY(-50%);width:54px!important;height:54px!important;border-radius:999px!important;border:1px solid #d8e3f7!important;background:#fff!important;color:#1a376f!important;box-shadow:0 16px 30px #0f1e5024;z-index:5}.fp-stage-arrow-left{left:-20px}.fp-stage-arrow-right{right:-20px}.fp-card{border-radius:16px;overflow:hidden;border:1px solid #e2e9f6;background:#fff;box-shadow:0 12px 32px #0f1e501a;transition:transform .22s ease,box-shadow .22s ease;height:100%;display:flex;flex-direction:column}.fp-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px #0f1e5029}.fp-card-image-wrap{position:relative;height:170px;overflow:hidden}.fp-card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;opacity:0;transition:opacity .56s ease,transform .3s ease}.fp-card-image.is-active{opacity:1}.fp-card:hover .fp-card-image{transform:scale(1.04)}.fp-card:hover .fp-card-image:not(.is-active){transform:none}.fp-card-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08102414 20%,#081024c7)}.fp-card-status-row{position:absolute;top:10px;left:10px;right:10px;z-index:2;display:flex;align-items:center;justify-content:space-between}.fp-status-badge{height:26px;border-radius:8px;padding:0 11px;background:#ff445e;color:#fff;display:inline-flex;align-items:center;font-size:10px;font-weight:800}.fp-status-badge.sold{background:#0b8f63}.fp-fav-btn{width:38px;height:38px;border-radius:999px;border:1px solid #e8edf7;background:#fff;color:#516281;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.fp-card-bottom-row{position:absolute;left:10px;right:10px;bottom:8px;z-index:2;display:flex;align-items:flex-end;justify-content:flex-start;gap:10px}.fp-card-carousel-dots{position:absolute;right:10px;bottom:11px;display:inline-flex;gap:4px;z-index:3}.fp-card-carousel-dots span{width:5px;height:5px;border-radius:999px;background:#ffffff73}.fp-card-carousel-dots span.is-active{width:13px;background:#fffffff2}.fp-rating-pill{border-radius:999px;background:#081024bf;color:#fff;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:5px}.fp-price-pill{min-width:96px;padding:6px 8px;border-radius:12px;background:#08102494;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:right;color:#fff;line-height:1.15}.fp-price-pill strong{display:block;font-size:14px;font-weight:800}.fp-card-content{padding:14px;display:flex;flex-direction:column;gap:10px;flex:1}.fp-card-head-block{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%}.fp-card-title-location{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.fp-card-title-row{display:block;width:100%}.fp-card-title-row h4{flex:1;min-width:0;margin:0;color:#162340;font-size:14px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fp-builder-mark{font-size:10px;color:#6e84ad;font-weight:800;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border:0;background:transparent;padding:0;border-radius:0}.fp-builder-logo{flex:0 0 86px;min-width:86px;height:60px;display:inline-flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.fp-builder-logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.fp-builder-logo-fallback{display:none;color:#6e84ad;font-size:10px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.fp-location-row{color:#5e6d88;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:9px}.fp-card-price-inline{margin-top:6px;color:#1b2f56}.fp-card-price-inline strong{font-size:17px;font-weight:800;line-height:1.15}.fp-quick-meta{display:flex;flex-wrap:nowrap;gap:6px;min-width:0}.fp-quick-meta span{border-radius:10px;border:0;background:#f4f7ff;color:#3d4f71;font-size:11px;font-weight:600;padding:4px 8px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.fp-quick-meta span .anticon{color:#2a69ff;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.fp-ready-meta{display:flex;margin-top:-2px}.fp-ready-meta span{border-radius:10px;border:1px solid #dbe4f5;background:#f9fbff;color:#3d4f71;font-size:11px;font-weight:600;padding:4px 8px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.fp-card-subfooter{margin-top:2px;padding-top:10px;border-top:1px dashed #dbe4f5;display:flex;justify-content:space-between;align-items:center;gap:10px;color:#8a98b4;font-size:11px;font-weight:600}.fp-verified-pill{color:#198754;display:inline-flex;align-items:center;gap:6px}.fp-updated-pill{display:inline-flex;align-items:center;gap:6px}.fp-card-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px}.fp-btn-primary{height:40px!important;border-radius:10px!important;background:linear-gradient(180deg,#2a69ff,#1458ff)!important;border-color:#1458ff!important;color:#fff!important;font-weight:700!important;font-size:12px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:8px}.fp-btn-secondary{height:40px!important;border-radius:10px!important;border-color:#2a69ff!important;color:#1f3f7d!important;font-weight:700!important;font-size:12px!important}.fp-btn-arrow{font-size:13px}.fp-pagination-row{margin:14px 0 18px;display:flex;align-items:center;justify-content:center;gap:14px}.fp-mini-nav{width:36px;height:36px;border-radius:999px;border:1px solid #e5ebf5;background:#fff;color:#3e5276;display:inline-flex;align-items:center;justify-content:center}.fp-mini-nav:disabled{opacity:.45}.fp-page-count{color:#5f6f8a;font-size:14px;font-weight:700}.fp-dots{display:inline-flex;gap:8px;margin-left:10px}.fp-dots span{width:8px;height:8px;border-radius:999px;background:#d3dced}.fp-dots span.active{background:#165cff;width:22px}.fp-quality-strip{border-radius:12px;border:1px solid #e6edf8;background:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.fp-quality-item{padding:12px;display:flex;align-items:center;gap:10px;border-right:1px solid #e9eef8}.fp-quality-item:last-child{border-right:0}.fp-quality-icon{width:40px;height:40px;border-radius:999px;background:#eef3ff;color:#165cff;display:inline-flex;align-items:center;justify-content:center;font-size:17px}.fp-quality-copy strong{display:block;color:#162340;font-size:14px;line-height:1.3;font-weight:700}.fp-quality-copy span{display:block;margin-top:4px;color:#6d7a95;font-size:12px;line-height:1.4}@media (max-width: 1200px){.fp-cards-viewport{margin:0}.fp-price-pill strong{font-size:15px}.fp-price-pill span{font-size:9px}.fp-card-title-row h4{font-size:13px}.fp-quality-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.fp-quality-item:nth-child(2){border-right:0}}@media (max-width: 900px){.fp-cards-viewport{margin:0}.fp-section-header{flex-direction:column;align-items:flex-start}.fp-view-all-btn{width:100%;justify-content:center}.fp-stage-arrow{display:none!important}.fp-card-image-wrap{height:190px}.fp-pagination-row{margin-top:16px}.fp-price-pill{min-width:92px;padding:6px 8px}.fp-quick-meta{flex-wrap:wrap}}@media (max-width: 768px){.fp-section-subtitle{font-size:14px}.fp-card-content{padding:14px}.fp-quality-strip{grid-template-columns:1fr}.fp-quality-item{border-right:0;border-bottom:1px solid #e9eef8}.fp-quality-item:last-child{border-bottom:0}.fp-status-badge{height:24px;font-size:10px;padding:0 10px}.fp-fav-btn{width:34px;height:34px;font-size:13px}.fp-card-image-wrap{height:170px}.fp-price-pill{min-width:88px}.fp-builder-mark{font-size:10px;padding:0}.fp-builder-logo{min-width:78px;height:28px}.fp-quick-meta,.fp-ready-meta{width:100%}.fp-btn-primary,.fp-btn-secondary{height:38px!important;font-size:12px!important}.fp-mini-nav{width:32px;height:32px}.fp-page-count{font-size:14px}}.latest-section-replica{margin-top:10px}.latest-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:30px;margin-top:60px}.latest-head-copy{min-width:0}.latest-section-title{margin-bottom:6px!important}.latest-section-subtitle{margin:0;color:#60708f;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:10px}.latest-section-subtitle:before{content:"";width:34px;height:3px;border-radius:999px;background:linear-gradient(90deg,#ff6a00,#ff8a2b)}.latest-view-all-btn{height:38px!important;border-radius:12px!important;border:1px solid #2d63ff!important;background:#fff!important;color:#2d63ff!important;font-size:15px!important;font-weight:700!important;padding:0 18px!important;display:inline-flex!important;align-items:center;gap:8px;margin-top:10px}.latest-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.latest-filter-chip{height:36px;border:0;border-radius:10px;background:transparent;color:#5f7090;font-size:14px;font-weight:500;padding:0 14px;cursor:pointer}.latest-filter-chip.active{background:linear-gradient(180deg,#3b72ff,#1e5dff);color:#fff;font-weight:600}.latest-filter-chip:hover{color:#2d63ff}.latest-filter-chip.active:hover{color:#fff}.latest-grid-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:18px}.latest-grid-row>div{display:flex;min-width:0}.latest-empty-state{border:1px solid #dbe4f4;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff);box-shadow:0 10px 28px #142d5f14;padding:28px 24px;text-align:center;margin-bottom:18px}.latest-empty-state h3{margin:0;color:#1d335f;font-size:20px;font-weight:700}.latest-empty-state p{margin:10px auto 0;max-width:640px;color:#60708f;font-size:14px;font-weight:500;line-height:1.5}.latest-empty-actions{margin-top:16px;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.latest-empty-actions .ant-btn{height:38px;border-radius:10px;font-weight:600;padding:0 14px}.latest-card-item{width:100%;min-height:305px;height:100%;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;border:1px solid #dbe3f3;background:#fff;box-shadow:0 8px 26px #0f1e5014;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.latest-card-item:hover{transform:translateY(-3px);box-shadow:0 14px 34px #0f1e5024}.latest-card-image-wrap{position:relative;height:144px;overflow:visible;z-index:1}.latest-card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;opacity:0;transition:opacity .56s ease}.latest-card-image.is-active{opacity:1}.latest-card-carousel{position:absolute;top:0;right:0;bottom:0;left:0}.latest-card-carousel-dots{position:absolute;right:10px;bottom:10px;display:inline-flex;gap:4px;z-index:2}.latest-card-carousel-dots span{width:5px;height:5px;border-radius:999px;background:#ffffff73}.latest-card-carousel-dots span.is-active{width:13px;background:#fffffff2}.latest-status-badge{position:absolute;top:10px;left:10px;height:30px;border-radius:10px;padding:0 12px;color:#fff;display:inline-flex;align-items:center;font-size:12px;font-weight:800;letter-spacing:.03em}.latest-status-badge.new{background:#169f5d}.latest-status-badge.hot{background:#ff3d3d}.latest-type-pill{position:absolute;left:10px;bottom:-7px;z-index:4;border-radius:9px;background:#fff;color:#2d63ff;border:1px solid #dfe8f8;padding:4px 10px;font-size:12px;font-weight:700}.latest-card-fav-btn{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.7);background:#0c162694;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;transition:transform .18s ease,background .18s ease}.latest-card-fav-btn:hover{transform:scale(1.05);background:#0c1626b8}.latest-card-body{flex:1;display:flex;flex-direction:column;gap:4px;padding:12px 14px 14px}.latest-card-title{margin:0;color:#1b2e57;font-size:14px;font-weight:600;line-height:1.28;min-height:2.56em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-card-location{margin:2px 0 0;color:#5f7090;font-size:13px;font-weight:500;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.latest-card-location:before{content:"📍";margin-right:7px}.latest-card-price{margin:4px 0 0;color:#ff3d3d;font-size:16px;font-weight:800;line-height:1.2}.fp-single-title-btn{width:100%;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;font:inherit;color:inherit;display:block}.latest-card-updated{margin:0;color:#7a8ba8;font-size:12px;font-weight:600;line-height:1.25}.latest-card-meta-line{margin-top:8px;cursor:pointer;display:flex;flex-wrap:nowrap;align-items:center;gap:8px;color:#5f7090;font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.latest-card-meta-line span+span:before{content:"•";margin-right:8px;color:#8fa0be}.latest-load-more-wrap{display:flex;justify-content:center}.latest-load-more-btn{height:40px!important;border-radius:10px!important;border:1px solid #2d63ff!important;background:#fff!important;color:#2d63ff!important;font-size:14px!important;font-weight:700!important;padding:0 28px!important}.home-rail-section{margin:24px 0!important}.home-rail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.home-rail-title{margin-bottom:8px!important}.home-rail-subtitle{margin:0;color:#60708f;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:10px}.home-rail-subtitle:before{content:"";width:34px;height:3px;border-radius:999px;background:linear-gradient(90deg,#ff6a00,#ff8a2b)}.home-rail-view-all-btn{height:38px!important;border-radius:10px!important;border:1px solid #d7e3f7!important;background:#fff!important;color:#2d63ff!important;font-weight:700!important;padding:0 16px!important}.home-rail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.home-rail-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.home-rail-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.home-rail-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.home-rail-section.no-pagination{padding-bottom:54px}.home-rail-arrow{width:38px;height:38px;border-radius:999px;border:1px solid #d7e3f7;background:#fff;color:#1f4ca1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.home-rail-arrow:disabled{opacity:.45;cursor:not-allowed}.home-rail-page-count{color:#5f7090;font-size:13px;font-weight:700;min-width:58px;text-align:center}.home-explore-links-section{margin:22px 0 32px!important;background:#f6f8fe;padding:18px 16px 16px;position:relative;overflow:hidden}.home-explore-head{margin-bottom:12px}.home-explore-title{margin-bottom:0!important;color:#204a9d!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;font-size:24px!important;display:inline-flex;align-items:center;gap:8px}.home-explore-title:before{content:"";width:3px;height:18px;border-radius:999px;background:#ff8a2b}.home-explore-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-explore-card{position:relative;overflow:hidden;border-radius:14px;border:1px solid #d9e2f3;box-shadow:0 6px 16px #13306a12;min-height:224px;padding:16px 16px 14px;display:flex;flex-direction:column;gap:6px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-explore-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #13306a24}.home-explore-card.tone-blue{background:#f5f8ff}.home-explore-card.tone-green{background:#f3fbf4}.home-explore-card.tone-orange{background:#fff8f0}.home-explore-card.tone-purple{background:#f8f6ff}.home-explore-card.tone-blue .home-explore-listing-pill,.home-explore-card.tone-green .home-explore-listing-pill,.home-explore-card.tone-orange .home-explore-listing-pill,.home-explore-card.tone-purple .home-explore-listing-pill{background:linear-gradient(180deg,#3b72ff,#245fff)}.home-explore-card.tone-blue .home-explore-view-link{color:#2f62df}.home-explore-card.tone-green .home-explore-view-link{color:#248f52}.home-explore-card.tone-orange .home-explore-view-link{color:#e67b2a}.home-explore-card.tone-purple .home-explore-view-link{color:#6f5dc9}.home-explore-card-title{margin:0;color:#243f79;font-size:18px;font-weight:700;line-height:1.2;max-width:calc(100% - 108px)}.home-explore-card-subtitle{margin:2px 0 0;color:#60708f;font-size:12px;font-weight:500;line-height:1.35;min-height:42px;max-width:calc(100% - 108px)}.home-explore-card-footer{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:8px}.home-explore-card-top .home-explore-card-footer{min-height:44px;justify-content:center}.home-explore-card-top .home-explore-view-link{min-height:28px;display:inline-flex;align-items:center}.home-explore-card-bottom .home-explore-card-footer{margin-top:auto;min-height:118px;display:grid;grid-template-rows:1fr auto 1fr auto;align-items:start;row-gap:10px}.home-explore-card-bottom .home-explore-listing-pill{grid-row:2;justify-self:start}.home-explore-card-bottom .home-explore-view-link{grid-row:4;justify-self:start}.home-explore-view-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.home-explore-listing-pill{border-radius:999px;color:#fff;font-size:11px;font-weight:700;line-height:1;padding:7px 10px;white-space:nowrap}.home-explore-illustration{position:absolute;right:12px;bottom:10px;width:88px;height:72px;opacity:.68;pointer-events:none}.home-explore-image{position:absolute;right:-35px;bottom:0;height:162px;-o-object-fit:contain;object-fit:contain;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-explore-illustration:before,.home-explore-illustration:after{content:"";position:absolute;bottom:0;border-radius:3px 3px 0 0;background:currentColor}.home-explore-illustration.icon-towers{color:#8eb0ef;width:104px;height:92px;right:6px;bottom:4px}.home-explore-illustration.icon-towers:before{left:30px;width:28px;height:78px;box-shadow:-26px 18px 0 -10px currentColor,26px -8px 0 -6px currentColor}.home-explore-illustration.icon-towers:after{left:6px;width:92px;height:3px;box-shadow:0 -12px 0 -1px #8eb0ef85,0 -34px 0 -1px #8eb0ef38}.home-explore-illustration.icon-towers,.home-explore-illustration.icon-towers:before,.home-explore-illustration.icon-towers:after{background:linear-gradient(180deg,#386ae214,#386ae205)}.home-explore-illustration.icon-towers:before{background:currentColor;clip-path:polygon(0 0,100% 0,100% 100%,64% 100%,64% 82%,44% 82%,44% 100%,0 100%)}.home-explore-illustration.icon-towers:after{background:transparent}.home-explore-illustration.icon-house{color:#83be96}.home-explore-illustration.icon-house:before{left:18px;width:44px;height:30px}.home-explore-illustration.icon-house:after{left:14px;bottom:28px;width:52px;height:24px;clip-path:polygon(0 100%,50% 0,100% 100%)}.home-explore-illustration.icon-plot{color:#efbe89}.home-explore-illustration.icon-plot:before{left:10px;width:60px;height:34px;border:3px solid currentColor;background:transparent;border-radius:6px}.home-explore-illustration.icon-plot:after{left:12px;width:52px;height:2px}.home-explore-illustration.icon-commercial{color:#b7a6e9}.home-explore-illustration.icon-commercial:before{left:10px;width:20px;height:52px;box-shadow:24px -6px 0 currentColor,48px -2px 0 currentColor}.home-explore-illustration.icon-commercial:after{left:8px;width:70px;height:2px}.home-explore-illustration.icon-charminar,.home-explore-illustration.icon-temple,.home-explore-illustration.icon-twintower{color:#b1b7c8}.home-explore-card.tone-green .home-explore-illustration.icon-temple{color:#bdc59f}.home-explore-card.tone-orange .home-explore-illustration.icon-charminar{color:#d8b68f}.home-explore-card.tone-purple .home-explore-illustration.icon-twintower{color:#a9a7c8}.home-explore-illustration.icon-charminar:before,.home-explore-illustration.icon-temple:before,.home-explore-illustration.icon-twintower:before{left:12px;width:16px;height:48px;box-shadow:18px -4px 0 currentColor,36px -4px 0 currentColor}.home-explore-illustration.icon-charminar:after,.home-explore-illustration.icon-temple:after,.home-explore-illustration.icon-twintower:after{left:8px;width:60px;height:2px}.home-sell-strip{margin-top:16px;border:1px solid #f0dcc4;border-radius:18px;background:linear-gradient(180deg,#fff9f1,#fff7ed);padding:18px 24px;display:flex;align-items:center;gap:22px}.home-sell-strip-left{display:flex;align-items:center;min-width:0;flex:0 1 43%}.home-sell-icon{width:132px;height:86px;position:relative;display:block;flex-shrink:0}.home-sell-icon:before{display:none}.home-sell-icon-person,.home-sell-icon-home{position:absolute;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:#ff7a20}.home-sell-icon-person{left:14px;bottom:10px;width:44px;height:64px;background:#fff2e4;border:1px solid #ffd4ad;font-size:20px}.home-sell-icon-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.home-sell-icon-home{right:10px;bottom:12px;width:86px;height:66px;background:#fff5ea;border:1px solid #ffd7b3;font-size:33px}.home-sell-strip-copy{min-width:0}.home-sell-strip-left h3{margin:0;color:#132a59;font-size:20px;font-weight:720;line-height:1.2}.home-sell-strip-left p{margin:7px 0 0;color:#5c6c86;font-size:13px;font-weight:500;line-height:1.45}.home-sell-strip-divider{width:1px;height:64px;background:#ead7bf;flex-shrink:0}.home-sell-strip-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:14px;min-width:0;flex:1 1 auto}.home-sell-strip-points span{display:grid;grid-template-columns:18px minmax(0,1fr);-moz-column-gap:8px;column-gap:8px;row-gap:4px;align-items:center;color:#425678}.home-sell-strip-points span svg{color:#ff7a20;font-size:16px;grid-column:1;grid-row:1}.home-sell-strip-points span small{color:#1e3563;font-size:13px;font-weight:700;line-height:1.1;font-style:normal}.home-sell-strip-points span em{grid-column:1 / -1;color:#5f708c;font-size:12px;font-style:normal;font-weight:500;line-height:1.1}.home-sell-strip-cta{height:42px!important;border-radius:10px!important;font-size:15px!important;font-weight:700!important;padding:0 20px!important;background:linear-gradient(180deg,#ff9d45,#ff7a20)!important;border-color:#ff7a20!important;white-space:nowrap;flex-shrink:0}@media (max-width: 900px){.latest-section-head{flex-direction:column;align-items:flex-start}.latest-grid-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.latest-view-all-btn{width:100%;justify-content:center;margin-top:2px}.latest-empty-state{padding:22px 16px}.latest-empty-state h3{font-size:18px}.home-rail-grid,.home-rail-grid.cols-4,.home-rail-grid.cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-rail-head{flex-direction:column;align-items:flex-start}.home-explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-explore-card-title{font-size:17px}.home-sell-strip{flex-direction:column;align-items:flex-start;padding:14px}.home-sell-strip-left{width:100%;flex:1 1 auto}.home-sell-strip-divider{display:none}.home-sell-strip-points{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-sell-strip-left h3{font-size:24px}}@media (max-width: 1200px){.home-rail-grid.cols-5{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1200px){.latest-grid-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 600px){.latest-grid-row,.home-rail-grid,.home-rail-grid.cols-4,.home-rail-grid.cols-5,.home-explore-grid{grid-template-columns:1fr}.home-explore-card{min-height:210px}.home-explore-card-title{font-size:16px;max-width:calc(100% - 92px)}.home-explore-card-subtitle{max-width:calc(100% - 92px)}.home-explore-illustration{width:84px;height:72px;right:8px;bottom:7px}.home-explore-image{width:92px;height:144px;right:8px;bottom:6px}.home-sell-strip{padding:12px}.home-sell-strip-left h3{font-size:19px}.home-sell-icon{width:118px;height:82px}.home-sell-icon-person{width:36px;height:56px;font-size:17px}.home-sell-icon-home{width:70px;height:56px;font-size:26px}.home-sell-strip-points{width:100%;display:grid;grid-template-columns:1fr;gap:8px}.home-sell-strip-points span small{font-size:12px}.home-sell-strip-points span em{font-size:11px}.home-sell-strip-cta{width:100%;justify-content:center;font-size:14px!important}}.pd-page-container{width:min(1400px,100% - 48px);margin:0 auto}.pd-top-nav-row{margin-top:15px}.pd-back-btn.ant-btn-link{height:30px;padding:0 16px;border-radius:999px;border:1px solid #dbe8ff;background:linear-gradient(135deg,#eef4ff,#dce9ff)!important;color:#1e56c4!important;font-weight:700;display:inline-flex;align-items:center;gap:6px}.pd-back-btn.ant-btn-link:hover,.pd-back-btn.ant-btn-link:focus{background:linear-gradient(135deg,#e1edff,#cfe0ff)!important;border-color:#c6d8ff;color:#1849a7!important}.pd-page-shell{margin-top:6px;padding-bottom:48px}.pd-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}.pd-left-column,.pd-right-column{min-width:0}.pd-right-column{display:flex;flex-direction:column}.pd-hero-head{margin-bottom:16px}.pd-hero-title{margin:10px 0 0;font-size:30px;line-height:1.12;color:#192f57;font-weight:760;letter-spacing:-.02em}.pd-hero-meta{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px 80px;color:#506489;font-size:14px;align-items:center}.pd-hero-meta span{display:inline-flex;align-items:center;gap:7px}.pd-hero-meta .price{display:inline-flex;align-items:baseline;gap:8px}.pd-hero-meta .price strong{color:inherit;font-size:14px;font-weight:500}.pd-hero-meta .price em{color:inherit;font-size:14px;font-style:normal;font-weight:500}.pd-hero-meta .verified{color:#238a54;height:32px;padding:0 14px;border-radius:999px;font-size:14px;font-weight:650}.pd-top-main,.pd-top-side,.pd-main-column,.pd-side-column{min-width:0}.pd-side-column{min-width:0;margin-top:50px}.pd-gallery-shell{margin-bottom:10px}.pd-media-main{position:relative;border-radius:20px;overflow:hidden;border:1px solid #e3eaf6;background:#f3f6fb;height:390px}.pd-media-main-grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(0,.72fr);gap:12px;min-height:360px}.pd-media-panel{position:relative;overflow:hidden;border-radius:0;min-height:360px;background:#dbe6f7}.pd-media-panel-secondary{opacity:.99}.pd-media-main-img{width:100%;height:100%;min-height:380px;-o-object-fit:cover;object-fit:cover;display:block;cursor:pointer}.pd-media-verified{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:999px;background:#0a101c9e;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:12px;font-weight:700}.pd-media-counter{position:absolute;right:14px;top:12px;z-index:3;height:30px;padding:0 12px;border-radius:999px;background:#0c1422b3;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center}.pd-media-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid #d7e2f4;background:#fffffff5;color:#1f3e73;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;box-shadow:0 10px 24px #13285433;transition:transform .2s ease,box-shadow .2s ease}.pd-media-nav:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 14px 28px #13285440}.pd-media-nav-prev{left:12px}.pd-media-nav-next{right:12px}.pd-media-thumb-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:78px;gap:8px}.pd-thumb-shell{margin-top:8px}.pd-top-actions{display:flex;justify-content:flex-end;gap:14px;margin-top:0;margin-bottom:10px}.pd-top-action-btn{height:40px!important;min-width:110px;border-radius:9px!important;border-color:#d7e2f4!important;color:#5a6b86!important;font-size:13px!important;font-weight:620!important;transition:all .2s ease!important}.pd-top-action-btn:hover{border-color:#7ea8ff!important;box-shadow:0 10px 20px #2563ff1f}.pd-media-thumb{position:relative;width:100%;height:100%;border-radius:10px;overflow:hidden;border:1px solid #e3eaf9;padding:0;cursor:pointer;background:#f5f7fc;transition:transform .18s ease,box-shadow .18s ease}.pd-media-thumb:hover{transform:translateY(-1px) scale(1.02)}.pd-media-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pd-media-thumb.active{box-shadow:0 0 0 3px #2a63ff inset;border-color:#2a63ff}.pd-media-more{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#161d2d94;color:#fff;font-size:13px;font-weight:760;flex-direction:column;gap:2px}.pd-media-more strong{font-size:18px;line-height:1}.pd-media-more small{font-size:11px;line-height:1;letter-spacing:.03em;text-transform:uppercase}.pd-action-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.pd-action-btn{height:52px!important;border-radius:14px!important;border:1px solid #e3eaf7!important;color:#556784!important;font-size:15px!important;font-weight:620!important;background:#fff!important;transition:box-shadow .2s ease,transform .2s ease!important}.pd-action-btn .anticon{font-size:18px}.pd-action-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #2043881a}.pd-action-call{color:#e97836!important;border-color:#f6d8c5!important}.pd-action-chat{color:#2d9a60!important;border-color:#d3ebdb!important}.pd-card{background:#fff;border:1px solid #e5ebf6;border-radius:20px;padding:16px;box-shadow:0 10px 35px #14285014;margin-bottom:12px;transition:box-shadow .2s ease,transform .2s ease}.pd-card:hover{box-shadow:0 14px 36px #1428501c}.pd-summary-card{padding:12px 14px}.pd-facts-grid{margin-top:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.pd-facts-grid-iconic{grid-template-columns:repeat(5,minmax(0,1fr))}.pd-fact-item{border:1px solid #e8eef9;border-radius:9px;background:#fafcff;padding:10px}.pd-fact-item-iconic{text-align:center;display:grid;place-items:center;gap:5px;min-height:104px;padding-top:14px;padding-bottom:14px}.pd-fact-item-iconic .anticon{color:#2f62cf;font-size:24px}.pd-fact-item strong{display:block;color:#2f4466;font-size:13px;line-height:1.2;font-weight:630}.pd-fact-item span{display:block;margin-top:2px;color:#7e8ca5;font-size:11px;line-height:1.2}.pd-section-title{margin:0 0 10px;color:#1f2f4d;font-size:24px;font-weight:740;letter-spacing:-.01em}.pd-section-headline-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.pd-overview-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px}.pd-about-text{margin:0;color:#5d6f8e;font-size:14px;line-height:1.8}.pd-read-more-btn{margin-top:8px}.pd-highlights-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}.pd-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid #edf1f8;border-left:1px solid #edf1f8}.pd-detail-grid-2col{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-detail-cell{padding:11px 12px;border-right:1px solid #edf1f8;border-bottom:1px solid #edf1f8;min-height:68px}.pd-detail-cell span{display:block;color:#7585a1;font-size:11px;margin-bottom:8px}.pd-detail-cell strong{color:#2c3e5f;font-size:13px;font-weight:620}.pd-location-map{height:170px;border-radius:10px;border:1px solid #e6edf8;background:#f4f7fd;overflow:hidden}.pd-location-map-side{height:260px;margin-bottom:10px}.pd-location-map iframe{width:100%;height:100%;border:0}.pd-map-btn{margin-top:6px;height:38px!important;border-radius:8px!important;border-color:#c8d8ff!important;color:#2563ff!important;font-size:13px!important;font-weight:700!important}.pd-side-column .pd-card{margin-bottom:12px}.pd-sticky-card{position:static;top:auto}.pd-side-subtitle{margin:0 0 8px;color:#7a88a1;font-size:13px}.pd-chat-card{position:relative;overflow:hidden;border:1px solid #d7e7ff;background:radial-gradient(circle at top right,rgba(37,99,255,.11),transparent 30%),linear-gradient(180deg,#fff,#f8fbff)}.pd-chat-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#22c55e,#1f66e6)}.pd-chat-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.pd-chat-card__brand{display:flex;align-items:center;gap:10px}.pd-chat-card__icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(180deg,#25d366,#1ea952);color:#fff;box-shadow:0 10px 24px #22c55e38;flex:none}.pd-chat-card__title{margin:0;color:#15253f;font-size:16px;font-weight:680;line-height:1.2}.pd-chat-card__subtitle{margin:3px 0 0;color:#6f809d;font-size:11px;line-height:1.35;max-width:220px}.pd-chat-card__status-group{display:grid;gap:8px;justify-items:end}.pd-chat-card__badge,.pd-chat-card__status{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 11px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap}.pd-chat-card__badge{color:#17653e;background:#e9fbf0;border:1px solid #ccefd9}.pd-chat-card__status{color:#0f5e2e;background:#effbf4;border:1px solid #d7f2e1}.pd-chat-card__status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e29}.pd-chat-card__features{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.pd-chat-card__features span,.pd-chat-card__trust-row span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-size:11px;font-weight:600;line-height:1}.pd-chat-card__features span{padding:8px 10px;color:#32507a;background:#edf4ff;border:1px solid #d6e4ff}.pd-chat-card__form,.pd-chat-card__actions{display:grid;gap:9px}.pd-chat-card__input .ant-input,.pd-chat-card__message-input.ant-input,.pd-chat-card__input .ant-input-affix-wrapper{border-radius:14px;border-color:#dbe5f4;box-shadow:none}.pd-chat-card__input .ant-input,.pd-chat-card__message-input.ant-input{min-height:44px;font-size:13px;line-height:1.45}.pd-chat-card__input .ant-input-affix-wrapper{min-height:44px}.pd-chat-card__country-code{display:inline-flex;align-items:center;gap:4px;color:#314a73;font-weight:650}.pd-chat-card__prefix-icon{color:#6b82a8}.pd-chat-card__primary-btn,.pd-chat-card__secondary-btn{height:44px!important;border-radius:14px!important;font-size:13px!important;font-weight:650!important}.pd-chat-card__primary-btn{background:linear-gradient(180deg,#25d366,#1fa64f)!important;border:0!important;box-shadow:0 12px 24px #22c55e3d}.pd-chat-card__secondary-btn{border-color:#d6e2f5!important;color:#26456d!important;background:#fff!important}.pd-chat-card__privacy{display:inline-flex;align-items:center;gap:6px;margin:0;color:#6c7f9e;font-size:11px;line-height:1.5}.pd-chat-card__privacy--auth{margin-top:4px}.pd-chat-card__trust-row{display:flex;flex-wrap:wrap;gap:8px}.pd-chat-card__trust-row span{padding:7px 9px;color:#506483;background:#f4f7fc;border:1px solid #e3eaf6}.pd-chat-card__message-box{position:relative;margin-bottom:8px}.pd-chat-card__message-input{resize:none!important;padding-right:44px!important}.pd-chat-card__edit-btn{position:absolute;top:11px;right:11px;width:28px;height:28px;border:0;border-radius:50%;background:#e8f0ff;color:#1d4ed8;display:grid;place-items:center;cursor:pointer}.pd-chat-card__share-actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:7px;align-items:stretch;margin:4px 2px 2px}.pd-chat-card__option{display:flex;align-items:center;gap:8px;flex:1 1 0;min-width:0;border:1px solid #dfe7f4;border-radius:18px;background:#fff;padding:11px 10px 11px 11px;cursor:pointer;color:#21324d;text-align:left;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.pd-chat-card__option.is-active{border-color:#9ad9aa;background:#f2fff6;box-shadow:0 8px 18px #22c55e1f}.pd-chat-card__option-icon{width:31px;height:31px;border-radius:12px;display:grid;place-items:center;background:#eef4ff;color:#2551d0;flex:none;margin-right:1px}.pd-chat-card__option span{display:grid;gap:1px;font-size:11px;font-weight:600;line-height:1.1;margin-right:2px}.pd-chat-card__option span small{color:#71829e;font-size:9px;font-weight:500}.pd-chat-card__option-check{margin-left:auto;color:#1fa64f}.pd-side-note{display:inline-flex;align-items:center;gap:6px;color:#7687a3;font-size:12px}.pd-side-note-muted{color:#5f7398;font-weight:620}.pd-link-btn{padding:0!important;font-size:13px!important;font-weight:620!important}.pd-side-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.pd-side-list li{color:#566886;font-size:13px;line-height:1.4;display:flex;gap:8px;align-items:flex-start}.pd-side-list li .anticon{color:#2a67ce;margin-top:1px}.pd-amenity-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.pd-amenity-grid-large{grid-template-columns:repeat(5,minmax(0,1fr))}.pd-amenity-item{border:1px solid #ebf1fa;border-radius:9px;background:#f9fbff;color:#4f6384;font-size:10px;font-weight:520;text-align:center;padding:12px 8px;min-height:62px;display:grid;place-items:center;gap:4px;transition:transform .18s ease,box-shadow .18s ease}.pd-amenity-item:hover{transform:translateY(-2px);box-shadow:0 10px 22px #1a3f891a}.pd-amenity-item-clean{background:#fff;min-height:86px}.pd-amenity-icon{color:#2966cc;font-size:22px;line-height:1}.pd-gallery-tabs{display:inline-flex;align-items:center;gap:16px}.pd-gallery-tabs button{border:0;background:transparent;color:#7383a1;font-size:15px;font-weight:600;cursor:pointer;padding:0}.pd-gallery-tabs button.active{color:#2563ff}.pd-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;background:#fafbfd;border-radius:16px;padding:12px}.pd-photo-item{position:relative;height:118px;border-radius:10px;overflow:hidden;border:1px solid #e3eaf6;cursor:pointer}.pd-image-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#000000d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;place-items:center;padding:20px}.pd-image-viewer-inner{width:min(1320px,100%);height:min(92vh,920px);border-radius:18px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#0c1423b3,#060b14e6);box-shadow:0 24px 80px #00000073;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.pd-image-viewer-head{display:flex;align-items:center;gap:10px;padding:14px 16px;color:#f2f6ff;border-bottom:1px solid rgba(255,255,255,.12)}.pd-image-viewer-title{font-size:14px;font-weight:700;letter-spacing:.01em}.pd-image-viewer-count{margin-left:auto;font-size:13px;color:#cfd9ef;font-weight:600}.pd-image-viewer-close{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pd-image-viewer-stage{position:relative;display:grid;place-items:center;padding:18px 76px}.pd-image-viewer-img{width:auto;height:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:12px;display:block;overflow:auto}.pd-image-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pd-image-viewer-nav-prev{left:16px}.pd-image-viewer-nav-next{right:16px}.pd-image-viewer-strip{display:flex;align-items:center;justify-content:flex-start;gap:10px;overflow-x:auto;padding:12px 14px 14px;background:#0000003d;border-top:1px solid rgba(255,255,255,.1);scrollbar-width:none}.pd-image-viewer-strip::-webkit-scrollbar{display:none}.pd-image-viewer-thumb{width:72px;height:54px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.2);padding:0;flex:0 0 auto;background:#ffffff14;cursor:pointer}.pd-image-viewer-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pd-image-viewer-thumb.active{border-color:#ff8a1f;box-shadow:0 0 0 2px #ff8a1f6b}.pd-photo-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .22s ease}.pd-photo-item:hover img{transform:scale(1.06)}.pd-photo-more{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a162ca1;color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700}.pd-floor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pd-floor-card{border:1px solid #e4ebf7;border-radius:10px;overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.pd-floor-card:hover{transform:translateY(-1px);box-shadow:0 12px 24px #1027591c}.pd-floor-card img{width:100%;height:110px;-o-object-fit:cover;object-fit:cover;display:block}.pd-floor-card strong{display:block;padding:10px;color:#2a3e62;font-size:12px;font-weight:650;text-align:center}.pd-floor-more-card{border:1px dashed #c6d7fc;border-radius:10px;background:#f7faff;color:#305ebf;display:grid;place-items:center;gap:2px;cursor:pointer}.pd-floor-more-card span{font-size:16px;font-weight:700}.pd-floor-more-card strong{font-size:14px}.pd-floor-more-card small{font-size:12px}.pd-doc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pd-doc-card{border:1px solid #e6ecf7;border-radius:10px;background:#fff;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.pd-doc-card strong{display:block;color:#2a3f64;font-size:13px;font-weight:650}.pd-doc-card span{display:block;margin-top:2px;color:#7a89a5;font-size:12px}.pd-doc-card .anticon{color:#2e64cf;font-size:18px}.pd-doc-actions{display:inline-flex;align-items:center;gap:12px}.pd-doc-actions .anticon:last-child{color:#4d79dd;cursor:pointer}.pd-similar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pd-similar-card{border:1px solid #e4ebf7;border-radius:11px;overflow:hidden;background:#fff}.pd-similar-media{position:relative;height:146px}.pd-similar-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pd-similar-media span{position:absolute;top:8px;left:8px;border-radius:6px;background:#edfbf3;border:1px solid #cdeedc;color:#1f9654;font-size:10px;font-weight:700;padding:2px 7px}.pd-similar-body{padding:12px}.pd-similar-body h4{margin:0;color:#203457;font-size:13px;font-weight:650;line-height:1.32}.pd-similar-body p{margin:5px 0;color:#7a89a4;font-size:11px}.pd-similar-body strong{display:block;color:#ff7a21;font-size:14px;margin-bottom:8px}.pd-similar-body button{width:100%;height:44px;border:1px solid #c8d8ff;border-radius:8px;background:#f7faff;color:#2a64d5;font-size:12px;font-weight:700;cursor:pointer}.pd-similar-heart{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#0c16268c;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pd-similar-rating{display:inline-flex;align-items:center;gap:5px;margin:6px 0;color:#f39f1f;font-size:12px;font-weight:700}.pd-overview-list{display:grid;gap:12px}.pd-overview-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #edf1f7}.pd-overview-list div:last-child{border-bottom:0;padding-bottom:0}.pd-overview-list span{color:#7788a4;font-size:12px}.pd-overview-list strong{color:#2a3d61;font-size:12px;font-weight:660;text-align:right}.pd-landmark-list{display:grid;gap:9px}.pd-landmark-row{display:flex;justify-content:space-between;gap:10px;color:#5b6d8a;font-size:12px;padding-bottom:9px;border-bottom:1px solid #eef2f8}.pd-landmark-row span{display:inline-flex;align-items:center;gap:6px}.pd-landmark-row:last-child{border-bottom:0;padding-bottom:0}.pd-landmark-row strong{color:#2d3f5f;font-size:12px;font-weight:640}.pd-map-controls{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.pd-loan-block{display:grid;gap:10px}.pd-loan-item{display:flex;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #edf1f7}.pd-loan-item span{color:#7486a4;font-size:12px}.pd-loan-item strong{color:#2a3d61;font-size:13px;font-weight:650}.pd-loan-slider{margin:2px 0 6px}.pd-loan-slider .ant-slider-track{background:#1f66e6}.fp-double-title-btn{width:100%;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;font:inherit;color:inherit;display:block}.pd-loan-slider .ant-slider-handle:after{box-shadow:0 0 0 2px #1f66e6}.pd-loan-emi{border:1px solid #f3d8c4;border-radius:9px;background:#fff6ef;cursor:pointer;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.pd-loan-emi span{color:#8f674d;font-size:12px}.pd-loan-emi strong{color:#f57921;font-size:26px;font-weight:760}@media (max-width: 1200px){.pd-layout-grid{grid-template-columns:minmax(0,1fr) 350px;gap:18px}.pd-hero-title{font-size:34px}.pd-hero-meta{font-size:14px}.pd-media-main,.pd-media-main-grid,.pd-media-panel,.pd-media-main-img{min-height:300px}.pd-media-thumb-grid,.pd-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pd-media-thumb-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:80px}.pd-similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-amenity-grid,.pd-facts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 980px){.pd-layout-grid{grid-template-columns:1fr}.pd-left-column,.pd-right-column{grid-column:1}.pd-hero-title{font-size:30px}.pd-hero-meta{font-size:14px;gap:8px 12px}.pd-top-actions{margin-top:0;justify-content:flex-start}.pd-thumb-shell{margin-bottom:10px}.pd-media-main,.pd-media-main-grid,.pd-media-panel,.pd-media-main-img{min-height:250px}.pd-media-main-grid{grid-template-columns:1fr}.pd-media-thumb-grid,.pd-photo-grid,.pd-floor-grid,.pd-doc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pd-media-thumb-grid{grid-auto-rows:90px}.pd-action-strip,.pd-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-overview-split,.pd-amenity-grid,.pd-amenity-grid-large,.pd-facts-grid,.pd-facts-grid-iconic,.pd-highlights-grid{grid-template-columns:1fr}.pd-sticky-card{position:static}.pd-chat-card__header{gap:10px}.pd-image-viewer{padding:12px}.pd-image-viewer-inner{height:min(94vh,860px)}.pd-image-viewer-stage{padding:14px 56px}.pd-image-viewer-nav{width:44px;height:44px}}@media (max-width: 640px){.pd-page-container{width:calc(100% - 24px)}.pd-top-nav-row{margin-top:8px}.pd-back-btn.ant-btn-link{height:36px;padding:0 14px}.pd-page-shell{margin-top:0}.pd-hero-title{font-size:24px}.pd-hero-meta{font-size:14px}.pd-top-actions{width:100%;justify-content:stretch}.pd-top-action-btn{flex:1;min-width:0}.pd-photo-grid,.pd-floor-grid,.pd-doc-grid,.pd-similar-grid,.pd-facts-grid,.pd-detail-grid,.pd-action-strip{grid-template-columns:1fr}.pd-amenity-grid,.pd-amenity-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-media-main,.pd-media-panel,.pd-media-main-img{min-height:220px}.pd-media-thumb-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:86px}.pd-gallery-tabs{gap:10px;flex-wrap:wrap}.pd-section-title{font-size:20px}.pd-map-controls{grid-template-columns:1fr}.pd-card,.pd-chat-card{padding:14px}.pd-chat-card__header{flex-direction:column;align-items:flex-start}.pd-chat-card__message-box{margin-bottom:6px}.pd-chat-card__status-group{width:100%;justify-items:flex-start}.pd-chat-card__brand{align-items:flex-start}.pd-chat-card__subtitle{max-width:none}.pd-chat-card__icon{width:44px;height:44px;border-radius:14px}.pd-chat-card__title{font-size:16px}.pd-chat-card__option{align-items:flex-start}.pd-chat-card__option-check{align-self:center}.pd-chat-card__share-actions{margin:3px 0 2px;gap:6px}.pd-chat-card__option{padding:10px 9px 10px 10px}.pd-image-viewer{padding:0}.pd-image-viewer-inner{width:100%;height:100vh;border-radius:0;border:0}.pd-image-viewer-stage{padding:8px 10px}.pd-image-viewer-nav{width:40px;height:40px}.pd-image-viewer-nav-prev{left:8px}.pd-image-viewer-nav-next{right:8px}.pd-image-viewer-strip{gap:8px;padding:10px}.pd-chat-card{padding:13px}.pd-chat-card__features{gap:8px}.pd-chat-card__features span,.pd-chat-card__trust-row span{font-size:10px}.pd-chat-card__option{padding:9px 8px 9px 9px}.pd-chat-card__option span{font-size:10px}.pd-chat-card__option span small{font-size:9px}.pd-chat-card__share-actions{gap:6px}.pd-chat-card__primary-btn,.pd-chat-card__secondary-btn{height:42px!important;border-radius:13px!important;font-size:12px!important}.pd-image-viewer-thumb{width:58px;height:46px}}.properties-page-v2{margin-top:8px;padding-bottom:10px}.properties-top-search{background:#fff;border:1px solid #e9edf4;border-radius:14px;padding:12px;box-shadow:0 6px 20px #0f2a5c0d;margin:30px 0}.properties-top-search-grid{display:grid;grid-template-columns:280px minmax(300px,1fr) 150px;gap:8px;align-items:center}.properties-location-pill{display:flex;align-items:center;gap:8px;border:1px solid #e4e8f1;border-radius:10px;height:50px;padding:0 10px;color:#4d5d77}.properties-location-field-wrap{min-width:0;width:100%;display:grid}.properties-location-autocomplete{width:100%}.properties-location-autocomplete .ant-select-selector{border:0!important;box-shadow:none!important;padding:0!important;background:transparent!important;min-height:18px!important}.properties-location-autocomplete .ant-select-selection-search-input,.properties-location-autocomplete .ant-select-selection-item,.properties-location-autocomplete .ant-select-selection-placeholder{height:22px!important;line-height:22px!important;font-size:12px!important;color:#36475f!important;padding:0!important}.properties-location-icon-btn{border:0;background:transparent;color:#2a69c8;cursor:pointer;font-size:14px;width:24px;height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.properties-location-icon-btn:disabled{opacity:.65;cursor:not-allowed}.properties-location-pill small{display:block;font-size:11px;color:#8793a8;line-height:1;margin-bottom:2px}.properties-location-pill strong{font-size:12px;font-weight:600}.properties-query-input.ant-input-affix-wrapper{height:50px;border-radius:10px;border-color:#e4e8f1}.properties-search-btn.ant-btn{height:50px;border-radius:10px;font-weight:600;background:#0f5bd8}.properties-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px}.properties-sidebar{background:#fff;border:1px solid #e7ecf4;border-radius:12px;padding:12px;height:-moz-fit-content;height:fit-content;position:sticky;top:100px}.properties-filter-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #edf1f7}.properties-filter-head h3{margin:0;font-size:16px;font-weight:600}.properties-filter-head button{border:0;background:transparent;color:#2a69c8;cursor:pointer;font-weight:600;font-size:12px}.properties-filter-block{padding:10px 0;border-bottom:1px solid #eef2f8}.properties-filter-block h4{margin:0 0 8px;font-size:13px;color:#334862;font-weight:600}.properties-purpose-toggle{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.properties-purpose-toggle button{border:1px solid #dbe4f4;background:#fff;color:#5c6d89;border-radius:8px;padding:6px;font-size:12px;font-weight:600;cursor:pointer}.properties-purpose-toggle button.active{border-color:#2a69c8;color:#1d5fbf;background:#edf4ff}.properties-filter-block .ant-select,.properties-filter-block .properties-location-autocomplete{width:100%}.properties-filter-block .ant-select-selector{border-radius:8px!important}.properties-filter-stack{display:grid;gap:9px}.properties-filter-stack .ant-checkbox-wrapper,.properties-bhk-chips .ant-checkbox-wrapper{color:#5a6a85;font-size:12px}.properties-bhk-chips{display:flex;flex-wrap:wrap;gap:8px}.properties-bhk-chips .ant-checkbox-wrapper{border:1px solid #d9e2f2;border-radius:8px;padding:5px 7px}.properties-budget-row{display:flex;justify-content:space-between;color:#556582;font-size:12px;font-weight:600}.properties-size-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.properties-apply-btn.ant-btn{margin-top:10px;height:40px;border-radius:10px;font-weight:600}.properties-results{min-width:0;display:flex;flex-direction:column;min-height:100%}.properties-results.is-updated{animation:properties-results-blink .28s ease}@keyframes properties-results-blink{0%{opacity:.78}to{opacity:1}}.properties-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.properties-results-head>div:first-child{flex:1;min-width:0}.properties-results-head h2{margin:0;font-size:24px;line-height:1.2;color:#263853;font-weight:600}.properties-applied-tags{margin-top:8px;display:flex;align-items:flex-start;-moz-column-gap:8px;column-gap:8px;row-gap:8px;flex-wrap:wrap;max-width:100%}.properties-applied-tags .ant-tag{margin-inline-end:0;padding:4px 9px;border-radius:16px;font-size:11px;color:#4f607c;white-space:nowrap}.properties-applied-tags button{border:0;background:transparent;color:#2a69c8;font-weight:600;cursor:pointer;font-size:12px;white-space:nowrap;align-self:center;display:flex}.properties-sort-wrap{display:flex;align-items:center;gap:10px;flex-shrink:0}.properties-sort-wrap>span{color:#64748f;font-size:12px;font-weight:600}.properties-view-toggle{display:inline-flex;border:1px solid #dce5f3;border-radius:10px;overflow:hidden}.properties-view-toggle button{border:0;background:#fff;color:#5d6e8a;font-weight:600;font-size:12px;padding:6px 9px;cursor:pointer;display:inline-flex;align-items:center;gap:5px}.properties-view-toggle button.active{background:#eaf2ff;color:#1458c8}.property-card-v2{background:#fff;border:1px solid #e5ebf5;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #112d5c12;display:flex;flex-direction:column}.property-card-v2:hover{transform:translateY(-2px);box-shadow:0 10px 24px #112d5c1f}.property-card-v2-image-wrap{position:relative;height:180px;overflow:hidden}.property-card-v2-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.property-card-v2-carousel{position:absolute;top:0;right:0;bottom:0;left:0}.property-card-v2-carousel .property-card-v2-image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .28s ease}.property-card-v2-carousel .property-card-v2-image.is-active{opacity:1}.property-card-v2-carousel-dots{position:absolute;left:50%;bottom:12px;z-index:2;display:flex;gap:5px;transform:translate(-50%)}.property-card-v2-carousel-dots span{width:6px;height:6px;border-radius:999px;background:#ffffff94;box-shadow:0 1px 4px #10204033}.property-card-v2-carousel-dots span.is-active{width:16px;background:#fff}.property-card-v2-badge{position:absolute;top:10px;left:10px;z-index:2;border-radius:999px;background:#1971e5;color:#fff;font-size:10px;font-weight:600;padding:2px 8px}.property-card-v2-badge.is-premium{background:#ff8d2a}.property-card-v2-fav{position:absolute;right:10px;top:10px;z-index:2;border:1px solid rgba(255,255,255,.8);background:#fff3;color:#fff;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.property-card-v2-views{position:absolute;left:10px;bottom:10px;z-index:2;border-radius:999px;background:#11203ab8;color:#fff;font-size:11px;font-weight:700;line-height:1;padding:7px 10px;display:inline-flex;align-items:center;gap:5px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.property-card-v2-views .anticon{font-size:12px}.property-card-v2-body{padding:10px;display:flex;flex-direction:column;flex:1}.property-card-v2-title{margin:0;font-size:16px;color:#2a3b56;font-weight:600;line-height:1.25}.property-card-v2-location{margin:5px 0 0;font-size:12px;color:#74839c}.property-card-v2-meta{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap;color:#6b7b95;font-size:11px}.property-card-v2-meta span{border-radius:10px;background:#f4f7ff;color:#3d4f71;font-weight:600;padding:4px 8px;display:inline-flex;align-items:center}.property-card-v2-meta span .anticon{color:#2a69ff}.property-card-v2-tags{display:flex;gap:6px;margin-top:9px}.property-card-v2-tags .ant-tag{margin-inline-end:0;border-radius:12px;font-size:10px;padding:1px 7px}.property-card-v2-price-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px}.property-card-v2-price-row p{margin:0;font-size:20px;color:#263853;font-weight:700}.property-card-v2-price-row .ant-btn{border-radius:10px;border-color:#dce5f3;color:#2a69c8;font-weight:600;font-size:12px}.properties-list-wrap{display:grid;gap:10px}.properties-grid-row .ant-col{display:flex}.properties-grid-row .property-card-v2{width:100%}.property-card-v2-list{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);min-height:188px}.property-card-v2-list:hover{transform:translateY(-1px)}.property-card-v2-list .property-card-v2-image-wrap{height:100%;min-height:188px}.property-card-v2-list .property-card-v2-body{padding:14px 16px;min-width:0}.property-card-v2-list .property-card-v2-title{font-size:18px}.property-card-v2-list .property-card-v2-location{font-size:13px}.property-card-v2-list .property-card-v2-meta{font-size:12px}.property-card-v2-list .property-card-v2-tags .ant-tag{font-size:11px}.property-card-v2-list .property-card-v2-price-row{padding-top:12px}.properties-list-row-v2{background:#fff;border:1px solid #e5ebf5;border-radius:12px;display:grid;grid-template-columns:240px 1fr auto;gap:12px;padding:9px;align-items:center;cursor:pointer}.properties-list-row-v2 img{width:100%;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.properties-list-row-v2 h3{margin:0;font-size:16px;font-weight:600;color:#2a3b56}.properties-list-row-v2 p{margin:5px 0;color:#74839c;font-size:12px}.properties-list-row-v2 span{font-size:11px;color:#7888a2}.properties-list-row-v2 strong{display:block;font-size:20px;color:#263853;margin-bottom:6px;font-weight:700}.properties-list-row-v2 .ant-btn{border-radius:10px}.properties-pagination-wrap{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;color:#74839c;font-size:12px}.properties-expert-cta{margin-top:auto;background:linear-gradient(135deg,#ecf5ff,#f5f9ff);border:1px solid #dde9fa;border-radius:14px;padding:16px;display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:center}.properties-expert-illustration{width:70px;height:70px;border-radius:14px;background:#dbeafc;display:inline-flex;justify-content:center;align-items:center;font-size:34px}.properties-expert-cta h3{margin:0;font-size:22px;color:#2a3b56;font-weight:600}.properties-expert-cta p{margin:4px 0 10px;color:#7687a1;font-size:13px}.properties-expert-cta .ant-btn{border-radius:10px;height:38px;font-weight:600}@media (max-width: 1200px){.properties-top-search-grid,.properties-layout{grid-template-columns:1fr}.properties-sidebar{position:static}}@media (max-width: 900px){.properties-results-head{flex-direction:column;align-items:stretch}.properties-list-row-v2{grid-template-columns:1fr}}@media (max-width: 680px){.properties-top-search-grid{grid-template-columns:1fr}.property-card-v2-price-row p{font-size:18px}.properties-expert-cta{grid-template-columns:1fr;text-align:center}.properties-expert-illustration{margin:0 auto}.properties-expert-cta h3{font-size:19px}}.favorite-icon-btn{border-color:#c8d0dcc7!important;background:radial-gradient(circle at 30% 20%,#fff,#f3f5fa 56%,#eaedf4)!important;color:#374151!important;box-shadow:0 10px 24px #0f1e5024;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.favorite-icon-btn:hover{transform:translateY(-1px) scale(1.03);box-shadow:0 13px 28px #0f1e5033}.favorite-icon-btn:focus-visible{outline:2px solid rgba(239,61,79,.5);outline-offset:2px}.favorite-icon-btn.is-active{border-color:#f4b7c3eb!important;background:radial-gradient(circle at 30% 20%,#fff7f8,#ffe6ea 56%,#ffd8e0)!important;color:#ef3d4f!important;box-shadow:0 12px 28px #ef3d4f3d}.favorite-icon-glyph{font-size:var(--favorite-icon-size, 18px);color:currentColor;transition:color .16s ease,transform .16s ease}.favorite-icon-btn.is-active .favorite-icon-glyph{transform:scale(1.02)}.latest-card-fav-btn.favorite-icon-btn{--favorite-icon-size: 16px}.property-card-v2-fav.favorite-icon-btn{--favorite-icon-size: 14px}.fp-fav-btn.favorite-icon-btn{--favorite-icon-size: 16px}.pd-similar-heart.favorite-icon-btn{--favorite-icon-size: 15px}.pd-action-btn.favorite-icon-btn .favorite-icon-glyph,.pd-top-action-btn.favorite-icon-btn .favorite-icon-glyph,.header-icon-trigger .favorite-icon-glyph{--favorite-icon-size: 18px}.contact-page{background:#f3f5fa;min-height:100vh;width:100%}.contact-page .content-section{margin:0}.contact-page h1,.contact-page h2,.contact-page h3,.contact-page h4,.contact-page h5,.contact-page h6{font-weight:600}.contact-shell{padding-top:36px;padding-bottom:64px}.contact-top-grid{display:flex;gap:18px;margin-bottom:26px}.contact-hero-copy{max-width:310px;display:flex;flex-direction:column;align-self:center;margin-left:10px}.contact-title{margin:0;font-size:clamp(34px,4.4vw,44px);line-height:1.08;letter-spacing:-.02em;color:#13203b;font-weight:400}.contact-subtitle{margin:14px 0 0;font-size:15px;line-height:1.65;color:#54627a}.contact-accent-line{display:inline-block;width:36px;height:3px;margin-top:14px;border-radius:99px;background:linear-gradient(90deg,#ff8d2b,#ff5f1f)}.contact-hero-cards{margin:0 0 0 110px;display:flex;width:100%;justify-content:space-between}.contact-hero-card{height:100%;border:1px solid #e7ecf7;border-radius:14px;box-shadow:0 10px 26px #0c224a12;margin:0 2px}.contact-hero-card .ant-card-body{padding:18px 18px 16px;text-align:center}.contact-hero-card-icon{width:48px;height:48px;border-radius:50%;margin:0 auto 11px;background:#eef4ff;color:#1f62da;display:grid;place-items:center;font-size:21px}.contact-hero-card-title{margin:0;color:#142443;font-size:18px;font-weight:400}.contact-hero-card-subtitle{margin:8px 0 10px;color:#70809a;font-size:13px}.contact-hero-card-action{min-height:24px}.contact-hero-card-link{color:#1f62da;font-size:13px;font-weight:700}.contact-hero-card-link:hover{color:#1249a8}.contact-hero-card-muted{color:#60728e;font-size:13px;font-weight:600}.contact-main-grid{margin-top:6px}.contact-panel{border:1px solid #e4eaf5;border-radius:14px;box-shadow:0 12px 28px #0f224a0f}.contact-panel .ant-card-body{padding:26px}.contact-panel-title{margin:0;color:#172543;font-size:clamp(26px,3vw,34px);line-height:1.14;letter-spacing:-.015em;font-weight:400}.contact-panel-subtitle{margin:10px 0 20px;color:#6b7890;font-size:14px;line-height:1.65}.contact-form .ant-form-item-label>label{color:#2a3652;font-weight:400;font-size:13px}.contact-form .ant-input,.contact-form .ant-input-affix-wrapper,.contact-form .ant-input-textarea{border-radius:8px;border-color:#dfe6f3}.contact-form .ant-input:hover,.contact-form .ant-input-affix-wrapper:hover,.contact-form .ant-input-textarea:hover{border-color:#c5d2e9}.contact-form .ant-input:focus,.contact-form .ant-input-focused,.contact-form .ant-input-affix-wrapper-focused,.contact-form .ant-input-textarea:focus-within{border-color:#1f62da;box-shadow:0 0 0 4px #1f62da24}.contact-send-btn{height:46px;border:0;border-radius:8px;background:linear-gradient(90deg,#ff8d2b,#ff5f1f)!important;box-shadow:0 10px 20px #ff6b1e45;font-weight:700}.contact-send-btn:hover,.contact-send-btn:focus{background:linear-gradient(90deg,#ff8018,#f95719)!important}.contact-accent-line--small{margin-top:10px;margin-bottom:14px}.contact-office-card{border:1px solid #e8edf7;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfdff);padding:16px}.contact-office-row{display:grid;grid-template-columns:42px 1fr;gap:12px}.contact-office-row+.contact-office-row{margin-top:12px}.contact-office-row-icon{width:38px;height:38px;border-radius:50%;background:#eef4ff;color:#1f62da;display:grid;place-items:center;font-size:18px;margin-top:2px}.contact-office-heading{margin:0;color:#1b2a48;font-size:17px;font-weight:400}.contact-office-text{margin:7px 0 0;color:#576682;font-size:14px;line-height:1.65}.contact-office-divider{margin:16px 0;border-top:1px solid #e6ebf7}.contact-map-wrap{position:relative;margin-top:16px;overflow:hidden;border-radius:10px;border:1px solid #e5eaf6}.contact-map-btn{position:absolute;left:10px;top:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:8px;color:#fff;background:#1f62da;font-size:12px;font-weight:700}.contact-map-btn:hover{color:#fff;background:#184ea9}.contact-faq-wrap{margin-top:26px}.contact-faq-title{text-align:center;margin:0;color:#152542;font-size:clamp(26px,3vw,34px);letter-spacing:-.015em;font-weight:400}.contact-accent-line--faq{display:block;margin:10px auto 24px}.contact-faq-collapse{border:1px solid #e5ebf7;border-radius:12px;background:#fff;overflow:hidden}.contact-faq-collapse .ant-collapse-item{border-bottom:1px solid #ebeff8}.contact-faq-collapse .ant-collapse-item:last-child{border-bottom:0}.contact-faq-collapse .ant-collapse-header{align-items:center!important;padding:18px 20px!important}.contact-faq-label{display:inline-flex;align-items:center;gap:10px;color:#1a2948;font-size:15px;font-weight:400}.contact-faq-label .anticon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#1f62da;background:#eef4ff}.contact-faq-answer{margin:0;color:#5f6f8c;font-size:14px;line-height:1.75;padding:0 20px 16px 54px}@media (max-width: 1199px){.contact-hero-copy{max-width:100%}}@media (max-width: 767px){.contact-shell{padding-top:26px;padding-bottom:50px}.contact-panel .ant-card-body{padding:18px}.contact-hero-card .ant-card-body{padding:16px}.contact-map-btn{left:8px;top:8px}.contact-faq-collapse .ant-collapse-header{padding:14px!important}.contact-faq-answer{padding:0 14px 14px}}.np-privacy-page__wrap{max-width:980px;margin:0 auto}.np-privacy-rich{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 14px 40px #0f172a0d;padding:24px;color:#334155}.np-privacy-rich h1,.np-privacy-rich h2,.np-privacy-rich h3,.np-privacy-rich h4{color:#0f172a;margin-top:20px;margin-bottom:10px;line-height:1.25}.np-privacy-rich h1{margin-top:0;font-size:36px}.np-privacy-rich h2{font-size:25px}.np-privacy-rich h3{font-size:20px}.np-privacy-rich h4{font-size:17px}.np-privacy-rich p,.np-privacy-rich li{color:#475467;font-size:15px;line-height:1.85}.np-privacy-rich ul{padding-left:20px;margin:8px 0 16px}.np-privacy-rich a{color:#0052cc;text-decoration:none}.np-privacy-rich a:hover{text-decoration:underline}@media (max-width: 768px){.np-privacy-rich{padding:16px}.np-privacy-rich h1{font-size:28px}.np-privacy-rich h2{font-size:22px}.np-privacy-rich h3{font-size:18px}}.np-profile-shell{--np-bg: #f6f8fd;--np-surface: #ffffff;--np-border: #e7edf8;--np-text: #13264b;--np-muted: #6f819d;--np-brand: #1e63ff}.np-profile-shell__wrap{margin-top:20px;padding-bottom:24px}.np-profile-shell__breadcrumb{display:inline-flex;align-items:center;gap:8px;color:#8797b1;font-size:12px;margin-bottom:14px}.np-profile-shell__layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:18px;align-items:start}.np-profile-shell__left{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 116px);overflow:auto}.np-nav-card,.np-card{border:1px solid var(--np-border);border-radius:14px;box-shadow:0 8px 24px #0a26570f}.np-nav-card .ant-card-body{padding:12px}.np-nav-item{width:100%;border:0;background:transparent;border-radius:10px;color:#334766;height:40px;display:flex;align-items:center;gap:10px;padding:0 10px;cursor:pointer;text-align:left;font-weight:500}.np-nav-item:hover{color:var(--np-brand);background:#f1f6ff}.np-nav-item.is-active{color:var(--np-brand);background:#eaf2ff;font-weight:600}.np-help-card{margin-top:12px;border:1px solid #edf2fb;border-radius:12px;background:#f9fbff;padding:12px}.np-help-card__title{color:var(--np-text);font-weight:800;margin-bottom:3px}.np-help-card__text{color:#7a8ba8;font-size:12px;margin-bottom:10px}.np-profile-shell__content{min-width:0}.np-profile-shell__head{margin-bottom:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.np-profile-shell__head h2{margin-bottom:2px!important;color:#13264b!important;font-size:30px;margin-top:0!important}.np-card{margin-bottom:14px}.np-card .ant-card-body{padding:14px}.np-card__title{color:var(--np-text);font-size:18px;font-weight:600;margin-bottom:10px}.np-profile-shell__main-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:14px;align-items:start}.np-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.np-settings-showcase{display:grid;gap:16px}.np-settings-panel .ant-card-body{padding:20px 22px}.np-settings-panel__subtitle{color:#5f7290;font-size:15px;margin-bottom:12px}.np-settings-link-row{width:100%;border:0;border-top:1px solid #ecf1fa;background:transparent;padding:16px 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;text-align:left;cursor:pointer}.np-settings-link-row:first-of-type{margin-top:4px}.np-settings-link-row:hover{background:#fbfcff}.np-settings-link-row:disabled{opacity:.7;cursor:not-allowed}.np-settings-link-row__icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.np-settings-link-row__icon--blue{color:#1d4ed8;background:#eff5ff}.np-settings-link-row__icon--orange{color:#ea6f00;background:#fff4e7}.np-settings-link-row__icon--red{color:#dc2626;background:#fff1f2}.np-settings-link-row__content{min-width:0;display:grid;gap:3px}.np-settings-link-row__title{color:#142848;font-size:16px;line-height:1.2}.np-settings-link-row__description{color:#5f7290;font-size:14px;line-height:1.45}.np-settings-link-row__arrow{color:#1f3660;font-size:15px}.np-settings-card--full{grid-column:1 / -1}.np-settings-field{display:grid;gap:8px;margin-bottom:12px}.np-settings-field--inline{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.np-settings-label{display:inline-flex;align-items:center;gap:8px;color:#1b3058;font-weight:700;font-size:13px}.np-settings-security-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e8eef9;border-radius:10px;background:#fafcff;padding:12px}.np-settings-actions{margin-top:12px;display:flex;justify-content:flex-end}.np-profile-row{display:flex;justify-content:space-between;gap:14px;align-items:center}.np-user-block{display:inline-flex;align-items:center;gap:12px}.np-avatar-wrap{position:relative}.np-avatar-wrap .ant-avatar{background:linear-gradient(135deg,#0a4fc5,#2b70ea)}.np-avatar-edit{position:absolute;right:-5px;bottom:-5px;border-color:#d6e4ff}.np-user-name{color:var(--np-text);font-size:17px;font-weight:800}.np-user-email,.np-user-phone{color:#7284a2;font-size:12px}.np-outline-btn{border:1px solid #cfdeff;color:#114fc6;font-weight:700}.np-email-inline-btn{padding:0!important;height:auto!important;font-weight:700}.np-email-inline-tag{margin-inline-end:0!important}.np-email-otp-box{border:1px solid #e6eefb;border-radius:12px;background:#f8fbff;padding:12px;margin:6px 0 14px}.np-email-otp-box__head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px}.np-email-otp-box__title{color:#18335f;font-weight:700;font-size:14px}.np-email-otp-box__sub{color:#6f819d;font-size:12px}.np-email-otp-box__row{display:flex;align-items:center;gap:10px}.np-email-otp-box__row+.np-email-otp-box__row{margin-top:10px}.np-email-otp-box__row--verify .ant-input{flex:1}.np-email-otp-box__hint{color:#4f6385;font-size:12px}.np-detail-list{border:1px solid #edf2fb;border-radius:10px;overflow:hidden}.np-detail-row{display:grid;grid-template-columns:46% minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid #edf2fb;padding:11px 12px}.np-detail-row:last-child{border-bottom:0}.np-detail-row__left{display:inline-flex;align-items:center;gap:8px;color:#3f5478;font-weight:600}.np-detail-row__value{color:#182f58;font-weight:700;white-space:nowrap;border-left:1px solid #e7eef9;padding-left:24px;min-height:28px;display:inline-flex;align-items:center}.np-detail-row__right{display:inline-flex;align-items:center;gap:0;color:#8092b0;justify-content:flex-end;min-width:92px}.np-quick-row{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #edf2fb;padding:10px 0}.np-quick-row:last-child{border-bottom:0}.np-quick-row__label{color:#1b3058;font-weight:700}.np-quick-row__sub{color:#7588a7;font-size:12px}.np-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.np-my-properties-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;border-bottom:1px solid #edf2fb;padding-bottom:14px}.np-my-properties-tabs{display:flex;flex-wrap:wrap;gap:10px}.np-my-properties-tab{border:0;background:transparent;color:#30486f;cursor:pointer;padding:10px 2px 12px;border-radius:0;border-bottom:2px solid transparent;font-weight:700}.np-my-properties-tab:hover{color:#17429d;background:transparent}.np-my-properties-tab.is-active{color:var(--np-brand);background:transparent;border-bottom-color:var(--np-brand)}.np-add-property-btn{border-radius:8px;font-weight:700;height:40px;padding-inline:18px;background:#ff7a1a;border-color:#ff7a1a;box-shadow:none}.np-add-property-btn:hover,.np-add-property-btn:focus{background:#ff8a36!important;border-color:#ff8a36!important}.np-my-properties-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px}.np-my-properties-search{width:290px}.np-my-properties-filter-wrap{display:flex;align-items:center;gap:10px}.np-my-properties-filter-panel{display:flex;align-items:center;gap:10px;border:1px solid #dfe7f5;border-radius:12px;background:#f8fbff;padding:8px 10px}.np-my-properties-filter-panel__label{display:inline-flex;align-items:center;gap:7px;color:#4d6287;font-size:13px;font-weight:700;padding-right:6px;border-right:1px solid #dfe7f5}.np-my-properties-reset-btn{border:0;background:transparent;color:#2558c8;font-weight:700;box-shadow:none}.np-my-properties-reset-btn:hover,.np-my-properties-reset-btn:focus{color:#173f96!important;background:#eef4ff!important}.np-my-properties-select{min-width:140px}.np-my-properties-filter-panel .np-my-properties-select .ant-select-selector{border-radius:10px!important;border-color:#d5def0!important;background:#fff!important}.np-list-wrap{display:grid;gap:10px}.np-list-wrap--properties{gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.np-property-state{border:1px dashed #d5e3fb;border-radius:12px;background:#f8fbff;color:#4f6385;text-align:center;padding:28px 16px;font-weight:600}.np-property-state--empty{border-style:solid;background:#fff}.np-property-state--saved-empty{border:0;background:transparent;padding:16px 0 8px}.np-property-item{border:1px solid #e9f0fc;border-radius:12px;padding:10px;display:grid;grid-template-columns:110px minmax(0,1fr) auto auto;gap:10px;align-items:center}.np-property-item--enhanced{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:16px;border:1px solid #e4ecf8;box-shadow:0 10px 28px #102b5f14;align-items:stretch;height:100%}.np-list-wrap--properties .np-property-item--enhanced:first-child{padding-top:10px}.np-property-item__media-wrap{position:relative;width:100%;border-radius:12px;overflow:hidden}.np-property-item__media-btn{border:0;background:transparent;padding:0;margin:0;cursor:pointer;width:100%;display:block;position:relative;border-radius:inherit}.np-property-item__media-count{position:absolute;left:12px;bottom:12px;height:34px;border-radius:10px;padding:0 10px;background:#0b1427c7;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700;line-height:1}.np-property-item__media-count .anticon,.np-property-item__media-count span{font-size:12px}.np-property-item--enhanced .np-property-item__image{width:100%;height:168px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.np-property-item__body{display:flex;flex-direction:column;gap:5px}.np-property-item__chips{margin-top:6px;display:flex;gap:6px;flex-wrap:wrap}.np-property-item__summary-row{margin-top:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.np-property-item__price-row{display:flex;align-items:baseline;gap:12px;margin-top:2px}.np-property-item__purpose-pill{border:1px solid #dbe7ff;background:#edf3ff;color:#1f5ecc;border-radius:999px;font-size:11px;font-weight:700;padding:4px 12px}.np-property-item__summary-text{color:#7184a3;font-size:13px}.np-property-item__dot{width:4px;height:4px;border-radius:999px;background:#a3b2cb}.np-property-item__aside{justify-self:stretch;display:grid;gap:10px;width:100%}.np-property-item__aside-top{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:14px}.np-property-item__aside-left{min-width:0}.np-property-item__aside-right{display:grid;justify-items:stretch;width:100%}.np-property-item__aside-right.is-separated{border-left:0;padding-left:0}.np-property-item__metrics{display:flex;justify-content:space-between;align-items:center;width:100%;gap:0}.np-property-item__metrics--line{border-top:1px solid #edf2fb;padding-top:8px;margin-top:4px}.np-property-item__stat-divider{width:1px;height:18px;background:#dfe8f8}.np-property-item__metric{text-align:left;min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}.np-property-item__metric-row{display:inline-flex;align-items:center;gap:8px}.np-property-item__metric--inline{flex:1 1 0;min-width:0}.np-property-item__metric--inline+.np-property-item__metric--inline{border-left:1px solid #dce4f2;padding-left:14px}.np-property-item__metric-icon{color:#6b7ea2;font-size:14px}.np-property-item__metric-value{color:#16305b;font-size:12px;line-height:1.3}.np-property-item__metric-trend{font-size:12px;font-weight:700}.np-property-item__metric-trend.up{font-size:11px;color:#1a9a54}.np-property-item__metric>.np-property-item__metric-label{width:100%;margin-top:2px}.np-property-item__metric-label{color:#7c8ca7;font-size:11px}.np-property-item__actions.np-property-item__actions--row{display:flex;align-items:center;gap:8px;justify-content:stretch;flex-wrap:nowrap;width:100%}.np-property-item__actions--row .ant-btn{border-radius:10px;min-height:40px;padding-inline:8px;font-weight:700;font-size:11px;white-space:nowrap;flex:1 1 0}.np-property-item__actions--row .ant-btn-primary{background:#ff7a1a;border-color:#ff7a1a}.np-property-item__cta-col{display:grid;gap:10px;justify-items:stretch;width:100%;margin-top:2px}.np-property-item__cta-subtext{color:#6f83a2;font-size:11px;text-align:center;display:none}.np-property-item__featured-block{display:grid;gap:3px}.np-property-item__featured-pill{border-radius:999px;border:1px solid #b6ebcb;background:#e8fced;color:#1b9a53;font-weight:800;font-size:10px;padding:3px 8px;display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content}.np-property-item__featured-copy{color:#2e4469;font-size:11px;font-weight:700}.np-property-item__featured-date{color:#6b7f9f;font-size:10px}.np-property-item__performance-btn,.np-property-item__performance-btn:hover,.np-property-item__performance-btn:focus{min-width:0;width:100%;height:44px;background:#1f5eff!important;border-color:#1f5eff!important;color:#fff!important}.np-property-item__promote-btn,.np-property-item__promote-btn:hover,.np-property-item__promote-btn:focus{background:linear-gradient(180deg,#ff7b22,#ff6312)!important;border-color:#ff6f1a!important;color:#fff!important}.np-property-item__promotion-ribbon{position:absolute;top:12px;right:-38px;transform:rotate(35deg);background:linear-gradient(135deg,#32bd77,#1f9d61);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;padding:7px 46px;display:inline-flex;align-items:center;gap:7px;box-shadow:0 8px 14px #0c543142;pointer-events:none}.np-property-item__promotion-ribbon .anticon{font-size:14px}.np-property-item__promotion-expiry{border:1px solid #b8eccd;background:#ebfaef;border-radius:10px;padding:8px 10px;color:#2f7f53;display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;min-height:44px}.np-property-item__promotion-expiry .anticon{font-size:15px}.np-property-item__facts-strip{border:1px solid #dfe8f7;background:#f8fbff;border-radius:10px;padding:8px 9px;display:flex;align-items:center;color:#4f658b;font-size:11px;font-weight:700;min-height:44px}.np-property-item__facts-strip>span{flex:1 1 0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-property-item__facts-strip>span+span{border-left:1px solid #d9e3f3}.np-property-item--promoted{border-color:#82dfab;box-shadow:0 10px 26px #1b8a5324}.np-property-item--promoted .np-property-item__title{font-size:13px;line-height:1.2;margin-bottom:2px}.np-property-item--promoted .np-property-item__meta{font-size:11px;margin-bottom:5px}.np-property-item--promoted .np-property-item__price{font-size:17px}.np-property-item--promoted .np-property-item__purpose-pill{font-size:10px;padding:3px 8px}.np-property-item--promoted .np-property-item__metrics{gap:8px}.np-property-item--promoted .np-property-item__actions--row .ant-btn{font-size:11px}.np-property-item--promoted .np-property-item__performance-btn,.np-property-item--promoted .np-property-item__promote-btn{height:44px;font-size:12px}.np-property-item__promote-btn.is-promoted,.np-property-item__promote-btn.is-promoted:hover,.np-property-item__promote-btn.is-promoted:focus{background:#22a25b!important;border-color:#22a25b!important;color:#fff!important}.np-property-item__promote-btn{width:100%;height:44px}.np-property-item__actions--row .ant-btn-primary[disabled],.np-property-item__actions--row .ant-btn-primary.ant-btn-disabled{background:#eef2f8;color:#9aa7bc;border-color:#eef2f8}.np-property-item__menu-btn{font-size:18px;color:#2964ff;padding-inline:8px!important;margin-left:6px;min-width:auto!important;height:42px!important;border-radius:8px}.np-promotion-history-modal__title{color:#1c315a;font-size:20px;font-weight:800}.np-promotion-history-modal__head{display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center}.np-promotion-history-modal__head-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(180deg,#4f79ff,#2f5ee7);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 10px 18px #2655d447}.np-promotion-history-modal__subtitle{margin-top:4px;color:#6e82a2;font-size:15px;font-weight:700}.np-promotion-history-modal__content{display:grid;gap:16px}.np-promotion-history-modal__summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.np-promotion-history-modal__summary-card{border:1px solid #e3ebf9;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f6f9ff);padding:16px;display:grid;grid-template-columns:78px minmax(0,1fr);gap:14px;align-items:center}.np-promotion-history-modal__summary-icon{width:78px;height:78px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:38px}.np-promotion-history-modal__summary-icon.is-green{background:#e9f9ee;color:#21a24f}.np-promotion-history-modal__summary-icon.is-blue{background:#ecf2ff;color:#2a63e5}.np-promotion-history-modal__summary-icon.is-purple{background:#f3eeff;color:#7b4be8}.np-promotion-history-modal__summary-icon.is-red{background:#f3eeff;color:red}.np-promotion-history-modal__summary-main{min-width:0;display:grid;gap:6px}.np-promotion-history-modal__summary-card span{color:#5f769a;font-size:12px;font-weight:500}.np-promotion-history-modal__summary-card strong{color:#1c355f;font-size:15px;line-height:1.2}.np-promotion-history-modal__summary-chip{width:-moz-fit-content;width:fit-content;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.np-promotion-history-modal__summary-chip.is-green{background:#e9f9ee;color:#2f8d4e}.np-promotion-history-modal__summary-chip.is-blue{background:#eef4ff;color:#2f64d2}.np-promotion-history-modal__summary-chip.is-purple{background:#f3eeff;color:#7b4be8}.np-promotion-history-modal__summary-chip.is-red{background:#f3eeff;color:red}.np-promotion-history-modal__list{display:grid;gap:14px}.np-promotion-history-modal__timeline-row{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px}.np-promotion-history-modal__timeline-rail{position:relative;display:flex;justify-content:center;align-items:flex-start}.np-promotion-history-modal__timeline-rail:after{content:"";position:absolute;top:34px;bottom:-16px;width:2px;background:linear-gradient(180deg,#d3deef,#e8eef8)}.np-promotion-history-modal__timeline-row:last-child .np-promotion-history-modal__timeline-rail:after{display:none}.np-promotion-history-modal__timeline-node{width:30px;height:30px;border-radius:999px;background:#eef3fb;border:1px solid #dce5f2;color:#8ca0be;display:inline-flex;align-items:center;justify-content:center;font-size:14px;z-index:1}.np-promotion-history-modal__timeline-node.is-active{background:#ebfaef;border-color:#afe7c5;color:#22a24f}.np-promotion-history-modal__item{border:1px solid #deebf8;border-radius:16px;padding:14px;background:#fff}.np-promotion-history-modal__item.is-active{border-color:#a7e3bf;box-shadow:0 0 0 1px #3bb4682e,0 10px 18px #2f925814}.np-promotion-history-modal__item-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.np-promotion-history-modal__item-left{min-width:0}.np-promotion-history-modal__item-plan{color:#1a315a;font-size:18px;font-weight:800}.np-promotion-history-modal__item-meta{margin-top:4px;color:#7286a7;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.np-promotion-history-modal__item-meta-grid{margin-top:4px;display:grid;gap:4px}.np-promotion-history-modal__item-meta-row{display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:8px;color:#7085a8;font-size:13px;font-weight:600}.np-promotion-history-modal__item-meta-row>strong{color:#2a4067;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-promotion-history-modal__copy-icon{color:#778dac;font-size:13px}.np-promotion-history-modal__item-right{display:inline-flex;align-items:center;gap:8px}.np-promotion-history-modal__item-right .ant-tag{margin-inline-end:0;border-radius:8px;padding-inline:10px;font-weight:700}.np-promotion-history-modal__item-grid{margin-top:14px;border-top:1px solid #edf2fb;padding-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.np-promotion-history-modal__item-grid>div{display:grid;gap:4px;align-items:center}.np-promotion-history-modal__item-metric{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;align-items:flex-start}.np-promotion-history-modal__item-metric-icon{width:36px;height:36px;border-radius:10px;border:1px solid #e3ebf8;background:#f8fbff;color:#6f84a6;display:inline-flex;align-items:center;justify-content:center;font-size:16px}.np-promotion-history-modal__item-grid span{color:#788cae;font-size:12px;font-weight:600}.np-promotion-history-modal__item-grid strong{color:#1f355e;font-size:14px;line-height:1.35;margin-left:4px}.np-promotion-history-modal__foot-note{border:1px solid #dce7fb;background:#f7faff;color:#4f6fa8;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.np-promotion-history-modal .ant-modal-close{top:16px;right:16px;width:40px;height:40px;border-radius:10px;border:1px solid #dfe7f5;color:#5d7195}.np-promotion-success-modal{display:grid;gap:10px}.np-promotion-success-modal__icon-wrap{text-align:center}.np-promotion-success-modal__icon{font-size:42px;color:#27a85f}.np-promotion-success-modal__title{color:#1a315a;font-size:18px;font-weight:800;text-align:center}.np-promotion-success-modal__subtext{color:#647b9f;font-size:13px;text-align:center}.np-promotion-success-modal__details{border:1px solid #e8eef9;border-radius:12px;padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.np-promotion-success-modal__details>div{display:grid;gap:2px}.np-promotion-success-modal__details span{color:#7b8eac;font-size:12px}.np-promotion-success-modal__details strong{color:#1f355e;font-size:13px}.np-my-properties-pagination{border-top:1px solid #edf2fb;margin-top:8px;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.np-my-properties-pagination__summary{color:#7184a3;font-size:13px}.np-property-item__image{width:110px;height:76px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.np-property-item__title{color:#172d57;font-weight:800;margin-bottom:4px;font-size:13px}.np-property-item__title-btn{border:0;background:transparent;padding:0;margin:0;text-align:left;cursor:pointer}.np-property-item__title-btn:hover .np-property-item__title{color:#1e63ff}.np-property-item__meta{color:#7487a5;font-size:11px;margin-bottom:5px;align-items:center;gap:6px;display:flex}.np-property-item__price{color:#12284f;font-weight:800;font-size:17px}.np-property-item__price-period{margin-left:6px;color:#5f7395;font-size:.58em;font-weight:600}.np-property-item__stats{color:#7b8ca7;font-size:12px;display:grid;gap:4px}.np-property-item__actions{display:grid;justify-items:end;gap:4px}.np-saved-shell{display:grid;gap:14px}.np-saved-controls{display:grid;grid-template-columns:minmax(0,1fr) 220px auto auto;gap:10px;align-items:center}.np-saved-search{width:100%}.np-saved-sort{min-width:0}.np-saved-filter-toggle{border-radius:10px}.np-saved-view-toggle{display:inline-flex;border:1px solid #d8e3f8;border-radius:10px;background:#f7faff;overflow:hidden}.np-saved-view-toggle button{width:38px;height:36px;border:0;background:transparent;color:#4f6488;cursor:pointer}.np-saved-view-toggle button.is-active{background:#1e63ff;color:#fff}.np-saved-filter-panel{border:1px solid #e0e8f8;border-radius:12px;background:#f9fbff;padding:10px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.np-saved-filter-select{min-width:200px}.np-saved-filter-verified{display:inline-flex;align-items:center;gap:8px;color:#3f5478;font-size:13px;font-weight:700}.np-saved-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.np-saved-card{position:relative;border:1px solid #e4ecfa;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 26px #0c28540f}.np-saved-card__favorite{position:absolute;top:10px;width:30px;height:30px;border:0;border-radius:999px;background:#fffffff2;display:inline-flex;align-items:center;justify-content:center;z-index:2;cursor:pointer}.np-saved-card__favorite{right:10px;color:#ff546a}.np-saved-card__media-btn{border:0;background:transparent;padding:0;margin:0;width:100%;display:block;cursor:pointer}.np-saved-card__image{width:100%;height:182px;-o-object-fit:cover;object-fit:cover;display:block}.np-saved-card__body{padding:12px}.np-saved-card__price{color:#fff;font-size:14px;font-weight:800;line-height:1;position:absolute;left:12px;top:145px;background:#0c1322b8;border-radius:9px;padding:8px 10px}.np-saved-card__title{color:#11274d;font-size:16px;font-weight:500;line-height:1.3}.np-saved-card__meta{margin-top:6px;color:#6d81a2;font-size:12px;display:inline-flex;align-items:center;gap:6px}.np-saved-card__chips{margin-top:11px;display:flex;flex-wrap:wrap;gap:6px}.np-saved-card__chips span{border:1px solid #dee8fb;border-radius:8px;padding:4px 8px;color:#4c6288;font-size:11px;font-weight:700;background:#f9fbff}.np-saved-card__foot{margin-top:10px;border-top:1px solid #edf2fc;display:flex;align-items:center;justify-content:space-between;gap:8px}.np-saved-card__update{color:#7285a7;font-size:11px;font-weight:600}.np-saved-card__update .is-down{color:#0b9d53}.np-saved-card__update .is-up{color:#f17624}.np-saved-card__view{color:#1e63ff;font-size:12px;font-weight:700}.np-saved-list{display:grid;gap:10px}.np-saved-list-item{border:1px solid #e4ecfa;border-radius:12px;background:#fff;padding:10px;display:grid;grid-template-columns:auto 130px minmax(0,1fr) auto;align-items:center;gap:12px}.np-saved-list-item__image{width:130px;height:92px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.np-saved-list-item__body{min-width:0}.np-saved-list-item__title{color:#13264b;font-size:16px;font-weight:500}.np-saved-list-item__meta{margin-top:6px;color:#7083a4;font-size:12px;display:inline-flex;align-items:center;gap:6px}.np-saved-list-item__chips{margin-top:8px;display:inline-flex;flex-wrap:wrap;gap:6px}.np-saved-list-item__chips span{border:1px solid #dde7fb;border-radius:999px;padding:3px 8px;font-size:11px;color:#4a6187;background:#f8fbff}.np-saved-list-item__aside{min-width:210px;display:grid;justify-items:end;gap:6px}.np-saved-list-item__price{color:#172b52;font-size:20px;font-weight:800}.np-saved-list-item__updated{color:#7386a7;font-size:11px}.np-saved-list-item__actions{display:inline-flex;align-items:center;gap:6px}.np-detail-hero{margin-bottom:12px}.np-detail-hero__main{width:100%;height:260px;border-radius:12px;-o-object-fit:cover;object-fit:cover;border:1px solid #e8eef9}.np-detail-hero__thumbs{margin-top:8px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.np-detail-hero__thumbs img{width:100%;height:58px;border-radius:8px;border:1px solid #e8eef9;-o-object-fit:cover;object-fit:cover}.np-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.np-overview-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #e4ecf8;padding:8px 0;color:#5f7395}.np-overview-row strong{color:#152b54}.np-promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.np-plan-card{border:1px solid #e6eefb;border-radius:14px;padding:14px;background:#fff}.np-plan-card.is-featured{border-color:#90b4ff;box-shadow:0 10px 26px #1e63ff29}.np-plan-name{color:#1a305a;font-weight:800}.np-plan-price{color:#1445b0;font-size:30px;font-weight:800;line-height:1.1;margin:8px 0 10px}.np-plan-list{display:grid;gap:7px;color:#667a9a;font-size:13px;margin-bottom:12px}.np-plan-list .anticon{color:#21a55b}.np-promote-modal-shell .ant-modal-content{border-radius:18px;border:1px solid #e7edf8;box-shadow:0 24px 60px #0f1e5033}.np-promote-modal-shell .ant-modal{margin:50px auto}.np-promote-modal-shell .ant-modal-header{border-bottom:1px solid #edf1f8;margin-bottom:16px;padding-bottom:12px}.np-promote-modal-shell .ant-modal-body{padding-top:4px}.np-promote-modal__title-wrap{display:flex;align-items:flex-start;gap:12px}.np-promote-modal__title-icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff2e8;color:#ff6f1a;font-size:17px}.np-promote-modal__title{color:#1b2e57;font-size:22px;font-weight:800;line-height:1.1}.np-promote-modal__subtitle{margin-top:6px;color:#6b7f9f;font-size:14px;font-weight:500}.np-promote-modal{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:18px}.np-promote-modal__left{display:grid;gap:14px}.np-promote-modal__section-label{color:#1e63ff;font-size:15px;font-weight:700}.np-promote-property-card{border:1px solid #e5ebf8;border-radius:16px;padding:14px;background:#fff;display:grid;grid-template-columns:230px minmax(0,1fr);gap:14px}.np-promote-property-card>.np-promote-modal__section-label{grid-column:1 / -1;margin-bottom:-2px}.np-promote-property-card__media-wrap{position:relative;border-radius:12px;overflow:hidden;background:#eef3ff}.np-promote-property-card__media{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;display:block}.np-promote-property-card__photos-pill{position:absolute;left:10px;bottom:10px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#0e1a2db8;color:#fff;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex;gap:6px;align-items:center}.np-promote-property-card__top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.np-promote-property-card__top-row h3{margin:0;color:#1a2f57;font-size:18px;font-weight:750;line-height:1.15}.np-promote-property-card__active-pill{border-radius:999px;border:1px solid #ccefd8;background:#eafff0;color:#1a9952;font-size:12px;font-weight:700;padding:5px 11px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.np-promote-property-card__location{margin-top:8px;color:#4e668f;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.np-promote-property-card__meta-grid{margin-top:12px;border:1px solid #e8eef9;border-radius:10px;overflow:hidden;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.np-promote-property-card__meta-grid>div{padding:10px;border-right:1px solid #edf1f8;display:grid;gap:4px}.np-promote-property-card__meta-grid>div:last-child{border-right:0}.np-promote-property-card__meta-grid span{font-size:12px;color:#7a8cac}.np-promote-property-card__meta-grid strong{color:#1f3359;font-size:12px;overflow:hidden;font-weight:750}.np-promote-property-card__chip-row{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.np-promote-property-card__chip-row span{border-radius:8px;border:1px solid #e5ecf8;background:#f8fbff;color:#496284;font-size:12px;font-weight:700;padding:6px 10px}.np-promote-how{border:1px solid #e6ecf9;border-radius:16px;background:#fff;padding:14px}.np-promote-how h4{margin:0 0 12px;color:#1f58d0;font-size:18px;font-weight:800}.np-promote-how__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.np-promote-how-card{border:1px solid #edf2fb;border-radius:12px;background:#fbfdff;padding:10px;display:grid;gap:6px}.np-promote-how-card__preview{width:100%;height:90px;-o-object-fit:contain;object-fit:contain;display:block;border-radius:10px;background:#f3f7ff;padding:4px}.np-promote-how-card__head{display:flex;gap:12px;margin-top:8px}.np-promote-how-card__content{min-width:0;display:grid;gap:4px}.np-promote-how-card__icon{width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.np-promote-how-card__icon.is-orange{background:#fff4ea;color:#ff761a}.np-promote-how-card__icon.is-blue{background:#edf4ff;color:#1b68ff}.np-promote-how-card__icon.is-green{background:#ebfff2;color:#19a25a}.np-promote-how-card__step{width:22px;height:22px;border-radius:999px;background:#fff2e8;color:#f26a13;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.np-promote-how-card strong{color:#1f355f;font-size:14px;line-height:1.25}.np-promote-how-card p{margin:0;color:#6f82a1;font-size:12px;line-height:1.45}.np-promote-boost-strip{margin-top:12px;border:1px solid #ffe4d2;border-radius:12px;padding:12px;background:linear-gradient(180deg,#fff8f3,#fffdfb);display:none}.np-promote-boost-strip__head{color:#f06b13;font-size:14px;font-weight:800;display:inline-flex;align-items:center;gap:8px}.np-promote-boost-strip p{margin:6px 0 10px;color:#6b7f9d;font-size:13px}.np-promote-boost-strip__points{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.np-promote-boost-point{border:1px solid #f4dccb;border-radius:9px;background:#fff;padding:8px 10px;display:flex;align-items:center;gap:10px;min-height:64px}.np-promote-boost-point__icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;flex:0 0 28px}.np-promote-boost-point__icon.is-blue{background:#edf4ff;color:#1b68ff}.np-promote-boost-point__icon.is-green{background:#ebfff2;color:#19a25a}.np-promote-boost-point__icon.is-purple{background:#f3ecff;color:#7a4ce0}.np-promote-boost-point__icon.is-red{background:#f3ecff;color:red}.np-promote-boost-point__icon.is-yellow{background:#fff7e7;color:#f2a312}.np-promote-boost-point__text{min-width:0;display:grid;gap:2px}.np-promote-boost-point__text strong{color:#243a62;font-size:13px;line-height:1.2}.np-promote-boost-point__text small{color:#61799d;font-size:12px;line-height:1.3}.np-promote-secure{border:1px solid #d9f2e4;border-radius:12px;background:#f0fff6;padding:10px 12px;display:flex;align-items:center;gap:10px;margin-top:10px}.np-promote-secure__icon{width:30px;height:30px;border-radius:999px;background:#dbf8e7;color:#1c9351;display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px}.np-promote-secure__icon .anticon{font-size:15px}.np-promote-secure__text{display:grid;gap:2px}.np-promote-secure__text strong{color:#2f4a65;font-size:16px;font-weight:700;line-height:1.2}.np-promote-secure__text small{color:#5f7f72;font-weight:500;font-size:12px}.np-promote-modal__right{min-width:0}.np-promote-plan-card{border:1px solid #ffdcca;border-radius:16px;background:#fff;padding:14px;display:grid;gap:10px;height:100%}.np-promote-plan-card__top{display:flex;justify-content:space-between;align-items:center;gap:8px}.np-promote-plan-card__popular-pill{border-radius:999px;border:1px solid #ffd5bb;background:#fff1e8;color:#ff6f1a;font-size:11px;font-weight:800;padding:4px 10px;display:inline-flex;align-items:center;gap:6px}.np-promote-plan-card__days{color:#3f537a;font-size:14px;font-weight:700}.np-promote-plan-card h3{margin:0;color:#1c305a;font-size:22px;font-weight:800}.np-promote-plan-card__price-row{display:flex;align-items:baseline;gap:10px}.np-promote-plan-card__price-row strong{color:#ff6f1a;font-size:32px;font-weight:900;line-height:1}.np-promote-plan-card__price-row span{color:#9aa8bf;text-decoration:line-through;font-size:18px;font-weight:700}.np-promote-plan-card>p{margin:-3px 0 2px;color:#667b9c;font-size:14px;font-weight:600}.np-promote-plan-features{border-top:1px solid #edf1f8;border-bottom:1px solid #edf1f8;padding:10px 0;display:grid;gap:10px}.np-promote-plan-features>div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:flex-start}.np-promote-plan-features>div>.anticon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f4f7ff;color:#2f64d2;font-size:14px}.np-promote-plan-features strong{color:#253c64;font-size:13px;display:block;margin-bottom:2px}.np-promote-plan-features small{color:#6980a2;font-size:12px;line-height:1.4}.np-promote-duration-box{border:1px solid #dde6ff;border-radius:12px;background:#f5f8ff;padding:10px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px}.np-promote-duration-box>.anticon{font-size:16px;color:#2d5fd1;margin-top:2px}.np-promote-duration-box strong{color:#1f3b67;font-size:13px;display:block;margin-bottom:3px}.np-promote-duration-box span{color:#607a9f;font-size:12px;line-height:1.4}.np-promote-modal__cta{width:100%;margin-top:4px;height:50px;border-radius:10px;font-weight:800;font-size:15px;background:linear-gradient(180deg,#ff7b22,#ff6312);border:0}.np-promote-modal__cta:hover,.np-promote-modal__cta:focus{background:linear-gradient(180deg,#ff8a36,#ff731f)!important}.np-promote-plan-card__foot-note{text-align:center;color:#7b8ea9;font-size:12px;font-weight:600}.np-saved-searches{margin-top:14px;border-top:1px solid #edf2fb;padding-top:12px}.np-saved-searches__row{display:flex;flex-wrap:wrap;gap:8px}.np-search-chip{border:1px solid #dce8ff;background:#f3f8ff;color:#2451a9;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.np-profile-shell__footer-meta{margin-top:10px;border-top:1px solid #e8edf8;padding-top:10px;color:#8a9ab3;font-size:12px;display:flex;align-items:center;gap:16px;justify-content:flex-end}.np-profile-shell__footer-meta button{border:0;background:transparent;color:#2d63cb;font-weight:700;cursor:pointer}@media (max-width: 1200px){.np-profile-shell__main-grid,.np-settings-grid,.np-settings-field--inline{grid-template-columns:1fr}.np-promo-grid,.np-saved-grid,.np-list-wrap--properties{grid-template-columns:repeat(2,minmax(0,1fr))}.np-promote-modal{grid-template-columns:1fr}}@media (max-width: 980px){.np-profile-shell__layout{grid-template-columns:1fr}.np-profile-shell__left{position:static;max-height:none;overflow:visible}.np-settings-panel .ant-card-body{padding:16px}.np-settings-link-row{gap:10px;padding:13px 0}.np-settings-link-row__title{font-size:16px}.np-settings-link-row__description{font-size:13px}.np-profile-shell__head,.np-my-properties-controls,.np-my-properties-toolbar{flex-direction:column;align-items:stretch}.np-my-properties-toolbar{justify-content:initial}.np-my-properties-search{width:100%}.np-my-properties-filter-wrap{flex-wrap:wrap;width:100%}.np-my-properties-select{min-width:130px}.np-saved-controls{grid-template-columns:1fr}.np-saved-view-toggle{justify-self:start}.np-saved-list-item{grid-template-columns:auto 100px minmax(0,1fr)}.np-saved-list-item__image{width:100px;height:78px}.np-saved-list-item__aside{grid-column:1 / -1;justify-items:start;min-width:0;border-top:1px solid #edf2fb;padding-top:8px}.np-my-properties-filter-panel{width:100%;flex-wrap:wrap}.np-my-properties-filter-panel__label{border-right:0;padding-right:0;width:100%}.np-property-item__aside{min-width:0;justify-self:stretch;gap:16px}.np-property-item__aside-top{flex-direction:column;align-items:stretch;gap:12px}.np-property-item__aside-right,.np-property-item__aside-right.is-separated{border-left:0;padding-left:0;justify-items:stretch}.np-property-item__metrics{gap:10px;flex-wrap:wrap}.np-property-item--enhanced .np-property-item__image{height:156px}.np-property-item__stat-divider{display:none}.np-property-item__cta-col{justify-items:stretch}.np-property-item__featured-block{margin-bottom:4px}.np-property-item__actions.np-property-item__actions--row{justify-content:flex-start;flex-wrap:wrap;gap:10px}.np-property-item__actions--row .ant-btn{min-height:38px}.np-property-item__performance-btn,.np-property-item__promote-btn{height:42px}.np-property-item__performance-btn{width:100%;min-width:0}.np-property-item__actions--row .ant-btn,.np-property-item__actions--row .ant-btn:first-child,.np-property-item__actions--row .ant-btn:nth-child(2),.np-property-item__actions--row .ant-btn-primary{min-width:0}.np-my-properties-pagination{align-items:flex-start;justify-content:flex-start;flex-direction:column;overflow-x:auto}.np-promote-property-card{grid-template-columns:1fr}.np-promote-property-card__media{height:200px}.np-promote-how__grid,.np-promote-boost-strip__points,.np-promote-property-card__meta-grid,.np-list-wrap--properties{grid-template-columns:repeat(2,minmax(0,1fr))}.np-promote-modal__title{font-size:20px}}@media (max-width: 700px){.np-property-item--enhanced .np-property-item__image{height:150px}.np-property-item__cta-subtext{text-align:left}.np-promote-how__grid,.np-promote-boost-strip__points,.np-promote-property-card__meta-grid,.np-saved-grid,.np-list-wrap--properties{grid-template-columns:1fr}.np-promote-plan-card h3{font-size:20px}.np-promote-plan-card__price-row strong{font-size:30px}.np-promote-plan-card__price-row span{font-size:17px}.np-promotion-history-modal__summary-grid,.np-promotion-history-modal__item-grid,.np-promotion-success-modal__details{grid-template-columns:1fr}}@media (max-width: 760px){.np-profile-shell__head h2{font-size:24px}.np-profile-row{flex-direction:column;align-items:flex-start}.np-detail-row{grid-template-columns:1fr;gap:4px}.np-detail-row__value{border-left:0;padding-left:0;min-height:0}.np-overview-grid{grid-template-columns:1fr}.np-email-otp-box__row{flex-direction:column;align-items:stretch}.np-promo-grid{grid-template-columns:1fr}.np-detail-hero__thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.np-property-item--enhanced{grid-template-columns:1fr}.np-property-item--enhanced .np-property-item__image{width:100%;height:180px}.np-property-item__metrics{gap:10px}.np-property-item__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.np-property-item__actions--row{flex-wrap:wrap;justify-content:flex-start}.np-profile-shell__footer-meta{justify-content:flex-start;flex-wrap:wrap}.np-promote-modal__hero{flex-direction:column;align-items:flex-start}.np-promote-modal__visuals{grid-template-columns:1fr}}.post-property-ng{--pp-border: #e9edf6;--pp-bg: #f6f8fc;--pp-text: #12274f;--pp-muted: #66758f;--pp-brand: #0052cc;--pp-accent: #ff7722}.post-property-ng--modern{background:#f5f7fc}.post-property-ng__shell{padding:12px 18px 40px;max-width:1340px;margin:0 auto}.post-property-ng__hero{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:10px 0 12px;border:0;border-radius:0;background:transparent;box-shadow:none}.post-property-ng__hero--fresh{overflow:visible}.post-property-ng__hero-copy{flex:1 1 58%;min-width:0}.post-property-ng__hero-back{border-radius:999px!important;border-color:#d6e3fa!important;color:#21467f!important;font-weight:700;margin-bottom:12px;height:32px;padding:0 12px!important;font-size:12px}.post-property-ng__title{margin:2px 0 8px!important;color:var(--pp-text)!important;font-size:50px;line-height:1.08;letter-spacing:-.35px}.post-property-ng__title span{display:inline;color:var(--pp-brand)}.post-property-ng__subtitle{color:var(--pp-muted);font-size:15px;max-width:560px}.post-property-ng__hero-points{margin-top:16px;display:flex;gap:22px;flex-wrap:wrap}.post-property-ng__hero-points span{display:inline-flex;align-items:center;gap:8px;color:#2a3d64;font-size:12px;font-weight:700}.post-property-ng__hero-point{display:grid!important;grid-template-columns:28px 1fr;-moz-column-gap:8px!important;column-gap:8px!important;align-items:start!important;min-width:210px}.post-property-ng__hero-point .anticon{grid-row:1 / span 2;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eaf1ff;color:#2f6ae4;font-size:14px}.post-property-ng__hero-point strong{font-size:12px;color:#2c4268;line-height:1.2}.post-property-ng__hero-point small{color:#7a89a3;font-size:11px;font-weight:600;line-height:1.2}.post-property-ng__hero-points .anticon{color:#2f6ae4}.post-property-ng__hero-visual{width:min(42%,520px);min-width:300px;display:flex;align-items:center;justify-content:center}.post-property-ng__hero-visual img{width:100%;height:246px;-o-object-fit:cover;object-fit:cover;border-radius:16px;border:1px solid #dbe6fb;box-shadow:0 14px 30px #12274f1f;background:#f6f8fc}.post-property-ng__hero-visual--photo img{-o-object-position:center 60%;object-position:center 60%}.post-property-ng__sidebar{border-radius:12px;border-color:#e6ecf8;box-shadow:none}.post-property-ng__sidebar+.post-property-ng__help-box{margin-top:0}.post-property-ng__sidebar-col{align-self:flex-start}.post-property-ng__sidebar-sticky{position:sticky;top:84px;z-index:5;max-height:calc(100vh - 96px);display:grid;gap:12px}.post-property-ng__sidebar .ant-card-body{padding:16px 16px 18px}.post-property-ng__sidebar .ant-card-head{min-height:44px;border-bottom:0;padding:14px 16px 8px}.post-property-ng__sidebar .ant-card-head-title{color:#2f3e5e;font-size:13px;font-weight:800;letter-spacing:.45px;line-height:1.35;padding:0 2px}.post-property-ng__small{color:var(--pp-muted);font-size:14px}.post-property-ng__step-progress-caption{margin-bottom:12px;line-height:1.45;font-size:13px}.post-property-ng__step-list{margin-top:10px}.post-property-ng__step-item{display:grid;grid-template-columns:30px minmax(0,1fr) 18px;gap:10px;align-items:center;margin:8px 0;border-radius:12px;padding:11px 18px}.post-property-ng__step-item.is-current{background:#eaf2ff}.post-property-ng__step-item.is-completed{background:#f2fbf3}.post-property-ng__step-item.is-disabled{opacity:1}.post-property-ng__step-item.is-disabled .post-property-ng__step-title,.post-property-ng__step-item.is-disabled .post-property-ng__small{color:#8b98ad}.post-property-ng__step-list--rail{position:relative;margin-top:12px}.post-property-ng__step-list--rail:before{content:"";position:absolute;left:31px;top:14px;bottom:14px;width:1px;background:#dbe6fb}.post-property-ng__step-item--rail{position:relative}.post-property-ng__step-dot{width:28px;height:28px;border-radius:50%;border:1px solid #c8d7f0;color:#5f7396;background:#fff;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;padding:0}.post-property-ng__step-dot.is-current{border-color:#2563eb;color:#2563eb;background:#eaf2ff}.post-property-ng__step-dot:disabled{cursor:not-allowed}.post-property-ng__step-dot.is-done{color:#17a34a;border-color:#86d39a;background:#dff8e6}.post-property-ng__step-copy{display:grid;gap:2px;min-width:0;padding-inline:2px}.post-property-ng__step-title{font-size:13px;color:#223457;font-weight:600;line-height:1.2}.post-property-ng__step-status{color:#1db24a;font-size:14px;justify-self:end;margin-right:2px}.post-property-ng__help-box{margin-top:0;border:1px solid #edf2fb;border-radius:12px;background:#f9fbff}.post-property-ng__help-box .ant-card-body{padding:12px}.post-property-ng__help-title{color:#1e325b;font-size:14px;font-weight:700;margin-bottom:6px}.post-property-ng__help-btn{margin-top:8px;border-radius:8px!important;border-color:#d9e4fb!important;color:#255dcf!important;font-weight:700;height:34px}.post-property-ng__form .ant-collapse{border-radius:12px;border:1px solid #e5ecfa;overflow:hidden;background:#fff;box-shadow:none}.post-property-ng__form .ant-collapse>.ant-collapse-item{border-bottom:0;border-radius:12px;border:1px solid #e6ecf8;margin-bottom:10px;overflow:hidden}.post-property-ng__form .ant-collapse>.ant-collapse-item:last-child{margin-bottom:0}.post-property-ng__form .ant-collapse-header{font-weight:600;background:#fff}.post-property-ng__form .ant-collapse>.ant-collapse-item>.ant-collapse-header{min-height:62px;padding-top:11px!important;padding-bottom:11px!important;align-items:center!important}.post-property-ng__form .ant-form-item-label>label{font-weight:600;color:#314a73;font-size:14px}.post-property-ng__form .ant-input,.post-property-ng__form .ant-input-number,.post-property-ng__form .ant-select-selector,.post-property-ng__form .ant-radio-button-wrapper{min-height:40px;font-size:14px!important}.post-property-ng__form .ant-input,.post-property-ng__form .ant-input-number-input,.post-property-ng__form .ant-select-selection-item,.post-property-ng__form .ant-select-selection-placeholder,.post-property-ng__form .ant-radio-button-wrapper{font-size:14px!important}.post-property-ng__form .ant-input:not(textarea){height:40px;line-height:1.35;padding-top:6px;padding-bottom:6px}.post-property-ng__form .ant-input-number{height:40px;display:inline-flex;align-items:center}.post-property-ng__form .ant-input-number-input{height:38px;line-height:38px;padding-top:0;padding-bottom:0}.post-property-ng__form .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:40px!important;padding:0 32px 0 11px!important;display:flex;align-items:center}.post-property-ng__form .ant-select-single .ant-select-selection-item,.post-property-ng__form .ant-select-single .ant-select-selection-placeholder{line-height:40px!important;display:flex;align-items:center}.post-property-ng__form .ant-select-single .ant-select-selection-search,.post-property-ng__form .ant-select-single .ant-select-selection-search-input{height:40px!important}.post-property-ng__form .ant-select-single .ant-select-selection-search-input{line-height:40px!important}.post-property-ng__form .ant-select .ant-select-arrow{top:50%!important;margin-top:0!important;transform:translateY(-50%)!important;inset-inline-end:11px!important;display:inline-flex;align-items:center;justify-content:center}.post-property-ng__form .ant-select .ant-select-arrow .anticon{display:inline-flex;align-items:center;justify-content:center;line-height:1!important}.post-property-ng__form .ant-radio-button-wrapper{height:40px;line-height:38px;padding-inline:16px}.post-property-ng__form .ant-radio-group{display:inline-flex}.post-property-ng__area-item{max-width:420px}.post-property-ng__area-inline{display:grid;grid-template-columns:minmax(0,1fr) 116px;gap:8px}.post-property-ng__area-inline .post-property-ng__area-value,.post-property-ng__area-inline .post-property-ng__area-unit{width:100%}.post-property-ng__form .ant-select-multiple .ant-select-selector{min-height:40px!important;padding:3px 11px!important;align-items:center}.post-property-ng__form .ant-select-multiple .ant-select-selection-placeholder,.post-property-ng__form .ant-select-multiple .ant-select-selection-item{color:#314a73;font-size:14px}.post-property-ng__currency-field{position:relative}.post-property-ng__currency-prefix{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#314a73;font-weight:700;z-index:2;pointer-events:none}.post-property-ng__currency-field .ant-input-number{width:100%}.post-property-ng__currency-field .ant-input-number-input{padding-left:24px}.post-property-ng__contact-input.ant-input{height:40px}.post-property-ng__review-modal .ant-modal-body{padding:8px 18px 18px}.post-property-ng__review-modal .ant-modal-content{border-radius:16px}.post-property-ng__review-wrap{display:grid;gap:12px}.post-property-ng__review-card{border:1px solid #e2e9f7;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 20px #253b5d12}.post-property-ng__review-media{position:relative;min-height:180px;background:#edf3ff}.post-property-ng__review-media img{width:100%;height:100%;min-height:180px;-o-object-fit:cover;object-fit:cover;display:block}.post-property-ng__review-media-empty{min-height:180px;display:grid;place-items:center;gap:8px;color:#7185a7;font-weight:600}.post-property-ng__review-badge{position:absolute;left:14px;top:14px;background:#ffffffeb;color:#1f3257;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:800;letter-spacing:.6px}.post-property-ng__review-body{padding:14px;display:grid;gap:10px}.post-property-ng__review-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.post-property-ng__review-pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:#eef5ff;color:#2e6be6;font-size:12px;font-weight:700}.post-property-ng__review-subtle{color:#7285a3;font-size:12px}.post-property-ng__review-title{margin-bottom:0!important;color:#1f3257!important}.post-property-ng__review-location{color:#516786;font-size:13px}.post-property-ng__review-price{color:#1f3257;font-size:20px;font-weight:800}.post-property-ng__review-meta{display:flex;flex-wrap:wrap;gap:8px}.post-property-ng__review-meta span{border-radius:999px;padding:5px 10px;background:#f3f7ff;color:#3b4f78;font-size:12px;font-weight:700}.post-property-ng__section-head{display:flex;align-items:center;gap:9px}.post-property-ng__section-badge{width:26px;height:26px;border-radius:8px;background:#e9f1ff;color:#2e6be6;font-weight:800;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.post-property-ng__section-badge--2{background:#e8f9ee;color:#20a35f}.post-property-ng__section-badge--3{background:#f0ecff;color:#6a54d8}.post-property-ng__section-badge--4{background:#fff1e8;color:#ef7e2d}.post-property-ng__section-badge--5{background:#ffeef6;color:#d84b8f}.post-property-ng__section-badge--6{background:#fff4e6;color:#df8c25}.post-property-ng__section-icon{color:#334a71;font-size:14px;width:16px}.post-property-ng__section-copy{display:grid;gap:0}.post-property-ng__section-title{color:#1f3257;font-weight:700;font-size:15px}.post-property-ng__section-hint{color:#7a8aa5;font-size:12px;font-weight:500}.post-property-ng__section-guard{position:relative}.post-property-ng__section-guard.is-locked{opacity:.9}.post-property-ng__section-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;border:0;background:linear-gradient(180deg,#ffffff1a,#f6faff40);cursor:not-allowed}.post-property-ng__form .ant-form-item{margin-bottom:10px}.post-property-ng__chips{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.post-property-ng__media-stack{display:grid;grid-template-columns:1fr;gap:12px;margin-top:2px}.post-property-ng__media-inline{display:grid;grid-template-columns:1fr 1fr;gap:12px}.post-property-ng__media-pane{border:1px solid #e4ebfa;border-radius:10px;padding:9px;background:#fff}.post-property-ng__media-title--small{font-size:13px;margin-bottom:7px}.post-property-ng__media-main-row{display:grid;grid-template-columns:1fr 180px;gap:8px;align-items:stretch}.post-property-ng__media-upload-box{border:1px dashed #c9d8f8;border-radius:10px;display:grid;align-content:center;justify-items:center;gap:8px;padding:10px;background:#f8fbff}.post-property-ng__media-upload-note{color:#6980a5;font-size:11px;font-weight:600}.post-property-ng__media-progress-wrap{margin-top:8px}.post-property-ng__media-progress-wrap .ant-progress-text{color:#4b5f84!important;font-size:11px;font-weight:700}.post-property-ng__media-stack--gallery{margin-top:6px}.post-property-ng__media-layout{display:grid;grid-template-columns:minmax(300px,.92fr) minmax(0,2.08fr);gap:16px;align-items:start}.post-property-ng__media-summary{display:grid;gap:12px;padding:12px;border:1px solid #e2e9f7;border-radius:14px;background:#fbfdff}.post-property-ng__media-cta-card{display:grid;gap:12px;padding:14px;border:1px solid #e2e9f7;border-radius:14px;background:#fbfdff}.post-property-ng__media-form-card{display:grid;gap:12px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.post-property-ng__media-form-grid{display:grid;grid-template-columns:minmax(290px,.9fr) minmax(0,1.25fr);gap:12px;align-items:start}.post-property-ng__media-form-main,.post-property-ng__media-form-gallery{display:grid;gap:10px}.post-property-ng__media-form-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.post-property-ng__media-form-main-thumb{min-height:176px;border-radius:16px;overflow:hidden;position:relative;background:#eef3fb}.post-property-ng__media-form-main-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-property-ng__media-summary-btn{width:100%;height:42px;border-radius:12px;font-weight:700}.post-property-ng__media-summary-btn--gallery{width:-moz-fit-content;width:fit-content;min-width:230px}.post-property-ng__media-support-note{color:#7285a3;font-size:12px;line-height:1.5;font-weight:600}.post-property-ng__media-info-banner{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#eef5ff;color:#4a648c;font-size:12px;font-weight:600}.post-property-ng__media-info-icon{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e2edff;color:#2f6ae4;font-size:12px;font-weight:700;flex:0 0 auto}.post-property-ng__gallery-strip-compact{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;align-items:start}.post-property-ng__gallery-strip-tile{min-height:60px;border-radius:12px;overflow:hidden;background:#eef3fb;display:grid;place-items:center;border:1px solid #dfe7f5}.post-property-ng__gallery-strip-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-property-ng__gallery-strip-tile--more{color:#2e6be6;font-size:13px;font-weight:800;background:#edf4ff;border-style:dashed}.post-property-ng__media-summary-help{color:#7a89a3;font-size:12px;line-height:1.45}.post-property-ng__media-note--summary{margin-top:-2px}.post-property-ng__media-summary-empty-icon{font-size:18px;opacity:.9}.post-property-ng__media-summary-tile-thumb--more{display:grid;place-items:center;color:#2e6be6;font-weight:800;font-size:14px}.post-property-ng__media-cta-preview{display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr);gap:12px;align-items:stretch}.post-property-ng__media-cta-preview-main{min-height:170px;border-radius:12px;overflow:hidden}.post-property-ng__media-cta-preview-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-property-ng__media-cta-preview-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.post-property-ng__media-cta-preview-thumb{min-height:52px;border-radius:10px;overflow:hidden;background:#eef3fb}.post-property-ng__media-cta-preview-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-property-ng__media-cta-btn{width:100%;height:42px;border-radius:12px;font-weight:700}.post-property-ng__media-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.post-property-ng__media-summary-grid{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:12px;align-items:start}.post-property-ng__media-summary-main{min-width:0}.post-property-ng__media-summary-main-thumb{min-height:210px;border-radius:14px;overflow:hidden;background:#eef3fb;display:grid;place-items:center;position:relative;cursor:zoom-in}.post-property-ng__media-summary-main-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-property-ng__media-summary-gallery{display:grid;gap:10px}.post-property-ng__gallery-list--summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:0}.post-property-ng__media-summary-tile{display:grid;gap:6px}.post-property-ng__media-summary-tile-thumb{min-height:104px;border-radius:14px;overflow:hidden;background:#eef3fb;display:grid;place-items:center;cursor:zoom-in}.post-property-ng__media-summary-tile-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-property-ng__media-summary-tile-label{color:#314a73;font-size:12px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-property-ng__gallery-add--summary{min-height:104px;padding:12px}.post-property-ng__main-empty--compact{min-height:208px}.post-property-ng__media-main-head,.post-property-ng__gallery-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.post-property-ng__media-title{color:#1f3257;font-weight:800;font-size:14px;letter-spacing:.2px}.post-property-ng__media-title--small{font-size:13px}.post-property-ng__media-form-head .post-property-ng__small,.post-property-ng__gallery-editor-grid-header .post-property-ng__small,.post-property-ng__media-editor-head .post-property-ng__small{font-size:12px}.post-property-ng__media-title span{color:#4d6fa8;font-weight:400}.post-property-ng__main-card{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;border:1px solid #dbe5f5;border-radius:16px;background:#fff;padding:14px;box-shadow:0 8px 24px #253b5d0d}.post-property-ng__main-preview{min-height:190px}.post-property-ng__main-preview-shell{height:100%}.post-property-ng__main-empty{min-height:190px;border:1px dashed #cbd8f2;border-radius:14px;display:grid;place-items:center;color:#7f8fae;background:#f5f8ff}.post-property-ng__main-empty--interactive{gap:10px;align-content:center;justify-items:center;padding:20px}.post-property-ng__main-empty--compact .post-property-ng__main-empty-copy{gap:4px}.post-property-ng__main-empty-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#eaf2ff;color:#2e6be6;font-size:18px}.post-property-ng__main-empty-copy{display:grid;gap:2px;text-align:center}.post-property-ng__main-empty-copy strong{color:#1f3257;font-size:14px}.post-property-ng__main-empty-copy span{color:#7286a7;font-size:12px;font-weight:600}.post-property-ng__main-upload-btn{border-radius:10px!important;font-weight:700}.post-property-ng__main-actions{display:grid;align-content:center;gap:8px;padding-inline:2px}.post-property-ng__main-actions--upload{margin-top:4px}.post-property-ng__main-upload-title{font-size:22px;line-height:1.15;color:#2e6be6;font-weight:700}.post-property-ng__media-item{border:1px solid #dde6f5;border-radius:14px;background:#fff;padding:10px;display:grid;gap:10px}.post-property-ng__media-row{display:grid;grid-template-columns:160px minmax(0,1fr);gap:12px;align-items:start}.post-property-ng__media-thumb{border-radius:12px;overflow:hidden;background:#eef3fb;height:126px;display:grid;place-items:center;cursor:zoom-in;position:relative}.post-property-ng__media-thumb--main{height:245px}.post-property-ng__media-thumb--editor{height:116px}.post-property-ng__media-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-property-ng__media-main-tag{position:absolute;top:8px;left:8px;background:#2e6be6;color:#fff;font-size:11px;font-weight:700;border-radius:999px;padding:3px 8px}.post-property-ng__media-remove-btn{width:28px;height:28px;border-radius:8px;border:1px solid #d7e3f7;background:#fff;color:#4d6993;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.post-property-ng__media-remove-btn{color:#d54d4d;position:absolute;top:8px;right:8px;z-index:2}.post-property-ng__media-drag-btn{position:absolute;top:8px;left:8px;width:28px;height:28px;border-radius:8px;border:1px solid #d7e3f7;background:#fffffff0;color:#54719b;display:inline-flex;align-items:center;justify-content:center;cursor:grab;z-index:2;padding:0}.post-property-ng__media-item.is-dragging{opacity:.72;transform:scale(.995)}.post-property-ng__media-thumb .post-property-ng__media-remove-btn{top:8px;right:8px}.post-property-ng__media-body{display:grid;gap:6px}.post-property-ng__media-body--editor{gap:8px}.post-property-ng__media-label-wrap{width:50%;min-width:240px}.post-property-ng__media-label-wrap--main{margin-top:10px}.post-property-ng__media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;margin-top:10px}.post-property-ng__media-grid--detailed{display:none}.post-property-ng__media-item--gallery{padding:10px}.post-property-ng__media-label-wrap--gallery{width:100%;min-width:0}.post-property-ng__media-tip{margin-top:-2px;color:#6b7f9f;font-size:12px;font-weight:500;text-align:right}.post-property-ng__gallery-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.post-property-ng__gallery-list--editor{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}.post-property-ng__gallery-list>.post-property-ng__gallery-add{min-height:100%}.post-property-ng__gallery-add{border:1px dashed #bfd0f4;border-radius:12px;background:#f8fbff;min-height:170px;display:grid;place-items:center;gap:6px;cursor:pointer;color:#2f6ae4;font-weight:700;padding:14px}.post-property-ng__gallery-add--editor{min-height:156px;border-color:#b8cbed;background:linear-gradient(180deg,#fbfdff,#f2f7ff)}.post-property-ng__gallery-add span{font-size:12px}.post-property-ng__media-item--gallery{min-height:170px}.post-property-ng__media-note{color:#6b7f9f;font-size:12px;line-height:1.45;margin-top:2px}.post-property-ng__media-editor-modal .ant-modal-body{padding:16px 24px 22px}.post-property-ng__media-editor-modal .ant-modal-content{border-radius:18px;overflow:hidden}.post-property-ng__media-editor{display:grid;gap:14px}.post-property-ng__media-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:0}.post-property-ng__gallery-editor-grid{display:grid;gap:12px}.post-property-ng__gallery-editor-grid-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.post-property-ng__media-editor .post-property-ng__gallery-list--editor{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:0}.post-property-ng__media-editor .post-property-ng__media-item--gallery{min-height:0;padding:8px;border-radius:12px;border:1px solid #dfe7f5;box-shadow:0 6px 16px #253b5d0a}.post-property-ng__media-editor .post-property-ng__media-thumb--editor{height:92px;border-radius:10px}.post-property-ng__media-editor .post-property-ng__media-body--editor input{height:34px}.post-property-ng__media-editor .post-property-ng__gallery-add--editor{min-height:126px;border-radius:12px}.post-property-ng__media-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}.post-property-ng__media-editor-footer .ant-btn{min-width:96px}.post-property-ng__media-preview-modal .ant-modal{max-width:100vw;margin:0;top:0}.post-property-ng__media-preview-modal .ant-modal-content{border-radius:0;min-height:100vh;background:#090e1b;padding:0}.post-property-ng__media-preview-wrap{display:grid;place-items:center;min-height:100vh;background:#090e1b;position:relative}.post-property-ng__media-preview-wrap img{max-width:100%;max-height:calc(100vh - 76px);-o-object-fit:contain;object-fit:contain}.post-property-ng__media-preview-head{position:absolute;top:0;left:0;right:0;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#fff;background:linear-gradient(180deg,#080c16e0,#080c1633);z-index:2}.post-property-ng__map-wrap{width:100%;height:220px;border:1px solid #dbe5f6;border-radius:12px;overflow:hidden;margin-bottom:8px;position:relative}.post-property-ng__map-loading{position:absolute;z-index:5;left:10px;top:10px;display:inline-flex;align-items:center;gap:8px;background:#fffffff5;border:1px solid #dce6fa;border-radius:999px;padding:6px 10px;color:#395176;font-size:12px}.post-property-ng__location-toolbar{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.post-property-ng__location-btn{border-radius:999px!important;border-color:#cfe0ff!important;color:#2f6ae4!important;font-weight:700;height:36px;padding-inline:14px!important}.post-property-ng__final-actions{margin-top:12px;display:flex;justify-content:flex-end}.post-property-ng__actions{display:flex;justify-content:flex-end;gap:10px}.post-property-ng__actions .ant-btn{min-width:172px;height:40px;border-radius:10px}.post-property-ng__actions .ant-btn-primary{background:linear-gradient(135deg,var(--pp-brand),var(--pp-accent));border:0}.post-property-ng__publish-btn{min-width:220px;height:42px;border-radius:10px;background:linear-gradient(135deg,#f97316,#ea580c)!important;border:0!important;font-weight:700}.post-property-ng__terms-wrap{display:inline-flex;align-items:center;gap:10px;color:#344d73;font-size:13px}.post-property-ng .ant-checkbox-wrapper{color:#314a74;font-weight:600}.post-property-ng__preview-card{border:1px solid #e3ebf7;border-radius:16px;overflow:hidden;background:#fff}.post-property-ng__preview-media{position:relative;min-height:220px;background-size:cover;background-position:center}.post-property-ng__preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#09142a08,#09142a8c)}.post-property-ng__preview-price{position:absolute;left:14px;bottom:14px;z-index:2;color:#fff;font-size:20px;font-weight:800}.post-property-ng__preview-tags{position:absolute;top:14px;right:14px;z-index:2;display:flex;gap:6px}.post-property-ng__preview-content{padding:14px}.post-property-ng__preview-meta{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.post-property-ng__preview-meta span{border-radius:999px;padding:5px 10px;background:#f3f7ff;color:#3b4f78;font-size:12px;font-weight:700}.post-property-ng__pricing-single{width:50%}.post-property-ng__preview-desc{margin-top:12px;margin-bottom:8px!important;color:#4f607e}.post-property-ng__preview-sections{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.post-property-ng__preview-sections>div{border:1px solid #edf2fb;border-radius:12px;padding:10px;background:#fbfdff}.post-property-ng__preview-list{margin:8px 0 0;padding-left:16px;color:#4e5f7e}.post-property-ng__review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.post-property-ng__review-grid>div{border:1px solid #ebf0f9;border-radius:10px;padding:10px;background:#fbfdff;min-height:62px}@media (max-width: 992px){.post-property-ng__hero{flex-direction:column;align-items:flex-start}.post-property-ng__hero-visual{width:100%;min-width:0}.post-property-ng__hero-visual img{height:220px}.post-property-ng__sidebar{position:static}.post-property-ng__sidebar-sticky{position:static;max-height:none}.post-property-ng__media-layout{grid-template-columns:1fr}.post-property-ng__gallery-strip-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.post-property-ng__media-form-grid,.post-property-ng__media-cta-preview,.post-property-ng__media-summary-grid{grid-template-columns:1fr}.post-property-ng__gallery-list--summary{grid-template-columns:repeat(3,minmax(0,1fr))}.post-property-ng__gallery-list{grid-template-columns:repeat(4,minmax(0,1fr))}.post-property-ng__main-card{grid-template-columns:1fr}.post-property-ng__pricing-single{width:100%}.post-property-ng__media-inline,.post-property-ng__media-main-row{grid-template-columns:1fr}.post-property-ng__media-main-head,.post-property-ng__gallery-head{align-items:flex-start;flex-direction:column}.post-property-ng__media-editor .post-property-ng__gallery-list--editor{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.post-property-ng__title{font-size:40px}.post-property-ng__hero-visual img{height:180px}.post-property-ng__hero-point{min-width:100%}.post-property-ng__hero-points{gap:10px}.post-property-ng__section-title{font-size:14px}.post-property-ng__section-hint{display:none}.post-property-ng__benefits{grid-template-columns:1fr;gap:6px}.post-property-ng__actions{flex-direction:column;justify-content:stretch}.post-property-ng__actions .ant-btn{width:100%}.post-property-ng__sticky-actions-inner{flex-direction:column;align-items:stretch}.post-property-ng__sticky-actions-left{width:100%}.post-property-ng__sticky-actions-left .ant-btn{flex:1}.post-property-ng__publish-btn{width:100%}.post-property-ng__preview-sections,.post-property-ng__media-stack,.post-property-ng__main-card,.post-property-ng__media-row{grid-template-columns:1fr}.post-property-ng__media-thumb{height:180px}.post-property-ng__media-label-wrap{width:100%;min-width:0}.post-property-ng__gallery-list{grid-template-columns:repeat(2,minmax(0,1fr))}.post-property-ng__media-grid{grid-template-columns:1fr}.post-property-ng__gallery-add,.post-property-ng__media-item--gallery{min-height:200px}.post-property-ng__media-summary-head,.post-property-ng__media-editor-head{flex-direction:column;align-items:stretch}.post-property-ng__media-summary-btn--gallery{width:100%}}@media (max-width: 768px){.post-property-ng__gallery-list--summary{grid-template-columns:repeat(2,minmax(0,1fr))}.post-property-ng__media-editor .post-property-ng__gallery-list,.post-property-ng__media-editor .post-property-ng__gallery-list--editor{grid-template-columns:1fr}.post-property-ng__media-cta-preview-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.post-property-ng__media-editor-footer{flex-direction:column;align-items:stretch}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
