/* --- MODERN & CLEAN CORPORATE LUXURY STYLING VARIABLES --- */
:root {
    --bg-light: #f8fafc;        /* Soft premium light background grey */
    --bg-white: #ffffff;        /* Pure card sheet backgrounds */
    --text-slate: #0f172a;      /* Bold primary theme slate black */
    --text-muted: #475569;      /* Smooth body charcoal text */
    
    /* Core Blue Palette Accents */
    --accent-blue: #1d4ed8;     /* High-contrast royal deep blue tint */
    --accent-blue-hover: #1e40af;
    --wa-green: #25d366;
    
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Jost', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; background-color: var(--bg-light); }
body { font-family: var(--font-body); background: var(--bg-light); color: var(--text-muted); overflow-x: hidden; -webkit-font-smoothing: antialiased; }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 30px; }
.text-center { text-align: center; }
.text-slate { color: var(--text-slate) !important; }
.accent-blue { color: var(--accent-blue) !important; }

/* Structural Labels & Dividers */
.section-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--accent-blue); display: block; margin-bottom: 1rem; }
.section-title { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 400; line-height: 1.2; color: var(--text-slate); }
.section-title em { font-style: italic; color: var(--accent-blue); font-weight: 400; }
.divider { width: 70px; height: 2px; background: var(--accent-blue); margin: 1.2rem auto 2.5rem; }
.divider.left-align { margin: 1.2rem 0 2.5rem; }

/* --- ARCHITECTURE GRID BUTTON STYLES --- */
.btn-primary, .btn-primary-small, .btn-outline, .btn-wa {
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
    text-decoration: none; cursor: pointer; transition: all 0.3s ease;
    border-radius: 4px;
}

.btn-primary { background: var(--text-slate); color: var(--bg-white); padding: 1.1rem 2.5rem; border: none; }
.btn-primary:hover { background: var(--accent-blue); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(29, 78, 216, 0.25); }

.btn-primary-small { background: var(--accent-blue); color: var(--bg-white); padding: 0.6rem 1.5rem; font-size: 0.7rem; border: none; }
.btn-primary-small:hover { background: var(--accent-blue-hover); }

.btn-outline { border: 1px solid var(--text-slate); color: var(--text-slate); padding: 1rem 2.2rem; background: transparent; }
.btn-outline:hover { background: var(--text-slate); color: var(--bg-white); }

.btn-wa { background: var(--wa-green); color: var(--bg-white); padding: 1.1rem 2.2rem; border: none; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37, 211, 102, 0.2); }

/* BAR MENU HEADINGS */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 0 60px; height: 80px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(0,0,0,0.06); transition: all 0.3s; }
.logo { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--text-slate); text-decoration: none; letter-spacing: 0.02em; }
.logo small { display: block; font-size: 0.55rem; font-family: var(--font-body); letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; margin-top: 2px; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: var(--text-slate); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 500; transition: 0.2s; }
.nav-links a:hover { color: var(--accent-blue); }
.topbar-cta { display: flex; align-items: center; gap: 1.5rem; }
.topbar-phone { color: var(--text-slate); text-decoration: none; font-size: 0.85rem; font-weight: 600; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 22px; height: 2px; background: var(--text-slate); }

.mobile-nav { position: fixed; top: 80px; left: 0; right: 0; bottom: 0; background: var(--bg-white); z-index: 999; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; }
.mobile-nav.open { display: flex; }
.mobile-nav a { color: var(--text-slate); text-decoration: none; font-family: var(--font-display); font-size: 1.6rem; }

/* URGENCY BOTTOM MODAL SYSTEM BAR */
.urgency-bar { position: fixed; bottom: 30px; left: 30px; right: 30px; z-index: 997; background: var(--bg-white); color: var(--text-slate); padding: 1.2rem 2rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--accent-blue); box-shadow: 0 10px 30px rgba(0,0,0,0.08); font-size: 0.85rem; display: none; border-radius: 6px; }
.urgency-bar.show { display: flex; animation: slideUpFrame 0.5s ease forwards; }
@keyframes slideUpFrame { from { transform: translateY(60px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.urgency-actions { display: flex; align-items: center; gap: 1.5rem; }
.urgency-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-muted); }

/* --- HERO INTERFACE - IMAGE CLEAR & SHARP --- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: 80px; background: #0c121d; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center center; z-index: 1; transform: scale(1.02); }

/* Dark filter overlay ko light kar diya taaki building bilkul original aur saaf dikhe */
.hero-overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.4); z-index: 2; }

