.headercta04 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 2.8125rem;
  padding: 0.625rem 1.125rem;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: var(--line) solid var(--color-brand);
  border-radius: var(--btn-radius);
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background var(--t-fast) var(--ease);
}

.headercta04:hover {
  background: #0e2a47;
}

.headercta04 span:last-child {
  font-size: 1.125rem;
}
