/*
Theme Name: Godrej Altus
Theme URI: [https://example.com/](https://example.com/)
Author: Abhishek Gupta
Author URI: [https://example.com/](https://example.com/)
Description: Custom WordPress theme converted from the original Godrej Altus HTML with the same design structure.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: godrej-altus
*/

:root{
  --bg:#f6f1ea;
  --bg-2:#fffaf4;
  --surface:#fffdf9;
  --surface-2:#f2e9dc;
  --line:rgba(37,42,52,.12);
  --text:#1f2630;
  --muted:#636a73;
  --navy:#16233c;
  --navy-2:#223353;
  --gold:#c4a46a;
  --gold-2:#e3c896;
  --ox:#7e3f35;
  --shadow:0 10px 30px rgba(11,20,39,.08);
  --shadow-lg:0 24px 60px rgba(11,20,39,.16);
  --radius:24px;
  --radius-sm:16px;
  --container:min(1280px, calc(100% - 32px));
  --header-h:78px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  background:linear-gradient(180deg,#f8f3ed 0%,#f5efe7 100%);
  color:var(--text);
  overflow-x:hidden
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:var(--container);margin:0 auto}
.serif{font-family:"Cormorant Garamond",serif}
.section{padding:72px 0}
.section.alt{background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.15))}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#fff;
  font-weight:700
}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  border:1px solid var(--line);
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--navy)
}
.title{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2.2rem,5vw,4.8rem);
  line-height:.95;
  letter-spacing:-.02em;
  margin:0 0 14px
}
.subtitle{
  font-size:clamp(1rem,1.6vw,1.14rem);
  line-height:1.75;
  color:var(--muted);
  max-width:62ch
}
.grid{display:grid;gap:24px}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 20px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  transition:.25s ease;
  cursor:pointer;
  min-height:48px
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#1c2230;
  box-shadow:0 12px 24px rgba(196,164,106,.25)
}
.btn-dark{background:var(--navy);color:#fff;box-shadow:var(--shadow)}
.btn-ghost{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
  color:#fff;
  backdrop-filter:blur(8px)
}
.btn-outline{
  border-color:var(--line);
  color:var(--navy);
  background:rgba(255,255,255,.7)
}
.btn-wa{background:#1fa855;color:#fff}

.badge-row,.stat-row,.chip-row{display:flex;flex-wrap:wrap;gap:12px}
.chip{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(255,255,255,.6);
  font-size:13px;
  font-weight:700;
  color:#23314b;
  backdrop-filter:blur(8px)
}

.header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:90;
  transition:.3s ease;
  background:rgba(249,245,239,.72);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(20,29,47,.08)
}
.header.scrolled{
  background:rgba(255,251,246,.92);
  box-shadow:var(--shadow)
}
.header-inner{
  height:var(--header-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px
}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.logo{
  width:40px;
  height:40px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--navy),#30476d);
  position:relative;
  box-shadow:var(--shadow)
}
.logo:before,
.logo:after{
  content:"";
  position:absolute;
  inset:8px;
  border:1.4px solid rgba(255,255,255,.75);
  border-radius:10px
}
.logo:after{
  inset:13px 11px 13px 17px;
  border-left:none;
  border-radius:0 7px 7px 0
}
.brand-text{line-height:1.1}
.brand-text strong{
  display:block;
  font-size:14px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--navy)
}
.brand-text span{
  display:block;
  font-size:11px;
  color:var(--muted);
  letter-spacing:.12em;
  text-transform:uppercase
}
.nav{display:flex;align-items:center;gap:18px;flex:1;justify-content:center}
.nav a{font-size:14px;font-weight:600;color:#324055}
.header-actions{display:flex;align-items:center;gap:10px}
.mobile-menu-btn{display:none}

.hero p.lead{
  font-size:clamp(1rem,1.8vw,1.14rem);
  line-height:1.75;
  color:rgba(255,255,255,.88);
  max-width:60ch;
  margin:0 0 22px
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0 26px}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px
}
.trust-item{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:13px;
  font-weight:600
}
.mini-stat{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.12);
  color:#fff
}
.mini-stat strong{display:block;font-size:22px;margin-bottom:4px}

