/* Noor Hajj, app theme. Deep green + gold, on top of the shared design kit. */
.theme-hajj {
  --hajj-green: #0b6b4f;
  --hajj-green-dark: #084d39;
  --hajj-gold: #c8a24a;
  --hajj-sand: #f6f3ec;
}
/* Emoji fallback: the site's UI font may lack some glyphs (they'd show as tofu
   boxes). Give icon-bearing elements a system + colour-emoji stack so icons
   always render (text still looks like the rest of the site, a system UI font). */
.theme-hajj .hajj-season, .theme-hajj .hajj-features li,
.theme-hajj .hajj-quick .ic, .theme-hajj .hajj-card .ic {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
.hajj-wrap { max-width: 1080px; margin: 0 auto; padding: 8px 16px 56px; }

.hajj-hero {
  background: linear-gradient(135deg, var(--hajj-green-dark), var(--hajj-green));
  color: #fff; border-radius: 20px; padding: 40px 32px; margin: 12px 0 26px;
  position: relative; overflow: hidden;
}
.hajj-hero::after {
  content: "🕋"; position: absolute; right: 22px; bottom: 6px;
  font-size: 92px; opacity: .12;
}
.hajj-hero-eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .8rem;
  color: var(--hajj-gold); font-weight: 700; }
/* Force readable light text over the dark green hero (beats global h1 color). */
.hajj-hero h1, .hajj-hero p { color: #fff; }
.hajj-hero h1 { margin: 10px 0 8px; font-size: clamp(1.6rem, 3vw, 2.4rem); max-width: 22ch; }
.hajj-hero p { margin: 0; max-width: 62ch; opacity: .95; line-height: 1.55; }
.hajj-hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hajj-hero-cta .btn { background: var(--hajj-gold); color: #1a1205; border: none; font-weight: 700; }
.hajj-hero-cta .btn.ghost { background: rgba(255,255,255,.14); color: #fff; }
.hajj-season { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  background: rgba(255,255,255,.14); padding: 6px 12px; border-radius: 999px; font-size: .85rem; }

.hajj-quick { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 4px 0 30px; }
.hajj-quick a { display: flex; flex-direction: column; gap: 4px; padding: 16px; border-radius: 14px;
  border: 1px solid var(--line-2, #e6e9e6); background: var(--card, #fff); text-decoration: none; color: inherit;
  transition: transform .12s ease, box-shadow .12s ease; }
.hajj-quick a:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(8,77,57,.10); }
.hajj-quick .ic { font-size: 1.5rem; }
.hajj-quick .lb { font-weight: 700; }
.hajj-quick .sos { border-color: #e6b3ad; background: #fff5f4; }

.hajj-section { margin: 30px 0; }
.hajj-section h2 { font-size: 1.35rem; margin: 0 0 4px; }
.hajj-section .lede { color: var(--muted, #667); margin: 0 0 16px; }

.hajj-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.hajj-card { border: 1px solid var(--line-2, #e6e9e6); border-radius: 14px; padding: 16px 18px;
  background: var(--card, #fff); display: flex; flex-direction: column; gap: 6px; text-decoration: none; color: inherit; }
.hajj-card:hover { box-shadow: 0 8px 22px rgba(8,77,57,.08); }
.hajj-card .ic { font-size: 1.4rem; }
.hajj-card h3 { margin: 2px 0; font-size: 1.05rem; }
.hajj-cat { display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em;
  color: var(--hajj-green-dark); background: #e7f2ec; padding: 2px 8px; border-radius: 999px; font-weight: 700; }

.hajj-features { list-style: none; padding: 0; margin: 0; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; }
.hajj-features li { padding: 12px 14px; border-radius: 12px; background: var(--hajj-sand);
  border: 1px solid #ece6d8; }

.hajj-form { max-width: 720px; }
.hajj-form fieldset { border: 1px solid var(--line-2, #e6e9e6); border-radius: 14px; padding: 16px 18px; margin: 0 0 18px; }
.hajj-form legend { font-weight: 700; padding: 0 6px; color: var(--hajj-green-dark); }
.hajj-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px) { .hajj-grid2 { grid-template-columns: 1fr; } }
.hajj-field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 4px; }
.hajj-field > span { font-size: .85rem; font-weight: 600; }
.hajj-field .req { color: #b3261e; }
.hajj-note { font-size: .82rem; color: var(--muted, #667); background: #f0f6f2; border: 1px solid #d8e8df;
  border-radius: 10px; padding: 10px 12px; }

.hajj-ref { font-family: ui-monospace, Menlo, monospace; font-size: 1.6rem; font-weight: 800;
  letter-spacing: .06em; color: var(--hajj-green-dark); background: var(--hajj-sand);
  border: 2px dashed var(--hajj-gold); border-radius: 12px; padding: 14px 18px; display: inline-block; }

.hajj-chat { border: 1px solid var(--line-2, #e6e9e6); border-radius: 14px; padding: 12px; max-height: 420px; overflow-y: auto;
  display: flex; flex-direction: column; gap: 8px; background: var(--hajj-sand); }
.hajj-msg { padding: 8px 12px; border-radius: 12px; max-width: 78%; }
.hajj-msg.pilgrim { align-self: flex-end; background: var(--hajj-green); color: #fff; }
.hajj-msg.staff { align-self: flex-start; background: #fff; border: 1px solid #e6e9e6; }
.hajj-msg .meta { font-size: .7rem; opacity: .7; margin-top: 3px; }

.hajj-steps { list-style: none; padding: 0; margin: 12px 0; display: flex; flex-wrap: wrap; gap: 6px; }
.hajj-steps li { font-size: .8rem; padding: 5px 10px; border-radius: 999px; background: #eef2ef; color: #556; }
.hajj-steps li.on { background: var(--hajj-green); color: #fff; font-weight: 700; }
.hajj-steps li.done { background: #cfe6da; color: var(--hajj-green-dark); }

.hajj-crit { margin: 8px 0 0; padding-left: 20px; }
.hajj-crit li { margin: 4px 0; }
.badge-open { background: #e7f2ec; color: var(--hajj-green-dark); }
.badge-closed { background: #f1f1f1; color: #667; }
.badge-awarded { background: #fbf2d9; color: #7a5c12; }
