/* ==========================================================================
   Villa Citayam Asri — Landing Page Styles
   Palette: deep teal #1f3330, green #3fa671, mint bg #f5faf7
   ========================================================================== */

:root {
	--nra-navy: #1c2f2c;
	--nra-navy-2: #13211e;
	--nra-slate-900: #16241f;
	--nra-gold: #3fa671;
	--nra-gold-light: #6dc79a;
	--nra-gold-dark: #276e4b;
	--nra-cream: #f5faf7;
	--nra-ink: #1c1d1f;
	--nra-text-muted: #5b6b66;
	--nra-gold-gradient: linear-gradient(135deg, #6dc79a 0%, #3fa671 50%, #276e4b 100%);
	--nra-shadow-luxury: 0 20px 40px -15px rgba(28, 29, 31, .1), 0 0 15px rgba(63, 166, 113, .1);
	--nra-shadow-gold: 0 10px 30px -5px rgba(63, 166, 113, .35);
	--nra-radius: 1.25rem;
	--nra-serif: 'Cormorant Garamond', Georgia, serif;
	--nra-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--nra-sans);
	background: var(--nra-cream);
	color: var(--nra-ink);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--nra-serif); margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

.nra-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

/* ---------- Buttons ---------- */
.nra-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
	padding: .9rem 1.6rem; border-radius: 999px; border: none;
	transition: all .25s ease; white-space: nowrap;
}
.nra-btn--gold { background: var(--nra-gold-gradient); color: #0f172a; box-shadow: var(--nra-shadow-gold); }
.nra-btn--gold:hover { opacity: .95; transform: translateY(-2px); }
.nra-btn--ghost { background: transparent; border: 1px solid rgba(63,166,113,.5); color: #e2e8f0; }
.nra-btn--ghost:hover { background: rgba(63,166,113,.1); border-color: var(--nra-gold); }
.nra-btn--outline { background: rgba(15,23,42,.8); color: #fff; border: 1px solid rgba(148,163,184,.5); }
.nra-btn--outline:hover { border-color: rgba(63,166,113,.6); }
.nra-btn--outline-slate { background: transparent; color: #334155; border: 1px solid #cbd5e1; }
.nra-btn--outline-slate:hover { border-color: #94a3b8; color: var(--nra-navy); }
.nra-btn--dark-outline { background: rgba(255,255,255,.1); color: #fff; border: 1px solid #334155; }
.nra-btn--dark-outline:hover { background: rgba(255,255,255,.18); }
.nra-btn--block { width: 100%; }
.nra-btn--lg { padding: 1.1rem 2rem; font-size: .8rem; }
.nra-btn--gold, .nra-btn--ghost, .nra-btn--outline { border-radius: 999px; }

/* ---------- Navbar ---------- */
.nra-navbar {
	position: fixed; top: 0; left: 0; right: 0; z-index: 50;
	background: linear-gradient(to bottom, rgba(28,47,44,.9), rgba(28,47,44,.6), transparent);
	padding: 1.25rem 0;
	transition: all .3s ease;
}
.nra-navbar.is-scrolled {
	background: rgba(28,47,44,.96); backdrop-filter: blur(10px);
	padding: .75rem 0; box-shadow: 0 10px 30px rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(63,166,113,.2);
}
.nra-navbar__inner { display: flex; align-items: center; justify-content: space-between; }
.nra-brand { display: flex; align-items: center; gap: .6rem; }
.nra-brand__icon {
	width: 40px; height: 40px; border-radius: .6rem; background: var(--nra-gold-gradient);
	color: #0f172a; display: flex; align-items: center; justify-content: center; box-shadow: var(--nra-shadow-gold);
}
.nra-brand__icon--img { background: none; box-shadow: none; overflow: visible; padding: 0; width: 44px; height: 44px; }
.nra-brand__icon--img img { width: 100%; height: 100%; object-fit: contain; }
.nra-footer__logo { display: inline-block; width: 140px; border-radius: .75rem; overflow: hidden; }
.nra-footer__logo img { width: 100%; display: block; }
.nra-brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.nra-brand__name { font-family: var(--nra-serif); font-weight: 700; font-size: 1.15rem; letter-spacing: .02em; color: #fff; white-space: nowrap; }
.nra-brand__sub { font-size: .6rem; letter-spacing: .25em; color: var(--nra-gold); text-transform: uppercase; font-weight: 600; }
.nra-nav-desktop { display: none; align-items: center; gap: 2rem; }
.nra-nav-desktop a { font-size: .875rem; font-weight: 500; color: #e2e8f0; }
.nra-nav-desktop a:hover { color: var(--nra-gold); }
.nra-nav-dropdown { position: relative; }
.nra-nav-dropdown__toggle {
	display: flex; align-items: center; gap: .35rem; background: none; border: none;
	font-family: inherit; font-size: .875rem; font-weight: 500; color: #e2e8f0; padding: 0;
}
.nra-nav-dropdown__toggle:hover { color: var(--nra-gold); }
.nra-nav-dropdown__arrow { transition: transform .2s ease; }
.nra-nav-dropdown.is-open .nra-nav-dropdown__arrow { transform: rotate(180deg); }
.nra-nav-dropdown.is-current > .nra-nav-dropdown__toggle { color: var(--nra-gold); }
.nra-nav-dropdown__menu {
	position: absolute; top: calc(100% + 1rem); left: 50%; transform: translateX(-50%) translateY(-8px);
	background: var(--nra-navy); border: 1px solid rgba(63,166,113,.25); border-radius: .9rem;
	padding: .5rem; min-width: 190px; box-shadow: var(--nra-shadow-luxury);
	opacity: 0; visibility: hidden; pointer-events: none; transition: all .2s ease; z-index: 60;
}
.nra-nav-dropdown.is-open .nra-nav-dropdown__menu,
.nra-nav-dropdown:hover .nra-nav-dropdown__menu {
	opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.nra-nav-dropdown__menu a {
	display: block; padding: .6rem .8rem; border-radius: .6rem; font-size: .8rem; white-space: nowrap;
}
.nra-nav-dropdown__menu a:hover { background: rgba(63,166,113,.15); }
.nra-nav-dropdown__menu a.is-current { color: var(--nra-gold); }
.nra-nav-cta { display: none; align-items: center; gap: .75rem; }
.nra-mobile-toggle {
	display: flex; flex-direction: column; gap: 5px; background: none; border: none; padding: .5rem;
}
.nra-mobile-toggle span { width: 22px; height: 2px; background: #e2e8f0; border-radius: 2px; transition: .3s; }
.nra-nav-mobile {
	display: none; flex-direction: column; gap: .25rem;
	background: var(--nra-navy); border-bottom: 1px solid rgba(63,166,113,.2);
	padding: 1rem 20px 1.5rem;
}
.nra-nav-mobile.is-open { display: flex; }
.nra-nav-mobile a { color: #e2e8f0; font-weight: 500; padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.nra-nav-mobile__group-label {
	color: var(--nra-gold); font-size: .7rem; font-weight: 700; text-transform: uppercase;
	letter-spacing: .08em; padding: .8rem 0 .2rem;
}
.nra-nav-mobile a.nra-nav-mobile__sub { padding-left: .9rem; font-size: .9rem; font-weight: 400; }
.nra-nav-mobile__cta { display: flex; flex-direction: column; gap: .6rem; padding-top: 1rem; }

@media (min-width: 1024px) {
	.nra-nav-desktop, .nra-nav-cta { display: flex; }
	.nra-mobile-toggle { display: none; }
	.nra-nav-mobile { display: none !important; }
}

/* ---------- Hero ---------- */
.nra-hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 8rem 0 4rem; background: var(--nra-navy); overflow: hidden; }
.nra-hero__bg { position: absolute; inset: 0; z-index: 0; }
.nra-hero__bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55); }
.nra-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(28,47,44,.95), rgba(28,47,44,.8), rgba(28,47,44,.55)); }
.nra-hero__inner { position: relative; z-index: 1; display: grid; gap: 3rem; }
.nra-hero__copy { color: #fff; }
.nra-badge {
	display: inline-flex; align-items: center; gap: .5rem; padding: .4rem 1rem; border-radius: 999px;
	background: rgba(63,166,113,.15); border: 1px solid rgba(63,166,113,.4); color: var(--nra-gold-light);
	font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 1.2rem;
}
.nra-hero__copy h1 { font-size: 2.1rem; font-weight: 700; line-height: 1.2; letter-spacing: .01em; margin-bottom: 1rem; }
.nra-hero__copy h1 em { color: var(--nra-gold); font-style: italic; font-weight: 400; }
.nra-hero__sub { font-size: 1.05rem; color: #cbd5e1; line-height: 1.6; font-weight: 300; margin-bottom: 1.4rem; max-width: 40rem; }
.nra-pill-bar {
	display: inline-flex; flex-wrap: wrap; align-items: center; gap: 1rem; padding: .75rem 1.25rem;
	border-radius: 1rem; background: rgba(15,23,42,.8); border: 1px solid rgba(51,65,85,.6);
	color: #e2e8f0; font-size: .85rem; margin-bottom: 1.5rem;
}
.nra-pill-bar span { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; color: #fff; }
.nra-pill-bar svg { color: var(--nra-gold); flex-shrink: 0; }
.nra-dot { color: #475569; font-weight: 400 !important; }
.nra-hero__actions { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; }
.nra-trust-badges { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: .75rem; color: #94a3b8; }
.nra-trust-badges span::before { content: '✓ '; color: var(--nra-gold); font-weight: 700; }

.nra-hero__promo-card {
	position: relative; padding: 1.75rem; border-radius: 1.5rem; background: rgba(15,23,42,.92);
	border: 1px solid rgba(63,166,113,.4); box-shadow: var(--nra-shadow-luxury); color: #fff;
}
.nra-promo-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #1e293b; padding-bottom: 1rem; margin-bottom: 1rem; }
.nra-promo-flag { display: inline-flex; align-items: center; gap: .4rem; padding: .3rem .8rem; border-radius: 999px; background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.3); color: #f87171; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nra-promo-save { font-size: .75rem; color: #94a3b8; }
.nra-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: #94a3b8; margin-bottom: .2rem; }
.nra-label--gold { color: var(--nra-gold); font-weight: 700; margin-top: .6rem; }
.nra-price-old { font-size: 1.15rem; color: #64748b; text-decoration: line-through; font-weight: 700; margin-bottom: .3rem; }
.nra-price-new { font-family: var(--nra-serif); font-size: 2rem; font-weight: 700; color: #fcd34d; margin-bottom: 1rem; }
.nra-check-list { border-top: 1px solid #1e293b; padding-top: 1rem; margin-bottom: 1.2rem; display: flex; flex-direction: column; gap: .6rem; font-size: .82rem; color: #cbd5e1; }
.nra-check-list li::before { content: '✓ '; color: var(--nra-gold); font-weight: 700; }
.nra-promo-contact { text-align: center; font-size: .7rem; color: #94a3b8; margin-top: .9rem; }

@media (min-width: 1024px) {
	.nra-hero__inner { grid-template-columns: 7fr 5fr; align-items: center; }
	.nra-hero__copy h1 { font-size: 3.4rem; }
	.nra-hero__actions { flex-direction: row; }
}

/* ---------- Section shells ---------- */
.nra-section { padding: 4.5rem 0; position: relative; }
.nra-section--light { background: var(--nra-cream); }
.nra-section--dark { background: var(--nra-navy); color: #fff; }
.nra-section-head { text-align: center; max-width: 44rem; margin: 0 auto 3.5rem; }
.nra-eyebrow, .nra-eyebrow-inline {
	display: inline-flex; align-items: center; gap: .4rem; padding: .3rem .9rem; border-radius: 999px;
	background: rgba(63,166,113,.1); border: 1px solid rgba(63,166,113,.3); color: var(--nra-gold-dark);
	font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 1rem;
}
.nra-eyebrow--dark { background: rgba(63,166,113,.15); border-color: rgba(63,166,113,.4); color: var(--nra-gold-light); }
.nra-eyebrow--red { background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.3); color: #dc2626; }
.nra-eyebrow-inline { margin-bottom: .4rem; }
.nra-section-head h2 { font-size: 1.8rem; font-weight: 700; color: var(--nra-navy); letter-spacing: -.01em; margin-bottom: 1rem; }
.nra-h-light { color: #fff !important; }
.nra-divider { display: block; width: 4rem; height: 3px; background: var(--nra-gold-gradient); border-radius: 999px; margin: 0 auto 1.2rem; }
.nra-section-head p { color: #64748b; font-size: .95rem; line-height: 1.6; }
.nra-p-light { color: #cbd5e1 !important; }

@media (min-width: 768px) { .nra-section-head h2 { font-size: 2.4rem; } }
@media (min-width: 1024px) { .nra-section-head h2 { font-size: 2.75rem; } .nra-section { padding: 6rem 0; } }

/* ---------- Why Us ---------- */
.nra-whyus-grid { display: grid; gap: 2.5rem; align-items: center; }
.nra-whyus-photo { position: relative; border-radius: 1.5rem; overflow: hidden; border: 4px solid #fff; box-shadow: var(--nra-shadow-luxury); background: var(--nra-navy-2); }
.nra-whyus-photo img { width: 100%; height: 320px; object-fit: cover; }
.nra-whyus-photo__badge {
	position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; padding: 1.1rem;
	background: rgba(28,47,44,.9); border: 1px solid rgba(63,166,113,.4); border-radius: 1rem; color: #fff; backdrop-filter: blur(6px);
}
.nra-whyus-photo__badge h4 { font-size: 1.1rem; font-weight: 700; margin: .3rem 0; }
.nra-whyus-photo__badge p { font-size: .75rem; color: #cbd5e1; }
.nra-whyus-content h3 { font-size: 1.5rem; font-weight: 700; color: var(--nra-navy); margin-bottom: .6rem; }
.nra-whyus-content > p { color: #64748b; font-size: .9rem; line-height: 1.6; margin-bottom: 1.5rem; }
.nra-cards-grid { display: grid; gap: 1rem; }
.nra-cards-grid--2 { grid-template-columns: 1fr; }
.nra-feature-card {
	background: #fff; padding: 1.2rem; border-radius: 1rem; border: 1px solid #e2e8f0; box-shadow: 0 4px 12px rgba(0,0,0,.04);
	display: flex; align-items: flex-start; gap: 1rem; transition: all .25s;
}
.nra-feature-card:hover { border-color: rgba(63,166,113,.6); box-shadow: var(--nra-shadow-luxury); }
.nra-feature-card__icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: .8rem; background: var(--nra-cream); border: 1px solid rgba(63,166,113,.2); display: flex; align-items: center; justify-content: center; color: var(--nra-gold); }
.nra-feature-card h4 { font-size: 1rem; font-weight: 700; color: var(--nra-navy); margin-bottom: .2rem; }
.nra-feature-card p { font-size: .78rem; color: #64748b; line-height: 1.5; }

@media (min-width: 640px) { .nra-cards-grid--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .nra-whyus-grid { grid-template-columns: 5fr 7fr; } .nra-whyus-photo img { height: 480px; } }

/* ---------- Tabs (House Detail) ---------- */
.nra-tabs { display: inline-flex; padding: .35rem; border-radius: 1rem; background: #0f172a; border: 1px solid #1e293b; margin: 0 auto 2.5rem; }
.nra-tabs { display: flex; justify-content: center; max-width: 100%; overflow-x: auto; }
.nra-tab { padding: .7rem 1.3rem; border-radius: .7rem; border: none; background: none; color: #94a3b8; font-size: .8rem; font-weight: 700; letter-spacing: .02em; white-space: nowrap; transition: .25s; }
.nra-tab.is-active { background: var(--nra-gold-gradient); color: #0f172a; box-shadow: var(--nra-shadow-gold); }
.nra-tab-panel { display: none; }
.nra-tab-panel.is-active { display: block; }

.nra-specs-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2rem; }
.nra-spec-card { background: rgba(15,23,42,.9); border: 1px solid #1e293b; border-radius: 1rem; overflow: hidden; transition: all .3s; }
.nra-spec-card:hover { border-color: rgba(63,166,113,.6); transform: translateY(-3px); }
.nra-spec-card__img { height: 180px; overflow: hidden; }
.nra-spec-card__img img { width: 100%; height: 100%; object-fit: cover; }
.nra-spec-card__body { padding: 1.2rem; }
.nra-spec-card__body h4 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: .3rem; }
.nra-spec-card__body p { font-size: .78rem; color: #cbd5e1; line-height: 1.5; }

.nra-cta-banner {
	padding: 1.5rem; border-radius: 1.2rem; background: linear-gradient(to right, rgba(63,166,113,.15), #0f172a, #0f172a);
	border: 1px solid rgba(63,166,113,.4); display: flex; flex-direction: column; gap: 1rem; align-items: center; text-align: center;
}
.nra-cta-banner__title { font-weight: 700; color: #fff; margin-bottom: .3rem; }
.nra-cta-banner__desc { font-size: .8rem; color: #cbd5e1; }

.nra-floorplan { display: grid; gap: 2rem; background: rgba(15,23,42,.9); padding: 2rem; border-radius: 1.5rem; border: 1px solid #1e293b; }
.nra-floorplan__text h3 { font-size: 1.5rem; font-weight: 700; color: #fff; margin: .5rem 0 1rem; }
.nra-list-check { display: flex; flex-direction: column; gap: .8rem; font-size: .85rem; color: #cbd5e1; margin-bottom: 1.5rem; }
.nra-list-check li::before { content: '✓  '; color: var(--nra-gold); font-weight: 700; }
.nra-floorplan__visual { text-align: center; padding: 2rem; border: 1px dashed #334155; border-radius: 1rem; background: rgba(15,23,42,.5); }
.nra-floorplan__visual svg { margin: 0 auto 1rem; }
.nra-floorplan__visual h4 { font-size: 1.2rem; font-weight: 700; color: #fff; margin-bottom: .5rem; }
.nra-floorplan__visual p { font-size: .78rem; color: #94a3b8; margin-bottom: 1rem; }
.nra-floorplan__visual a { font-size: .78rem; font-weight: 700; color: var(--nra-gold); text-decoration: underline; }

@media (min-width: 640px) { .nra-specs-grid { grid-template-columns: 1fr 1fr; } .nra-cta-banner { flex-direction: row; justify-content: space-between; text-align: left; } }
@media (min-width: 1024px) { .nra-specs-grid { grid-template-columns: repeat(4, 1fr); } .nra-floorplan { grid-template-columns: 1fr 1fr; align-items: center; } }

/* ---------- Environment ---------- */
.nra-env-grid { display: grid; gap: 2.5rem; align-items: center; }
.nra-env-photo { position: relative; border-radius: 1.5rem; overflow: hidden; border: 1px solid rgba(63,166,113,.3); box-shadow: var(--nra-shadow-luxury); }
.nra-env-photo img { width: 100%; height: 320px; object-fit: cover; }
.nra-env-photo__badge { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; padding: 1.1rem; background: rgba(28,47,44,.9); border: 1px solid rgba(63,166,113,.4); border-radius: 1rem; color: #fff; }
.nra-env-photo__badge h4 { font-size: 1.1rem; font-weight: 700; margin: .3rem 0; }
.nra-env-photo__badge p { font-size: .75rem; color: #cbd5e1; }
.nra-env-cards { display: grid; gap: 1.2rem; }
.nra-env-card { padding: 1.4rem; border-radius: 1rem; background: #fff; border: 1px solid #e2e8f0; box-shadow: var(--nra-shadow-luxury); display: flex; align-items: flex-start; gap: 1rem; transition: .25s; }
.nra-env-card:hover { border-color: var(--nra-gold); }
.nra-env-card--featured { background: linear-gradient(to right, rgba(63,166,113,.1), #fff, #fff); border-color: rgba(63,166,113,.6); }
.nra-env-card__icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: 1rem; background: var(--nra-cream); border: 1px solid rgba(63,166,113,.2); display: flex; align-items: center; justify-content: center; color: var(--nra-gold); }
.nra-env-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--nra-navy); display: inline-flex; align-items: center; gap: .5rem; margin-bottom: .3rem; }
.nra-env-card p { font-size: .82rem; color: #64748b; line-height: 1.5; }
.nra-tag-utama { font-size: .6rem; padding: .1rem .5rem; border-radius: 999px; background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.3); color: #047857; font-weight: 700; text-transform: uppercase; }

@media (min-width: 640px) { .nra-env-cards { grid-template-columns: 1fr 1fr; } .nra-env-card--featured { grid-column: span 2; } }
@media (min-width: 1024px) { .nra-env-grid { grid-template-columns: 5fr 7fr; } .nra-env-photo img { height: 460px; } }

/* ---------- Location ---------- */
.nra-loc-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; gap: 1rem; flex-wrap: wrap; }
.nra-loc-heading h3 { font-size: 1.5rem; font-weight: 700; color: #fff; }
.nra-loc-heading span { font-size: .78rem; color: var(--nra-gold); font-weight: 600; }
.nra-loc-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
.nra-loc-card { background: rgba(15,23,42,.9); border: 1px solid #1e293b; border-radius: 1rem; overflow: hidden; transition: .3s; }
.nra-loc-card:hover { border-color: rgba(63,166,113,.6); transform: translateY(-3px); }
.nra-loc-card__img { position: relative; height: 170px; }
.nra-loc-card__img img { width: 100%; height: 100%; object-fit: cover; }
.nra-loc-time { position: absolute; top: .7rem; right: .7rem; padding: .3rem .8rem; border-radius: 999px; background: var(--nra-gold-gradient); color: #0f172a; font-weight: 700; font-size: .72rem; box-shadow: var(--nra-shadow-gold); }
.nra-loc-cat { position: absolute; top: .7rem; left: .7rem; padding: .25rem .6rem; border-radius: .5rem; background: rgba(28,47,44,.9); border: 1px solid rgba(63,166,113,.4); font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--nra-gold-light); }
.nra-loc-card__body { padding: 1.2rem; }
.nra-loc-card__body h4 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: .3rem; }
.nra-loc-card__body p { font-size: .75rem; color: #94a3b8; }

@media (min-width: 640px) { .nra-loc-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .nra-loc-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Pricing ---------- */
.nra-pricing-card { max-width: 56rem; margin: 0 auto; background: #fff; border-radius: 1.5rem; border: 2px solid var(--nra-gold); box-shadow: 0 25px 50px -12px rgba(0,0,0,.15); overflow: hidden; }
.nra-pricing-card__ribbon { background: var(--nra-gold-gradient); color: #0f172a; font-weight: 700; text-align: center; padding: .8rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.nra-pricing-card__body { padding: 1.75rem; }
.nra-pricing-box { text-align: center; background: var(--nra-cream); padding: 1.5rem; border-radius: 1rem; border: 1px solid rgba(63,166,113,.3); margin-bottom: 1.75rem; }
.nra-price-old--lg { font-size: 1.3rem; }
.nra-price-new--lg { font-family: var(--nra-serif); font-size: 2.4rem; font-weight: 700; color: var(--nra-gold); margin-top: .2rem; }
.nra-benefit-title { font-size: 1.1rem; font-weight: 700; color: var(--nra-navy); text-align: center; margin-bottom: 1rem; }
.nra-benefit-grid { display: grid; grid-template-columns: 1fr; gap: .8rem; margin-bottom: 1.5rem; }
.nra-benefit-item { display: flex; align-items: center; gap: .6rem; padding: .8rem; border-radius: .8rem; background: #f8fafc; border: 1px solid #e2e8f0; font-size: .82rem; font-weight: 600; color: #1e293b; }
.nra-kpr-banner { padding: 1.2rem; border-radius: 1rem; background: var(--nra-navy); color: #fff; display: flex; flex-direction: column; gap: 1rem; align-items: center; text-align: center; margin-bottom: 1.5rem; }
.nra-kpr-banner p { font-size: .78rem; color: #cbd5e1; margin-top: .2rem; }
.nra-pricing-card__body > .nra-btn--gold { margin-bottom: .8rem; }
.nra-pricing-card__body > .nra-btn--outline-slate { margin-bottom: 1rem; }
.nra-pricing-contact { text-align: center; font-size: .78rem; color: #64748b; }

@media (min-width: 640px) { .nra-benefit-grid { grid-template-columns: 1fr 1fr; } .nra-kpr-banner { flex-direction: row; justify-content: space-between; text-align: left; } }

/* ---------- Legality ---------- */
.nra-legality-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
.nra-legality-card { padding: 1.5rem; border-radius: 1rem; background: rgba(15,23,42,.9); border: 1px solid #1e293b; transition: .25s; }
.nra-legality-card:hover { border-color: var(--nra-gold); }
.nra-legality-card__code { width: 48px; height: 48px; border-radius: .8rem; background: var(--nra-gold-gradient); color: #0f172a; font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: var(--nra-shadow-gold); margin-bottom: 1rem; }
.nra-legality-card h3 { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
.nra-legality-card p { font-size: .78rem; color: #94a3b8; line-height: 1.5; }
.nra-assurance-box { max-width: 44rem; margin: 0 auto; text-align: center; padding: 1.5rem; border-radius: 1rem; background: rgba(15,23,42,.6); border: 1px solid #1e293b; }
.nra-assurance-box__title { color: var(--nra-gold); font-weight: 700; margin-bottom: .3rem; }
.nra-assurance-box p:last-child { font-size: .78rem; color: #cbd5e1; }

@media (min-width: 640px) { .nra-legality-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .nra-legality-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Gallery ---------- */
.nra-gallery-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.nra-gallery-item { position: relative; border-radius: 1rem; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; border: 1px solid #e2e8f0; box-shadow: var(--nra-shadow-luxury); }
.nra-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.nra-gallery-item:hover img { transform: scale(1.08); }
.nra-gallery-item__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,47,44,.95), rgba(28,47,44,.3), transparent); padding: 1.2rem; display: flex; flex-direction: column; justify-content: space-between; opacity: .85; }
.nra-gallery-item__cat { align-self: flex-end; padding: .25rem .6rem; border-radius: 999px; background: rgba(28,47,44,.8); border: 1px solid rgba(63,166,113,.4); color: var(--nra-gold-light); font-size: .6rem; font-weight: 700; text-transform: uppercase; }
.nra-gallery-item__overlay h4 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .2rem; }
.nra-gallery-item__overlay p { font-size: .68rem; color: var(--nra-gold-light); }

@media (min-width: 640px) { .nra-gallery-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .nra-gallery-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Lightbox ---------- */
.nra-lightbox { display: none; position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,.95); backdrop-filter: blur(10px); align-items: center; justify-content: center; padding: 1rem; }
.nra-lightbox.is-open { display: flex; }
.nra-lightbox__content { max-width: 60rem; max-height: 85vh; text-align: center; }
.nra-lightbox__content img { max-height: 70vh; width: auto; margin: 0 auto; border-radius: 1rem; border: 1px solid #1e293b; }
.nra-lightbox__caption { margin-top: .8rem; }
.nra-lightbox__caption span { font-size: .72rem; font-weight: 700; color: var(--nra-gold); text-transform: uppercase; letter-spacing: .1em; }
.nra-lightbox__caption h3 { font-size: 1.2rem; font-weight: 700; color: #fff; margin-top: .3rem; }
.nra-lightbox__close, .nra-lightbox__prev, .nra-lightbox__next {
	position: absolute; background: rgba(15,23,42,.8); color: #fff; border: 1px solid #334155; border-radius: 999px;
	width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; z-index: 5;
}
.nra-lightbox__close:hover, .nra-lightbox__prev:hover, .nra-lightbox__next:hover { color: var(--nra-gold); }
.nra-lightbox__close { top: 1.5rem; right: 1.5rem; }
.nra-lightbox__prev { left: 1rem; }
.nra-lightbox__next { right: 1rem; }

/* ---------- Testimonials ---------- */
.nra-testimonial-grid { display: grid; grid-template-columns: 1fr; gap: 1.8rem; margin-bottom: 2.5rem; }
.nra-testimonial-card { padding: 1.8rem; border-radius: 1.2rem; background: rgba(15,23,42,.9); border: 1px solid #1e293b; transition: .25s; }
.nra-testimonial-card:hover { border-color: rgba(63,166,113,.5); }
.nra-testimonial-card__stars { color: var(--nra-gold); letter-spacing: .1em; margin-bottom: .8rem; }
.nra-testimonial-card__quote { font-size: .88rem; color: #cbd5e1; font-style: italic; font-weight: 300; line-height: 1.6; margin-bottom: 1.5rem; }
.nra-testimonial-card__footer { display: flex; align-items: center; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid #1e293b; }
.nra-testimonial-avatar { width: 46px; height: 46px; border-radius: 50%; background: rgba(63,166,113,.15); border: 2px solid rgba(63,166,113,.5); display: flex; align-items: center; justify-content: center; color: var(--nra-gold); flex-shrink: 0; }
.nra-testimonial-card__footer h4 { font-size: 1rem; font-weight: 700; color: #fff; }
.nra-testimonial-card__footer span { font-size: .68rem; font-weight: 600; color: var(--nra-gold); }
.nra-disclaimer { text-align: center; font-size: .72rem; color: #94a3b8; }

@media (min-width: 768px) { .nra-testimonial-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Final CTA ---------- */
.nra-final-cta { text-align: center; overflow: hidden; }
.nra-final-cta__inner { max-width: 50rem; }
.nra-badge--dark { background: rgba(63,166,113,.2); }
.nra-final-cta h2 { font-size: 2rem; font-weight: 700; margin: 1rem 0; line-height: 1.25; }
.nra-final-cta > .nra-container > p { font-size: 1rem; margin-bottom: 1.5rem; }
.nra-agent-card { display: inline-flex; align-items: center; gap: 1rem; background: rgba(15,23,42,.9); border: 1px solid rgba(63,166,113,.4); padding: 1rem 1.5rem; border-radius: 1.2rem; box-shadow: var(--nra-shadow-luxury); margin-bottom: 1.5rem; text-align: left; }
.nra-agent-card__avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--nra-gold-gradient); color: #0f172a; display: flex; align-items: center; justify-content: center; box-shadow: var(--nra-shadow-gold); }
.nra-agent-card h4 { font-size: 1.3rem; font-weight: 700; color: #fff; }
.nra-agent-card p { font-size: .78rem; color: #cbd5e1; font-weight: 600; }
.nra-final-cta__actions { display: flex; flex-direction: column; gap: 1rem; max-width: 32rem; margin: 0 auto; }

@media (min-width: 640px) { .nra-final-cta__actions { flex-direction: row; justify-content: center; } }
@media (min-width: 1024px) { .nra-final-cta h2 { font-size: 2.8rem; } }

/* ---------- Footer ---------- */
.nra-footer { background: var(--nra-navy-2); color: #94a3b8; padding: 3.5rem 0 2rem; border-top: 1px solid #1e293b; }
.nra-footer__grid { display: grid; gap: 2.5rem; margin-bottom: 2.5rem; }
.nra-footer__brand p { font-size: .85rem; color: #94a3b8; line-height: 1.6; margin: 1rem 0; max-width: 26rem; }
.nra-footer__legal-note { font-size: .75rem; color: var(--nra-gold); font-weight: 600; }
.nra-footer__links h4, .nra-footer__contact h4 { color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: .8rem; }
.nra-footer__links-list { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: .78rem; font-weight: 600; }
.nra-footer__links-list a:hover { color: var(--nra-gold); }
.nra-footer__contact-card { padding: 1rem; border-radius: 1rem; background: #0f172a; border: 1px solid #1e293b; }
.nra-footer__contact-card p { font-size: .72rem; }
.nra-footer__contact-name { font-size: 1.1rem; font-weight: 700; color: #fff; font-family: var(--nra-serif); margin: .2rem 0; }
.nra-footer__contact-card a { font-size: .78rem; font-weight: 700; color: var(--nra-gold); }
.nra-footer__bottom { display: flex; flex-direction: column; gap: .5rem; align-items: center; text-align: center; font-size: .72rem; padding-top: 2rem; border-top: 1px solid #1e293b; }

@media (min-width: 768px) { .nra-footer__grid { grid-template-columns: 5fr 4fr 3fr; } .nra-footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; } }

/* ---------- Floating WhatsApp ---------- */
.nra-floating-wa { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 50; display: flex; flex-direction: column; align-items: flex-end; }
.nra-floating-wa__tooltip { display: none; margin-bottom: .5rem; background: rgba(15,23,42,.95); color: #fff; font-size: .75rem; font-weight: 600; padding: .5rem 1rem; border-radius: .8rem; border: 1px solid rgba(63,166,113,.4); }
.nra-floating-wa:hover .nra-floating-wa__tooltip { display: block; }
.nra-floating-wa a { position: relative; background: #16a34a; color: #fff; padding: 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 30px rgba(0,0,0,.3); transition: transform .25s; }
.nra-floating-wa a:hover { transform: scale(1.1); background: #15803d; }
.nra-floating-wa__ping { position: absolute; inset: -4px; border-radius: 50%; background: #22c55e; opacity: .6; animation: nra-ping 2s cubic-bezier(0,0,.2,1) infinite; }
.nra-floating-wa__dot { position: absolute; top: 0; right: 0; width: 14px; height: 14px; background: #ef4444; border: 2px solid #fff; border-radius: 50%; }
@keyframes nra-ping { 75%, 100% { transform: scale(1.8); opacity: 0; } }

/* ---------- Modals ---------- */
.nra-modal-overlay { display: none; position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.8); backdrop-filter: blur(8px); align-items: center; justify-content: center; padding: 1rem; }
.nra-modal-overlay.is-open { display: flex; }
.nra-modal { position: relative; width: 100%; max-width: 34rem; max-height: 92vh; overflow-y: auto; background: var(--nra-navy); color: #fff; border: 1px solid rgba(63,166,113,.4); border-radius: 1.5rem; padding: 1.75rem; box-shadow: 0 25px 50px rgba(0,0,0,.5); }
.nra-modal__close { position: absolute; top: 1.2rem; right: 1.2rem; width: 36px; height: 36px; border-radius: 50%; background: #0f172a; color: #94a3b8; border: 1px solid #1e293b; font-size: 1.2rem; line-height: 1; }
.nra-modal__close:hover { color: #fff; }
.nra-modal__header { margin-bottom: 1.2rem; }
.nra-modal__header h3 { font-size: 1.6rem; font-weight: 700; margin: .3rem 0; }
.nra-modal__header p { font-size: .78rem; color: #cbd5e1; }

.nra-form { display: flex; flex-direction: column; gap: 1rem; }
.nra-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.nra-form__field { display: flex; flex-direction: column; gap: .3rem; }
.nra-form__field label { font-size: .72rem; font-weight: 600; color: #cbd5e1; }
.nra-form__field input, .nra-form__field select, .nra-form__field textarea {
	background: #0f172a; border: 1px solid #334155; border-radius: .8rem; padding: .8rem 1rem; font-size: .85rem;
	color: #fff; font-family: inherit;
}
.nra-form__field input::placeholder, .nra-form__field textarea::placeholder { color: #64748b; }
.nra-form__field input:focus, .nra-form__field select:focus, .nra-form__field textarea:focus { outline: none; border-color: var(--nra-gold); }

.nra-kpr-box { display: flex; flex-direction: column; gap: 1rem; background: rgba(15,23,42,.9); padding: 1.2rem; border-radius: 1rem; border: 1px solid #1e293b; margin-bottom: 1.2rem; }
.nra-kpr-row { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; font-weight: 600; }
.nra-kpr-row--price { border-bottom: 1px solid #1e293b; padding-bottom: .8rem; color: #94a3b8; }
.nra-kpr-row--price strong { color: var(--nra-gold); font-size: 1rem; font-family: var(--nra-serif); }
.nra-kpr-field input[type="range"] { width: 100%; accent-color: var(--nra-gold); margin: .5rem 0; }
.nra-kpr-range-labels { display: flex; justify-content: space-between; font-size: .65rem; color: #64748b; }
.nra-kpr-tenor { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; margin-top: .4rem; }
.nra-kpr-tenor button { padding: .6rem; border-radius: .8rem; font-size: .72rem; font-weight: 700; background: #1e293b; color: #cbd5e1; border: none; }
.nra-kpr-tenor button.is-active { background: var(--nra-gold-gradient); color: #0f172a; box-shadow: var(--nra-shadow-gold); }
.nra-kpr-result { text-align: center; padding: 1.2rem; border-radius: 1rem; background: linear-gradient(to right, rgba(63,166,113,.1), #0f172a, #0f172a); border: 1px solid rgba(63,166,113,.4); margin-bottom: 1.2rem; }
.nra-kpr-result span { font-size: .68rem; font-weight: 800; color: var(--nra-gold); text-transform: uppercase; letter-spacing: .1em; }
.nra-kpr-result p { font-family: var(--nra-serif); font-size: 1.9rem; font-weight: 700; color: #fff; }
.nra-kpr-result p small { font-family: var(--nra-sans); font-size: .7rem; color: #94a3b8; font-weight: 400; }
.nra-kpr-result__loan { font-family: var(--nra-sans) !important; font-size: .7rem !important; color: #94a3b8 !important; margin-top: .3rem; }

/* ==========================================================================
   Countdown Timer (Promo Terbatas)
   ========================================================================== */
.nra-countdown {
	margin: 1rem 0;
	padding: .85rem 1rem;
	border-radius: .9rem;
	background: rgba(239, 68, 68, .08);
	border: 1px solid rgba(239, 68, 68, .3);
}
.nra-countdown__label {
	display: block;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #f87171;
	margin-bottom: .5rem;
}
.nra-countdown__timer {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.nra-countdown__unit {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(15, 23, 42, .55);
	border: 1px solid rgba(63, 166, 113, .35);
	border-radius: .6rem;
	padding: .4rem .3rem;
}
.nra-countdown__unit span {
	font-family: var(--nra-serif);
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}
.nra-countdown__unit small {
	font-size: .58rem;
	color: var(--nra-gold-light);
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-top: .2rem;
}
.nra-countdown__sep {
	color: #f87171;
	font-weight: 700;
	font-size: 1.1rem;
	padding-bottom: 1.1rem;
}

/* Light variant used inside the white pricing card */
.nra-countdown--light {
	background: rgba(239, 68, 68, .06);
	border-color: rgba(239, 68, 68, .25);
}
.nra-countdown--light .nra-countdown__unit {
	background: var(--nra-slate-900);
	border-color: rgba(63, 166, 113, .3);
}

/* ==========================================================================
   Buy Notification (social-proof popup, bottom-left)
   ========================================================================== */
.nra-buynotif {
	position: fixed;
	left: 1.1rem;
	bottom: 1.1rem;
	z-index: 60;
	display: flex;
	align-items: flex-start;
	gap: .7rem;
	max-width: 320px;
	background: #fff;
	border-radius: 1rem;
	padding: .85rem 1rem;
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .25), 0 0 0 1px rgba(63, 166, 113, .15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px) scale(.96);
	transition: opacity .45s ease, transform .45s ease, visibility .45s;
	pointer-events: none;
}
.nra-buynotif.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}
.nra-buynotif__icon {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: linear-gradient(135deg, #34d399 0%, #059669 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px -4px rgba(5, 150, 105, .5);
	animation: nra-buynotif-pulse 1.6s ease-in-out infinite;
}
@keyframes nra-buynotif-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(5, 150, 105, .45); }
	50% { box-shadow: 0 0 0 8px rgba(5, 150, 105, 0); }
}
.nra-buynotif__body { flex: 1; min-width: 0; }
.nra-buynotif__name {
	margin: 0 0 .15rem;
	font-size: .85rem;
	font-weight: 800;
	color: var(--nra-ink);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nra-buynotif__text {
	margin: 0;
	font-size: .76rem;
	color: var(--nra-text-muted);
	line-height: 1.35;
}
.nra-buynotif__text strong { color: #059669; }
.nra-buynotif__close {
	flex-shrink: 0;
	background: none;
	border: none;
	font-size: 1.1rem;
	line-height: 1;
	color: #cbd5e1;
	cursor: pointer;
	padding: 0;
	margin-left: .2rem;
}
.nra-buynotif__close:hover { color: var(--nra-text-muted); }

@media (max-width: 640px) {
	.nra-buynotif {
		left: .6rem;
		right: .6rem;
		bottom: .6rem;
		max-width: none;
	}
}

/* ---------- Type Detail Pages (added: 2 dedicated pages per unit type) ---------- */

/* Nav: highlight the type page currently being viewed */
.nra-nav-desktop a.is-current { color: var(--nra-gold); }

/* Breadcrumb on type-detail hero */
.nra-breadcrumb { font-size: .75rem; color: #94a3b8; margin-bottom: 1rem; display: flex; gap: .4rem; align-items: center; }
.nra-breadcrumb a { color: var(--nra-gold); font-weight: 600; }
.nra-breadcrumb a:hover { text-decoration: underline; }

/* Slightly shorter hero for single-type pages (no promo card beside it) */
.nra-hero--sub { min-height: auto; padding: 7.5rem 0 3.5rem; }
.nra-hero__inner--single { grid-template-columns: 1fr; max-width: 46rem; }

/* House-detail action row (home page tab panels) */
.nra-floorplan__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: .5rem; }

/* Cross-link card linking Tipe 1 <-> Tipe Rumah Tumbuh */
.nra-crosslink-card {
	display: flex; flex-direction: column; gap: 1.5rem; align-items: center; text-align: center;
	max-width: 44rem; margin: 0 auto; background: rgba(15,23,42,.9); border: 1px solid #1e293b;
	border-radius: 1.5rem; padding: 1.5rem; overflow: hidden;
}
.nra-crosslink-card__img { width: 100%; max-width: 20rem; border-radius: 1rem; }
.nra-crosslink-card__body h3 { color: #fff; font-size: 1.4rem; margin: .3rem 0 .4rem; }
.nra-crosslink-card__body p { color: #cbd5e1; font-size: .85rem; margin-bottom: 1rem; }

@media (min-width: 768px) {
	.nra-crosslink-card { flex-direction: row; text-align: left; padding: 2rem; }
	.nra-crosslink-card__img { width: 14rem; flex-shrink: 0; }
}
