:root {
  --bg: #0A0F1E;
  --bg2: #0D0D0D;
  --accent: #D4A853;
  --accent2: #00C9B1;
  --surface: #1A1A2E;
  --surface2: #111128;
  --surface3: #141414;
  --border: rgba(212,168,83,0.15);
  --border2: rgba(255,255,255,0.06);
  --text: #F5F5F5;
  --text2: #9A9A9A;
  --text3: #5A5A6A;
  --gold-glow: rgba(212,168,83,0.25);
  --cyan-glow: rgba(0,201,177,0.2);
  --card-shadow: 0 4px 24px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.3);
  --card-hover: 0 8px 40px rgba(212,168,83,0.15), 0 4px 20px rgba(0,0,0,0.5);
  --glass: rgba(26,26,46,0.6);
  --glass-border: rgba(255,255,255,0.08);
  --radius: 16px;
  --radius-sm: 10px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── NAVBAR ── */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,15,30,0.92);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border2);
  padding: 0 20px;
}
.nav-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0; max-width: 1200px; margin: 0 auto;
}
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-brand-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), #b8862d);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; box-shadow: 0 0 20px var(--gold-glow);
}
.nav-brand-text { line-height: 1.1; }
.nav-brand-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 18px; color: var(--accent); }
.nav-brand-sub { font-size: 10px; font-weight: 600; color: var(--text3); letter-spacing: 0.15em; text-transform: uppercase; }
.nav-near-me {
  display: flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--accent), #b8862d);
  color: #0A0F1E; border: none; border-radius: 50px;
  padding: 9px 18px; font-size: 13px; font-weight: 600;
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: all 0.3s; text-decoration: none;
}
.nav-near-me:hover { transform: translateY(-1px); box-shadow: 0 6px 25px var(--gold-glow); }
.nav-links {
  border-top: 1px solid var(--border2);
  overflow-x: auto; padding: 8px 0;
  display: flex; gap: 4px; max-width: 1200px; margin: 0 auto;
  scrollbar-width: none;
}
.nav-links::-webkit-scrollbar { display: none; }
.nav-link {
  display: flex; align-items: center; gap: 5px; white-space: nowrap;
  padding: 5px 10px; border-radius: 20px; font-size: 12px; font-weight: 500;
  color: var(--text2); text-decoration: none; transition: all 0.2s;
}
.nav-link:hover { background: rgba(212,168,83,0.1); color: var(--accent); }
.nav-link.active { background: rgba(212,168,83,0.12); color: var(--accent); }

