/* =========================================================
   Omaxe Chowk Delhi — Heritage Commercial Theme
   Palette: Maroon #7B1518 · Gold #C49A1A · Cream #FAF5E8
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@400;500;600&display=swap');

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --maroon:       #7B1518;
  --maroon-dark:  #5C0F11;
  --maroon-light: #9B2025;
  --gold:         #C49A1A;
  --gold-light:   #D4AA2A;
  --gold-pale:    #F5E6A8;
  --black:        #1A1A1A;
  --cream:        #FAF5E8;
  --cream-dark:   #F0E8D0;
  --text:         #2C1810;
  --text-muted:   #6B5040;
  --border:       #E2D0B0;
  --white:        #FFFFFF;
  --shadow-sm:    0 2px 8px rgba(123,21,24,.08);
  --shadow-md:    0 4px 20px rgba(123,21,24,.12);
  --shadow-lg:    0 8px 40px rgba(123,21,24,.18);
  --radius:       6px;
  --radius-lg:    12px;
  --font-head:    'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --max-w:        1160px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--maroon); text-decoration: none; }
a:hover { color: var(--maroon-dark); }

/* ── Typography ── */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.25;
  color: var(--black);
}
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 600; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
p  { margin-bottom: 1rem; }

/* ── Layout ── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.section    { padding: 64px 0; }
.section-sm { padding: 40px 0; }
.section-lg { padding: 88px 0; }

/* ── Gold Divider ── */
.gold-rule {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px; margin: 16px 0 24px;
}
.gold-rule.center { margin: 16px auto 24px; }

/* ── Section Labels ── */
.section-label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

/* =========================================================
   NAV
   ========================================================= */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.nav-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-logo img { height: 48px; width: auto; }

.nav-links {
  display: flex; gap: 32px; list-style: none;
}
.nav-links a {
  font-size: .9rem; font-weight: 500;
  color: var(--text); transition: color .2s;
}
.nav-links a:hover { color: var(--maroon); }

.nav-cta {
  display: flex; gap: 10px; align-items: center;
}

