
:root{--hero-from:#ff6161;--hero-to:#ff6b6b;--chip-bg:#fff;--chip-border:#e8e8e8;--ink:#111}
.hero{background:linear-gradient(180deg,var(--hero-from),var(--hero-to));color:#fff;padding:72px 16px 110px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;box-shadow:0 10px 30px rgba(255,107,107,.25)}
.hero-inner{max-width:1100px;margin:0 auto;text-align:center}
.hero-title{font-size:48px;font-weight:800;line-height:1;margin:0 0 6px}
.hero-sub{opacity:.95;font-weight:600;margin-bottom:14px}
.status-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);padding:8px 14px;border-radius:999px;font-weight:700;backdrop-filter:blur(4px)}
.status-pill .dot{width:10px;height:10px;border-radius:999px;display:inline-block;box-shadow:0 0 0 3px rgba(255,255,255,.18) inset}
.status-pill.open .dot{background:#22c55e}.status-pill.closed .dot{background:#ef4444}
.search-stack{width:min(1100px,94%);margin:-60px auto 12px}
.search-form{display:flex;gap:12px;align-items:center}
.searchbar-lg{flex:1;height:56px;border-radius:999px;border:0;outline:0;background:#fff;padding:0 20px;font-size:16px;color:var(--ink);box-shadow:0 10px 30px rgba(0,0,0,.08)}
.select-pill{height:56px;border-radius:999px;border:1px solid #eee;background:#fff;padding:0 18px;font-weight:600;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.06)}