/* ── HERO ── */
.hero {
  background: var(--bg);
  padding: 80px 20px 70px;
  text-align: center;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(212,168,83,0.08) 0%, transparent 55%),
              radial-gradient(ellipse at 70% 20%, rgba(0,201,177,0.06) 0%, transparent 50%);
}
.hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200'%3E%3Cpath fill='%231A1A2E' fill-opacity='0.3' d='M0,200 L0,120 L40,120 L40,80 L60,80 L60,100 L100,100 L100,60 L120,60 L120,90 L160,90 L160,50 L180,50 L180,70 L200,70 L200,110 L240,110 L240,40 L280,40 L280,70 L320,70 L320,90 L360,90 L360,30 L380,30 L380,60 L420,60 L420,100 L460,100 L460,45 L500,45 L500,80 L540,80 L540,55 L580,55 L580,95 L620,95 L620,35 L660,35 L660,75 L700,75 L700,50 L740,50 L740,85 L780,85 L780,25 L800,25 L800,65 L840,65 L840,105 L880,105 L880,40 L920,40 L920,70 L960,70 L960,55 L1000,55 L1000,90 L1040,90 L1040,35 L1060,35 L1060,75 L1100,75 L1100,60 L1140,60 L1140,95 L1180,95 L1180,45 L1220,45 L1220,80 L1260,80 L1260,50 L1300,50 L1300,110 L1340,110 L1340,30 L1380,30 L1380,70 L1440,70 L1440,200 Z'/%3E%3C/svg%3E") center bottom / cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
.hero-state {
  font-size: 12px; font-weight: 600; letter-spacing: 0.2em;
  color: var(--accent); text-transform: uppercase; margin-bottom: 16px;
  position: relative;
}
.hero-title {
  font-family: 'Playfair Display', serif; font-weight: 800;
  font-size: clamp(36px, 7vw, 68px);
  color: var(--text); margin-bottom: 16px; position: relative;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.hero-title-accent { color: var(--accent); }
.hero-subtitle {
  font-size: clamp(15px, 2.5vw, 18px);
  color: var(--text2); max-width: 600px;
  margin: 0 auto 36px; position: relative; line-height: 1.7;
}
.hero-search-wrap { position: relative; max-width: 600px; margin: 0 auto 40px; }
.hero-search {
  width: 100%; padding: 16px 50px 16px 50px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 15px; font-family: 'DM Sans', sans-serif;
  background: var(--surface);
  box-shadow: 0 0 30px var(--gold-glow), 0 8px 32px rgba(0,0,0,0.4);
  outline: none; color: var(--text);
  transition: all 0.3s;
}
.hero-search:focus {
  border-color: var(--accent);
  box-shadow: 0 0 40px var(--gold-glow), 0 0 60px rgba(212,168,83,0.1), 0 8px 32px rgba(0,0,0,0.4);
}
.hero-search::placeholder { color: var(--text3); }
.hero-search-icon {
  position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  color: var(--accent); font-size: 16px;
}
.hero-search-clear {
  position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  color: var(--text3); font-size: 16px; cursor: pointer; display: none;
  transition: color 0.2s;
}
.hero-search-clear:hover { color: var(--accent); }
.hero-chips {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center; position: relative; max-width: 860px; margin: 0 auto;
}
.hero-chip {
  display: flex; align-items: center; gap: 6px;
  background: rgba(26,26,46,0.6);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
  color: var(--text2);
  padding: 7px 14px; border-radius: 50px;
  font-size: 13px; font-weight: 500;
  cursor: pointer; transition: all 0.3s; text-decoration: none;
}
.hero-chip:hover {
  background: rgba(212,168,83,0.1);
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--gold-glow);
}

/* ── SECTIONS ── */
.section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; }
.section-alt { background: var(--bg2); }
.section-alt .section { background: transparent; }
.section-header { margin-bottom: 32px; }
.section-icon { font-size: 28px; margin-bottom: 8px; display: block; }
.section-title {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: clamp(22px, 3.5vw, 30px); color: var(--text); margin-bottom: 6px;
  display: flex; align-items: center; gap: 10px;
}
.section-subtitle { color: var(--text2); font-size: 15px; }
.section-underline {
  width: 48px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  margin-top: 12px;
}

