// RichCallout — green parallel to the red WarningBanner. The upside pitch.
function RichCallout() {
  return (
    <section className="section">
      <div className="rich">
        <div className="rich-label">// ECONOMY</div>
        <div className="rich-line">BUYBACK · LOOT · SHARES · JITA</div>
        <div className="rich-body">
          Members fly what they want. Buyback at Jita rates — your loot becomes <em>isk</em> the moment you dock. Amamake sits short jumps from Jita; logistics is trivial. Shares on BLOPS kills, salvage on the way home. <strong>Pilots who undock, get filthy rich.</strong>
        </div>
      </div>
    </section>
  );
}
window.RichCallout = RichCallout;