/* Grid split setup for content and side compact form */
.hero-container { position: relative; z-index: 3; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 40px; align-items: center; padding-top: 4rem; padding-bottom: 4rem; width: 100%; }

.hero-content { text-align: left; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.2); padding: 0.5rem 1.2rem; margin-bottom: 1.5rem; font-size: 0.7rem; font-weight: 500; color: #fff; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 30px; }
.badge-dot { width: 5px; height: 5px; background: var(--accent-blue); border-radius: 50%; display: inline-block; }
.hero-eyebrow { font-size: 0.8rem; letter-spacing: 0.25em; text-transform: uppercase; color: #ffffff; text-shadow: 0 2px 4px rgba(0,0,0,0.6); margin-bottom: 0.8rem; font-weight: 600; }
.hero-title { font-family: var(--font-display); font-size: clamp(2.3rem, 4.5vw, 3.8rem); font-weight: 400; line-height: 1.15; color: #ffffff; text-shadow: 0 2px 8px rgba(0,0,0,0.7); margin-bottom: 1.2rem; }
.hero-title em { font-style: italic; color: #ffffff; font-weight: 400; }
.hero-subtitle { font-size: 0.95rem; color: #f8fafc; text-shadow: 0 2px 4px rgba(0,0,0,0.6); margin-bottom: 2rem; max-width: 650px; line-height: 1.7; font-weight: 400; }

.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); padding: 1.5rem 0; background: rgba(0,0,0,0.3); border-radius: 4px; }
.hero-stat { border-right: 1px solid rgba(255,255,255,0.3); text-align: center; }
.hero-stat:last-child { border-right: none; }
.hero-stat-num { font-family: var(--font-display); font-size: 1.2rem; color: #ffffff; font-weight: 700; }
.hero-stat-label { font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: #f1f5f9; margin-top: 0.2rem; font-weight: 500; }
.hero-overlay-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(to top, var(--bg-light), transparent); z-index: 3; }

/* --- MINI COMPACT FORM DESIGN RULES --- */
.hero-form-wrapper { display: flex; justify-content: flex-end; width: 100%; }
.hero-form-card-compact { background: rgba(255, 255, 255, 0.96); padding: 20px; border-top: 4px solid var(--accent-blue); box-shadow: 0 20px 40px rgba(0,0,0,0.3); border-radius: 6px; width: 100%; max-width: 290px; }
.hero-form-card-compact h3 { font-family: var(--font-body); font-size: 15px; color: var(--text-slate); font-weight: 700; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-form-group-compact { margin-bottom: 10px; }
.hero-form-group-compact input, .hero-form-group-compact select { width: 100%; padding: 8px 12px; background: var(--bg-white); border: 1px solid rgba(0,0,0,0.15); font-family: var(--font-body); font-size: 12px; outline: none; border-radius: 4px; color: var(--text-slate); font-weight: 500; }
.hero-form-group-compact input::placeholder { color: #94a3b8; font-size: 11px; }
.hero-form-btn-compact { width: 100%; padding: 10px; background: var(--text-slate); color: #fff; border: none; font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.05em; cursor: pointer; text-transform: uppercase; border-radius: 4px; transition: background 0.2s; }
.hero-form-btn-compact:hover { background: var(--accent-blue); }

/* HIGHLIGHTS CARDS */
.highlights-section { padding: 6rem 0; background: var(--bg-white); }
.highlights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.highlight-card { background: var(--bg-light); padding: 2.5rem 2rem; border-radius: 4px; text-align: center; border: 1px solid rgba(0,0,0,0.03); transition: 0.3s; }
.highlight-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-color: var(--accent-blue); }
.hl-icon { font-size: 2rem; margin-bottom: 1rem; }
.hl-num { font-family: var(--font-display); font-size: 1.8rem; color: var(--text-slate); font-weight: 600; }
.hl-label { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-blue); margin: 0.5rem 0 1rem; font-weight: 600; }
.highlight-card p { font-size: 0.88rem; line-height: 1.6; color: var(--text-muted); }

/* BLUEPRINT PARAMETERS PANEL */
.config-strip { background: var(--bg-light); padding: 6rem 0; border-bottom: 1px solid rgba(0,0,0,0.03); }
.floor-config-box { max-width: 800px; margin: 0 auto 3rem; background: var(--bg-white); padding: 1.5rem 2rem; border-radius: 4px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); display: flex; flex-direction: column; gap: 1rem; border-left: 4px solid var(--accent-blue); }
.fc-item { font-size: 0.95rem; color: var(--text-slate); }
.config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.config-card { background: var(--bg-white); border: 1px solid rgba(0,0,0,0.04); border-radius: 4px; padding: 2.2rem 2rem; text-align: center; transition: all 0.3s; }
.config-card:hover { border-color: var(--accent-blue); background: var(--bg-white); box-shadow: 0 10px 30px rgba(0,0,0,0.04); transform: translateY(-3px); }
.cc-title { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin: 0.5rem 0 0.3rem; }
.cc-val { font-family: var(--font-display); font-size: 1.35rem; color: var(--text-slate); font-weight: 600; }

/* OVERVIEW */
.overview-section { padding: 8rem 0; background: var(--bg-white); }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-visual { position: relative; }
.about-img-main { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 4px; box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
.about-img-accent { position: absolute; bottom: -2rem; right: -2rem; width: 48%; aspect-ratio: 4/3; object-fit: cover; border: 6px solid var(--bg-white); border-radius: 4px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
.about-text p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1.5rem; line-height: 1.8; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2.5rem 0; }
.about-feature { display: flex; gap: 0.8rem; font-size: 0.88rem; color: var(--text-muted); }
.af-icon { width: 34px; height: 34px; background: var(--bg-light); border: 1px solid rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.95rem; border-radius: 4px; }
.af-text strong { display: block; color: var(--text-slate); font-weight: 600; margin-bottom: 0.1rem; }
.about-actions { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; margin-top: 2rem; }
.eoi-tag { font-size: 0.95rem; color: var(--text-slate); background: #eff6ff; padding: 0.6rem 1.2rem; border-radius: 4px; border: 1px dashed var(--accent-blue); }

/* AMENITIES */
.amenities-section { padding: 8rem 0; background: var(--bg-light); }
.section-intro { max-width: 650px; color: var(--text-muted); margin-bottom: 4rem; font-size: 1rem; line-height: 1.8; margin-left: auto; margin-right: auto; }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.amenity-card { background: var(--bg-white); border: 1px solid rgba(0,0,0,0.03); border-radius: 4px; padding: 2rem 1rem; text-align: center; font-size: 1.6rem; transition: all 0.3s; }
.amenity-card:hover { transform: translateY(-4px); background: #fff; border-color: var(--accent-blue); box-shadow: 0 12px 30px rgba(0,0,0,0.05); }
.amenity-name { margin-top: 0.8rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-slate); }

/* LOCATION */
.location-section { padding: 8rem 0; background: var(--bg-white); }
.location-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
.loc-milestones { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.5rem 0; }
.loc-milestone { background: var(--bg-light); padding: 1.2rem; display: flex; align-items: center; gap: 1rem; border-radius: 4px; border-left: 3px solid var(--accent-blue); box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.lm-time { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--accent-blue); line-height: 1; min-width: 45px; text-align: center; }
.lm-time span { font-size: 0.6rem; color: var(--text-muted); display: block; font-family: var(--font-body); text-transform: uppercase; }
.lm-name { font-size: 0.85rem; font-weight: 500; color: var(--text-slate); line-height: 1.4; }
.location-map { width: 100%; aspect-ratio: 4/3; border: 1px solid rgba(0,0,0,0.06); border-radius: 6px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.04); }
.location-map iframe { width: 100%; height: 100%; border: none; }

/* FAQ */
.faq-section { padding: 8rem 0; background: var(--bg-light); }
.faq-inner { max-width: 960px; margin: 4rem auto 0; }
.faq-item { background: var(--bg-white); margin-bottom: 1rem; border-left: 4px solid var(--text-slate); border-radius: 4px; transition: 0.3s; }
.faq-question { padding: 1.5rem 2rem; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--text-slate); cursor: pointer; }
.fq-icon { font-size: 1.2rem; color: var(--text-slate); transition: transform 0.3s; }
.faq-item.open .fq-icon { transform: rotate(45deg); color: var(--accent-blue); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-answer { max-height: 200px; }
.faq-answer p { padding: 0 2rem 1.5rem; color: var(--text-muted); font-size: 0.92rem; line-height: 1.8; }

/* BOTTOM ENQUIRY */
.enquiry-section { background: var(--bg-white); padding: 8rem 0; border-top: 1px solid rgba(0,0,0,0.03); }
.enquiry-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.enquiry-copy p { color: var(--text-muted); font-size: 1rem; margin-bottom: 2.5rem; line-height: 1.8; }
.eoi-badge { display: inline-block; background: var(--text-slate); color: #fff; padding: 0.6rem 1.5rem; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 4px; margin-bottom: 1.5rem; }
.phone-link { font-family: var(--font-display); font-size: 1.8rem !important; color: var(--accent-blue); text-decoration: none; display: block; margin-bottom: 0.5rem; font-weight: 600; }
.form-card { background: var(--bg-light); padding: 3.5rem 3rem; border-top: 4px solid var(--text-slate); box-shadow: 0 20px 50px rgba(0,0,0,0.04); border-radius: 4px; }
.form-title { font-family: var(--font-display); font-size: 1.8rem; color: var(--text-slate); font-weight: 500; margin-bottom: 0.3rem; }
.form-subtitle { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 2.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; color: var(--text-slate); margin-bottom: 0.5rem; text-transform: uppercase; }
.form-group input { width: 100%; padding: 1rem 1.2rem; background: var(--bg-white); border: 1px solid rgba(0,0,0,0.06); font-family: var(--font-body); font-size: 0.92rem; outline: none; border-radius: 4px; transition: 0.2s; }
.form-group input:focus { border-color: var(--accent-blue); background: #fff; }
.form-submit { width: 100%; padding: 1.2rem; background: var(--text-slate); color: #fff; border: none; font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; cursor: pointer; text-transform: uppercase; border-radius: 4px; transition: 0.2s; }
.form-submit:hover { background: var(--accent-blue); }

.footer { background: var(--text-slate); padding: 5rem 0 3rem; color: #cbd5e1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand p { color: #94a3b8; font-size: 0.85rem; max-width: 400px; margin-top: 1rem; }
.footer-col h5 { font-size: 0.75rem; color: #fff; letter-spacing: 0.15em; margin-bottom: 1.5rem; font-weight: 600; text-transform: uppercase; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.footer-col ul a { color: #94a3b8; text-decoration: none; font-size: 0.85rem; transition: 0.2s; }
.footer-col ul a:hover { color: #fff; }
.footer-bottom { padding-top: 2rem; text-align: center; font-size: 0.78rem; color: #64748b; }

.float-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 998; box-shadow: 0 -4px 15px rgba(0,0,0,0.05); }
.float-cta a { flex: 1; text-align: center; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 1.1rem; text-decoration: none; }
.f-call { background: var(--bg-white); color: var(--text-slate); }
.f-wa { background: var(--wa-green); color: #fff; }

.phone-link { font-family: 'Jost', sans-serif !important; font-weight: 700 !important; }

/* RESPONSIVE MEDIA BREAKPOINTS */
@media (max-width: 991px) {
    .nav-links, .topbar-cta { display: none; }
    .hamburger { display: flex; }
    .about, .config-grid, .highlights-grid, .location-inner, .enquiry-inner, .footer-grid { grid-template-columns: 1fr; gap: 3.5rem; }
    
    /* Responsive Split Hero Stack View */
    .hero-container { grid-template-columns: 1fr; text-align: center; padding-top: 100px; gap: 30px; }
    .hero-content { text-align: center; }
    .hero-subtitle { margin-left: auto; margin-right: auto; }
    .hero-stats { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .hero-stat { border-right: none; }
    .hero-form-wrapper { justify-content: center; }
    .about-actions { align-items: stretch; }
}
@media (max-width: 768px) {
    body { padding-bottom: 56px; }
    .float-cta { display: flex; }
    .amenities-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
}