.floating-summary{
  margin-top:24px;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:16px;
  color:#fff
}
.floating-summary .summary-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px
}
.floating-summary .summary-card{
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12)
}
.summary-card .label{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.72;
  margin-bottom:6px
}
.summary-card .value{font-size:15px;font-weight:700;line-height:1.45}
.summary-visual{
  border-radius:18px;
  overflow:hidden;
  min-height:100%;
  position:relative;
  border:1px solid rgba(255,255,255,.12)
}
.summary-visual img{width:100%;height:100%;object-fit:cover}

.sticky-card{
  background:rgba(255,252,247,.84);
  backdrop-filter:blur(18px);
  border:1px solid rgba(33,43,61,.08);
  box-shadow:var(--shadow-lg);
  border-radius:28px;
  padding:20px;
}

.sticky-column{
  position:sticky;
  top:95px;
  align-self:start;
}

.sticky-card{
  position:relative;
  max-height:calc(100vh - 120px);
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  padding:20px 14px 24px 20px;
}


.sticky-card::-webkit-scrollbar{
  width:8px;
}
.sticky-card::-webkit-scrollbar-track{
  background:rgba(0,0,0,.06);
  border-radius:999px;
}
.sticky-card::-webkit-scrollbar-thumb{
  background:rgba(22,35,60,.28);
  border-radius:999px;
}
.form-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px
}
.offer-pill{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(196,164,106,.16);
  color:var(--navy);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase
}
.segmented{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding:6px;
  border-radius:16px;
  background:#eee7db;
  margin:16px 0
}
.segmented button{
  border:none;
  background:transparent;
  padding:11px 10px;
  border-radius:12px;
  font-size:13px;
  font-weight:800;
  color:#4e5560;
  cursor:pointer
}
.segmented button.active{
  background:#fff;
  color:var(--navy);
  box-shadow:var(--shadow)
}
.field{display:grid;gap:6px;margin-bottom:12px}
.field label{font-size:13px;font-weight:700;color:#334056}
.field input,
.field select{
  width:100%;
  height:48px;
  border-radius:14px;
  border:1px solid rgba(31,38,48,.12);
  background:#fff;
  padding:0 14px;
  color:var(--text)
}
.trust-note{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:12px;
  font-size:11px;
  color:var(--muted);
  text-align:center
}

.page-wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:26px;
  align-items:start
}
.content-column{min-width:0}

.fact-band{
  margin-top:8px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px
}
.fact-chip{
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.66));
  border:1px solid rgba(25,35,56,.08);
  border-radius:18px;
  padding:16px;
  box-shadow:var(--shadow);
  min-height:100%
}
.fact-chip strong{display:block;font-size:13px;color:var(--navy);margin-bottom:5px}
.fact-chip span{font-size:12px;color:var(--muted);line-height:1.5}

.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px;
  flex-wrap:wrap
}
.section-head h2{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2rem,4vw,3.7rem);
  line-height:.95;
  color:var(--navy);
  margin:10px 0 0
}
.section-head p{
  margin:0;
  max-width:62ch;
  color:var(--muted);
  line-height:1.75
}

.two-col{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:stretch
}
.card{
  background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,255,255,.6));
  border:1px solid rgba(25,35,56,.08);
  border-radius:24px;
  padding:22px;
  box-shadow:var(--shadow)
}
.card.dark{
  background:linear-gradient(135deg,#18263f,#24395d);
  color:#fff;
  border-color:rgba(255,255,255,.08)
}
.card.dark .list li,
.card.dark p,
.card.dark span,
.card.dark strong,
.card.dark h3{color:#fff}

.metric-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:18px
}
.metric{
  padding:16px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(25,35,56,.08)
}
.metric strong{display:block;font-size:26px;color:var(--navy)}
.metric span{font-size:13px;color:var(--muted)}

.info-stack{display:grid;gap:14px}
.media-card{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  min-height:320px;
  box-shadow:var(--shadow-lg)
}
.media-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover
}
.media-card .overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(12,18,31,.08),rgba(12,18,31,.52))
}
.media-card .copy{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  color:#fff
}
.media-card .copy h3{
  font-family:"Cormorant Garamond",serif;
  font-size:2rem;
  margin:0 0 8px
}
.copy{color:#fff}
.media-card .copy p{color:#fff !important}

.usp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.usp{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px;
  align-items:start;
  padding:18px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(25,35,56,.08);
  box-shadow:var(--shadow)
}
.usp .icon{
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(196,164,106,.24),rgba(196,164,106,.08));
  display:grid;
  place-items:center;
  color:var(--navy);
  font-weight:900
}
.usp h4{margin:0 0 6px;font-size:16px;color:var(--navy)}
.usp p{margin:0;font-size:14px;line-height:1.65;color:var(--muted)}

.config-grid,
.pricing-grid,
.plans-grid,
.investment-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.config-card,
.price-card,
.plan-card,
.invest-card{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(25,35,56,.08);
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column
}
.config-card img,
.price-card img,
.plan-card img{
  width:100%;
  height:220px;
  object-fit:cover
}
.config-body,
.price-body,
.plan-body,
.invest-body{padding:20px}
.price-card.featured{
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(196,164,106,.55)
}
.tag{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(196,164,106,.16);
  color:var(--navy);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:12px
}
.price{
  font-size:clamp(1.1rem,2vw,1.45rem);
  font-weight:800;
  color:var(--ox);
  margin:8px 0;
  white-space:nowrap
}
.list{
  display:grid;
  gap:10px;
  margin:14px 0 18px;
  padding:0;
  list-style:none
}
.list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  color:var(--muted);
  line-height:1.65
}
.list li:before{
  content:"•";
  color:var(--gold);
  font-size:20px;
  line-height:1
}