/* ── WEATHER ── */
.weather-grid { display: grid; grid-template-columns: 1fr 320px; gap: 20px; }
@media (max-width: 768px) { .weather-grid { grid-template-columns: 1fr; } }
.weather-main {
  background: linear-gradient(135deg, #0A0F1E, #1A1A2E);
  border: 1px solid var(--border);
  border-radius: var(--radius); padding: 30px;
  color: white; position: relative; overflow: hidden;
}
.weather-main::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, var(--gold-glow), transparent 60%);
}
.weather-city { font-size: 13px; font-weight: 500; color: var(--accent); margin-bottom: 4px; }
.weather-temp-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 4px; }
.weather-temp { font-family: 'Playfair Display', serif; font-size: 72px; font-weight: 700; line-height: 1; }
.weather-unit { font-size: 28px; opacity: 0.5; margin-top: 12px; }
.weather-emoji { font-size: 60px; margin-left: auto; }
.weather-desc { font-size: 18px; font-weight: 500; margin-bottom: 4px; }
.weather-feels { font-size: 13px; opacity: 0.6; margin-bottom: 20px; }
.weather-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.weather-stat {
  background: rgba(255,255,255,0.05); border-radius: 10px;
  padding: 12px; text-align: center;
  border: 1px solid var(--border2);
}
.weather-stat-icon { font-size: 18px; margin-bottom: 4px; }
.weather-stat-label { font-size: 11px; opacity: 0.6; }
.weather-stat-val { font-size: 16px; font-weight: 600; }
.aqi-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px;
  box-shadow: var(--card-shadow);
}
.aqi-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--text2); text-transform: uppercase; margin-bottom: 16px; }
.aqi-value {
  font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 800;
  line-height: 1; margin-bottom: 6px;
}
.aqi-label { font-size: 13px; font-weight: 600; margin-bottom: 12px; }
.aqi-desc { font-size: 12px; color: var(--text2); margin-bottom: 16px; }
.aqi-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.aqi-metric { background: rgba(255,255,255,0.03); border: 1px solid var(--border2); border-radius: 8px; padding: 10px; }
.aqi-metric-val { font-weight: 700; font-size: 16px; }
.aqi-metric-label { font-size: 11px; color: var(--text3); }
.aqi-hazardous { color: #dc2626; }
.aqi-moderate { color: #f59e0b; }
.aqi-good { color: #10b981; }
.forecast-section { margin-top: 20px; }
.forecast-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--accent); text-transform: uppercase; margin-bottom: 12px; }
.forecast-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
@media (max-width: 600px) { .forecast-grid { grid-template-columns: repeat(4, 1fr); } }
.forecast-day {
  background: var(--surface); border: 1px solid var(--border2); border-radius: 10px;
  padding: 10px 6px; text-align: center;
}
.forecast-day-name { font-size: 11px; font-weight: 600; color: var(--text2); margin-bottom: 4px; }
.forecast-day-icon { font-size: 20px; margin-bottom: 4px; }
.forecast-day-max { font-size: 13px; font-weight: 700; }
.forecast-day-min { font-size: 11px; color: var(--text3); }

/* ── CARDS GRID ── */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.cards-grid-2 { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }
.card {
  background: var(--glass); border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px) saturate(150%);
  border-radius: var(--radius); padding: 20px;
  box-shadow: var(--card-shadow); transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card:hover {
  box-shadow: var(--card-hover);
  transform: translateY(-4px);
  border-color: rgba(212,168,83,0.25);
  cursor: pointer;
}
.card-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 8px; }
.card-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; color: var(--text); }
.card-badge {
  font-size: 11px; font-weight: 600; padding: 3px 8px;
  border-radius: 20px; white-space: nowrap; flex-shrink: 0; margin-left: 8px;
}
.badge-blue { background: rgba(59,130,246,0.15); color: #60a5fa; border: 1px solid rgba(59,130,246,0.2); }
.badge-green { background: rgba(16,185,129,0.15); color: #34d399; border: 1px solid rgba(16,185,129,0.2); }
.badge-orange { background: rgba(245,158,11,0.15); color: #fbbf24; border: 1px solid rgba(245,158,11,0.2); }
.badge-purple { background: rgba(139,92,246,0.15); color: #a78bfa; border: 1px solid rgba(139,92,246,0.2); }
.badge-red { background: rgba(239,68,68,0.15); color: #f87171; border: 1px solid rgba(239,68,68,0.2); }
.badge-teal { background: rgba(0,201,177,0.15); color: var(--accent2); border: 1px solid rgba(0,201,177,0.2); }
.badge-gold { background: rgba(212,168,83,0.15); color: var(--accent); border: 1px solid rgba(212,168,83,0.3); }
.card-location { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--text2); margin-bottom: 10px; }
.location-link { color: var(--accent); text-decoration: none; cursor: pointer; transition: all 0.2s; font-weight: 500; }
.location-link:hover { color: var(--accent2); text-decoration: underline; }
.card-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 8px; }
.stars { color: var(--accent); font-size: 13px; }
.rating-val { font-size: 13px; font-weight: 700; color: var(--text); }
.price { font-size: 13px; color: var(--accent2); font-weight: 600; margin-left: 8px; }
.card-desc { font-size: 13px; color: var(--text2); line-height: 1.5; margin-bottom: 12px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tag {
  font-size: 11px; font-weight: 500;
  padding: 3px 8px; border-radius: 20px;
  background: rgba(255,255,255,0.05); color: var(--text2);
  border: 1px solid var(--border2);
}
.card-footer { display: flex; align-items: center; justify-content: space-between; }
.card-time { font-size: 12px; color: var(--text3); }
.card-btn {
  font-size: 12px; font-weight: 600; padding: 6px 14px;
  border-radius: 20px; border: 1.5px solid var(--accent);
  color: var(--accent); background: transparent;
  cursor: pointer; transition: all 0.3s; text-decoration: none;
}
.card-btn:hover { background: var(--accent); color: #0A0F1E; box-shadow: 0 0 15px var(--gold-glow); }

/* ── NEWS CARDS ── */
.news-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px) saturate(150%);
  border-radius: var(--radius); padding: 22px;
  box-shadow: var(--card-shadow); transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-card:hover { box-shadow: var(--card-hover); transform: translateY(-4px); border-color: rgba(212,168,83,0.25); }
a.news-card { display: block; text-decoration: none; color: inherit; }
.news-card-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; color: var(--text); margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
.news-external { font-size: 12px; color: var(--accent); }
.news-desc { font-size: 13px; color: var(--text2); margin-bottom: 14px; line-height: 1.5; }
.news-footer { display: flex; align-items: center; justify-content: space-between; }
.news-tag { font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 20px; background: rgba(59,130,246,0.15); color: #60a5fa; border: 1px solid rgba(59,130,246,0.2); }
.news-lang { font-size: 12px; color: var(--text3); }

/* ── EMERGENCY ── */
.emergency-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.emergency-card {
  border-radius: var(--radius-sm); padding: 18px;
  border: 1px solid var(--glass-border); background: var(--glass);
  backdrop-filter: blur(12px);
  transition: all 0.35s; cursor: pointer;
}
.emergency-card:hover { transform: translateY(-3px); box-shadow: var(--card-hover); border-color: rgba(212,168,83,0.2); }
.emergency-card.police { border-left: 4px solid #3b82f6; }
.emergency-card.medical { border-left: 4px solid #ef4444; }
.emergency-card.fire { border-left: 4px solid #f97316; }
.emergency-card.all { border-left: 4px solid #8b5cf6; }
.emergency-card.women { border-left: 4px solid #ec4899; }
.emergency-card.child { border-left: 4px solid #06b6d4; }
.emergency-icon { font-size: 22px; margin-bottom: 8px; }
.emergency-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 14px; margin-bottom: 4px; color: var(--text); }
.emergency-desc { font-size: 12px; color: var(--text2); margin-bottom: 10px; }
.emergency-number { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 800; color: var(--accent); }

/* ── EVENT CARD ── */
.event-featured {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px;
}
@media (max-width: 700px) { .event-featured { grid-template-columns: 1fr; } }
.event-img-card {
  border-radius: var(--radius); overflow: hidden;
  position: relative; box-shadow: var(--card-shadow);
  border: 1px solid var(--glass-border);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.event-img-card:hover { box-shadow: var(--card-hover); transform: translateY(-4px); }
.event-img {
  width: 100%; height: 240px; object-fit: cover; display: block;
}
.event-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 50%);
  padding: 20px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.event-featured-badge {
  position: absolute; top: 12px; left: 12px;
  display: flex; gap: 6px;
}
.badge-featured { background: var(--accent); color: #0A0F1E; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 4px; }
.badge-category { background: rgba(255,255,255,0.2); backdrop-filter: blur(4px); color: white; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; }
.event-img-title { color: white; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 20px; }
.event-img-meta { color: rgba(255,255,255,0.7); font-size: 12px; margin-top: 4px; }
.event-detail-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  border-radius: var(--radius); padding: 24px; box-shadow: var(--card-shadow);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.event-detail-card:has(.location-link):hover { cursor: pointer; box-shadow: var(--card-hover); }
.event-tag { display: inline-block; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; background: rgba(139,92,246,0.15); color: #a78bfa; border: 1px solid rgba(139,92,246,0.2); margin-bottom: 10px; }
.event-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 20px; margin-bottom: 8px; color: var(--text); }
.event-meta { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text2); margin-bottom: 6px; }
.event-desc { font-size: 14px; color: var(--text2); line-height: 1.6; margin-top: 10px; }
.event-filters { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.filter-btn {
  padding: 7px 16px; border-radius: 50px; border: 1.5px solid var(--border);
  background: transparent; font-size: 13px; font-weight: 500; cursor: pointer;
  font-family: 'DM Sans', sans-serif; transition: all 0.3s; color: var(--text2);
}
.filter-btn.active { background: var(--accent); color: #0A0F1E; border-color: var(--accent); }
.filter-btn:hover:not(.active) { border-color: var(--accent); color: var(--accent); }

/* ── MALL / PLACE CARDS WITH IMAGE ── */
.img-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px) saturate(150%);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--card-shadow); transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.img-card:hover { box-shadow: var(--card-hover); transform: translateY(-4px); border-color: rgba(212,168,83,0.25); cursor: pointer; }
.img-card-img { width: 100%; height: 160px; object-fit: cover; display: block; }
.img-card-body { padding: 16px; }
.img-card-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 15px; margin-bottom: 4px; color: var(--text); }
.img-card-location { font-size: 12px; color: var(--text2); margin-bottom: 8px; }
.img-card-desc { font-size: 13px; color: var(--text2); margin-bottom: 10px; }

/* ── HELPLINE NUMBERS HIGHLIGHT ── */
.helpline-banner {
  background: linear-gradient(135deg, #0A0F1E, var(--surface));
  border: 1px solid var(--border);
  border-radius: var(--radius); padding: 30px;
  text-align: center; margin-top: 20px;
}
.helpline-banner p { color: var(--text2); font-size: 13px; margin-top: 12px; }
.helpline-banner p.helpline-cta { color: var(--accent); font-size: 14px; }

/* ── METRO SECTION ── */
.metro-card {
  background: linear-gradient(135deg, #0A0F1E, #1A1A2E);
  border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px; color: white;
}
.metro-line { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.metro-line-color {
  width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0;
}
.metro-line-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 15px; }
.metro-line-detail { font-size: 12px; opacity: 0.6; }
.metro-stations { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.metro-station {
  font-size: 11px; padding: 3px 8px; border-radius: 4px;
  background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.08);
}

/* ── FOOTER ── */
.footer {
  background: #060810; color: var(--text2);
  padding: 50px 20px 40px; text-align: center; margin-top: 0;
  border-top: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(212,168,83,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,168,83,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.footer-brand { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 24px; color: var(--accent); margin-bottom: 8px; position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; }
.footer-logo { width: 60px; height: 60px; border-radius: 16px; object-fit: contain; box-shadow: 0 0 20px var(--gold-glow); }
.footer-desc { font-size: 14px; max-width: 400px; margin: 0 auto 20px; position: relative; }
.footer-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; position: relative; }
.footer-link { color: var(--text3); text-decoration: none; font-size: 13px; transition: color 0.3s; }
.footer-link:hover { color: var(--accent); }
.footer-copy { font-size: 12px; color: var(--text3); opacity: 0.6; position: relative; }

/* ── HOSPITAL / SCHOOL CARD ── */
.institution-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px) saturate(150%);
  border-radius: var(--radius); padding: 20px;
  box-shadow: var(--card-shadow); transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.institution-card:hover { box-shadow: var(--card-hover); transform: translateY(-4px); border-color: rgba(212,168,83,0.25); cursor: pointer; }
.institution-header { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.institution-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0;
}
.icon-hospital { background: rgba(239,68,68,0.15); }
.icon-school { background: rgba(59,130,246,0.15); }
.icon-park { background: rgba(16,185,129,0.15); }
.institution-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 15px; color: var(--text); }
.institution-type { font-size: 11px; color: var(--text2); }
.institution-desc { font-size: 13px; color: var(--text2); margin-bottom: 10px; }
.institution-info { display: flex; flex-wrap: wrap; gap: 8px; }
.info-pill { font-size: 11px; padding: 3px 8px; border-radius: 20px; background: rgba(255,255,255,0.05); color: var(--text2); border: 1px solid var(--border2); }

/* ── IT PARK ── */
.itpark-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px) saturate(150%);
  border-radius: var(--radius); padding: 22px;
  box-shadow: var(--card-shadow); transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-top: 3px solid var(--accent);
}
.itpark-card:hover { box-shadow: var(--card-hover); transform: translateY(-4px); border-color: rgba(212,168,83,0.25); border-top-color: var(--accent); }
.itpark-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; margin-bottom: 4px; color: var(--text); }
.itpark-sector { font-size: 12px; color: var(--text2); margin-bottom: 10px; }
.itpark-companies { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.company-tag { font-size: 11px; padding: 3px 8px; border-radius: 4px; background: rgba(212,168,83,0.1); color: var(--accent); font-weight: 500; border: 1px solid rgba(212,168,83,0.15); }

/* ── NEAR ME ── */
.nearme-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.nearme-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-sm); padding: 18px;
  text-align: center; box-shadow: var(--card-shadow);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); cursor: pointer;
  text-decoration: none; display: block; color: inherit;
}
.nearme-card:hover { box-shadow: var(--card-hover); transform: translateY(-4px); border-color: var(--accent); }
.nearme-icon { font-size: 28px; margin-bottom: 8px; }
.nearme-label { font-size: 13px; font-weight: 600; color: var(--text); }
.nearme-sub { font-size: 11px; color: var(--text2); margin-top: 2px; }
.nearme-location-bar {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  background: rgba(212,168,83,0.07); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 12px 18px; margin-bottom: 20px;
  transition: all 0.4s ease;
}
.nearme-location-bar.location-active {
  background: rgba(0,201,177,0.07); border-color: rgba(0,201,177,0.35);
  box-shadow: 0 0 20px rgba(0,201,177,0.1);
}
.nearme-pulse {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--accent2); flex-shrink: 0; display: none;
  box-shadow: 0 0 6px var(--accent2);
}
.location-active .nearme-pulse { display: block; animation: pulse-dot 1.5s ease-in-out infinite; }
@keyframes pulse-dot {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.5; }
}
.nearme-location-icon { font-size: 18px; flex-shrink: 0; }
.nearme-location-text { flex: 1; font-size: 13px; color: var(--text2); min-width: 180px; }
.nearme-locate-btn {
  background: linear-gradient(135deg, var(--accent), #b8862d);
  color: #0A0F1E; border: none; border-radius: 20px;
  padding: 7px 16px; font-size: 12px; font-weight: 600;
  cursor: pointer; transition: all 0.3s; font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
}
.nearme-locate-btn.active { background: linear-gradient(135deg, var(--accent2), #009e8c); }
.nearme-locate-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 15px var(--gold-glow); }
.nearme-locate-btn.active:hover { box-shadow: 0 4px 15px var(--cyan-glow); }
.nearme-locate-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; box-shadow: none; }
.nearme-card.nm-hidden { display: none !important; }

/* SECTION DIVIDER */
.section-wrap-alt { background: var(--bg2); }

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── PREMIUM GLOW ANIMATION ── */
@keyframes subtle-glow {
  0%, 100% { box-shadow: 0 0 20px var(--gold-glow); }
  50% { box-shadow: 0 0 35px var(--gold-glow), 0 0 60px rgba(212,168,83,0.08); }
}
.hero-search-wrap::after {
  content: '';
  position: absolute; inset: -2px;
  border-radius: 52px;
  background: linear-gradient(135deg, var(--accent), var(--accent2), var(--accent));
  background-size: 200% 200%;
  animation: gradient-rotate 4s ease infinite;
  opacity: 0.15;
  z-index: -1;
}
@keyframes gradient-rotate {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--surface); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--text3); }

@media (max-width: 640px) {
  .hero { padding: 50px 16px 40px; }
  .section { padding: 40px 16px; }
  .cards-grid { grid-template-columns: 1fr; }
  .emergency-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── SEARCH HIGHLIGHT & NO RESULTS ── */
.search-highlight {
  background-color: rgba(212, 168, 83, 0.3);
  color: var(--accent);
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 600;
}
.no-results {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
  padding: 20px;
  max-width: 400px;
  text-align: center;
}
