/* =====================================================
       1. VARIABLES, GLOBALS & TYPOGRAPHY
    ====================================================== */
    html, body { overflow-x: hidden; width: 100%; position: relative; }
    
    :root { 
      --gold: #C6A87C; 
      --bg-dark: #050507; 
      --bg-light: #121215; 
      --text-main: #FFFFFF; 
      --text-muted: #A1A1A8; 
      --font-heading: 'Cinzel', serif; 
      --font-body: 'Inter', sans-serif; 
      --font-ui: 'Inter', sans-serif;
    }
    
    html { scroll-behavior: smooth; } 
    body { font-family: var(--font-body); background-color: var(--bg-dark); color: var(--text-main); line-height: 1.7; }
    h1, h2, h3, h4, h5, h6, .nav-tabs .nav-link, .cinzel-font { font-family: var(--font-heading); font-weight: 400; }
    
    .text-gold { color: var(--gold) !important; } 
    .text-muted { color: var(--text-muted) !important; } 
    .bg-dark-surface { background-color: var(--bg-light); }
    .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
    .section-padding { padding: 110px 0; } 
    
    p.seo-depth { font-family: var(--font-body); font-size: 1.25rem; line-height: 1.9; font-weight: 300; color: rgba(255,255,255,0.75); text-align: justify; margin-bottom: 25px; }
    .ui-text { font-family: var(--font-ui); }

    /* =====================================================
       2. ANIMATIONS & BUTTONS
    ====================================================== */
    @keyframes ambientDrift { 0% { transform: scale(1); } 100% { transform: scale(1.04); } }
    @keyframes slowCinematicPan { 0% { transform: scale(1) translate(0, 0); } 100% { transform: scale(1.03) translate(-1%, 1%); } }
    
    .fade-up { opacity: 0; transform: translateY(40px); transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); } 
    .fade-up.visible { opacity: 1; transform: translateY(0); }
    .delay-1 { transition-delay: 0.15s; } 
    .delay-2 { transition-delay: 0.3s; } 
    .delay-3 { transition-delay: 0.45s; }

    .btn-solid-gold { background: rgba(198, 168, 124, 0.15) !important; border: 1px solid rgba(198, 168, 124, 0.5) !important; color: #fff !important; backdrop-filter: blur(10px); padding: 0 32px; height: 52px; letter-spacing: 2px; transition: all 0.5s ease; text-transform: uppercase; font-size: 0.75rem; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; } 
    .btn-solid-gold:hover { background: rgba(198, 168, 124, 0.3) !important; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,0.4); }
    .btn-outline-gold { border: 1px solid var(--gold); color: var(--gold); padding: 0 32px; height: 52px; text-transform: uppercase; letter-spacing: 2px; font-size: 0.75rem; background: transparent; transition: all 0.4s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; } 
    .btn-outline-gold:hover { background: var(--gold) !important; color: var(--bg-dark) !important; }

    /* =====================================================
       3. HEADER & GLASSMORPHISM
    ====================================================== */
    header { 
      position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; 
      background-color: rgba(5, 5, 7, 0.65) !important; 
      backdrop-filter: blur(24px) saturate(150%); 
      -webkit-backdrop-filter: blur(24px) saturate(150%); 
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
      transition: all 0.4s ease; 
    }
    header.scrolled { 
      background-color: rgba(5, 5, 7, 0.85) !important; 
      border-bottom: 1px solid rgba(198, 168, 124, 0.25); 
      box-shadow: 0 15px 40px rgba(0,0,0,0.8); 
    }
    .exclusive-strip { width: 100%; height: 28px; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.85); color: var(--gold); font-size: 0.55rem; letter-spacing: 4px; text-transform: uppercase; font-family: var(--font-ui); border-bottom: 1px solid rgba(255,255,255,0.03); }
    .header-container { padding: 10px 50px; width: 100%; display: flex; align-items: center; justify-content: space-between; }
    
    .brand-stack { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; }
    .brand-category { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.4); font-family: var(--font-ui); line-height: 1; }
    .taj-logo { height: 34px; width: auto; filter: drop-shadow(0 0 8px rgba(198,168,124,0.3)); display: block; }
    .developer-line { font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.3); font-family: var(--font-ui); line-height: 1; }

    .nav-links { display: flex; gap: 2.5rem; justify-content: center; align-items: center; height: 100%; margin: 0; } 
    .nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; text-transform: uppercase; font-size: 0.75rem; font-weight: 400; letter-spacing: 2px; font-family: var(--font-ui); transition: color 0.3s ease; white-space: nowrap; }
    .nav-links a:hover { color: var(--gold); }
    .nav-cta { border: 1px solid rgba(198, 168, 124, 0.4); padding: 12px 24px; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-size: 0.65rem; text-decoration: none; font-family: var(--font-ui); transition: 0.3s ease; white-space: nowrap; text-align: center; display: flex; align-items: center; margin-top: 2px; }
    .nav-cta:hover { background: var(--gold); color: var(--bg-dark); }
    
    /* =====================================================
       4. HERO SECTION
    ====================================================== */
    .hero-banner { min-height: 100vh; position: relative; display: flex; align-items: center; padding: 150px 0 40px 0; overflow: hidden; background: linear-gradient(90deg, rgba(5,5,7,0.98) 0%, rgba(5,5,7,0.85) 45%, rgba(5,5,7,0.1) 75%, transparent 100%); }
    .hero-bg-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.45; animation: ambientDrift 30s infinite alternate linear; }
    .hero-banner .container { position: relative; z-index: 2; }
    .hero-eyebrow { font-size: 0.65rem; letter-spacing: 5px; color: var(--gold); text-transform: uppercase; font-weight: 500; display: block; margin-bottom: 16px; }
    .hero-line { width: 60px; height: 2px; background: var(--gold); margin-bottom: 28px; opacity: 0.8; }
    .display-3 { font-size: clamp(3.2rem, 6vw, 5.5rem) !important; line-height: 1.05 !important; letter-spacing: 2px !important; font-weight: 400; text-shadow: 0 10px 40px rgba(0,0,0,0.6); margin-bottom: 20px; }
    
    .scarcity-box { display: inline-flex; align-items: center; gap: 30px; padding: 22px 35px; background: rgba(198,168,124,0.06); border: 1px solid rgba(198,168,124,0.25); backdrop-filter: blur(12px); border-radius: 2px; margin-bottom: 45px; }
    .scarcity-metric h4 { font-family: var(--font-heading); font-size: 2.8rem; color: #fff; margin: 0 0 5px 0; font-weight: 400; line-height: 1; }
    .scarcity-metric span { display: block; font-family: var(--font-body); font-size: 0.65rem; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; }
    .scarcity-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.15); }

    /* =====================================================
       5. EDITORIAL QUOTES & TYPOGRAPHY
    ====================================================== */
    .sub-heading { color: var(--gold); text-transform: uppercase; letter-spacing: 4px; font-size: 0.75rem; margin-bottom: 18px; display: block; font-weight: 500; }
    .main-heading { font-size: clamp(2.5rem, 4vw, 3.2rem); margin-bottom: 30px; line-height: 1.15; font-weight: 400; letter-spacing: 1px; }
    .editorial-statement { font-family: var(--font-heading); font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 400; line-height: 1.3; max-width: 1000px; margin: 0 auto; color: #fff; letter-spacing: 1px; }
    .vertical-scroll-line { width: 1px; height: 100px; background: linear-gradient(to bottom, var(--gold), transparent); margin: 60px auto 0; opacity: 0.7; }
    .depth-text { font-size: 1.08rem; line-height: 2.1; font-weight: 300; color: rgba(255,255,255,0.75); margin-bottom: 25px; text-align: left !important; }

    /* =====================================================
       6. PROJECT SNAPSHOT CARDS
    ====================================================== */
    .snapshot-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      margin-top: 45px;
    }
    .snapshot-card {
      background: rgba(255, 255, 255, 0.015);
      border: 1px solid rgba(255, 255, 255, 0.04);
      border-bottom: 2px solid var(--gold);
      padding: 35px 15px !important;
      text-align: center;
      border-radius: 4px;
      transition: all 0.4s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .snapshot-card:hover {
      transform: translateY(-5px);
      background: rgba(198, 168, 124, 0.05);
      border-color: rgba(198, 168, 124, 0.2);
      box-shadow: 0 15px 30px rgba(0,0,0,0.4);
    }
    .snapshot-icon { font-size: 1.6rem; color: var(--gold); margin-bottom: 15px; opacity: 0.9; }
    .snapshot-value { font-family: var(--font-heading); font-size: clamp(1rem, 1.3vw, 1.3rem); color: #fff; margin-bottom: 6px; line-height: 1.3; word-break: break-word; }
    .snapshot-label { font-family: var(--font-ui); font-size: 0.65rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1.5px; }
    
    @media (min-width: 768px) { .snapshot-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
    @media (min-width: 1024px) { .snapshot-grid { grid-template-columns: repeat(5, 1fr); gap: 20px; } }

    /* =====================================================
       7. VISION (Fact Boxes)
    ====================================================== */
    .fact-box { border-left: 2px solid rgba(198,168,124,0.4); padding-left: 30px; margin-bottom: 30px; max-width: 220px; } 
    .fact-box h3 { color: #fff; font-size: 2.2rem; margin-bottom: 8px; font-weight: 300; letter-spacing: 1px; line-height: 1; } 
    .fact-box p { color: rgba(255,255,255,0.5); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; margin: 0; font-family: var(--font-body); }
    
    /* =====================================================
       8. ARCHITECTURE (Stacks & Lists)
    ====================================================== */
    .vertical-stack { display: flex; flex-direction: column; gap: 12px; margin-top: 35px; margin-bottom: 35px; }
    .stack-box { border: 1px solid rgba(198,168,124,0.3); padding: 20px 25px; display: flex; align-items: center; gap: 25px; background: rgba(255,255,255,0.02); backdrop-filter: blur(10px); border-radius: 4px; transition: all 0.3s ease; }
    .stack-box.highlight { background: rgba(198,168,124,0.08); border-color: var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
    .stack-level { font-family: var(--font-heading); font-size: 2.2rem; color: var(--gold); min-width: 90px; text-align: right; line-height: 1; }
    .stack-info h4 { font-family: var(--font-body); font-size: 1.15rem; color: #fff; margin: 0 0 5px 0; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; }
    .stack-info p { font-size: 0.75rem; color: rgba(255,255,255,0.6); margin: 0; line-height: 1.4; font-family: var(--font-ui); text-transform: uppercase; letter-spacing: 1.5px; }
    
    .hospitality-list { list-style: none; padding: 0; border-top: 1px solid rgba(255,255,255,0.08); margin-top: 40px; } 
    .hospitality-list li { position: relative; padding: 22px 0 22px 35px; color: rgba(255,255,255,0.7); font-size: 1.08rem; line-height: 1.9; font-weight: 300; border-bottom: 1px solid rgba(255,255,255,0.08); text-align: left; } 
    .hospitality-list li::before { content: '❖'; position: absolute; left: 0; top: 22px; color: var(--gold); font-size: 1rem; } 
    .hospitality-list strong { color: #fff; font-family: var(--font-heading); font-weight: 400; font-size: 1.25rem; letter-spacing: 1px; display: block; margin-bottom: 8px; }
    
    /* =====================================================
       9. HOSPITALITY
    ====================================================== */
    .hospitality-card { background: rgba(255, 255, 255, 0.015); padding: 40px 35px; height: 100%; border: 1px solid rgba(255, 255, 255, 0.03); border-left: 2px solid var(--gold); border-radius: 4px; transition: all 0.4s ease; display: flex; flex-direction: column; }
    .hospitality-card:hover { transform: translateY(-8px); border-color: var(--gold); background: rgba(255, 255, 255, 0.03); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
    .ownership-note { background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(198, 168, 124, 0.2); padding: 25px 40px; border-radius: 2px; max-width: 850px; margin: 0 auto; }
    .hospitality-card p { text-align: left !important; }

    /* =====================================================
       10. EDUCATIONAL (BRANDED INTELLIGENCE)
    ====================================================== */
    .edu-grid { display: grid; grid-template-columns: 1fr; gap: 30px; margin-top: 60px; }
    
    .edu-card { 
        background: rgba(255, 255, 255, 0.015); 
        border: 1px solid rgba(255, 255, 255, 0.04); 
        border-top: 2px solid rgba(255,255,255,0.05); 
        padding: 45px 40px; 
        border-radius: 4px; 
        position: relative; 
        transition: all 0.4s ease; 
        height: 100%; 
        display: flex; 
        flex-direction: column; 
    }
    
    .edu-card:hover { 
        background: rgba(198, 168, 124, 0.03); 
        border-color: rgba(198, 168, 124, 0.2); 
        border-top-color: var(--gold); 
        transform: translateY(-5px); 
        box-shadow: 0 20px 40px rgba(0,0,0,0.4); 
    }
    
    .edu-number { font-family: var(--font-ui); font-size: 0.75rem; color: var(--gold); margin-bottom: 15px; display: block; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }
    .edu-card h3 { font-family: var(--font-heading); font-size: 1.4rem; color: #fff; margin-bottom: 20px; font-weight: 400; line-height: 1.4; letter-spacing: 1px; }
    .edu-card p { font-family: var(--font-body); font-size: 0.95rem; color: rgba(255,255,255,0.7); line-height: 1.9; margin: 0; font-weight: 300; text-align: left; flex-grow: 1; }
    
    @media (min-width: 768px) { .edu-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) { .edu-grid { grid-template-columns: repeat(3, 1fr); } .edu-card.full-width { grid-column: span 2; } }

    /* =====================================================
       11. SCALE (CINEMATIC CONTAINERS)
    ====================================================== */
    .cinematic-wrapper { position: relative; overflow: hidden; border-radius: 2px; box-shadow: 0 40px 100px rgba(0,0,0,0.6); } 
    .cinematic-img { transform: scale(1.02); transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94); } 
    .cinematic-wrapper:hover .cinematic-img { transform: scale(1.05); }

    /* =====================================================
       12. KEY FACTS AT A GLANCE
    ====================================================== */
    .glance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .glance-card { background: rgba(255, 255, 255, 0.015); border: 1px solid rgba(255, 255, 255, 0.04); border-bottom: 2px solid var(--gold); padding: 30px 20px; text-align: center; border-radius: 4px; transition: all 0.4s ease; }
    .glance-card:hover { transform: translateY(-5px); background: rgba(198, 168, 124, 0.05); border-color: rgba(198, 168, 124, 0.2); box-shadow: 0 15px 30px rgba(0,0,0,0.4); }
    .glance-icon { font-size: 1.6rem; color: var(--gold); margin-bottom: 15px; opacity: 0.9; }
    .glance-value { font-family: var(--font-heading); font-size: 1.3rem; color: #fff; margin-bottom: 6px; line-height: 1.3; }
    .glance-label { font-family: var(--font-ui); font-size: 0.65rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1.5px; }
    @media (min-width: 992px) { .glance-grid { grid-template-columns: repeat(4, 1fr); gap: 25px; } }

    /* =====================================================
       13. LOCATION (STRATEGIC CONNECTIVITY)
    ====================================================== */
    .location-card { background: rgba(255, 255, 255, 0.015); padding: 30px 25px; height: 100%; border: 1px solid rgba(255, 255, 255, 0.03); border-top: 2px solid var(--gold); border-radius: 4px; transition: all 0.4s ease; }
    .location-card:hover { background: rgba(255, 255, 255, 0.03); border-color: var(--gold); box-shadow: 0 15px 30px rgba(0,0,0,0.4); }
    .location-category { font-family: var(--font-ui); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }

    /* =====================================================
       14. NEARBY INFRASTRUCTURE
    ====================================================== */
    .infra-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-top: 45px; }
    .infra-row { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background: rgba(255, 255, 255, 0.015); border: 1px solid rgba(255, 255, 255, 0.04); border-left: 2px solid var(--gold); border-radius: 3px; transition: all 0.3s ease; }
    .infra-row:hover { background: rgba(198, 168, 124, 0.05); border-color: rgba(198, 168, 124, 0.2); transform: translateX(5px); box-shadow: 0 10px 25px rgba(0,0,0,0.4); }
    .infra-destination { font-family: var(--font-body); font-size: 1.1rem; color: #fff; font-weight: 300; display: flex; align-items: center; gap: 18px; }
    .infra-icon { color: var(--gold); font-size: 1.15rem; width: 24px; text-align: center; }
    .infra-distance { font-family: var(--font-heading); font-size: 1.3rem; color: var(--gold); white-space: nowrap; }
    @media (min-width: 768px) { .infra-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }

    /* =====================================================
       15. INVENTORY (SOVEREIGN COLLECTION)
    ====================================================== */
    .portfolio-card { background: rgba(255, 255, 255, 0.015); border: 1px solid rgba(198,168,124,0.15); border-radius: 4px; padding: 40px 50px; }
    .stat-strip { display: flex; flex-direction: column; border-top: 1px solid rgba(198,168,124,0.15); border-bottom: 1px solid rgba(198,168,124,0.15); padding: 25px 0; margin: 35px 0; gap: 20px; }
    .stat-item { text-align: center; flex: 1; }
    .stat-value { font-family: var(--font-heading); color: var(--gold); font-size: 2.2rem; line-height: 1; margin-bottom: 8px; }
    .stat-label { font-family: var(--font-ui); font-size: 0.75rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1.5px; }
    @media (min-width: 768px) { .stat-strip { flex-direction: row; gap: 0; } .stat-item:not(:last-child) { border-right: 1px solid rgba(198,168,124,0.15); } }

    /* =====================================================
       16. MASTER DEVELOPER
    ====================================================== */
    .developer-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 45px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,0.05); }
    .dev-stat-box { border-left: 2px solid var(--gold); padding-left: 20px; }
    .dev-stat-number { font-family: var(--font-heading); font-size: 2.5rem; color: #fff; line-height: 1; margin-bottom: 8px; }
    .dev-stat-label { font-family: var(--font-ui); font-size: 0.7rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 2px; }

    /* =====================================================
       17. FAQS (LUXURY ACCORDION)
    ====================================================== */
    .luxury-accordion .accordion-item { background: transparent; border: none; border-bottom: 1px solid rgba(198,168,124,0.15); }
    .luxury-accordion .accordion-button { background: transparent; color: #fff; font-family: var(--font-body); font-size: 1.25rem; font-weight: 300; padding: 25px 0; box-shadow: none; }
    .luxury-accordion .accordion-button:not(.collapsed) { color: var(--gold); background: transparent; box-shadow: none; }
    .luxury-accordion .accordion-button::after { filter: invert(1) grayscale(100%) brightness(200%); transition: all 0.3s ease; }
    .luxury-accordion .accordion-button:not(.collapsed)::after { filter: invert(70%) sepia(30%) saturate(600%) hue-rotate(350deg) brightness(90%) contrast(90%); }
    .luxury-accordion .accordion-body { padding: 0 0 30px 0; color: rgba(255,255,255,0.65); font-family: var(--font-ui); font-size: 1rem; line-height: 1.9; font-weight: 300; }

    /* =====================================================
       18. INTERNAL LINKING (PORTFOLIO CROSS-LINKS)
    ====================================================== */
    .crosslink-card { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.015); border: 1px solid rgba(255,255,255,0.05); border-radius: 4px; overflow: hidden; text-decoration: none; height: 100%; transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .crosslink-card:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
    .crosslink-img-wrap { width: 100%; aspect-ratio: 16/10; overflow: hidden; position: relative; }
    .crosslink-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,7,1) 0%, transparent 100%); opacity: 0.8; transition: opacity 0.4s ease; }
    .crosslink-card:hover .crosslink-img-wrap::after { opacity: 0.4; }
    .crosslink-img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(40%) brightness(0.8); transition: all 0.8s ease; }
    .crosslink-card:hover .crosslink-img { transform: scale(1.05); filter: grayscale(0%) brightness(1); }
    .crosslink-content { padding: 25px 30px 30px; display: flex; flex-direction: column; flex-grow: 1; }
    .crosslink-meta { font-family: var(--font-ui); font-size: 0.60rem; letter-spacing: 1.0px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
    .crosslink-title { font-family: var(--font-heading); font-size: 1.4rem; color: #fff; font-weight: 300; line-height: 1.2; margin-bottom: 20px; transition: color 0.3s ease; }
    .crosslink-card:hover .crosslink-title { color: var(--gold); }
    .crosslink-cta { margin-top: auto; font-family: var(--font-ui); font-size: 0.7rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1.5px; display: flex; align-items: center; gap: 8px; transition: color 0.3s ease; }
    .crosslink-card:hover .crosslink-cta { color: #fff; }
    
    /* =====================================================
       19. CONTACT FORM
    ====================================================== */
    .luxury-form-card { background: rgba(22,22,26,0.6); border: 1px solid rgba(198,168,124,0.2); padding: 70px; border-radius: 4px; backdrop-filter: blur(20px); }
    .luxury-input { height: 55px; background: rgba(0,0,0,0.3) !important; border: 1px solid rgba(255,255,255,0.1) !important; color: #fff !important; border-radius: 2px !important; padding: 0 20px !important; font-size: 0.95rem; font-family: var(--font-body); transition: all 0.3s ease; }
    .luxury-input:focus { border-color: var(--gold) !important; box-shadow: none !important; background: rgba(0,0,0,0.6) !important; }
    select.luxury-input option { background-color: var(--bg-dark); color: #fff; }
    
    .contact-line-input { background: transparent !important; border: none !important; border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; border-radius: 0 !important; padding: 12px 0 !important; color: #fff !important; font-size: 0.95rem !important; box-shadow: none !important; font-family: var(--font-ui); transition: all 0.3s ease; }
    .contact-line-input::placeholder { color: rgba(255,255,255,0.4) !important; font-weight: 300; }
    .contact-line-input:focus { border-bottom: 1px solid var(--gold) !important; background: rgba(255, 255, 255, 0.03) !important; outline: none !important; }
    .contact-line-input option { background: #050507; color: #fff; padding: 10px; }

    /* =====================================================
       20. FOOTER
    ====================================================== */
    footer { padding: 60px 0 40px; background: #08080a; border-top: 1px solid rgba(255,255,255,0.05); }
    .footer-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; }
    .footer-brand-col { text-align: left; }
    .footer-brand-sub { font-family: var(--font-ui); font-size: 0.6rem; letter-spacing: 4px; color: rgba(255,255,255,0.4); text-transform: uppercase; margin-bottom: 5px; display: block; }
    .footer-brand { color: var(--gold); font-family: var(--font-heading); font-size: 1.4rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 400; text-decoration: none; transition: opacity 0.3s ease; display: inline-block;}
    .footer-brand:hover { opacity: 0.8; color: var(--gold); }
    .footer-nav { display: flex; gap: 30px; align-items: center; }
    .footer-nav a { font-family: var(--font-ui); color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; transition: color 0.3s ease;}
    .footer-nav a:hover { color: var(--gold); }
    
    .portfolio-crosslink { color: var(--gold); font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(198,168,124,0.3); padding-bottom: 5px; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center;}
    .portfolio-crosslink:hover { color: #fff; border-color: #fff; }

    .footer-legal-box { border: 1px solid rgba(255,255,255,0.08); padding: 30px 40px; border-radius: 2px; margin-bottom: 30px; text-align: center; }
    .footer-legal-box .legal-text-main { text-align: center !important; }
    .legal-text-main { font-family: var(--font-ui); color: rgba(255,255,255,0.45); font-size: 0.75rem; line-height: 1.8; font-weight: 300; letter-spacing: 0.5px; margin: 0;}
    .legal-text-main .text-white { color: rgba(255,255,255,0.9); font-weight: 400; }
    .legal-text-main .domain-highlight { color: rgba(255,255,255,0.8); }
    .legal-divider { height: 1px; width: 95%; background: rgba(255,255,255,0.08); margin: 20px auto; }
    .legal-link { color: rgba(255,255,255,0.6); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.2); transition: 0.3s ease; }
    .legal-link:hover { color: var(--gold); border-color: var(--gold); }
    .legal-rera-line { display: block; margin-top: 8px; }
    .opacity-30 { opacity: 0.3; margin: 0 10px; }
    
    .footer-seo-copy { margin: 0; padding: 0; border: none; }
    .footer-seo-copy p { font-family: var(--font-body); font-size: 0.85rem; line-height: 1.8; color: rgba(255,255,255,0.4); font-weight: 300; letter-spacing: 0.5px; margin: 0; text-align: center;}
    
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 10px;}
    .footer-links { display: flex; gap: 20px; font-family: var(--font-ui); color: rgba(255,255,255,0.2); font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; align-items: center;}
    .footer-links a { color: rgba(255,255,255,0.4); text-decoration: none; transition: 0.3s ease; }
    .footer-links a:hover { color: var(--gold); }
    .footer-quote { font-family: var(--font-heading); font-style: italic; color: rgba(255,255,255,0.4); font-size: 1.1rem; letter-spacing: 1px; margin: 0;}
    .footer-copyright { color: var(--gold); font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; font-family: var(--font-ui); margin: 0;}
    .hover-gold:hover { color: var(--gold) !important; }

    /* =====================================================
       21. FLOATING ACTIONS
    ====================================================== */
    .floating-actions { position: fixed; bottom: 40px; right: 40px; z-index: 1000; display: flex; flex-direction: column; align-items: center; gap: 15px; }
    .float-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: rgba(255,255,255,0.9); text-decoration: none; box-shadow: 0 10px 25px rgba(0,0,0,0.6); transition: all 0.3s ease; background: rgba(5,5,7,0.9); border: 1px solid rgba(198,168,124,0.3); backdrop-filter: blur(12px); }
    .float-btn:hover { transform: translateY(-5px); color: #000; border-color: var(--gold); background: var(--gold); }

    /* =====================================================
       22. MODAL
    ====================================================== */
    .modal-dialog { 
      max-width: 420px; 
    }
    
    .modal-content { 
      background: rgba(5, 5, 7, 0.85) !important; 
      backdrop-filter: blur(24px) saturate(120%); 
      -webkit-backdrop-filter: blur(24px) saturate(120%); 
      border: 1px solid rgba(198, 168, 124, 0.25) !important; 
      border-radius: 8px !important; 
      box-shadow: 0 30px 60px rgba(0,0,0,0.8); 
    }
    
    .btn-close-white { opacity: 0.5; transition: all 0.3s ease; } 
    .btn-close-white:hover { opacity: 1; transform: rotate(90deg); }

    .modal-line-input { 
      background: transparent !important; 
      border: none !important; 
      border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important; 
      border-radius: 0 !important; 
      padding: 5px 0 !important; 
      color: #fff !important; 
      font-size: 0.95rem !important; 
      box-shadow: none !important; 
      font-family: var(--font-body); 
      transition: all 0.3s ease; 
    }
    .modal-line-input::placeholder { color: rgba(255,255,255,0.4) !important; font-weight: 300; }
    .modal-line-input:focus { border-bottom: 1px solid var(--gold) !important; background: transparent !important; outline: none !important; }

    /* =====================================================
       23. LEGACY / UNUSED CLASSES (Preserved)
    ====================================================== */
    .legacy-strip { background: #000; padding: 70px 0; border-bottom: 1px solid rgba(198,168,124,0.1); }
    .legacy-item { text-align: center; position: relative; } 
    .legacy-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 15%; height: 70%; width: 1px; background: rgba(255, 255, 255, 0.08); }
    .legacy-item h3 { font-family: var(--font-heading); color: var(--gold); font-size: 2rem; font-weight: 400; margin-bottom: 12px; } 
    .legacy-item p { color: rgba(255,255,255,0.6); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; margin: 0; font-family: var(--font-body);}

    .fact-sheet-grid { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(198,168,124,0.3); }
    .fact-row { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(198,168,124,0.15); transition: background 0.3s ease; }
    .fact-row:hover { background: rgba(255,255,255,0.015); padding-left: 10px; padding-right: 10px; }
    .fact-label { color: rgba(255,255,255,0.5); font-family: var(--font-ui); text-transform: uppercase; letter-spacing: 2px; font-size: 0.75rem; }
    .fact-value { color: #fff; font-family: var(--font-body); font-size: 1.15rem; font-weight: 400; text-align: right; }
    @media (min-width: 992px) { .fact-sheet-grid { grid-template-columns: 1fr 1fr; gap: 0 80px; border-top: none; } .fact-col { border-top: 1px solid rgba(198,168,124,0.3); } }
    
    /* =====================================================
       24. FINAL DESKTOP POLISH & SPACING OVERRIDES
    ====================================================== */

    /* Force left-alignment to fix ugly word spacing (Rivers of White Space) */
    .depth-text, 
    .text-muted:not(.text-center), 
    .hospitality-card p, 
    .edu-card p,
    .location-card p {
        text-align: left !important;
    }

    /* Add a dark fallback background to image wrappers in case an image breaks */
    .cinematic-wrapper {
        background-color: #0A0A0C !important;
    }

    /* Add more vertical breathing room to the 'At a Glance' cards */
    .glance-card {
        padding: 40px 20px !important;
    }

    /* Fix the 700px hardcoded image height on standard laptops/desktops */
    @media (max-width: 1400px) {
        .cinematic-wrapper .img-fluid[style*="height: 700px"] {
            height: 550px !important;
        }
        .cinematic-wrapper .img-fluid[style*="height: 1050px"] {
            height: 800px !important;
        }
    }

    /* Add a bit more breathing room above the Developer Stats */
    .developer-stats-grid {
        margin-top: 60px !important;
    }

    /* =====================================================
       25. RESPONSIVE RULES (TABLETS & DESKTOPS)
    ====================================================== */
    @media (max-width: 991px) {
      .editorial-gallery { grid-template-columns: repeat(2, 1fr); }
      .gi-3 { margin-top: 0; }
      .footer-top { flex-direction: column; gap: 25px; text-align: center; align-items: center; margin-bottom: 30px;}
      .footer-brand-col { text-align: center; }
      .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
      .footer-nav { flex-wrap: wrap; justify-content: center; gap: 15px; }
      .footer-legal-box { padding: 20px; margin-bottom: 25px;}
      .legal-rera-line { line-height: 1.8; }
      .opacity-30 { display: none; }
      .legal-rera-line span.text-white { display: inline-block; margin-top: 3px; }
    }
    
    @media (min-width: 992px){
      .hero-banner .d-flex.flex-wrap.flex-lg-nowrap.align-items-center.gap-3{ width: 100%; max-width: 700px; margin: 35px auto 0; justify-content: center; }
      .hero-banner .d-flex.flex-wrap.flex-lg-nowrap.align-items-center.gap-3 .btn-solid-gold, .hero-banner .d-flex.flex-wrap.flex-lg-nowrap.align-items-center.gap-3 .btn-gold{ flex: 1; justify-content: center; text-align: center; }
      .map-wrapper { padding-bottom: 0 !important; height: 450px !important; }
    }

    /* =====================================================
       26. GLOBAL RESPONSIVE RULES (MOBILE DEVICES)
    ====================================================== */
    @media (max-width: 768px) {
      
      /* --- 1. Globals & Spacing --- */
      .section-padding { padding: 60px 0 !important; }
      .mb-5 { margin-bottom: 2rem !important; }
      .mt-5 { margin-top: 2rem !important; }

      /* --- 2. Header & Navigation --- */
      header { position: fixed; flex-direction: column; background: rgba(5,5,7,0.98); }
      .exclusive-strip { height: auto !important; padding: 6px 10px !important; font-size: 0.5rem !important; line-height: 1.5 !important; letter-spacing: 1px !important; text-align: center; }
      .header-container { padding: 12px 15px !important; width: 100%; }
      .nav-cta { padding: 8px 12px !important; font-size: 0.6rem !important; letter-spacing: 1.0px !important; }
      .brand-category, .developer-line { white-space: nowrap !important; }
      .brand-category { font-size: 7px !important; margin-bottom: 5px !important; letter-spacing: 2px !important; }
      .developer-line { font-size: 7px !important; margin-top: 3px !important; }
      .taj-logo { height: 24px !important; }

      /* --- 3. Hero Section --- */
      .hero-banner { align-items: center !important; padding-top: 140px !important; padding-bottom: 80px !important; min-height: auto !important; }
      .hero-banner img[src*="taj-skyscape-hero-text"] { margin: 0 auto 20px auto !important; }
      .hero-banner img, .hero-thin { filter: drop-shadow(0px 4px 15px rgba(0,0,0,0.8)) !important; }
      .display-3 { font-size: 2.2rem !important; margin-top: 20px !important; }
      .hero-eyebrow { font-size: 0.8rem !important; }
      .hero-eyebrow, .hero-thin { text-align: center !important; display: block !important; width: 100% !important; }
      .hero-banner .d-flex.flex-wrap { margin-top: 15px !important; width: 100%; }

      .scarcity-box { flex-direction: row !important; flex-wrap: wrap !important; justify-content: space-between !important; gap: 15px 0 !important; padding: 20px 15px !important; width: 100%; margin-bottom: 25px !important; }
      .scarcity-box .scarcity-metric:last-child { width: 100% !important; margin-top: 10px !important; }
      .scarcity-metric { width: 48% !important; text-align: center; }
      .scarcity-divider { display: none !important; } 
      .scarcity-metric h4 { font-size: 1.6rem !important; margin-bottom: 2px !important; }
      .scarcity-metric span { font-size: 0.55rem !important; letter-spacing: 2px !important; }

      /* --- 4. Typography & Readability --- */
      .main-heading { font-size: 1.7rem !important; line-height: 1.3 !important; }
      #branded-intelligence .main-heading { font-size: 1.45rem !important; line-height: 1.35 !important; }
      .sub-heading { font-size: 0.65rem !important; }
      .editorial-statement { font-size: 1.6rem !important; }

      /* Safe Zone Padding to clear floating buttons */
      .depth-text, p.depth-text, .text-muted:not(.footer-copyright), .hospitality-card p, .edu-card p, .location-card p {
        text-align: left !important;
        font-size: 0.9rem !important;
        line-height: 1.7 !important;
        padding-right: 60px !important; 
      }

      .ownership-note { padding: 25px 20px !important; text-align: left !important; }
      .ownership-note p {
        text-align: left !important;
        font-size: 0.85rem !important; 
        line-height: 1.8 !important;
        padding-right: 45px !important; 
      }

      /* --- 5. Cards & Grids --- */
      .hospitality-card, .location-card, .edu-card, .portfolio-card { padding: 30px 20px !important; }
      .snapshot-card, .glance-card { padding: 20px 10px !important; }
      .snapshot-value, .glance-value { font-size: 0.95rem !important; word-break: break-all; }
      .snapshot-label, .glance-label { font-size: 0.55rem !important; letter-spacing: 1px !important; }
      
      .developer-stats-grid { gap: 15px !important; margin-top: 35px !important; padding-top: 25px !important; }
      .dev-stat-number { font-size: 1.45rem !important; }
      
      .portfolio-card > .d-flex { padding: 25px 20px !important; }
      .stat-strip { padding: 15px 0 !important; margin: 25px 0 !important; gap: 15px !important; }

      /* --- 6. Forms & Buttons --- */
      .form-control, .contact-line-input, .modal-line-input, select { height: 50px !important; font-size: 16px !important; }
      .btn-solid-gold, .btn-outline-gold {
        height: auto !important;
        min-height: 50px !important;
        padding: 14px 20px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        font-size: 0.8rem !important;
        width: 100% !important;
      }
      #contact .portfolio-card { padding: 35px 20px !important; }

      /* --- 7. Footer --- */
      footer { padding: 40px 0 30px !important; text-align: center !important; }
      .footer-section h4, .footer-section h5, .footer-section p, .footer-section a { text-align: center !important; justify-content: center; }
      .trust-layer p { text-align: center !important; padding-right: 0 !important; }
      .contact-info .d-inline-block { text-align: center !important; }
      footer .text-muted:not(.footer-copyright) { text-align: center !important; padding-right: 0 !important; }
      footer .d-flex.flex-wrap { justify-content: center !important; gap: 15px !important; }
      footer p.text-gold {
        text-align: center !important; 
        width: 100% !important;
        margin-top: 20px !important; 
        padding-right: 0 !important;
      }

      /* --- 8. Floating Actions --- */
      .floating-actions { right: 10px !important; bottom: 15px !important; gap: 10px !important; }
      .float-btn { width: 42px !important; height: 42px !important; font-size: 1rem !important; }

      /* --- 9. FAQs --- */
      .luxury-accordion .accordion-button { padding-right: 45px !important; font-size: 1.05rem !important; }
    }