/* Hamburger */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--black); margin: 5px 0;
  transition: transform .3s;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: var(--radius);
  font-family: var(--font-body); font-size: .9rem; font-weight: 600;
  cursor: pointer; border: 2px solid transparent;
  transition: all .2s; text-decoration: none; white-space: nowrap;
}
.btn-primary {
  background: var(--maroon); color: var(--white);
  border-color: var(--maroon);
}
.btn-primary:hover {
  background: var(--maroon-dark); border-color: var(--maroon-dark);
  color: var(--white); transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.btn-gold {
  background: var(--gold); color: var(--white);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-light); border-color: var(--gold-light);
  color: var(--white); transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.btn-outline {
  background: transparent; color: var(--maroon);
  border-color: var(--maroon);
}
.btn-outline:hover {
  background: var(--maroon); color: var(--white);
}
.btn-outline-white {
  background: transparent; color: var(--white);
  border-color: rgba(255,255,255,.6);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.1); color: var(--white);
  border-color: var(--white);
}
.btn-wa {
  background: #25D366; color: var(--white);
  border-color: #25D366;
}
.btn-wa:hover {
  background: #1ebe5b; border-color: #1ebe5b;
  color: var(--white); transform: translateY(-1px);
}
.btn-lg { padding: 15px 32px; font-size: 1rem; }
.btn-sm { padding: 8px 18px; font-size: .82rem; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  background: var(--maroon);
  background-image: linear-gradient(135deg, var(--maroon-dark) 0%, var(--maroon) 60%, #8B1D20 100%);
  position: relative; overflow: hidden;
  padding: 72px 0 80px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C49A1A' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .4;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(196,154,26,.15);
  border: 1px solid rgba(196,154,26,.4);
  color: var(--gold-pale); font-size: .78rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 20px; margin-bottom: 20px;
}
.hero h1 {
  color: var(--white); margin-bottom: 20px;
  font-size: clamp(1.9rem, 4.5vw, 3rem);
}
.hero h1 span { color: var(--gold-pale); }
.hero-sub {
  color: rgba(255,255,255,.82); font-size: 1.05rem;
  margin-bottom: 32px; max-width: 520px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-stats {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 16px; margin-top: 40px;
}
.stat-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(196,154,26,.25);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
}
.stat-card .num {
  font-family: var(--font-head); font-size: 1.8rem; font-weight: 700;
  color: var(--gold-pale); line-height: 1.1;
}
.stat-card .lbl {
  font-size: .78rem; color: rgba(255,255,255,.65);
  margin-top: 4px; text-transform: uppercase; letter-spacing: .06em;
}

/* Hero visual — gold ornamental frame */
.hero-visual {
  display: flex; justify-content: center; align-items: center;
}
.hero-frame {
  background: rgba(255,255,255,.05);
  border: 2px solid rgba(196,154,26,.3);
  border-radius: var(--radius-lg);
  padding: 32px 28px; text-align: center;
  max-width: 340px; width: 100%;
}
.hero-frame-title {
  font-family: var(--font-head); color: var(--gold-pale);
  font-size: 1.1rem; margin-bottom: 20px; font-style: italic;
}
.hero-features { list-style: none; text-align: left; }
.hero-features li {
  display: flex; gap: 10px; align-items: flex-start;
  color: rgba(255,255,255,.85); font-size: .9rem;
  padding: 8px 0; border-bottom: 1px solid rgba(196,154,26,.12);
}
.hero-features li:last-child { border-bottom: none; }
.hero-features li::before {
  content: '✦'; color: var(--gold); font-size: .7rem;
  margin-top: 5px; flex-shrink: 0;
}

/* =========================================================
   QUICK ANSWER (AI Overview target)
   ========================================================= */
.quick-answer {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px; margin: 32px 0;
}
.quick-answer strong { color: var(--maroon); display: block; margin-bottom: 6px; }

/* =========================================================
   PROPERTY TYPE CARDS
   ========================================================= */
.prop-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prop-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: all .25s;
}
.prop-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}
.prop-card-top {
  background: var(--maroon); padding: 28px 24px;
  position: relative; overflow: hidden;
}
.prop-card-top::after {
  content: '';
  position: absolute; bottom: -20px; right: -20px;
  width: 80px; height: 80px;
  background: rgba(196,154,26,.15); border-radius: 50%;
}
.prop-card-icon { font-size: 2rem; margin-bottom: 10px; }
.prop-card-top h3 { color: var(--white); }
.prop-card-top p { color: rgba(255,255,255,.75); font-size: .88rem; margin: 0; }
.prop-card-body { padding: 24px; }
.prop-card-body ul { list-style: none; }
.prop-card-body ul li {
  padding: 7px 0; font-size: .9rem; border-bottom: 1px solid var(--cream-dark);
  display: flex; gap: 8px;
}
.prop-card-body ul li:last-child { border-bottom: none; }
.prop-card-body ul li::before { content: '✦'; color: var(--gold); font-size: .65rem; margin-top: 6px; flex-shrink: 0; }
.prop-card-footer { padding: 0 24px 24px; }

/* =========================================================
   USP HIGHLIGHTS
   ========================================================= */
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.usp-item { text-align: center; padding: 24px 16px; }
.usp-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--cream); border: 2px solid var(--gold-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin: 0 auto 16px;
}
.usp-item h3 { font-size: 1rem; margin-bottom: 6px; }
.usp-item p { font-size: .875rem; color: var(--text-muted); margin: 0; }

/* =========================================================
   FLOOR SECTION
   ========================================================= */