.retail-wrap{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:start
}
.yield-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px
}
.yield-card{
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(25,35,56,.08)
}
.yield-card strong{display:block;font-size:24px;color:var(--navy)}
.yield-card span{font-size:13px;color:var(--muted)}

.eoi-panel{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.eoi-card{
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(25,35,56,.08);
  box-shadow:var(--shadow)
}
.eoi-highlight{
  background:linear-gradient(135deg,#18263f,#23385b);
  color:#fff
}
.eoi-highlight .list li{color:rgba(255,255,255,.86)}
.eoi-highlight .list li:before{color:var(--gold-2)}

.amenities-scroller{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(240px,1fr);
  gap:16px;
  overflow-x:auto;
  padding-bottom:8px;
  scroll-snap-type:x mandatory
}
.amenity{
  scroll-snap-align:start;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(25,35,56,.08);
  box-shadow:var(--shadow)
}
.amenity img{height:170px;width:100%;object-fit:cover}
.amenity .cap{padding:16px}
.amenity .cap strong{
  display:block;
  font-size:16px;
  color:var(--navy);
  margin-bottom:6px
}
.amenity .cap span{font-size:13px;color:var(--muted);line-height:1.6}

.gallery-wrap{position:relative}
.gallery-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.gallery-tabs button{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.65);
  font-size:13px;
  font-weight:700;
  color:var(--navy);
  cursor:pointer
}
.gallery-tabs button.active{
  background:var(--navy);
  color:#fff;
  border-color:var(--navy)
}
.gallery-slider{
  overflow:hidden;
  border-radius:28px;
  box-shadow:var(--shadow-lg)
}
.gallery-track{display:flex;transition:transform .45s ease}
.gallery-slide{
  min-width:100%;
  position:relative;
  height:min(62vw,560px)
}
.gallery-slide img{width:100%;height:100%;object-fit:cover}
.gallery-slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(10,14,20,.05),rgba(10,14,20,.62))
}
.gallery-copy{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  color:#fff;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:end;
  flex-wrap:wrap
}
.gallery-copy h3{
  font-family:"Cormorant Garamond",serif;
  font-size:2rem;
  margin:0 0 6px
}
.gallery-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:48px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  z-index:4
}
.gallery-nav.prev{left:16px}
.gallery-nav.next{right:16px}
.gallery-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:14px
}
.gallery-dots button{
  width:10px;
  height:10px;
  border-radius:50%;
  border:none;
  background:rgba(22,35,60,.2);
  cursor:pointer
}
.gallery-dots button.active{background:var(--navy)}

.location-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}
.map-frame{
  border-radius:24px;
  overflow:hidden;
  min-height:420px;
  box-shadow:var(--shadow-lg);
  border:1px solid rgba(25,35,56,.08)
}
.connect-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:16px
}
.connect-card{
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(25,35,56,.08);
  box-shadow:var(--shadow)
}
.connect-card strong{
  display:block;
  color:var(--navy);
  font-size:16px;
  margin-bottom:6px
}
.connect-card span{font-size:13px;color:var(--muted);line-height:1.6}

