/* Core Reset & Base Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: system-ui, -apple-system, sans-serif; color: #1e293b; background: #ffffff; line-height: 1.6; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header & Nav */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #0f172a; padding: 15px 0; border-bottom: 1px solid rgba(180, 140, 72, 0.2); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand img { height: 40px; width: auto; display: block; }
.site-nav ul { display: flex; list-style: none; align-items: center; gap: 24px; }
.site-nav a { color: #f8fafc; text-decoration: none; font-size: 0.92rem; font-weight: 500; transition: color 0.2s; }
.site-nav a:hover { color: #b48c48; }
.call-button { background: #b48c48; color: #ffffff !important; padding: 8px 16px; border-radius: 4px; font-weight: 700 !important; }
.call-button:hover { background: #987236 !important; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 25px; height: 3px; background: #fff; }

/* Hero Section */
.hero { position: relative; height: 92vh; min-height: 600px; display: flex; align-items: center; margin-top: 0px; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; z-index: 1; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease-in-out; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(to right, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0.4) 100%); z-index: 2; }
.hero-content-wrap { position: relative; z-index: 3; color: #ffffff; width: 100%; }
.hero-content { max-width: 680px; }
.hero-eyebrow { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: #b48c48; font-weight: 700; margin-bottom: 8px; }
.hero h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 12px; }
.hero-location { font-size: 1.3rem; font-weight: 600; color: #e2e8f0; margin-bottom: 6px; }
.hero-type { font-size: 1.05rem; color: #cbd5e1; margin-bottom: 24px; }
.hero-highlights { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.hero-highlights li { display: flex; align-items: center; gap: 10px; font-size: 0.98rem; font-weight: 500; }
.hero-highlights i { color: #b48c48; }
.hero-price { font-size: 1.2rem; margin-bottom: 28px; }
.hero-price strong { color: #b48c48; font-size: 1.6rem; }
.hero-actions { display: flex; gap: 15px; }
.hero-action { padding: 12px 24px; border-radius: 6px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-size: 0.95rem; }
.hero-action--primary { background: #b48c48; color: #ffffff; }
.hero-action--primary:hover { background: #987236; }
.hero-action--secondary { background: rgba(255,255,255,0.15); color: #ffffff; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.3); }
.hero-action--secondary:hover { background: rgba(255,255,255,0.25); }

/* Overview Section */
.overview-section { padding: 90px 0; background: #ffffff; }
.overview-shell { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; }
.overview-copy h2 { font-size: 2.3rem; font-weight: 800; color: #0f172a; margin-bottom: 20px; }
.overview-text p { font-size: 1.02rem; color: #475569; line-height: 1.7; margin-bottom: 16px; }
.overview-read-more { background: none; border: none; color: #b48c48; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; margin-bottom: 24px; }
.overview-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 30px; }
.overview-feature { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 600; color: #334155; background: #f8fafc; padding: 12px; border-radius: 8px; border: 1px solid #e2e8f0; }
.overview-feature i { color: #b48c48; font-size: 1.2rem; }
.overview-bottom { background: #fdf6ec; padding: 24px; border-radius: 10px; border: 1px solid rgba(180,140,72,0.2); }
.overview-bottom h3 { font-size: 1.15rem; color: #0f172a; margin-bottom: 14px; }
.overview-brochure { background: #b48c48; color: #ffffff; padding: 10px 20px; border-radius: 6px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.overview-images { position: relative; height: 440px; }
.overview-image-main { width: 85%; height: 380px; object-fit: cover; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.overview-image-overlap { position: absolute; bottom: 0; right: 0; width: 60%; height: 240px; object-fit: cover; border-radius: 12px; border: 4px solid #ffffff; box-shadow: 0 15px 40px rgba(0,0,0,0.12); }

/* Gallery Section */
.gallery-section { padding: 90px 0; background: #0f172a; color: #fff; text-align: center; }
.gallery-editorial-head { margin-bottom: 40px; }
.gallery-heading h2 { font-size: 2.3rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.gallery-strip { display: flex; gap: 20px; overflow-x: auto; padding: 0 20px 20px; scroll-snap-type: x mandatory; max-width: 1200px; margin: 0 auto 40px; }
.gallery-card { flex: 0 0 350px; height: 260px; border-radius: 10px; overflow: hidden; scroll-snap-align: start; border: 1px solid rgba(255,255,255,0.1); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.gallery-card:hover img { transform: scale(1.05); }
.gallery-brochure { background: #b48c48; color: #fff; padding: 12px 28px; border-radius: 6px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }

/* Price Table Section */
.price-section { padding: 90px 0; background: #f8fafc; }
.price-shell { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.price-heading { text-align: center; margin-bottom: 45px; }
.price-heading h2 { font-size: 2.3rem; font-weight: 800; color: #0f172a; }
.price-table-wrap { background: #fff; border-radius: 12px; border: 1px solid #e2e8f0; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.price-table { width: 100%; border-collapse: collapse; text-align: left; }
.price-table th, .price-table td { padding: 18px 24px; border-bottom: 1px solid #f1f5f9; }
.price-table th { background: #0f172a; color: #fff; font-size: 0.95rem; font-weight: 700; }
.price-table td { font-size: 0.98qrem; color: #334155; }
.price-value { font-weight: 700; color: #0f172a; font-size: 1.1rem; }
.price-table small { display: block; color: #64748b; font-size: 0.82rem; }
.price-details-button { background: #fdf6ec; color: #b48c48; border: 1px solid #b48c48; padding: 8px 16px; border-radius: 6px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; }
.price-details-button:hover { background: #b48c48; color: #fff; }

/* Payment Plan Section */
.payment-section { padding: 90px 0; background: #ffffff; }
.payment-shell { max-width: 900px; margin: 0 auto; padding: 0 20px; text-align: center; }
.payment-heading h2 { font-size: 2.3rem; font-weight: 800; color: #0f172a; margin-bottom: 40px; }
.payment-stage { position: relative; padding: 40px 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; }
.payment-connectors { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; stroke: #e2e8f0; fill: none; stroke-width: 2; }
.payment-ring-wrap { position: relative; width: 220px; height: 220px; display: flex; align-items: center; justify-content: center; }
.payment-ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.payment-track { fill: none; stroke: #f1f5f9; stroke-width: 12; }
.payment-segment { fill: none; stroke: #b48c48; stroke-width: 12; stroke-dasharray: 100; stroke-dashoffset: 75; }
.payment-ring-center { position: absolute; text-align: center; }
.payment-ring-center i { font-size: 1.5rem; color: #b48c48; display: block; margin-bottom: 4px; }
.payment-ring-center strong { display: block; font-size: 1.3rem; color: #0f172a; }
.payment-ring-center span { font-size: 0.85rem; color: #64748b; }
.payment-option { background: #f8fafc; border: 1px solid #e2e8f0; padding: 15px 20px; border-radius: 8px; width: 180px; text-align: left; cursor: pointer; transition: all 0.2s; }
.payment-option.is-active { border-color: #b48c48; background: #fdf6ec; }
.payment-option span { display: block; font-size: 0.82rem; color: #64748b; margin-bottom: 2px; }
.payment-option strong { display: block; font-size: 1.2rem; color: #0f172a; margin-bottom: 2px; }
.payment-option small { font-size: 0.78rem; color: #b48c48; }

/* Floor Plan Section */
.floor-plan-section { padding: 90px 0; background: #f8fafc; border-top: 1px solid #e2e8f0; }
.floor-plan-shell { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.floor-plan-heading { text-align: center; margin-bottom: 45px; }
.floor-plan-heading h2 { font-size: 2.3rem; font-weight: 800; color: #0f172a; }
.floor-plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; }
.floor-plan-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; display: grid; grid-template-columns: 1.1fr 0.9fr; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.floor-plan-copy { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.floor-plan-copy h3 { font-size: 1.35rem; color: #0f172a; margin-bottom: 6px; font-weight: 700; }
.floor-plan-size { font-size: 1.1rem; color: #b48c48; font-weight: 700; margin-bottom: 16px; }
.floor-plan-size small { display: block; font-size: 0.82rem; color: #64748b; font-weight: 400; }
.floor-plan-features { list-style: none; margin-bottom: 20px; }
.floor-plan-features li { font-size: 0.9rem; color: #475569; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.floor-plan-features li::before { content: "•"; color: #b48c48; font-weight: bold; }
.floor-plan-explore { background: #b48c48; color: #fff; padding: 10px 18px; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; justify-content: space-between; }
.floor-plan-preview { position: relative; background: #f1f5f9; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.floor-plan-preview img { width: 100%; height: 100%; object-fit: contain; filter: blur(6px); opacity: 0.6; transition: filter 0.3s; }
.floor-plan-card:hover .floor-plan-preview img { filter: blur(2px); }
.floor-plan-view { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: rgba(15,23,42,0.4); color: #fff; text-decoration: none; backdrop-filter: blur(2px); }
.floor-plan-eye { width: 45px; height: 45px; background: #b48c48; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }

/* Amenities Section */
.amenities-section { padding: 90px 0; background: #ffffff; }
.center-heading { text-align: center; font-size: 2.3rem; font-weight: 800; color: #0f172a; margin-bottom: 45px; }
.amenity-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.amenity-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 24px 20px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
.amenity-card:hover { transform: translateY(-4px); border-color: #b48c48; background: #fdf6ec; }
.amenity-card i { font-size: 2rem; color: #b48c48; display: block; margin-bottom: 12px; }
.amenity-card span { font-size: 0.95rem; font-weight: 600; color: #1e293b; display: block; line-height: 1.4; }

/* Location Section */
.location-section { padding: 90px 0; background: #f8fafc; border-top: 1px solid #e2e8f0; }
.location-heading { text-align: center; margin-bottom: 45px; }
.location-heading h2 { font-size: 2.3rem; font-weight: 800; color: #0f172a; }
.location-shell { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.location-intro { font-size: 1.05vrem; color: #475569; line-height: 1.7; margin-bottom: 24px; }
.location-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 30px; }
.location-highlight-card { background: #fff; border: 1px solid #e2e8f0; padding: 16px; border-radius: 8px; display: flex; gap: 12px; align-items: flex-start; }
.location-highlight-icon { color: #b48c48; font-size: 1.3rem; }
.location-highlight-card strong { display: block; font-size: 0.9rem; color: #0f172a; margin-bottom: 2px; }
.location-highlight-card small { font-size: 0.78rem; color: #64748b; }
.location-cta { background: #0f172a; color: #fff; padding: 12px 24px; border-radius: 6px; text-decoration: none; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; font-size: 0.95rem; }
.location-cta:hover { background: #1e293b; }
.location-map-wrap { border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(0,0,0,0.04); background: #fff; }
.location-map-frame { width: 100%; height: 400px; border: none; display: block; }
.location-map-caption { padding: 15px; background: #fff; font-size: 0.9rem; font-weight: 600; text-align: center; }
.location-map-caption a { color: #b48c48; text-decoration: none; }

/* FAQ Section */
.faq-section { padding: 90px 0; background: #ffffff; border-top: 1px solid #e2e8f0; }
.faq-shell { max-width: 840px; margin: 0 auto; padding: 0 20px; }
.faq-heading { text-align: center; margin-bottom: 45px; }
.faq-heading h2 { font-size: 2.3rem; font-weight: 800; color: #0f172a; }
.faq-grid { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.faq-toggle { width: 100%; background: none; border: none; padding: 18px 20px; text-align: left; display: flex; align-items: center; justify-content: space-between; font-weight: 600; font-size: 1rem; color: #0f172a; cursor: pointer; }
.faq-number { color: #b48c48; margin-right: 8px; }
.faq-icon::after { content: "+"; font-size: 1.2rem; font-weight: bold; color: #b48c48; }
.faq-item.is-open .faq-icon::after { content: "-"; }
.faq-answer { padding: 0 20px 18px; color: #475569; font-size: 0.95rem; line-height: 1.6; }
.faq-answer ul { padding-left: 20px; margin-top: 8px; }

/* Footer */
.site-footer { background: #0f172a; color: #94a3b8; padding: 60px 0 30px; font-size: 0.9rem; }
.footer-shell { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; }
.footer-quick-links { margin-bottom: 30px; }
.footer-quick-links a { color: #cbd5e1; text-decoration: none; margin: 0 10px; font-weight: 500; }
.footer-quick-links a:hover { color: #b48c48; }
.footer-quick-links span { color: #475569; }
.footer-developer h2 { font-size: 1.2rem; color: #fff; margin-bottom: 14px; font-weight: 700; }
.footer-developer p { max-width: 800px; margin: 0 auto 20px; line-height: 1.7; color: #94a3b8; }
.footer-rera-row { display: flex; justify-content: center; gap: 30px; margin-bottom: 20px; font-weight: 600; color: #e2e8f0; }
.footer-contact { margin-bottom: 30px; }
.footer-contact a { color: #b48c48; text-decoration: none; font-weight: 700; }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 25px; font-size: 0.82rem; line-height: 1.6; max-width: 900px; margin: 0 auto; }
.footer-disclaimer a { color: #b48c48; text-decoration: underline; }

/* Enquiry Modal */
.enquiry-modal { display: none; position: fixed; inset: 0; z-index: 99999; align-items: center; justify-content: center; }
.enquiry-modal__backdrop { position: absolute; inset: 0; background: rgba(15,23,42,0.8); backdrop-filter: blur(4px); }
.enquiry-modal__dialog { position: relative; z-index: 2; background: #fff; width: 100%; max-width: 480px; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.3); padding: 35px 30px; }
.enquiry-modal__close { position: absolute; top: 15px; right: 15px; background: #f1f5f9; border: none; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #334155; }
.enquiry-modal__content h2 { font-size: 1.5rem; color: #0f172a; margin-bottom: 20px; font-weight: 800; text-align: center; }
.enquiry-form__field { margin-bottom: 16px; }
.enquiry-form__field label { display: block; font-size: 0.85rem; font-weight: 600; color: #334155; margin-bottom: 6px; }
.enquiry-form__control { display: flex; align-items: center; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 6px; padding: 0 12px; }
.enquiry-form__control i { color: #94a3b8; margin-right: 10px; }
.enquiry-form__prefix { color: #64748b; font-weight: 600; font-size: 0.95rem; margin-right: 8px; border-right: 1px solid #cbd5e1; padding-right: 8px; }
.enquiry-form__control input { width: 100%; border: none; background: none; padding: 12px 0; font-size: 0.95rem; outline: none; color: #0f172a; }
.enquiry-form__submit { width: 100%; background: #b48c48; color: #fff; border: none; padding: 14px; border-radius: 6px; font-weight: 700; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 20px; transition: background 0.2s; }
.enquiry-form__submit:hover { background: #987236; }
.enquiry-form__privacy { text-align: center; font-size: 0.78rem; color: #64748b; margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 4px; }
.enquiry-success { text-align: center; padding: 20px 0; }
.enquiry-success__icon { width: 60px; height: 60px; background: #22c55e; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 16px; }
.enquiry-success h3 { font-size: 1.4rem; color: #0f172a; margin-bottom: 8px; }
.enquiry-success p { font-size: 0.95rem; color: #64748b; margin-bottom: 20px; }
.enquiry-success__close { background: #0f172a; color: #fff; border: none; padding: 10px 24px; border-radius: 6px; font-weight: 600; cursor: pointer; }

/* Responsive Media Queries */
@media (max-width: 992px) {
  .overview-shell, .location-shell, .floor-plan-card { grid-template-columns: 1fr; }
  .overview-images { height: 320px; margin-top: 30px; }
  .site-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #0f172a; padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: flex-start; gap: 15px; }
  .menu-toggle { display: flex; }
  .hero h1 { font-size: 2.4rem; }
}