.floor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.floor-card {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; background: var(--white);
}
.floor-card-head {
  background: var(--maroon); color: var(--white);
  padding: 14px 20px; display: flex; justify-content: space-between; align-items: center;
}
.floor-card-head h3 { color: var(--white); font-size: 1rem; margin: 0; }
.floor-badge {
  background: var(--gold); color: var(--white);
  font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .06em;
}
.floor-card-body { padding: 20px; }
.floor-card-body p { font-size: .9rem; color: var(--text-muted); margin-bottom: 12px; }
.floor-specs { display: flex; gap: 20px; flex-wrap: wrap; }
.floor-spec { font-size: .82rem; }
.floor-spec strong { display: block; color: var(--maroon); font-size: 1rem; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-list { list-style: none; max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--radius);
  margin-bottom: 10px; overflow: hidden;
}
.faq-q {
  width: 100%; padding: 18px 22px; text-align: left;
  background: var(--white); border: none; cursor: pointer;
  font-family: var(--font-body); font-size: .95rem; font-weight: 600;
  color: var(--text); display: flex; justify-content: space-between;
  gap: 12px; align-items: center; transition: background .2s;
}
.faq-q:hover { background: var(--cream); }
.faq-q.open { background: var(--maroon); color: var(--white); }
.faq-chevron { font-size: .8rem; flex-shrink: 0; transition: transform .25s; }
.faq-q.open .faq-chevron { transform: rotate(180deg); }
.faq-a {
  padding: 0 22px; max-height: 0; overflow: hidden;
  background: var(--cream); font-size: .9rem; color: var(--text-muted);
  transition: max-height .35s ease, padding .25s ease;
}
.faq-a.open { max-height: 400px; padding: 18px 22px; }

/* =========================================================
   BLOG CARDS
   ========================================================= */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: all .25s;
  display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.blog-card-top { background: var(--cream-dark); padding: 24px; min-height: 90px; }
.blog-card-tag {
  display: inline-block; background: var(--maroon); color: var(--white);
  font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px;
}
.blog-card-top h3 { font-size: 1rem; line-height: 1.4; }
.blog-card-body { padding: 20px; flex: 1; }
.blog-card-body p { font-size: .875rem; color: var(--text-muted); margin: 0; }
.blog-card-footer { padding: 16px 20px; border-top: 1px solid var(--border); }
.blog-card-footer a, .blog-card-footer .read-link { font-size: .85rem; font-weight: 600; color: var(--maroon); }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band {
  background: var(--maroon);
  background-image: linear-gradient(135deg, var(--maroon-dark), var(--maroon));
  padding: 56px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C49A1A' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: var(--white); margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.8); margin-bottom: 32px; font-size: 1.05rem; }
.cta-band-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--black); color: rgba(255,255,255,.7);
  padding: 56px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-about .footer-logo img { height: 40px; filter: brightness(0) invert(1); margin-bottom: 16px; }
.footer-about p { font-size: .875rem; max-width: 280px; line-height: 1.7; }
.footer-col h4 {
  color: var(--white); font-family: var(--font-head);
  font-size: .9rem; margin-bottom: 16px;
  padding-bottom: 8px; border-bottom: 1px solid var(--gold);
  display: inline-block;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a {
  font-size: .85rem; color: rgba(255,255,255,.65);
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  padding: 20px 0; text-align: center;
  font-size: .8rem; color: rgba(255,255,255,.4);
}
.footer-disclaimer {
  font-size: .78rem; color: rgba(255,255,255,.35);
  max-width: 820px; margin: 0 auto 16px;
  text-align: center; line-height: 1.6;
}

/* =========================================================
   TRUST BAR
   ========================================================= */
.trust-bar {
  background: var(--cream-dark); border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border); padding: 16px 0;
}
.trust-bar-inner {
  display: flex; gap: 32px; align-items: center;
  justify-content: center; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: var(--text-muted);
}
.trust-item span { font-size: 1.1rem; }

/* =========================================================
   STICKY WA BUTTON
   ========================================================= */
.sticky-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 200;
  background: #25D366; color: var(--white);
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; box-shadow: 0 4px 16px rgba(37,211,102,.4);
  transition: transform .2s, box-shadow .2s; text-decoration: none;
}
.sticky-wa:hover {
  transform: scale(1.1); color: var(--white);
  box-shadow: 0 6px 24px rgba(37,211,102,.5);
}

/* =========================================================
   PAGE HERO (inner pages)
   ========================================================= */
.page-hero {
  background: linear-gradient(135deg, var(--maroon-dark), var(--maroon));
  padding: 48px 0; text-align: center;
}
.page-hero h1 { color: var(--white); }
.page-hero .breadcrumb { color: rgba(255,255,255,.6); font-size: .85rem; margin-bottom: 12px; }
.page-hero .breadcrumb a { color: var(--gold-pale); }

