      table.cmp { width: 100%; min-width: 600px; border-collapse: collapse; font-size: 14px; }
      table.cmp th { font-size: var(--fs-micro); letter-spacing: 1px; text-transform: uppercase; color: var(--hp-muted); font-weight: 700; padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--hp-hairline); }
      table.cmp th:not(:first-child) { text-align: center; }
      table.cmp td { padding: 14px; border-bottom: 1px solid var(--hp-hairline); color: var(--hp-body); }
      table.cmp td:not(:first-child) { text-align: center; }
      table.cmp tr.sec td { font-size: var(--fs-micro); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--hp-muted); background: var(--hp-sand); border: none; }
      .ck { color: var(--hp-blue); font-weight: 700; } .dash { color: var(--hp-muted); }
      .banner { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; border-radius: 24px; padding: 30px 36px; }
      @media (max-width:1100px){ .banner { grid-template-columns: 1fr; text-align: center; } }
