/* NStay Homes Unified Website Platform - Batch 11.4 + 12 + 14 + 15 */
:root{--ink:#102235;--muted:#627487;--line:#dce5ec;--soft:#f5f8fa;--gold:#b8893b;--gold2:#d8b06a;--green:#19724a;--danger:#b54747;--white:#fff;--shadow:0 14px 38px rgba(16,34,53,.09);--radius:18px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:15px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--gold)}h1,h2,h3{line-height:1.16;margin:0 0 12px}h1{font-size:clamp(34px,5vw,64px)}h2{font-size:clamp(26px,3vw,40px)}h3{font-size:18px}.btn{border:1px solid var(--ink);border-radius:12px;padding:12px 18px;min-height:46px;background:#fff;color:var(--ink);font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:var(--ink);color:#fff}.btn.gold{background:var(--gold);border-color:var(--gold);color:#fff}.btn.ghost{border-color:var(--line)}.btn:focus-visible,.field:focus-visible{outline:3px solid rgba(184,137,59,.25);outline-offset:2px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;gap:22px}.brand{font-size:22px;font-weight:900;letter-spacing:-.04em;white-space:nowrap}.brand span{color:var(--gold)}.nav-links{display:flex;align-items:center;gap:18px;margin-left:auto;font-weight:700;font-size:14px}.nav-actions{display:flex;gap:8px}.mobile-menu{display:none;margin-left:auto}.site-footer{background:#0c1b2a;color:#d9e3ec;padding:48px 0 22px;margin-top:72px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}.site-footer h3{color:#fff}.site-footer a{display:block;margin:8px 0;color:#c4d1dc}.hero{padding:68px 0;background:radial-gradient(circle at 85% 10%,#eef4f7 0,transparent 34%),linear-gradient(180deg,#fff,#f7f9fb)}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:46px;align-items:center}.hero p{font-size:18px;max-width:720px}.hero-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:24px}.section{padding:64px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 8px 24px rgba(16,34,53,.04)}.card-link:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.card-link{transition:.2s}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px;font-weight:700;font-size:13px}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.stat{font-size:30px;font-weight:900}.search-shell{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:18px}.search-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr) auto;gap:10px}.field{width:100%;border:1px solid var(--line);background:#fff;border-radius:11px;min-height:46px;padding:11px 12px;color:var(--ink)}.filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.filter-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.property-card{overflow:hidden;padding:0}.property-media{height:210px;background:linear-gradient(135deg,#e8edf1,#f8fafb);display:flex;align-items:center;justify-content:center;color:#8494a4;overflow:hidden}.property-media img{width:100%;height:100%;object-fit:cover}.property-body{padding:18px}.property-price{font-size:22px;font-weight:900}.meta-row{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:13px}.empty{padding:38px;text-align:center;border:1px dashed var(--line);border-radius:16px;color:var(--muted)}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:20px 0}.breadcrumb{font-size:13px;color:var(--muted);padding-top:18px}.detail-hero{display:grid;grid-template-columns:1fr 420px;gap:28px}.gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:220px 220px;gap:8px;border-radius:20px;overflow:hidden;background:var(--soft)}.gallery .main{grid-row:1/3}.gallery img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{display:flex;align-items:center;justify-content:center;background:#edf2f5;color:#738698;height:100%}.sticky-box{position:sticky;top:94px}.price{font-size:34px;font-weight:900}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.spec{background:var(--soft);border-radius:12px;padding:14px}.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:4px}.hub-tabs{position:sticky;top:72px;z-index:30;background:#fff;border-bottom:1px solid var(--line);padding:10px 0}.map-shell{min-height:340px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#eff4f7,#fff);display:flex;align-items:center;justify-content:center;text-align:center;padding:26px}.doc-card .badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef6f1;color:var(--green);font-size:12px;font-weight:800}.tool-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}.result{background:#0f263b;color:#fff;border-radius:18px;padding:24px}.result .big{font-size:34px;font-weight:900}.notice{border-left:4px solid var(--gold);background:#fff8ea;padding:14px 16px;border-radius:8px}.mobile-sticky{display:none}.skeleton{height:240px;border-radius:18px;background:linear-gradient(90deg,#f1f3f5,#fafafa,#f1f3f5);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{to{background-position:-200% 0}}.modal{position:fixed;inset:0;background:rgba(7,20,32,.62);z-index:100;display:none}.modal.open{display:flex}.modal-panel{background:#fff;margin:auto;width:min(860px,calc(100% - 24px));max-height:88vh;overflow:auto;border-radius:20px;padding:22px}.close{float:right}.seo-copy{max-width:880px}.faq details{border-top:1px solid var(--line);padding:16px 0}.faq summary{font-weight:800;cursor:pointer}.tag{font-size:12px;font-weight:800;padding:4px 8px;background:var(--soft);border-radius:8px}.status-available{color:var(--green)}.status-unavailable{color:var(--danger)}
@media(max-width:1023px){.nav-links{display:none}.mobile-menu{display:inline-flex}.hero-grid,.detail-hero,.tool-layout{grid-template-columns:1fr}.property-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.filter-grid{grid-template-columns:repeat(2,1fr)}.sticky-box{position:static}.search-grid{grid-template-columns:1fr 1fr}.search-grid .wide{grid-column:1/-1}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:767px){.container{width:min(100% - 22px,var(--max))}.nav{height:60px}.hero{padding:42px 0}.section{padding:46px 0}.grid-2,.grid-3,.grid-4,.property-grid,.filter-grid,.spec-grid,.footer-grid{grid-template-columns:1fr}.search-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.gallery{grid-template-columns:1fr;grid-template-rows:270px}.gallery .main{grid-row:auto}.gallery>:not(.main){display:none}.hub-tabs{top:60px}.mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line)}.mobile-sticky .btn{padding:9px 6px;font-size:12px}.site-footer{padding-bottom:86px}.desktop-only{display:none!important}.modal-panel{width:100%;height:100%;max-height:none;border-radius:0}.property-media{height:240px}h1{font-size:38px}.footer-grid>div:last-child{grid-column:auto}}
/* Global header/footer v11.5 */
.global-shell-header .brand img{height:38px;width:auto;max-width:190px;object-fit:contain}.global-shell-header .nav{gap:23px}.global-shell-header .nav a{white-space:nowrap}.global-shell-header .nav a.active{color:#b48635}.global-shell-header .list-property-btn{color:#fff!important;background:#0b3154!important;border-color:#0b3154!important}.global-shell-footer{background:#08233d;color:#d8e2eb;padding:34px 0 14px}.global-shell-footer .footer-grid{display:grid;grid-template-columns:1.45fr .8fr 1fr .9fr;gap:38px;align-items:start}.global-shell-footer .footer-brand img{height:47px;width:auto;max-width:190px;background:transparent;padding:0;border-radius:0}.global-shell-footer p{color:#d1dbe5;line-height:1.6}.global-shell-footer h4{color:#fff;font-size:13px;margin:0 0 13px}.global-shell-footer a{display:block;color:#e0e8ef;font-size:12px;margin:8px 0}.footer-social-links{display:flex;gap:9px;margin-top:16px}.footer-social-links a{display:grid!important;place-items:center;width:28px;height:28px;margin:0!important;border:1px solid rgba(255,255,255,.5);border-radius:3px;color:#fff!important;font-weight:800}.ask-naresh-footer{border:1px solid #c89535;border-radius:11px;padding:17px}.ask-naresh-footer strong{display:block;color:#f0b74d;font-size:19px}.ask-naresh-footer span{display:block;color:#fff;font-size:12px;font-weight:800;margin-top:4px}.ask-naresh-footer p{font-size:11px;margin:8px 0 12px}.ask-naresh-home-btn{display:flex!important;align-items:center;justify-content:center;min-height:40px;margin:0!important;border:1px solid #c89535;border-radius:7px;background:transparent;color:#f2c369!important;font-weight:900!important}.ask-naresh-home-btn:hover{background:#c89535;color:#08233d!important}.global-shell-footer .copyright{display:flex;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.12);margin-top:26px;padding-top:14px;font-size:10px}.global-shell-footer .copyright a{display:inline;margin:0;font-size:10px}.tx-filter-switch>span,.filter-section-title{display:block;margin:0 0 8px;color:#b48635;font-size:10px;font-weight:900;letter-spacing:.08em}.tx-mini-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:16px}.tx-mini-tabs button{min-height:48px;border:1px solid #dce4ec;border-radius:9px;background:#fff;color:#17314e;font-size:11px;font-weight:850;cursor:pointer}.tx-mini-tabs button.active{background:#0b3154;color:#fff;border-color:#0b3154}.filter-section-title{margin-top:16px}.apply-filter-btn{margin-top:14px;background:#0b3154!important;color:#fff!important}
@media(max-width:1100px){.global-shell-header .nav{gap:14px;font-size:11px}.global-shell-footer .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.ask-naresh-footer{grid-column:auto}}
@media(max-width:760px){.global-shell-header .nav{display:none}.global-shell-header .brand img{height:31px}.global-shell-footer .footer-grid{grid-template-columns:1fr 1fr}.global-shell-footer .footer-brand,.global-shell-footer .ask-naresh-footer{grid-column:1/-1}.global-shell-footer .copyright{flex-direction:column}.tx-mini-tabs button{min-height:44px}}

.ask-naresh-footer{display:none!important}

/* Ask Naresh global launcher — same UI/functionality as homepage */
.ask-naresh-global{position:relative;z-index:900}
.ask-naresh-launcher{position:fixed;right:22px;bottom:22px;z-index:900;display:flex;align-items:center;gap:10px;padding:8px 18px 8px 8px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#10243f;color:#fff;box-shadow:0 14px 38px rgba(15,34,57,.28);cursor:pointer}
.ask-naresh-launcher strong,.ask-naresh-launcher small{display:block;text-align:left}.ask-naresh-launcher strong{font-size:16px;line-height:1.15}.ask-naresh-launcher small{margin-top:3px;color:#cbd5df;font-size:11px}.ask-naresh-avatar{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:linear-gradient(145deg,#d9bc79,#a67d32);color:#10243f;font-size:15px;font-weight:950}.ask-naresh-panel{position:fixed;right:22px;bottom:96px;z-index:950;width:min(370px,calc(100vw - 28px));overflow:hidden;border:1px solid #dce3eb;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(7,20,35,.25);opacity:0;visibility:hidden;transform:translateY(12px);transition:.22s}.ask-naresh-panel.is-open{opacity:1;visibility:visible;transform:none}.ask-naresh-head{display:flex;align-items:center;gap:10px;padding:14px 15px;background:#10243f;color:#fff}.ask-naresh-head strong,.ask-naresh-head small{display:block}.ask-naresh-head small{color:#cbd5df;font-size:10px}.ask-naresh-head button{margin-left:auto;border:0;background:none;color:#fff;font-size:26px;cursor:pointer}.ask-naresh-body{padding:16px;background:#f6f8fb}.bot-bubble{padding:13px;border-radius:4px 14px 14px 14px;background:#fff;color:#334155;font-size:12px;line-height:1.6;box-shadow:0 2px 10px rgba(15,34,57,.05)}.bot-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.bot-actions button{min-height:39px;padding:7px;border:1px solid #d9e1e9;border-radius:9px;background:#fff;color:#10243f;font-size:11px;font-weight:800;cursor:pointer}.bot-actions button:hover{border-color:#c6a15b;background:#fffaf0}.ask-naresh-whatsapp{display:flex!important;align-items:center;justify-content:center;gap:7px;min-height:48px;margin:0!important;background:#fff;color:#10243f!important;font-size:12px;font-weight:900;border-top:1px solid #e1e6ec}.ask-naresh-whatsapp:hover{background:#fffaf0}

@media(max-width:760px){.ask-naresh-launcher{right:12px;bottom:74px;padding-right:14px}.ask-naresh-panel{right:14px;bottom:142px}.ask-naresh-avatar{width:42px;height:42px;flex-basis:42px}.ask-naresh-launcher strong{font-size:14px}}