/* =========================================================
   CARDS (generic)
   ========================================================= */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  padding: 28px; background: var(--white);
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  transition: all .25s;
}
.feature-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); }
.feature-card-icon { font-size: 1.8rem; margin-bottom: 14px; }
.feature-card h3 { margin-bottom: 8px; }
.feature-card p { font-size: .9rem; color: var(--text-muted); margin: 0; }

/* =========================================================
   FORM
   ========================================================= */
.enquiry-form {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow-sm);
}
.enquiry-form h3 {
  color: var(--maroon); margin-bottom: 6px;
}
.form-note { font-size: .82rem; color: var(--text-muted); margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block; font-size: .85rem; font-weight: 600;
  margin-bottom: 6px; color: var(--text);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 10px 14px;
  border: 1px solid var(--border); border-radius: var(--radius);
  font-family: var(--font-body); font-size: .9rem;
  color: var(--text); background: var(--cream);
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; border-color: var(--gold);
  background: var(--white);
}

/* =========================================================
   SPECIFICATIONTABLE
   ========================================================= */
.spec-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.spec-table th {
  background: var(--maroon); color: var(--white);
  padding: 12px 16px; text-align: left; font-weight: 600;
}
.spec-table td { padding: 11px 16px; border-bottom: 1px solid var(--border); }
.spec-table tr:nth-child(even) td { background: var(--cream); }

/* =========================================================
   ANNOUNCEMENT BAR
   ========================================================= */
.ann-bar {
  background: linear-gradient(90deg, #4A0A0C, #7B1518, #9B2025, #7B1518, #4A0A0C);
  background-size: 300% 100%;
  animation: ann-sweep 10s ease infinite;
  color: #fff;
  font-size: .82rem;
  font-weight: 500;
  position: relative;
  z-index: 101;
}
.ann-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 9px 48px 9px 20px;
  flex-wrap: wrap;
}
.ann-pulse {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  animation: dot-pulse 1.4s ease-in-out infinite;
}
.ann-bar strong { color: var(--gold-pale); }
.ann-bar-cta {
  background: var(--gold);
  color: #fff !important;
  padding: 3px 14px;
  border-radius: 3px;
  font-weight: 700;
  font-size: .75rem;
  white-space: nowrap;
  text-decoration: none;
  transition: background .2s;
}
.ann-bar-cta:hover { background: var(--gold-light); }
.ann-close {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: rgba(255,255,255,.45);
  cursor: pointer; font-size: 1.2rem; line-height: 1; padding: 4px;
}
.ann-close:hover { color: rgba(255,255,255,.9); }
@keyframes ann-sweep {
  0%,100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
@keyframes dot-pulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.8); opacity: .5; }
}

/* =========================================================
   JEWELLER HOT CARD (hero right panel)
   ========================================================= */