.faq-list{display:grid;gap:12px}
.faq-item{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(25,35,56,.08);
  background:#fff;
  box-shadow:var(--shadow)
}
.faq-q{
  padding:18px 20px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  cursor:pointer;
  font-weight:700;
  color:var(--navy)
}
.faq-a{
  display:none;
  padding:0 20px 18px;
  color:var(--muted);
  line-height:1.75;
  font-size:14px
}
.faq-item.active .faq-a{display:block}

.cta-band{
  padding:28px;
  border-radius:28px;
  background:linear-gradient(135deg,#16233c,#2b446b);
  color:#fff;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
  align-items:center;
  box-shadow:var(--shadow-lg)
}
.cta-band p{color:rgba(255,255,255,.84);margin:0}

.bottom-visit{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.footer{
  background:#121b2d;
  color:#fff;
  padding:54px 0 88px
}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.footer p,.footer a{
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.8
}

.reveal{opacity:1;transform:none;transition:.7s ease}
.reveal.visible{opacity:1;transform:none}

.popup{
  position:fixed;
  inset:0;
  display:none;
  place-items:center;
  background:rgba(9,13,20,.42);
  backdrop-filter:blur(8px);
  z-index:120;
  padding:12px;
}
.popup.active{display:grid}
.popup-card{
   width:min(520px, calc(100vw - 24px));
  max-height:calc(100dvh - 24px);
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  background:#fffaf6;
  border-radius:24px;
  padding:18px;
  box-shadow:var(--shadow-lg);
  position:relative;
  border:1px solid rgba(25,35,56,.08);
  display:flex;
  flex-direction:column;
}
.popup-card h3{
  font-family:"Cormorant Garamond", serif;
  font-size:clamp(1.7rem, 3.2vw, 2.4rem);
  line-height:1.02;
  color:var(--navy);
  margin:10px 0 8px;
}
.popup-card .subtitle{
  margin:0 0 12px !important;
  font-size:15px;
  line-height:1.55;
}
.popup-card .field{
  gap:4px;
  margin-bottom:10px;
}
.popup-card .field label{font-size:12px}
.popup-card .field input,
.popup-card .field select{
  height:44px;
  border-radius:12px;
}
.popup-card .btn{
  min-height:44px;
  padding:12px 16px;
}
.popup-close{
  position:absolute;
  right:14px;
  top:14px;
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(25,35,56,.1);
  background:#fff;
  cursor:pointer;
}

.mobile-bar{
  display:none;
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:95;
  background:rgba(20,28,44,.92);
  backdrop-filter:blur(14px);
  border-radius:18px;
  padding:10px;
  box-shadow:var(--shadow-lg)
}
.mobile-bar .row{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px
}
.mobile-bar .btn{padding:12px 10px;font-size:13px}

.chatbot{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:130;
  font-size:14px;
}
.chat-toggle{
  width:64px;
  height:64px;
  border:none;
  border-radius:50%;
  background:linear-gradient(135deg,var(--navy),#35517f);
  color:#fff;
  box-shadow:var(--shadow-lg);
  cursor:pointer;
  font-weight:800;
}
.chat-window{
  position:absolute;
  right:0;
  bottom:76px;
  width:min(340px, calc(100vw - 24px));
  max-height:min(520px, calc(100vh - 110px));
  background:#fffaf6;
  border:1px solid rgba(25,35,56,.08);
  border-radius:22px;
  box-shadow:var(--shadow-lg);
  overflow:hidden;
  display:none;
}
.chat-window.active{
  display:flex;
  flex-direction:column;
}
.chat-head{
  padding:14px 16px;
  background:linear-gradient(135deg,#16233c,#274165);
  color:#fff;
}
.chat-body{
  padding:14px;
  height:260px;
  overflow:auto;
  background:#fffaf6;
  display:grid;
  gap:10px;
}
.msg{
  max-width:88%;
  padding:11px 13px;
  border-radius:16px;
  line-height:1.6;
}
.msg.bot{
  background:#eef2f8;
  color:var(--navy);
  justify-self:start;
}
.msg.user{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#1f2630;
  justify-self:end;
}
.chat-quick{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  padding:0 14px 12px;
  background:#fffaf6;
}
.chat-quick button,
.chat-wa{
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:8px 10px;
  cursor:pointer;
  font-size:12px;
  font-weight:700;
  color:var(--navy);
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.chat-wa{
  background:#1fa855;
  color:#fff;
  border-color:#1fa855;
}
.chat-input{
  display:flex;
  gap:8px;
  padding:12px;
  border-top:1px solid rgba(25,35,56,.08);
  background:#fff;
}
.chat-input input{
  flex:1;
  height:44px;
  border:1px solid rgba(25,35,56,.12);
  border-radius:14px;
  padding:0 12px;
}

@media (max-height:760px){
  .popup{padding:10px}
  .popup-card{
    max-height:calc(100vh - 20px);
    padding:16px;
    border-radius:20px;
  }
  .popup-card h3{
    font-size:clamp(1.45rem, 3vw, 2rem);
    margin:8px 0 6px;
  }
  .popup-card .subtitle{
    font-size:14px;
    line-height:1.45;
    margin-bottom:10px !important;
  }
  .popup-card .field{margin-bottom:8px}
  .popup-card .field input,
  .popup-card .field select,
  .popup-card .btn{
    height:42px;
    min-height:42px;
  }
}

@media (max-width:1180px){
  .nav{display:none}
  .mobile-menu-btn{display:inline-flex}
  .hero-wrap,
  .page-wrap,
  .retail-wrap,
  .location-grid,
  .two-col,
  .bottom-visit,
  .eoi-panel,
  .cta-band,
  .footer-grid{grid-template-columns:1fr}
  .sticky-column{display:none}
  .fact-band{grid-template-columns:repeat(3,1fr)}
  .trust-strip,
  .hero-stats{grid-template-columns:repeat(2,1fr)}
  .config-grid,
  .pricing-grid,
  .plans-grid,
  .investment-grid{grid-template-columns:repeat(2,1fr)}
  .usp-grid{grid-template-columns:1fr 1fr}
  .floating-summary{grid-template-columns:1fr}
  .gallery-slide{height:480px}
  .metric-grid{grid-template-columns:repeat(3,1fr)}
  .hero-form{
    display:block;
    width:100%;
    max-width:100%;
    margin-top:8px;
  }
}

@media (max-width:820px){
  :root{--header-h:70px}
  .section{padding:56px 0}
  .header-inner{height:var(--header-h)}
  .header-actions .desktop-only{display:none}
  .hero{padding-top:calc(var(--header-h) + 20px)}
  .hero h1{max-width:12ch}
  .fact-band,
  .config-grid,
  .pricing-grid,
  .plans-grid,
  .investment-grid,
  .usp-grid,
  .metric-grid,
  .yield-row,
  .connect-grid{grid-template-columns:1fr}
  .trust-strip,
  .hero-stats{grid-template-columns:1fr 1fr}
  .gallery-slide{height:360px}
  .gallery-copy{left:16px;right:16px;bottom:16px}
  .gallery-copy h3{font-size:1.5rem}
  .map-frame{min-height:320px}
  .mobile-bar{display:block}
  .footer{padding-bottom:110px}
  .hero-form{
    display:block;
    width:100%;
    max-width:100%;
    margin-top:20px;
  }
  .chatbot{
    right:12px;
    bottom:84px;
  }
  .chat-window{
    right:0;
    bottom:74px;
    width:min(320px, calc(100vw - 20px));
    max-height:min(460px, calc(100vh - 120px));
  }
  .chat-body{height:220px}
}

@media (max-width:560px){
  .container{width:min(100% - 20px, 1280px)}
  .brand-text span{display:none}
  .header-actions{gap:8px}
  .header-actions .btn{padding:10px 12px;font-size:12px}
  .fact-band{grid-template-columns:1fr 1fr}
  .floating-summary .summary-grid{grid-template-columns:1fr}
  .gallery-slide{height:300px}
  .popup-card{padding:20px}
  .segmented{grid-template-columns:1fr}
  .cta-band{padding:22px}
  .hero-form{
    display:block;
    margin-top:18px;
  }
}


/* =========================
   NEW HERO SECTION CSS
   ========================= */
.usp-bar {
  background: var(--navy, #1a2a4a);
  color: #fff;
  overflow: hidden;
}

.usp-track {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  font-size: clamp(0.68rem, 2.5vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  white-space: nowrap;
}
.usp-track::-webkit-scrollbar { display: none; }

.usp-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
}

.usp-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold, #c9a84c);
  flex-shrink: 0;
}

.usp-sep {
  color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}

.hero-gallery {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  line-height: 0;
}

@media (max-width: 600px) {
  .hero-gallery { aspect-ratio: 4 / 3; }
}

.hero-gallery .gallery-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.hero-gallery .gallery-slide {
  position: absolute;
  inset: 0;
  min-width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.hero-gallery .gallery-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-gallery .gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-gallery .gallery-slide:after {
  content: none;
}

.hero-gallery .gallery-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
  z-index: 2;
  margin-top: 0;
  justify-content: center;
}

.hero-gallery .gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.45);
  padding: 0;
  cursor: pointer;
}

.hero-gallery .gallery-dot.active {
  background: #fff;
}

.hero-details {
  background: #f8f4ee;
  padding: 1.25rem 1rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.hero-details-inner {
  background: #fff;
  border: 1px solid rgba(22, 35, 60, 0.08);
  border-radius: 18px;
  padding: 1.1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.project-identity {
  margin-bottom: 1rem;
}

.eyebrow-label {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--gold, #c9a84c);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.project-title {
  margin: 0 0 0.6rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  line-height: 0.95;
  color: var(--navy, #1a2a4a);
}

.project-desc {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #566070;
  max-width: 58ch;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.stat-card {
  background: #fcfaf7;
  border: 1px solid rgba(22, 35, 60, 0.08);
  border-radius: 14px;
  padding: 0.9rem;
}

.stat-card strong {
  display: block;
  color: var(--navy, #1a2a4a);
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 0.28rem;
}

.stat-card span {
  display: block;
  color: #677180;
  font-size: 0.82rem;
  line-height: 1.45;
}

.trust-strip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.trust-strip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(196, 164, 106, 0.1);
  border: 1px solid rgba(196, 164, 106, 0.22);
  color: var(--navy, #1a2a4a);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.cta-row .btn {
  min-width: 180px;
}

.hero-details-form {
  background: #fff;
  border: 1px solid rgba(22, 35, 60, 0.08);
  border-radius: 18px;
  padding: 1.1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.form-heading {
  display: block;
  color: var(--navy, #1a2a4a);
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.form-subheading {
  display: block;
  color: #6a7380;
  font-size: 0.88rem;
  line-height: 1.5;
}

.official-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(196, 164, 106, 0.12);
  color: var(--navy, #1a2a4a);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.enquiry-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  padding: 0.35rem;
  background: #f4ede4;
  border-radius: 14px;
  margin-bottom: 1rem;
}

.enquiry-tabs .tab-btn {
  height: 42px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #5d6572;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.enquiry-tabs .tab-btn.active {
  background: #fff;
  color: var(--navy, #1a2a4a);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.hero-details-form .field {
  display: grid;
  gap: 0.38rem;
  margin-bottom: 0.85rem;
}

.hero-details-form .field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #334056;
}

.hero-details-form .field input,
.hero-details-form .field select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(31, 38, 48, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 0 0.9rem;
  color: #1f2630;
}

.btn-full {
  width: 100%;
}

.form-msg {
  margin-bottom: 0.8rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  font-size: 0.83rem;
  font-weight: 600;
}

.form-trust-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  margin-top: 0.85rem;
  font-size: 0.76rem;
  color: #6d7580;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-details {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.25rem;
    padding: 1.5rem 1.25rem 2rem;
  }

  .hero-details-inner,
  .hero-details-form {
    padding: 1.35rem;
    border-radius: 20px;
  }

  .form-trust-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
}

@media (min-width: 1100px) {
  .hero-details {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    padding-left: max(1.5rem, calc((100vw - 1280px) / 2 + 1rem));
    padding-right: max(1.5rem, calc((100vw - 1280px) / 2 + 1rem));
  }

  .project-title {
    font-size: clamp(2.5rem, 4.5vw, 4.4rem);
  }

  .project-desc {
    font-size: 1.02rem;
  }
}

@media (max-width: 767px) {
  .cta-row .btn {
    width: 100%;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .hero-details {
    padding: 1rem 0.75rem 1.25rem;
  }

  .hero-details-inner,
  .hero-details-form {
    padding: 1rem;
    border-radius: 16px;
  }

  .project-title {
    font-size: 1.95rem;
  }

  .project-desc {
    font-size: 0.93rem;
    line-height: 1.7;
  }

  .stats-grid {
    gap: 0.6rem;
  }

  .stat-card {
    padding: 0.8rem;
  }

  .stat-card strong {
    font-size: 0.98rem;
  }

  .stat-card span {
    font-size: 0.78rem;
  }

  .enquiry-tabs {
    grid-template-columns: 1fr;
  }

  .form-header {
    flex-direction: column;
    align-items: flex-start;
  }
}