:root{
 --accent:#0d6efd;
 --muted:#6c757d;
 }
 .hero {
 background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url('../images/munnar-weather.jpg') center/cover no-repeat;
 min-height: 48vh;
 display:flex;
 align-items:center;
 color:#fff;
 }
 .chip { border-radius:20px; padding:.25rem .75rem; background:#f1f5ff; color:var(--accent); font-weight:600; }
 .stat { font-size:1.25rem; font-weight:700; }
 .faq q{ font-style: italic; color:var(--muted); }
 .table-responsive { box-shadow: 0 6px 18px rgba(22,28,45,0.06); border-radius:.5rem; overflow:hidden; }
 .card-ghost{ border:1px solid rgba(13,110,253,0.08); }
 @media (max-width:575px){ .hero{min-height:38vh} }
 