.jewel-hot-card {
  background: linear-gradient(145deg, #1A0507, #2D0A0C);
  border: 1px solid rgba(196,154,26,.35);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.jewel-hot-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
  animation: shimmer 3s ease infinite;
}
@keyframes shimmer {
  0%,100% { opacity: .6; } 50% { opacity: 1; }
}
.jhc-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(196,154,26,.18);
  border: 1px solid rgba(196,154,26,.5);
  color: var(--gold-pale);
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 20px;
  margin-bottom: 14px;
}
.jhc-badge .fire { animation: flicker .8s ease-in-out infinite alternate; }
@keyframes flicker { from { opacity: 1; } to { opacity: .5; } }
.jewel-hot-card h3 { color: #fff; font-size: 1.25rem; margin-bottom: 4px; }
.jewel-hot-card > p { color: rgba(255,255,255,.6); font-size: .85rem; margin-bottom: 20px; }

/* units remaining bar */
.units-bar { margin-bottom: 18px; }
.units-bar-labels {
  display: flex; justify-content: space-between;
  font-size: .72rem; color: rgba(255,255,255,.5); margin-bottom: 6px;
}
.units-bar-labels span:first-child { color: #ff9f43; font-weight: 700; }
.units-track {
  height: 6px; background: rgba(255,255,255,.1); border-radius: 3px; overflow: hidden;
}
.units-fill {
  height: 100%; width: 22%;
  background: linear-gradient(90deg, var(--gold), #ff9f43);
  border-radius: 3px;
  animation: fill-grow 1.5s ease-out forwards;
}
@keyframes fill-grow {
  from { width: 0; } to { width: 22%; }
}

/* price row */
.jhc-price-row {
  display: flex; align-items: center; gap: 12px;
  background: rgba(196,154,26,.08);
  border: 1px solid rgba(196,154,26,.2);
  border-radius: var(--radius); padding: 12px 16px; margin-bottom: 14px;
}
.jhc-price-old { font-size: .75rem; color: rgba(255,255,255,.35); text-decoration: line-through; }
.jhc-price-arrow { color: rgba(255,255,255,.25); font-size: 1rem; }
.jhc-price-new { }
.jhc-price-new .lbl { font-size: .65rem; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.jhc-price-new .val { font-size: 1.2rem; font-weight: 700; color: #fff; }
.jhc-from { font-size: .8rem; color: rgba(255,255,255,.55); margin-bottom: 14px; }
.jhc-from strong { color: var(--gold-pale); }

/* tags */
.jhc-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; }
.jhc-tags span {
  font-size: .7rem; padding: 3px 10px; border-radius: 20px;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.12);
}

/* =========================================================
   FEATURED OPPORTUNITY SECTION
   ========================================================= */
.feat-opp {
  background: linear-gradient(135deg, #0D0203 0%, #1C0507 40%, #2D0A0C 100%);
  padding: 56px 0;
  position: relative; overflow: hidden;
}
.feat-opp::after {
  content: '💎';
  position: absolute; right: -20px; top: 50%; transform: translateY(-50%);
  font-size: 180px; opacity: .04; pointer-events: none;
}
.feat-opp-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.feat-opp-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(196,154,26,.4); padding: 5px 14px; border-radius: 20px;
  margin-bottom: 16px;
}
.feat-opp h2 { color: #fff; margin-bottom: 14px; }
.feat-opp-desc { color: rgba(255,255,255,.65); margin-bottom: 24px; font-size: .95rem; }
.feat-opp-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 28px; }
.feat-meta-item .num { font-size: 1.5rem; font-weight: 700; color: var(--gold-pale); font-family: var(--font-head); }
.feat-meta-item .lbl { font-size: .72rem; color: rgba(255,255,255,.45); }

.feat-units-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feat-unit-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(196,154,26,.2);
  border-radius: var(--radius); padding: 16px;
  transition: border-color .2s, background .2s;
  cursor: default;
}
.feat-unit-card:hover { border-color: rgba(196,154,26,.6); background: rgba(255,255,255,.08); }
.feat-unit-card.highlight {
  border-color: rgba(196,154,26,.5);
  background: rgba(196,154,26,.06);
}
.feat-unit-card .size { font-size: .7rem; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.feat-unit-card .type { font-size: .9rem; font-weight: 600; color: #fff; margin-bottom: 6px; }
.feat-unit-card .price { font-size: .82rem; color: rgba(255,255,255,.65); }
.feat-unit-card .price strong { color: var(--gold-pale); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: block; } /* show hot card on tablet */
  .feat-opp-inner { grid-template-columns: 1fr; }
  .feat-units-grid { grid-template-columns: repeat(2, 1fr); }
  .prop-cards { grid-template-columns: 1fr; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .floor-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .ann-bar-inner { gap: 8px; font-size: .78rem; }
  .feat-units-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; gap: 4px; }
  .nav-toggle { display: block; }
  .nav-cta .btn-outline { display: none; }
  .nav-inner { flex-wrap: wrap; height: auto; padding: 10px 0; }
  .nav-logo img { height: 38px; }
  .hero { padding: 48px 0 56px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band-actions { flex-direction: column; align-items: center; }
  .trust-bar-inner { gap: 16px; }
}
